summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Reset submodule main/tdelibs/admin to latest HEADAutomated System2013-08-271-0/+0
|
* Bump library versions to 14.0.0Timothy Pearson2013-08-2610-12/+12
| | | | 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-258-398/+385
|
* Fix human readable display of ACPI buttonsTimothy Pearson2013-08-244-5/+41
|
* Add version number to pkgconfig fileSlávek Banko2013-08-202-0/+6
|
* Rename KStyle to TDEStyle to avoid conflicts with KDE4.Darrell Anderson2013-08-18361-116/+116
|
* Add compilation support to enable/disableDarrell Anderson2013-08-173-4/+17
| | | | | [KDE4] suffix in KDE4 menu items. This resolves bug report 1563.
* Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tdelibsDarrell Anderson2013-08-174-8/+15
|\
| * Added check the conditions for building backtrace handlerAlexander Golubev2013-08-174-8/+15
| |
* | 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/tdelibsDarrell Anderson2013-08-151-3/+1
|\
| * Ensure video DVD detection does not stallTimothy Pearson2013-08-151-3/+1
| |
* | Update message strings KDEInit->TDEInit.Darrell Anderson2013-08-152-4/+4
|/
* Add ability to generate proper backtraces in tdeio crash handlerTimothy Pearson2013-08-153-5/+351
|
* Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tdelibsTimothy Pearson2013-08-153-1/+73
|\
| * Add DeviceKit power management backend to TDE hardware librarySlávek Banko2013-08-153-1/+73
| |
* | Detect video DVDsTimothy Pearson2013-08-153-3/+142
|/
* 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-124-40/+148
|
* Add option WITH_TDEHWLIB_DAEMONSSlávek Banko2013-08-124-55/+49
| | | | Fix incorrect use WITH_UPOWER
* Fix tdebindings FTBFSTimothy Pearson2013-08-111-0/+6
|
* Merge branch 'tdehardwaredevices-splited' of git://github.com/Fat-Zer/tdelibsTimothy Pearson2013-08-1177-4437/+5263
|\
| * Merge branch 'master' into tdehardwaredevices-splitedAlexander Golubev2013-08-112-1/+2
| |\
| * | 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-1113-12/+243
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: tdecore/CMakeLists.txt tdecore/tdehardwaredevices.h tdecore/tdehw/tdehardwaredevices.cpp
| * | | 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
| | | |
| * | | force cmake to create update-entities script in binary directory: make ↵Golubev Alexander2013-07-261-3/+3
| | | | | | | | | | | | | | | | sources read-only
* | | | Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tdelibsDarrell Anderson2013-08-100-0/+0
|\ \ \ \ | | |_|/ | |/| |
| * | | Fix tdeioslaves FTBFS when compiled in standalone.Alexander Golubev2013-08-102-1/+2
| | |/ | |/| | | | | | | This resolves bug report 1617.
* | | Fix tdeioslaves FTBFS when compiled in standalone.Alexander Golubev2013-08-102-1/+2
|/ / | | | | | | | | | | | | This resolves bug report 1617. Cmake doesn't define HAVE_BACKTRACE. This resolves bug report 1614.
* | Disable session management in tdeio slavesTimothy Pearson2013-08-081-1/+1
| | | | | | | | This relates to Bug 760
* | 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
* | Update VERSION in root CMakeLists.txt.Darrell Anderson2013-08-011-1/+1
| | | | | | | | This partially resolves bug report 1595.
* | Fix FTBFS when xrender is missing.Alexander Golubev2013-08-011-0/+2
| | | | | | | | This resolves bug report 1554.