summaryrefslogtreecommitdiffstats
path: root/tdegtk
Commit message (Collapse)AuthorAgeFilesLines
* Replace Qt with TQtHEADmasterMichele Calgaro12 days2-4/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replaced various '#define' with actual strings - part 5Michele Calgaro2023-12-031-2/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace Q_EXPORT_*/Q_EXTERN defines with TQ_EXPORT_*/TQ_EXTERNMichele Calgaro2023-09-131-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the ↵Michele Calgaro2023-07-122-59/+59
| | | | | | merging of tqtinterface with tqt3. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Drop TQT_NO_COMPAT codeMichele Calgaro2023-06-142-11/+9
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Drop autotools support.r14.1.0Michele Calgaro2023-02-191-58/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Conversion to the cmake building system.Slávek Banko2022-07-154-13/+83
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Do not enforce include <gmodule.h> to be as plain CSlávek Banko2021-10-111-1/+2
| | | | | | because it can lead to FTBFS. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fix FTBFS in case TQt3 is not installed in the system directory.Slávek Banko2021-09-241-5/+3
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Removed explicit usage of the 'register' keyword.Michele Calgaro2020-01-301-20/+20
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix the path for installing GTK3 libraries.Slávek Banko2019-03-101-1/+1
| | | | | | Second attempt because GTK3_LIBDIR already contains GTK3_PREFIX. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fix the path for installing GTK3 libraries.Slávek Banko2019-02-271-1/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* LIB_QT -> LIB_TQT conversion to align to updated admin moduleMichele Calgaro2018-09-171-2/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix FTBFS with clangSlávek Banko2018-02-041-1/+2
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Add end-of-file newlines.Darrell Anderson2013-11-301-1/+1
|
* Fix FTBFSSlávek Banko2013-09-171-8/+8
|
* Fix FTBFS because missing LDFLAGSFrancois Andriot2013-08-011-1/+1
|
* Cleanup output clutter.Darrell Anderson2013-05-063-20/+20
|
* Fix unintended rename of GTK*Slávek Banko2013-03-091-4/+4
|
* 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-141-3/+3
|
* Rename KIcon to enhance compatibility with KDE4Timothy Pearson2013-02-042-17/+17
|
* Rename a number of classes to enhance compatibility with KDE4Timothy Pearson2013-02-011-4/+4
|
* Rename a number of libraries and executables to avoid conflicts with KDE4Timothy Pearson2013-01-271-1/+1
|
* Rename a number of libraries and executables to avoid conflicts with KDE4Timothy Pearson2013-01-261-1/+1
|
* Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4Timothy Pearson2013-01-251-2/+2
|
* Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4Timothy Pearson2013-01-241-5/+5
|
* Rename KInstance and KAboutData to avoid conflicts with KDE4Timothy Pearson2013-01-221-2/+2
|
* Rename KApplication to TDEApplication to avoid conflicts with KDE4Timothy Pearson2013-01-191-4/+4
|
* Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4Timothy Pearson2013-01-191-1/+1
|
* Fix checkbox drawingTimothy Pearson2013-01-142-7/+12
| | | | Draw frame backgrounds
* Fix checkbox drawingTimothy Pearson2012-12-011-3/+17
| | | | Fix tree view background drawing
* Set GTK event passthrough on startupTimothy Pearson2012-11-302-1/+49
| | | | Fix menu item text highlight color
* Use currently active TDE icon themeTimothy Pearson2012-11-221-0/+33
|
* Fix drawing glitch when line width < 1pxTimothy Pearson2012-11-222-1/+85
|
* Use MIT SHM where possible to speed up drawingTimothy Pearson2012-11-213-1/+37
|
* Add commentTimothy Pearson2012-11-211-0/+3
|
* Increase drawing speedTimothy Pearson2012-11-213-196/+219
|
* Keep both the device and intermediate painter states in syncTimothy Pearson2012-11-212-2/+38
|
* Regenerate theme control file if new version of theme engine is installedTimothy Pearson2012-11-202-41/+42
| | | | Fix scrollbars
* Code cleanupTimothy Pearson2012-11-191-98/+122
|
* Add GtkLevelBar supportTimothy Pearson2012-11-193-2/+72
|
* Add GtkSwitch supportTimothy Pearson2012-11-193-7/+64
| | | | Speed up drawing operations on newer GTK/Cairo versions
* Fix drawing problems on GTK 3.7Timothy Pearson2012-11-183-14/+118
|
* Migrate to TDE build system and fix crashesTimothy Pearson2012-11-128-492/+29
|
* Work around GTK crash on startupTimothy Pearson2012-11-111-131/+128
|
* Split user css information and main engine css control filesTimothy Pearson2012-11-111-5/+4
|
* Additional scrollbar fixesTimothy Pearson2012-11-111-13/+29
|
* Fix scrollbarsTimothy Pearson2012-11-112-34/+83
|
* Draw sliders with TQt3 methodsTimothy Pearson2012-11-104-30/+238
|