Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tdelibs | Timothy Pearson | 2012-04-14 | 1 | -0/+0 | |
|\ | ||||||
| * | Reset submodule main/tdelibs/admin to latest HEAD | Automated System | 2012-04-14 | 1 | -0/+0 | |
| | | ||||||
* | | Add ability to read switch states | Timothy Pearson | 2012-04-14 | 2 | -21/+417 | |
|/ | ||||||
* | Repair quite a few bugs in the TDE hw library | Timothy Pearson | 2012-04-14 | 2 | -75/+643 | |
| | | | | Add methods needed for kpowersave | |||||
* | Add CPU governor detection and setting capability | Timothy Pearson | 2012-04-13 | 2 | -8/+70 | |
| | ||||||
* | Add monitor class to TDE hardware library | Timothy Pearson | 2012-04-12 | 4 | -452/+1178 | |
| | ||||||
* | Add network, battery, and AC power device classes and parsers to the TDE ↵ | Timothy Pearson | 2012-04-11 | 2 | -76/+1105 | |
| | | | | hardware library | |||||
* | Reset submodule main/tdelibs/cmake to latest HEAD | Automated System | 2012-04-11 | 1 | -0/+0 | |
| | ||||||
* | Reset submodule main/tdelibs/admin to latest HEAD | Automated System | 2012-04-11 | 1 | -0/+0 | |
| | ||||||
* | Update final HTML install path so all modules are consistent. | Darrell Anderson | 2012-04-10 | 4 | -5/+5 | |
| | ||||||
* | Fix FTBFS | Timothy Pearson | 2012-04-10 | 1 | -1/+3 | |
| | ||||||
* | Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tdelibs | Darrell Anderson | 2012-04-10 | 9 | -32/+3225 | |
|\ | ||||||
| * | Fix USB device lookup | Timothy Pearson | 2012-04-08 | 3 | -17/+221 | |
| | | | | | | | | | | Add proper Event and Input device handlers Add Sensor support | |||||
| * | Add detailed CPU information gathering to the TDE hardware library | Timothy Pearson | 2012-04-08 | 6 | -9/+2589 | |
| | | ||||||
| * | Classify power and backlight devices | Timothy Pearson | 2012-04-07 | 5 | -17/+426 | |
| | | | | | | | | Parse ACPI device types | |||||
* | | Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tdelibs | Darrell Anderson | 2012-04-06 | 3 | -46/+1210 | |
|\ \ | |/ | ||||||
| * | Update disk device labeling | Timothy Pearson | 2012-04-06 | 2 | -16/+93 | |
| | | ||||||
| * | Fix generic multimedia device listing | Timothy Pearson | 2012-04-06 | 2 | -1/+17 | |
| | | ||||||
| * | Add a couple of convenience functions to the TDE hw lib | Timothy Pearson | 2012-04-06 | 2 | -0/+21 | |
| | | ||||||
| * | Classify devices based on PCI class if possible | Timothy Pearson | 2012-04-05 | 3 | -47/+226 | |
| | | | | | | | | Lots of bugfixes | |||||
| * | Reliably detect device driver | Timothy Pearson | 2012-04-05 | 1 | -0/+15 | |
| | | ||||||
| * | Update TDE hardware library to classify most devices halfway correctly | Timothy Pearson | 2012-04-05 | 2 | -15/+450 | |
| | | ||||||
| * | Add device friendly name generation to TDE hardware library | Timothy Pearson | 2012-04-05 | 2 | -41/+462 | |
| | | ||||||
* | | Added support for automated release version, date, copyright entities in ↵ | Darrell Anderson | 2012-04-05 | 3 | -0/+98 | |
|/ | | | | help files. | |||||
* | Fix typos. | Darrell Anderson | 2012-04-05 | 2 | -3/+3 | |
| | ||||||
* | Fix typos. | Darrell Anderson | 2012-04-05 | 6 | -6/+6 | |
| | ||||||
* | Fix typo. | Darrell Anderson | 2012-04-04 | 1 | -1/+1 | |
| | ||||||
* | Fix typos. | Darrell Anderson | 2012-04-04 | 2 | -4/+4 | |
| | ||||||
* | Build device structure in TDE hardware library | Timothy Pearson | 2012-04-03 | 2 | -6/+145 | |
| | | | | Repair potential segfault in same due to ptrlist copying | |||||
* | Fix last commit | Timothy Pearson | 2012-04-02 | 1 | -0/+1 | |
| | ||||||
* | Add external textfile device class rule support to TDE hardware library | Timothy Pearson | 2012-04-02 | 6 | -78/+596 | |
| | | | | Move floppy detection to the new system as an example | |||||
* | Add preliminary floppy drive support to hardware library | Timothy Pearson | 2012-04-01 | 1 | -4/+57 | |
| | ||||||
* | Fix a number of bugs in the TDE hardware library and stabilize device mapper ↵ | Timothy Pearson | 2012-04-01 | 2 | -23/+94 | |
| | | | | device detection | |||||
* | Fix a potential crash | Timothy Pearson | 2012-03-31 | 1 | -2/+2 | |
| | ||||||
* | Add proper mount monitoring to TDE hardware library | Timothy Pearson | 2012-03-31 | 2 | -158/+350 | |
| | | | | The media kioslave backend based on this library can now mount/unmount simple flash drives | |||||
* | Conver TDE hardware library to fully event driven operation | Timothy Pearson | 2012-03-31 | 2 | -41/+55 | |
| | ||||||
* | Add disk device size method to TDE hardware library, along with a number of ↵ | Timothy Pearson | 2012-03-30 | 2 | -7/+141 | |
| | | | | bug fixes | |||||
* | Add mount and unmount functionality to TDE disk hardware class | Timothy Pearson | 2012-03-30 | 2 | -1/+142 | |
| | ||||||
* | Add device mapper functions to TDE hardware library | Timothy Pearson | 2012-03-30 | 2 | -6/+115 | |
| | ||||||
* | Greatly enhance udev disk scanning and mount detection functions of TDE ↵ | Timothy Pearson | 2012-03-30 | 2 | -63/+700 | |
| | | | | hardware library | |||||
* | Add initial tdehardwaredevices skeleton to tdecore | Timothy Pearson | 2012-03-29 | 7 | -3/+384 | |
| | | | | Do not use the added classes yet, as the API and ABI are still under heavy construction! | |||||
* | Reset submodule main/tdelibs/admin to latest HEAD | Automated System | 2012-03-26 | 1 | -0/+0 | |
| | ||||||
* | Add go.png images to crystalsvg icon set to fix Standard ksplash theme. | Darrell Anderson | 2012-03-24 | 7 | -0/+0 | |
| | ||||||
* | Fix KDE -> TDE branding. | Darrell Anderson | 2012-03-23 | 4 | -8/+8 | |
| | ||||||
* | Add source code module name [kdetcompmgr] to stdout/stderr messages to ↵ | Darrell Anderson | 2012-03-21 | 1 | -1/+1 | |
| | | | | improve readability. | |||||
* | Change naming prefix of XDG menu related files from kde -> tde. | Darrell Anderson | 2012-03-21 | 1 | -43/+43 | |
| | | | | | Avoids potential conflicts with other XDG menuing schemes. Partially resolves bug report 892. | |||||
* | Fix references of K Menu -> TDE Menu. | Darrell Anderson | 2012-03-21 | 2 | -2/+2 | |
| | ||||||
* | Fix slider drawing on external paint devices | Timothy Pearson | 2012-03-16 | 1 | -5/+14 | |
| | ||||||
* | Reset submodule main/tdelibs/admin to latest HEAD | Automated System | 2012-03-14 | 1 | -0/+0 | |
| | ||||||
* | Further organize TDE Menu. | Darrell Anderson | 2012-03-14 | 2 | -422/+465 | |
| |