summaryrefslogtreecommitdiffstats
path: root/kcm_gtk/kcmgtk.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Use tdestandarddirs.hMichele Calgaro2025-02-251-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Use tdeAppMichele Calgaro2025-01-221-2/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Include user gtkrc for custom overridesrjb3302024-10-271-0/+2
| | | | Signed-off-by: rjb330 <122177540+rjb330@users.noreply.github.com>
* Use TDE icon theme in gtkrcrjb3302024-10-271-0/+2
| | | | Signed-off-by: rjb330 <122177540+rjb330@users.noreply.github.com>
* Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORTMichele Calgaro2024-05-031-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT definesMichele Calgaro2024-01-061-19/+19
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replaced various '#define' with actual strings - part 5Michele Calgaro2023-12-031-3/+3
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Add option WITH_GCC_VISIBILITY.Slávek Banko2022-09-051-1/+5
| | | | | | Fix building with hidden visibility. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Move documentation into kcontrol/gtk.Slávek Banko2022-09-031-2/+2
| | | | | | | | | | | | Use common rules for build and install documentation. Copy translations to a new directory layout. Use gtk-qt-engine as the name of the translation catalog. Use common rules for build and install translations. Added translation of .desktop files. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* KCM: Use an existing `stream` when write configuration filesSlávek Banko2022-01-271-4/+4
| | | | | | | | instead of defining a new `fileDataStream`. This also resolves FTBFS from prior commit. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* KCM: Make sure Unicode is used for editing bashrcMavridis Philippe2022-01-271-3/+4
| | | | | | This resolves issue #6. Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
* Add Default as a valid option for GTK3 themeSlávek Banko2015-09-121-5/+5
| | | | | | This resolves Bug 2478 Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Bring keyboard icon into XDG complianceTimothy Pearson2015-03-261-1/+1
|
* Cleanup TDELocale warningDarrell Anderson2014-02-021-1/+1
|
* Fix Firefox scrollbarsTimothy Pearson2013-12-221-186/+0
|
* Fix kcm_gtk crash when TDE GTK engine is not installedFrancois Andriot2013-10-231-12/+16
| | | | This resolves Bug 1672
* Fix kcm_gtk crash when GTK2 / GTK3 themes is not availableFrancois Andriot2013-09-241-8/+20
| | | | This resolves Bug 1587
* Rename additional header files to avoid conflicts with KDE4Timothy Pearson2013-02-151-4/+4
|
* Rename common header files for consistency with class renamingTimothy Pearson2013-02-141-1/+1
|
* Rename KIcon to enhance compatibility with KDE4Timothy Pearson2013-02-041-7/+7
|
* Rename many classes and header files to avoid conflicts with KDE4Timothy Pearson2013-02-011-3/+3
|
* Rename a number of classes to enhance compatibility with KDE4Timothy Pearson2013-02-011-3/+3
|
* Rename a number of libraries and executables to avoid conflicts with KDE4Timothy Pearson2013-01-271-1/+1
|
* Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4Timothy Pearson2013-01-251-6/+6
|
* Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4Timothy Pearson2013-01-241-4/+4
|
* Rename KApplication to TDEApplication to avoid conflicts with KDE4Timothy Pearson2013-01-191-2/+2
|
* Add icon theme information to GTK3 config fileTimothy Pearson2012-11-221-0/+2
|
* Add GTK3 theme configuration supportTimothy Pearson2012-11-171-5/+91
|
* Branding cleanup: KDE -> TDEDarrell Anderson2012-06-031-7/+7
|
* Rename obsolete tq methods to standard namesTimothy Pearson2011-12-211-4/+4
|
* Remove additional unneeded tq method conversionsTimothy Pearson2011-12-191-2/+2
|
* Revert "Rename a number of old tq methods that are no longer tq specific"Timothy Pearson2011-12-161-5/+5
| | | | This reverts commit 7225c815f485e09d2d967c4e97913cf676029103.
* Rename a number of old tq methods that are no longer tq specificTimothy Pearson2011-12-151-5/+5
|
* Rename additional KDE stringsTimothy Pearson2011-12-081-1/+1
|
* rename the following methods:tpearson2011-08-101-4/+4
| | | | | | | | tqparent parent tqmask mask git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/gtk-qt-engine@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* rename the following methods:tpearson2011-08-101-4/+4
| | | | | | | | | tqfind find tqreplace replace tqcontains contains git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/gtk-qt-engine@1246075 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fix gtk-qt-engine loading failuretpearson2011-08-011-8/+8
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/gtk-qt-engine@1244319 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Port gtk-qt-engine to TQt4tpearson2011-05-051-153/+153
| | | | | | | This enables compilation under both Qt3 and Qt4 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/gtk-qt-engine@1230499 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Added abandoned KDE3 version of the GTK Qt theme enginetpearson2010-02-031-0/+704
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/gtk-qt-engine@1084394 283d02a7-25f6-0310-bc7c-ecb5cbfe19da