summaryrefslogtreecommitdiffstats
path: root/klaptopdaemon
Commit message (Collapse)AuthorAgeFilesLines
* Simplify CMake rules for desktop file translations.Slávek Banko2020-07-091-7/+5
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 2fa177c5d6d5801a5a13ff21bf5c3e6757874e03)
* klaptopdaemon: Fix acpi helper violation check.Slávek Banko2020-05-253-17/+38
| | | | | | | | | | | | | | | | | 1. Dependence on crcresult.h solved correctly. 2. Used macro tde_add_executable to define makecrc target. 3. Fixed command to run makecrc - it depends on both makecrc and klaptop_acpi_helper, - it must be run in build binary directory, not source, - the target name is used as the makecrc command, so there is no need to use get_target_property( ... LOCATION ), which caused a warning due to CMP0026. 4. The block of code that performs the binary violation verification was rolled back because it was removed in commit 2abe1e6f40 for an unknown reason, and the check was not actually performed. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit bf71f730b3e204d4404fbd47562946170bf87de0)
* Desktop file translations:Slávek Banko2020-05-245-301/+17
| | | | | | | | + Creation of POT template for desktop files added to CMakeL10n rules. + Added creation of translated desktop files during build. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 296306a273438f476ab2266d1c03616de1fd5ef7)
* Clean up desktop files and fix German translations.Chris2019-12-033-148/+152
| | | | | Signed-off-by: Chris <xchrisx@uber.space> (cherry picked from commit 5e1b444da196f6dc509ae87d54e48afb7c45f072)
* Fix NetBSD APM supportOBATA Akio2019-05-041-6/+44
| | | | | | | | | NetBSD APM is supported other than i386 too, emulate API, so change to detect with MI support header. Additionally, catch up support codes to others. Signed-off-by: OBATA Akio <obache@wizdas.com> (cherry picked from commit f8424834b6a36b4d3e43e3af199e55c18fb913b8)
* Add CMakeL10n rules.Slávek Banko2018-12-261-0/+30
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 4fe6ee9e7fc05c70f96afbc4d1f1d5030877d2ba)
* Fix invalid headers in PNG files and optimize for sizeTimothy Pearson2016-07-2424-0/+0
| | | | (cherry picked from commit a25f3c7aa6ff34e78ad7050e2d999a8be7662046)
* Bring stop, lock, exit, and run icons into XDG complianceTimothy Pearson2014-10-121-1/+1
|
* Fix ServiceTypes, ExcludeServiceTypes, and DocPath desktop file entries to ↵Timothy Pearson2014-10-113-4/+4
| | | | match XDG specifications
* Cleanup TDELocale warnings in PCMCIA kcontrol moduleDarrell Anderson2014-02-021-4/+4
|
* Finish moving kinfocenter files to kcontrol.Darrell Anderson2014-01-241-2/+2
| | | | This resolves bug report 289.
* Additional k => tde renaming and fixesSlávek Banko2013-09-031-5/+5
|
* Update KDE->TDE branding in dialogs.Darrell Anderson2013-07-313-3/+3
|
* Fix incorrect characters.Darrell Anderson2013-05-235-5/+5
|
* Rename additional header files to avoid conflicts with KDE4Timothy Pearson2013-02-1518-32/+32
|
* Rename common header files for consistency with class renamingTimothy Pearson2013-02-1415-21/+21
|
* Rename KIcon to enhance compatibility with KDE4Timothy Pearson2013-02-047-27/+27
|
* Rename many classes and header files to avoid conflicts with KDE4Timothy Pearson2013-02-011-1/+1
|
* Rename a number of classes to enhance compatibility with KDE4Timothy Pearson2013-02-012-3/+3
|
* Rename KStandard for enhanced compatibility with KDE4Timothy Pearson2013-01-315-11/+11
|
* Rename a few build variables for overall consistencyTimothy Pearson2013-01-291-2/+2
|
* Rename a number of libraries and executables to avoid conflicts with KDE4Timothy Pearson2013-01-2718-24/+24
|
* Rename a number of libraries and executables to avoid conflicts with KDE4Timothy Pearson2013-01-261-5/+5
|
* Fix FTBFS resulting from KCModule renameTimothy Pearson2013-01-2510-10/+10
|
* Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4Timothy Pearson2013-01-2525-69/+69
|
* Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4Timothy Pearson2013-01-2415-48/+48
|
* Rename KInstance and KAboutData to avoid conflicts with KDE4Timothy Pearson2013-01-227-12/+12
|
* Rename KApplication to TDEApplication to avoid conflicts with KDE4Timothy Pearson2013-01-202-3/+3
|
* Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4Timothy Pearson2013-01-191-1/+1
|
* Additional changes to support building with cmake.Darrell Anderson2012-11-111-0/+1
| | | | Thanks to Slavek Banko.
* Initial conversion to cmake.Darrell Anderson2012-11-104-0/+152
| | | | Thanks to Fat-Zer.
* Fix klaptopdaemon setupHandler to be distribution independentSlávek Banko2012-07-112-3/+3
| | | | Thanks to Francois Andriot
* Update desktop file.Darrell Anderson2012-06-241-2/+1
|
* Update XDG information in support of bug report 892.Darrell Anderson2012-06-083-14/+14
|
* Branding cleanup: KDE -> TDEDarrell Anderson2012-05-261-1/+1
|
* Branding cleanup: I18N_NOOP KDE -> TDE.Darrell Anderson2012-05-102-2/+2
|
* Reorganize KControl menu tree.Darrell Anderson2012-03-142-2/+3
| | | | | * Move former KInfoCenter items -> Hardware/Information. * Move Laptop Battery -> Hardware.
* Rename additional global functions and variables for tqt3Timothy Pearson2012-03-021-11/+11
|
* Remove spurious TQ_OBJECT instancesTimothy Pearson2012-02-1716-17/+17
|
* Rename obsolete tq methods to standard namesTimothy Pearson2011-12-218-13/+13
|
* Remove additional unneeded tq method conversionsTimothy Pearson2011-12-1913-51/+51
|
* Rename old tq methods that no longer need a unique nameTimothy Pearson2011-12-1815-55/+55
|
* Revert "Rename a number of old tq methods that are no longer tq specific"Timothy Pearson2011-12-1622-132/+132
| | | | This reverts commit bf280726d5d22f33d33e4f9e771220c725249407.
* Rename a number of old tq methods that are no longer tq specificTimothy Pearson2011-12-1522-132/+132
|
* Additional renaming of kde to tdeTimothy Pearson2011-11-163-3/+3
|
* Rename additional instances of KDE to TDETimothy Pearson2011-11-062-10/+10
|
* Additional kde to tde renamingTimothy Pearson2011-11-065-25/+25
|
* Fix kdeutils FTBFS under Oneiricv3.5.13tpearson2011-10-111-4/+4
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeutils@1258494 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Link most Trinity DSOs against the most common kdelibs libraries to ↵tpearson2011-10-101-1/+1
| | | | | | compensate for linking changes in modern distributions such as Ubuntu Oneiric git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeutils@1258263 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fix GPL/MPL license incompatibility in klaptopdaemon by replacing all MPL ↵tpearson2011-09-2113-413/+681
| | | | | | licensed files in kdeutils/klaptopdaemon with GPL or dual licensed copies from the Internet git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeutils@1254856 283d02a7-25f6-0310-bc7c-ecb5cbfe19da