summaryrefslogtreecommitdiffstats
path: root/kcontrol/kcontrol
Commit message (Collapse)AuthorAgeFilesLines
* KControl: implement dynamic module testsMavridis Philippe2024-09-081-2/+2
| | | | | | | | | | | | | | | | | | Since KDE 3.4 there is underlying support for dynamically determining whether a module should be loaded or not, depending on an exported test function which would return a boolean value depending on the success of one or more tests (e.g. for presence of specific hardware). This approach is documented but has so far not been implemented by the TDE Control Centre. This commit adds a check to the TCC which performs the test function if needed (that is, if the X-TDE-Test-Module property is true) and, if it returns false, prevents showing the module in the tree list, which is the intended behaviour of the test function feature. For more information see: https://wiki.trinitydesktop.org/index.php?title=TDEConfig_Module_HOWTO&oldid=1893#Making_a_KCModule_dynamically_available Signed-off-by: Mavridis Philippe <mavridisf@gmail.com> (cherry picked from commit e91257a7c75a50b69bde8189f336acc89fa4fec0)
* Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORTMichele Calgaro2024-05-051-1/+1
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 026828840f8255b5c4fde83ea95209f6f1f5ef8f)
* Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT definesMichele Calgaro2024-01-1611-86/+86
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit a4241b7911d2e0b36edfb02f616b8b282050c0ec)
* Replace various '#define' strings - part 6Michele Calgaro2023-12-263-11/+11
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit c4a6487c827add9382001ff1892b8fb3bfa94682)
* Replace various tq* strings with TQt::* equivalentsMichele Calgaro2023-11-211-1/+1
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 100f977221b7319815eb9617f56a067cb0383853)
* Replace Qt with TQtMichele Calgaro2023-11-142-2/+2
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit b965cbac5b21345e9dfc768a7e4f660ffa4aa72f)
* Drop USE_TQT4 codeMichele Calgaro2023-08-311-4/+0
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 014f6d2586905e03681aa6fb9a85c2c8190e53f4)
* Drop TQT_TQ*_CONST definesMichele Calgaro2023-08-101-1/+1
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 67f2b0da2c80c3ee335aecda5dfedf3176edd8b9)
* Replace Q_OBJECT with TQ_OBJECTMichele Calgaro2023-07-2012-14/+14
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 814bf5fc4f403c13b0d8274c7f13fbef183c5c84)
* Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the ↵Michele Calgaro2023-07-131-1/+1
| | | | | | | merging of tqtinterface with tqt3. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 22625693f124aae09863f4d33e30b625a96c3557)
* Drop Qt2's TQSortedList classMichele Calgaro2023-06-201-1/+0
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit dc8852cc1d6b347fe4681ef24f31732c6d96bb8b)
* Removed code formatting modelines.Michele Calgaro2020-09-223-6/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Desktop file translations:Slávek Banko2020-06-284-205/+4
| | | | | | | + 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>
* Add CMakeL10n rules.Slávek Banko2018-12-091-0/+3
| | | | | | Update TIMEZONES list. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fix invalid headers in PNG files and optimize for sizeTimothy Pearson2016-07-236-0/+0
|
* Fixed help handbook sections for TDE Components. This relates to bug 1850.Michele Calgaro2014-11-273-6/+16
|
* Bring undo, redo, find, and revert icons into XDG complianceTimothy Pearson2014-10-131-1/+1
|
* Fix ugly missing folder icon in kcontrol peripherals pageTimothy Pearson2014-10-111-2/+3
|
* Fix ServiceTypes, ExcludeServiceTypes, and DocPath desktop file entries to ↵Timothy Pearson2014-10-113-3/+3
| | | | match XDG specifications
* Link tabs to handbook sections in Style and Panels tdecontrol modulesTimothy Pearson2014-10-091-3/+5
| | | | This relates to Bug 1850
* Add mechanism by which sections of relevant docbooks may be opened ↵Timothy Pearson2014-10-034-6/+30
| | | | | | | | automatically based on active tab in TDECModule Fix up several tabbed TDEControl modules to use this mechanism Fix a couple of docbooks with missing section IDs This relates to Bug 1850
* Fix layout issues when starting root tdecmshell pluginsTimothy Pearson2014-10-022-17/+5
| | | | This resolves Bug 1888
* Updated TDE style files for konqueror and kcontrol.Alex Couture2014-08-173-4/+4
|
* Renamed Control Center to Trinity Control Center in the submenu of the main ↵Michele Calgaro2014-06-111-3/+3
| | | | menu.
* Renamed Control Center to Trinity Control Center. Updated French and Italian ↵Michele Calgaro2014-06-111-3/+3
| | | | | | trnaslation. Thanks to Francois Andriot for the original patch.
* Rebranding: TDE Control Center --> Trinity Control CenterMichele Calgaro2014-06-082-2/+2
|
* Ensure Control Center is always available in the main Settings menuDarrell Anderson2014-02-221-2/+1
| | | | when the optional kicker Settings menu is disabled.
* Improve compatibility with non-Trinity environment menus and add a singleDarrell Anderson2014-02-143-2/+54
| | | | menu item for Trinity control center for those environments.
* Update kcontrol screen capture in help handbook.Darrell Anderson2014-02-021-2/+2
|
* Finish moving kinfocenter files to kcontrol.Darrell Anderson2014-01-247-179/+8
| | | | This partially resolves bug report 289.
* Prevent non-existent help handbooks from populating the main handbook table ↵Darrell Anderson2014-01-141-1/+7
| | | | of contents.
* Fix remnant QMIN/QMAX to TQMIN/TQMAX.Darrell Anderson2013-11-282-3/+3
|
* Additional k => tde renaming and fixesSlávek Banko2013-09-031-1/+1
|
* Rename additional header files to avoid conflicts with KDE4Timothy Pearson2013-02-1512-15/+15
|
* Rename common header files for consistency with class renamingTimothy Pearson2013-02-149-11/+11
|
* Rename KAbout to avoid conflicts with KDE4Timothy Pearson2013-02-071-1/+1
|
* Rename KIcon to enhance compatibility with KDE4Timothy Pearson2013-02-048-32/+32
|
* Rename many classes and header files to avoid conflicts with KDE4Timothy Pearson2013-02-016-6/+6
|
* Rename a number of classes to enhance compatibility with KDE4Timothy Pearson2013-02-0110-31/+31
|
* Rename KLocale to enhance compatibility with KDE4Timothy Pearson2013-02-011-1/+1
|
* Rename KStandard for enhanced compatibility with KDE4Timothy Pearson2013-01-311-1/+1
|
* Rename KHTML and kiobufferTimothy Pearson2013-01-273-4/+4
|
* Rename a number of libraries and executables to avoid conflicts with KDE4Timothy Pearson2013-01-274-7/+7
|
* Rename a number of libraries and executables to avoid conflicts with KDE4Timothy Pearson2013-01-262-2/+2
|
* Fix FTBFS resulting from KCModule renameTimothy Pearson2013-01-254-4/+4
|
* Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4Timothy Pearson2013-01-2510-25/+25
|
* Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4Timothy Pearson2013-01-2410-26/+26
|
* Rename KInstance and KAboutData to avoid conflicts with KDE4Timothy Pearson2013-01-227-15/+15
|
* Rename KApplication to TDEApplication to avoid conflicts with KDE4Timothy Pearson2013-01-201-1/+1
|
* Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4Timothy Pearson2013-01-191-1/+1
|