summaryrefslogtreecommitdiffstats
path: root/tdecore
Commit message (Collapse)AuthorAgeFilesLines
* Disable constant generation of backtraces in TDEIconLoaderTimothy Pearson2013-10-171-1/+5
| | | | This relates to Bug 1674
* Add SetHibernationMethod to tdehwlib-daemonSlávek Banko2013-09-292-3/+100
|
* Add freeze suspend state to list of available power statesSlávek Banko2013-09-281-0/+3
| | | | in TDE hardware library
* Add new build option WITH_XCOMPOSITEAlexander Golubev2013-09-251-8/+4
| | | | | Fix build without xcomposite This resolves Bug 1289
* Add support for freeze suspend stateSlávek Banko2013-09-223-5/+76
|
* Add source code module name to stdout/stderr messages to improve readability.Darrell Anderson2013-09-073-44/+44
|
* Additional k => tde renaming and fixesSlávek Banko2013-09-0348-143/+143
|
* kdebug: add default message printing destinationsAlexander Golubev2013-09-032-121/+41
|
* Bump library versions to 14.0.0Timothy Pearson2013-08-261-2/+2
| | | | This relates to Bug 1575
* Disable suspend/hibernate if $HOME is a network file systemTimothy Pearson2013-08-263-0/+93
| | | | This resolves Bug 1615
* Fix ACPI button event detection on machines with an independent ACPI event ↵Timothy Pearson2013-08-254-1/+11
| | | | | | controller module such as Thinkpads Only detect the ACPI key press event, not the key release event
* Supplementing tdehwlib dbus daemon:Slávek Banko2013-08-251-5/+146
| | | | | | + Add reply to method Introspect + Processing signal NameAcquired + Error response to non-existent methods
* Add tdehwlib-daemon power management backend to TDE hardware librarySlávek Banko2013-08-253-4/+156
|
* Improved creation backtracesAlexander Golubev2013-08-253-32/+270
|
* Fix human readable display of ACPI buttonsTimothy Pearson2013-08-244-5/+41
|
* Rename KStyle to TDEStyle to avoid conflicts with KDE4.Darrell Anderson2013-08-182-2/+2
|
* Fix remaining battery time estimation.Francois Andriot2013-08-171-13/+4
| | | | This supports bug report 1514.
* Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tdelibsTimothy Pearson2013-08-152-1/+72
|\
| * Add DeviceKit power management backend to TDE hardware librarySlávek Banko2013-08-152-1/+72
| |
* | Detect video DVDsTimothy Pearson2013-08-151-3/+23
|/
* Fix classification of optical mediaTimothy Pearson2013-08-132-58/+229
| | | | This resolves Bug 1612
* Fix FTBFS on libudev includesFrancois Andriot2013-08-122-0/+4
|
* Fix incorrect classification of DVD DL disksTimothy Pearson2013-08-121-4/+0
|
* Add HAL power management backend to TDE hardware librarySlávek Banko2013-08-123-40/+147
|
* Add option WITH_TDEHWLIB_DAEMONSSlávek Banko2013-08-123-55/+48
| | | | Fix incorrect use WITH_UPOWER
* Fix tdebindings FTBFSTimothy Pearson2013-08-111-0/+6
|
* Change cmake to use general tde_moc macro rather than another reinventted wheelAlexander Golubev2013-08-111-18/+3
|
* Merge branch 'master' into HEADAlexander Golubev2013-08-116-8/+236
|\ | | | | | | | | | | | | Conflicts: tdecore/CMakeLists.txt tdecore/tdehardwaredevices.h tdecore/tdehw/tdehardwaredevices.cpp
| * Allow session manager to be disable on creation when argc and argv are not ↵Timothy Pearson2013-08-082-0/+34
| | | | | | | | | | | | passed to TDEApplication This relates to Bug 760
| * Change mount API to allow for mount backends other than pmountTimothy Pearson2013-08-084-7/+147
| | | | | | | | Add static convenience method for determining X11 VT mapping to TDEApplication
| * Fix FTBFS on tdehardwaredevices.cpp with some combinations of options.Alexander Golubev2013-08-072-15/+14
| | | | | | | | This resolves bug report 1594.
| * Allow TDEApplication objects to be constructed without a session managerTimothy Pearson2013-08-062-2/+45
| | | | | | | | This relates to Bug 760
| * Fix battery charge detectionFrancois Andriot2013-08-011-0/+9
| | | | | | | | This resolves Bug 1514
| * Fix FTBFS due to libart locationFrancois Andriot2013-08-011-0/+1
| |
| * Fix FTBFS on libudev includesFrancois Andriot2013-08-012-0/+4
| |
| * Fix incorrect classification of DVD DL disksTimothy Pearson2013-07-291-4/+0
| |
* | removed #include config.h from installable header tdenetworkdevice.hGolubev Alexander2013-07-271-2/+0
| |
* | add excess inclusion to tdehwcommontypes.h to fix compilation of other modulesGolubev Alexander2013-07-271-2/+0
| |
* | add instalation of missing tdehwcommontypes.h includeGolubev Alexander2013-07-271-0/+1
| |
* | fixed build without consolekit supportGolubev Alexander2013-07-271-0/+2
| |
* | complete tdehardwaredevices splitGolubev Alexander2013-07-2726-1775/+2233
| |
* | tdehw: three more classes splitedGolubev Alexander2013-07-279-709/+872
| |
* | moved first two classes of tdehw to their own filesGolubev Alexander2013-07-277-1650/+1779
| |
* | move all tdehw stuff into separate subdirGolubev Alexander2013-07-2750-53/+143
|/
* Add hardware clasification rules for virtio devicesSlávek Banko2013-07-251-0/+11
|
* Second part of renaming kdessh -> tdesshSlávek Banko2013-07-221-1/+1
|
* Rename kdepasswd -> tdepasswdSlávek Banko2013-07-221-1/+1
|
* Fix network-manager backend crash on certain systems when network-manager is ↵Timothy Pearson2013-07-161-11/+18
| | | | | | not available Add ability to show buttons in KSMModalDialog
* Select any available wireless network in findAccessPointByBSSIDTimothy Pearson2013-07-101-1/+4
| | | | This resolves Bug 1496
* Fix network manager interface not returning active connectionsTimothy Pearson2013-07-072-2/+5
| | | | Add unclassified TI FlashMedia device