summaryrefslogtreecommitdiffstats
path: root/kcontrol/access
Commit message (Collapse)AuthorAgeFilesLines
* Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT definesMichele Calgaro2024-01-162-55/+55
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace Qt with TQtMichele Calgaro2023-11-132-11/+11
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace Q_OBJECT with TQ_OBJECTMichele Calgaro2023-07-202-4/+4
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Desktop file translations:Slávek Banko2020-06-284-1302/+14
| | | | | | | + 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>
* resolve ambiguous log() overloadOBATA Akio2019-02-111-7/+7
| | | | | | | log() may accept `float` or `double` for C++, so passing `int` is ambiguous. Change to exactly pass valiables as `double` to log(), it is expected here. Signed-off-by: OBATA Akio <obache@wizdas.com>
* Add CMakeL10n rules.Slávek Banko2018-12-091-0/+14
| | | | | | Update TIMEZONES list. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fixed help handbook sections for Regional & Accessibility. This relates to ↵Michele Calgaro2014-11-142-6/+24
| | | | bug 1850.
* Fix remaining missing semicolons at end of Keywords stringsTimothy Pearson2014-10-191-64/+64
|
* Revert "Fix remaining missing semicolons at end of Keywords strings"Timothy Pearson2014-10-191-64/+64
| | | | This reverts commit fd2369a8f0b40ef35586b3407750ec4662d1be7e.
* Fix remaining missing semicolons at end of Keywords stringsTimothy Pearson2014-10-191-64/+64
|
* Fix missing semicolons at end of Keywords stringsTimothy Pearson2014-10-181-1/+1
|
* Fix ServiceTypes, ExcludeServiceTypes, and DocPath desktop file entries to ↵Timothy Pearson2014-10-112-2/+2
| | | | match XDG specifications
* Fix Keywords separators to match XDG desktop specificationsTimothy Pearson2014-10-111-64/+64
|
* Rebranding: TDE Control Center --> Trinity Control CenterMichele Calgaro2014-06-081-1/+1
|
* Add source code module name to stdout/stderr messages to improve readability.Darrell Anderson2013-09-071-4/+4
|
* Additional k => tde renaming and fixesSlávek Banko2013-09-031-1/+1
|
* Rename additional header files to avoid conflicts with KDE4Timothy Pearson2013-02-151-3/+3
|
* Rename common header files for consistency with class renamingTimothy Pearson2013-02-142-4/+4
|
* Rename KIcon to enhance compatibility with KDE4Timothy Pearson2013-02-041-1/+1
|
* Rename many classes and header files to avoid conflicts with KDE4Timothy Pearson2013-02-013-3/+3
|
* Rename a number of libraries and executables to avoid conflicts with KDE4Timothy Pearson2013-01-274-4/+4
|
* Fix FTBFS resulting from KCModule renameTimothy Pearson2013-01-251-1/+1
|
* Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4Timothy Pearson2013-01-253-12/+12
|
* Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4Timothy Pearson2013-01-242-6/+6
|
* Rename KInstance and KAboutData to avoid conflicts with KDE4Timothy Pearson2013-01-223-7/+7
|
* Rename KApplication to TDEApplication to avoid conflicts with KDE4Timothy Pearson2013-01-201-2/+2
|
* Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4Timothy Pearson2013-01-191-1/+1
|
* Branding: KDE->TDEDarrell Anderson2012-06-271-5/+5
|
* Update XDG information in support of bug report 892.Darrell Anderson2012-06-082-5/+5
|
* Branding cleanup: I18N_NOOP KDE -> TDE.Darrell Anderson2012-05-101-1/+1
|
* Fix KDE -> TDE branding.Darrell Anderson2012-03-231-1/+1
|
* Fix KControl KDE->TDE branding issues.Darrell Anderson2012-03-091-5/+5
|
* Fix kcontrol branding with event sound files.Darrell Anderson2012-03-072-129/+129
|
* Rename additional global functions and variables for tqt3Timothy Pearson2012-03-022-20/+20
|
* Rename obsolete tq methods to standard namesTimothy Pearson2011-12-211-8/+8
|
* Rename old tq methods that no longer need a unique nameTimothy Pearson2011-12-182-4/+4
|
* Revert "Rename a number of old tq methods that are no longer tq specific"Timothy Pearson2011-12-162-14/+14
| | | | This reverts commit 73c08b592db45af554b9f21029bc549d70f683ab.
* Rename a number of old tq methods that are no longer tq specificTimothy Pearson2011-12-152-14/+14
|
* Rename kwin to twin (part 1 of 2)Timothy Pearson2011-11-072-2/+2
|
* Rename additional instances of KDE to TDETimothy Pearson2011-11-061-1/+1
|
* Additional kde to tde renamingTimothy Pearson2011-11-062-4/+4
|
* [kdebase] initial cmake supportsamelian2011-01-231-0/+44
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1216551 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Enable compilation with TQt for Qt4 3.4.0 TP2tpearson2011-01-193-13/+13
| | | | | | | This should not break compatibility with TQt for Qt3; if it does please fix it ASAP! git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1215552 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Revert automated changestpearson2011-01-073-27/+27
| | | | | | | | Sorry guys, they are just not ready for prime time Work will continue as always git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1212480 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Automated conversion for enhanced compatibility with TQt for Qt4 3.4.0 TP1tpearson2011-01-033-27/+27
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1211357 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* TQt conversion fixestpearson2010-08-022-8/+8
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1158418 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Trinity Qt initial conversiontpearson2010-07-314-217/+217
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1157639 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.toma2009-11-2510-0/+3402
BUG:215923 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da