Difference between revisions of "Changelog For R14.1.1"
Jump to navigation
Jump to search
(Update 20230716) |
(Update 20231029) |
||
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
= common = |
= common = |
||
+ | == admin == |
||
+ | * [https://git.trinitydesktop.org/cgit/admin/commit/?id=91592413 [91592413]] Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version |
||
+ | * [https://git.trinitydesktop.org/cgit/admin/commit/?id=36d5073e [36d5073e]] Drop USE_QT4 code |
||
+ | * [https://git.trinitydesktop.org/cgit/admin/commit/?id=46c95e99 [46c95e99]] Add support for moc-ing TQ_OBJECT classes |
||
+ | |||
== libltdl == |
== libltdl == |
||
* [https://git.trinitydesktop.org/cgit/libltdl/commit/?id=8590c6cb [8590c6cb]] Drop autotools support |
* [https://git.trinitydesktop.org/cgit/libltdl/commit/?id=8590c6cb [8590c6cb]] Drop autotools support |
||
* [https://git.trinitydesktop.org/cgit/libltdl/commit/?id=d24bd281 [d24bd281]] add illumos sys/dl.h include condition |
* [https://git.trinitydesktop.org/cgit/libltdl/commit/?id=d24bd281 [d24bd281]] add illumos sys/dl.h include condition |
||
+ | |||
+ | == libtdevnc == |
||
+ | * [https://git.trinitydesktop.org/cgit/libtdevnc/commit/?id=45fd37ad [45fd37ad]] Replace Q_OBJECT with TQ_OBJECT |
||
= dependencies = |
= dependencies = |
||
== tde-cmake == |
== tde-cmake == |
||
+ | * [https://git.trinitydesktop.org/cgit/tde-cmake/commit/?id=b4e46115 [b4e46115]] Update version to R14.1.1 |
||
* [https://git.trinitydesktop.org/cgit/tde-cmake/commit/?id=3fedede7 [3fedede7]] Save and restore CMake policies so that it does not cause CMP0011<br/>in the case of use as a slave - tde_automoc, tde_uic. |
* [https://git.trinitydesktop.org/cgit/tde-cmake/commit/?id=3fedede7 [3fedede7]] Save and restore CMake policies so that it does not cause CMP0011<br/>in the case of use as a slave - tde_automoc, tde_uic. |
||
* [https://git.trinitydesktop.org/cgit/tde-cmake/commit/?id=4e5ddd48 [4e5ddd48]] Set CMake policy CMP0057 to NEW.<br/>This is necessary for CheckLinkerFlag with CMake 3.18.<br/>Add includes for other checks that are used in TDEMacros.<br/>The initialization of the TDEMacros moved to the beginning. |
* [https://git.trinitydesktop.org/cgit/tde-cmake/commit/?id=4e5ddd48 [4e5ddd48]] Set CMake policy CMP0057 to NEW.<br/>This is necessary for CheckLinkerFlag with CMake 3.18.<br/>Add includes for other checks that are used in TDEMacros.<br/>The initialization of the TDEMacros moved to the beginning. |
||
Line 13: | Line 22: | ||
== tqt3 == |
== tqt3 == |
||
+ | * [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=d73937a9 [d73937a9]] Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version |
||
+ | * [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=eb42871e [eb42871e]] Replace Q_EXPORT_*/Q_EXTERN defines with TQ_EXPORT_*/TQ_EXTERN |
||
+ | * [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=44048323 [44048323]] Replace various Q_* and QT_* defines with TQ_* and TQT_* |
||
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=0c8091f8 [0c8091f8]] Reintroduced porting documentation previously removed |
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=0c8091f8 [0c8091f8]] Reintroduced porting documentation previously removed |
||
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=b195cee3 [b195cee3]] Drop attic Qt2 classes (TQtMultiLineEdit and TQtTableView) |
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=b195cee3 [b195cee3]] Drop attic Qt2 classes (TQtMultiLineEdit and TQtTableView) |
||
Line 22: | Line 34: | ||
== tqtinterface == |
== tqtinterface == |
||
+ | * [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=31b87263 [31b87263]] Removed unsupported qtint*/qtuint* types |
||
+ | * [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=ad53167c [ad53167c]] Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version |
||
+ | * [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=21d93f06 [21d93f06]] Replace Q_EXPORT_*/Q_EXTERN defines with TQ_EXPORT_*/TQ_EXTERN |
||
+ | * [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=9fa40a1f [9fa40a1f]] Remove various tqtinterface's TQ_* defines |
||
+ | * [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=351b136d [351b136d]] Drop remaining USE_TQT3/4 code in r14.1.x branch. |
||
+ | * [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=38adbb2b [38adbb2b]] Replace various Q_* and QT_* defines with TQ_* and TQT_* |
||
+ | * [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=526e5464 [526e5464]] Remove TQ_*Focus* and TQ_Scale* defines |
||
+ | * [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=2505a01d [2505a01d]] Drop USE_QT3/4 code |
||
+ | * [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=8745f781 [8745f781]] Remove tqt_mo_* defines |
||
+ | * [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=70a2ba29 [70a2ba29]] Drop TQT_BASE_OBJECT* defines |
||
+ | * [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=c6292c1d [c6292c1d]] Drop TQT_TQ*_CONST defines |
||
+ | * [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=82e10727 [82e10727]] Drop TQT_TQ*_OBJECT defines |
||
+ | * [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=8b3a470e [8b3a470e]] Drop use of TQ_SP* defines. |
||
+ | * [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=fae2d3ad [fae2d3ad]] Replace Q_OBJECT with TQ_OBJECT |
||
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=872c778e [872c778e]] Add missing tqobjectdefs.h replacing the compat version tqobjdefs.h. |
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=872c778e [872c778e]] Add missing tqobjectdefs.h replacing the compat version tqobjdefs.h. |
||
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=38fefb79 [38fefb79]] Remove _OBJECT_NAME_STRING defines. This relates to the merging of tqtinterface with tqt3. |
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=38fefb79 [38fefb79]] Remove _OBJECT_NAME_STRING defines. This relates to the merging of tqtinterface with tqt3. |
||
Line 29: | Line 55: | ||
== arts == |
== arts == |
||
+ | * [https://git.trinitydesktop.org/cgit/arts/commit/?id=85fd1ac1 [85fd1ac1]] Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version |
||
+ | * [https://git.trinitydesktop.org/cgit/arts/commit/?id=c9994d78 [c9994d78]] Replace Q_OBJECT with TQ_OBJECT |
||
* [https://git.trinitydesktop.org/cgit/arts/commit/?id=c9f8774a [c9f8774a]] Rename file<br/>Now that we use the 1.x ALSA APIs, naming the file `audioioalsa9.cpp`<br/>(revering to ALSA version 0.9) is misleading. |
* [https://git.trinitydesktop.org/cgit/arts/commit/?id=c9f8774a [c9f8774a]] Rename file<br/>Now that we use the 1.x ALSA APIs, naming the file `audioioalsa9.cpp`<br/>(revering to ALSA version 0.9) is misleading. |
||
* [https://git.trinitydesktop.org/cgit/arts/commit/?id=eb439ea6 [eb439ea6]] Update ALSA support to use 1.x API<br/>Despite the comment in ConfigureChecks.cmake which claimed only ALSA 1.x<br/>was supported, the code requested and expected the 0.9 version of some<br/>PCM APIs.<br/>These old APIs were superceded in 2002. ALSA implements backwards<br/>compatibility with the old version of the API using symbol versioning,<br/>which is not supported on all platforms (e.g., musl does not support<br/>it).<br/>This fixes issue [https://mirror.git.trinitydesktop.org/gitea/TDE/arts/issues/5 #5] |
* [https://git.trinitydesktop.org/cgit/arts/commit/?id=eb439ea6 [eb439ea6]] Update ALSA support to use 1.x API<br/>Despite the comment in ConfigureChecks.cmake which claimed only ALSA 1.x<br/>was supported, the code requested and expected the 0.9 version of some<br/>PCM APIs.<br/>These old APIs were superceded in 2002. ALSA implements backwards<br/>compatibility with the old version of the API using symbol versioning,<br/>which is not supported on all platforms (e.g., musl does not support<br/>it).<br/>This fixes issue [https://mirror.git.trinitydesktop.org/gitea/TDE/arts/issues/5 #5] |
||
Line 35: | Line 63: | ||
* [https://git.trinitydesktop.org/cgit/arts/commit/?id=597a5fc5 [597a5fc5]] Fix possibly incorrect type for format string<br/>request may be int or unsigned long depending on the platform, but the<br/>format string assumed unsigned long. |
* [https://git.trinitydesktop.org/cgit/arts/commit/?id=597a5fc5 [597a5fc5]] Fix possibly incorrect type for format string<br/>request may be int or unsigned long depending on the platform, but the<br/>format string assumed unsigned long. |
||
* [https://git.trinitydesktop.org/cgit/arts/commit/?id=87f910f9 [87f910f9]] include string.h for illumos based systems |
* [https://git.trinitydesktop.org/cgit/arts/commit/?id=87f910f9 [87f910f9]] include string.h for illumos based systems |
||
+ | |||
+ | == avahi-tqt == |
||
+ | * [https://git.trinitydesktop.org/cgit/avahi-tqt/commit/?id=bcf165a1 [bcf165a1]] Replace Q_OBJECT with TQ_OBJECT |
||
+ | |||
+ | == dbus-1-tqt == |
||
+ | * [https://git.trinitydesktop.org/cgit/dbus-1-tqt/commit/?id=86d78cc8 [86d78cc8]] Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version |
||
+ | * [https://git.trinitydesktop.org/cgit/dbus-1-tqt/commit/?id=60ab5376 [60ab5376]] Replace Q_OBJECT with TQ_OBJECT |
||
+ | |||
+ | == dbus-tqt == |
||
+ | * [https://git.trinitydesktop.org/cgit/dbus-tqt/commit/?id=8207d434 [8207d434]] Replace Q_OBJECT with TQ_OBJECT |
||
== sip4-tqt == |
== sip4-tqt == |
||
+ | * [https://git.trinitydesktop.org/cgit/sip4-tqt/commit/?id=62beed75 [62beed75]] Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version |
||
+ | * [https://git.trinitydesktop.org/cgit/sip4-tqt/commit/?id=bb61ff59 [bb61ff59]] Replace Q_OBJECT with TQ_OBJECT |
||
* [https://git.trinitydesktop.org/cgit/sip4-tqt/commit/?id=a2339567 [a2339567]] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3. |
* [https://git.trinitydesktop.org/cgit/sip4-tqt/commit/?id=a2339567 [a2339567]] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3. |
||
+ | |||
+ | == pytqt == |
||
+ | * [https://git.trinitydesktop.org/cgit/pytqt/commit/?id=8bb7d792 [8bb7d792]] Replace various Q_* and QT_* defines with TQ_* and TQT_* |
||
+ | * [https://git.trinitydesktop.org/cgit/pytqt/commit/?id=c6acfabe [c6acfabe]] Removed unnecessary code |
||
+ | |||
+ | == polkit-tqt == |
||
+ | * [https://git.trinitydesktop.org/cgit/polkit-tqt/commit/?id=0821a5d8 [0821a5d8]] Replace Q_OBJECT with TQ_OBJECT |
||
+ | |||
+ | == tqca == |
||
+ | * [https://git.trinitydesktop.org/cgit/tqca/commit/?id=e5899e0c [e5899e0c]] Replace Q_OBJECT with TQ_OBJECT |
||
= core = |
= core = |
||
== tdelibs == |
== tdelibs == |
||
+ | * [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=2c66e973 [2c66e973]] Drop INT32 => TQ_INT32 definitions that are no longer needed, causing<br/>conflicting declaration and leading to FTBFS on 32bit architectures. |
||
+ | * [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=8d49342b [8d49342b]] Removed unsupported qtint*/qtuint* types |
||
+ | * [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=04d35323 [04d35323]] Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version |
||
+ | * [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=d254bec7 [d254bec7]] Update hashing code for strings to be the same as upstream gettext. The old version results in slightly different hash values for strings with ellipsis (and potentially other unicode characters). This relates to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/394 TDE/tdebase#394] |
||
+ | * [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=615cb38f [615cb38f]] Replace Q_EXPORT_*/Q_EXTERN defines with TQ_EXPORT_*/TQ_EXTERN |
||
+ | * [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=5cb1ea08 [5cb1ea08]] Replace various tqtinterface's TQ_* defines with actual types |
||
+ | * [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=c7cf5fd9 [c7cf5fd9]] Replace various Q_* and QT_* defines with TQ_* and TQT_* |
||
+ | * [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=7f3bcfe1 [7f3bcfe1]] Replace TQ_*Focus* and TQ_Scale* defines |
||
+ | * [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=08a957a2 [08a957a2]] Replace tqt_mo_* defines |
||
+ | * [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=db9293e2 [db9293e2]] Drop Symbian support |
||
+ | * [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=e8f6750e [e8f6750e]] Drop USE_TQT4 code |
||
+ | * [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=97fea74e [97fea74e]] Merge translation files from master branch. |
||
+ | * [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=09e466f8 [09e466f8]] Drop TQT_BASE_OBJECT* defines |
||
+ | * [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=34a191d9 [34a191d9]] Drop TQT_TQ*_CONST defines |
||
+ | * [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=18c573e8 [18c573e8]] Drop TQT_TQ*_OBJECT defines |
||
+ | * [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=9d6823eb [9d6823eb]] Merge translation files from master branch. |
||
+ | * [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=55cd4e5c [55cd4e5c]] Replace Q_OBJECT with TQ_OBJECT |
||
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=70731003 [70731003]] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3. |
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=70731003 [70731003]] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3. |
||
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=08eacf58 [08eacf58]] Merge translation files from master branch. |
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=08eacf58 [08eacf58]] Merge translation files from master branch. |
||
Line 60: | Line 127: | ||
== tdebase == |
== tdebase == |
||
+ | * [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=137a3db9 [137a3db9]] Add final version of release notes for R14.1.1 |
||
+ | * [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=0bfe2936 [0bfe2936]] Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version |
||
+ | * [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=261aa45c [261aa45c]] Merge translation files from master branch. |
||
+ | * [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=762218a7 [762218a7]] Merge translation files from master branch. |
||
+ | * [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=d6b95eea [d6b95eea]] twin: replace three dot ellipsis with equally spaced ellipsis |
||
+ | * [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=68cfcb9a [68cfcb9a]] twin: fix broken functionality introduced in recent commits |
||
+ | * [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=95cc8dac [95cc8dac]] Fix FTBFS caused by commit dc36e4bf |
||
+ | * [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=7be770e8 [7be770e8]] Merge translation files from master branch. |
||
+ | * [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=9f130713 [9f130713]] Replace various tqtinterface's TQ_* defines with actual types |
||
+ | * [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=dc36e4bf [dc36e4bf]] twin: avoid adding strings from lib subfolders in two .pot files |
||
+ | * [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=0587e5ec [0587e5ec]] Replace various Q_* and QT_* defines with TQ_* and TQT_* |
||
+ | * [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=7ff24388 [7ff24388]] Replace TQ_*Focus* and TQ_Scale* defines |
||
+ | * [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=8e181690 [8e181690]] Drop USE_TQT4 code |
||
+ | * [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=eb0d989c [eb0d989c]] Merge translation files from master branch. |
||
+ | * [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=49335987 [49335987]] konqueror: make sure to clean pointers in iconview (add-up to previous commit) |
||
+ | * [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=27370dc4 [27370dc4]] konqueror: extend 'double click to move to parent' functinality to iconview mode as well |
||
+ | * [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=6b2e6103 [6b2e6103]] Update currency for some European countries. This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tde/issues/137 TDE/tde#137] |
||
+ | * [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=5cfda355 [5cfda355]] Drop TQT_BASE_OBJECT* defines |
||
+ | * [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=7c193f33 [7c193f33]] twin: update Qt:: -> TQt:: |
||
+ | * [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=8a662b46 [8a662b46]] twin: prevent cursor appearing off-window when untiling while moving |
||
+ | * [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=a64c4838 [a64c4838]] twin: Add opaque tiling option |
||
+ | * [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=3515607e [3515607e]] Drop TQT_TQ*_CONST defines |
||
+ | * [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=196b1629 [196b1629]] Drop TQT_TQ*_OBJECT defines |
||
+ | * [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=311da82a [311da82a]] Merge translation files from master branch. |
||
+ | * [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=5c10665b [5c10665b]] Replace Q_OBJECT with TQ_OBJECT |
||
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=cde6e78d [cde6e78d]] Merge translation files from master branch. |
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=cde6e78d [cde6e78d]] Merge translation files from master branch. |
||
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=76fa61f9 [76fa61f9]] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3. |
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=76fa61f9 [76fa61f9]] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3. |
||
Line 99: | Line 191: | ||
== tdepim == |
== tdepim == |
||
+ | * [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=1a3e938e [1a3e938e]] Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version |
||
+ | * [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=158b7a02 [158b7a02]] Replace various Q_* and QT_* defines with TQ_* and TQT_* |
||
+ | * [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=91d0481e [91d0481e]] Replace TQ_*Focus* and TQ_Scale* defines |
||
+ | * [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=f963717f [f963717f]] Drop Symbian support |
||
+ | * [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=829b015f [829b015f]] Drop TQT_BASE_OBJECT* defines |
||
+ | * [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=fab4aa3b [fab4aa3b]] Drop TQT_TQ*_CONST defines |
||
+ | * [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=99823e03 [99823e03]] Drop TQT_TQ*_OBJECT defines |
||
+ | * [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=efa55080 [efa55080]] Replace Q_OBJECT with TQ_OBJECT |
||
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=c56e9aa2 [c56e9aa2]] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3. |
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=c56e9aa2 [c56e9aa2]] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3. |
||
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=eec76c7b [eec76c7b]] Drop TQT_NO_COMPAT code |
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=eec76c7b [eec76c7b]] Drop TQT_NO_COMPAT code |
||
Line 104: | Line 204: | ||
== tdemultimedia == |
== tdemultimedia == |
||
+ | * [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=bff99a38 [bff99a38]] Merge translation files from master branch. |
||
+ | * [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=6013ecdd [6013ecdd]] Fix FTBFS caused by taglib as a result of the QString -> TQString remaning |
||
+ | * [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=e5e8e322 [e5e8e322]] Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version |
||
+ | * [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=957719d7 [957719d7]] Replace TQ_*Focus* and TQ_Scale* defines |
||
+ | * [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=89e9e3ac [89e9e3ac]] Drop TQT_BASE_OBJECT* defines |
||
+ | * [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=2795d5ce [2795d5ce]] Drop TQT_TQ*_OBJECT defines |
||
+ | * [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=107ab779 [107ab779]] Replace Q_OBJECT with TQ_OBJECT |
||
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=c34f7eb2 [c34f7eb2]] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3. |
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=c34f7eb2 [c34f7eb2]] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3. |
||
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=9feec0e4 [9feec0e4]] KMix: Fix typo in experimental UI. |
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=9feec0e4 [9feec0e4]] KMix: Fix typo in experimental UI. |
||
Line 109: | Line 216: | ||
== tdenetwork == |
== tdenetwork == |
||
+ | * [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=509d078e [509d078e]] Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version |
||
+ | * [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=203566f8 [203566f8]] Replace TQ_*Focus* and TQ_Scale* defines |
||
+ | * [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=04646ab2 [04646ab2]] Drop USE_TQT4 code |
||
+ | * [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=8c4f5d5c [8c4f5d5c]] kopete: change text to make clear that the encryption SSL option refers to an old protocol and it is not recommended. This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdenetwork/issues/54 #54] |
||
+ | * [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=9795d15c [9795d15c]] Drop TQT_BASE_OBJECT* defines |
||
+ | * [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=e1feb0d7 [e1feb0d7]] Drop TQT_TQ*_OBJECT defines |
||
+ | * [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=4b89942b [4b89942b]] Replace Q_OBJECT with TQ_OBJECT |
||
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=d4d18833 [d4d18833]] Drop compatibility code for TQButton |
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=d4d18833 [d4d18833]] Drop compatibility code for TQButton |
||
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=f0d0dabf [f0d0dabf]] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3. |
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=f0d0dabf [f0d0dabf]] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3. |
||
Line 118: | Line 232: | ||
== tdegraphics == |
== tdegraphics == |
||
+ | * [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=e44a99f0 [e44a99f0]] Fix kmrml build for 14.1.x |
||
+ | * [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=f8a7bcd4 [f8a7bcd4]] Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version |
||
+ | * [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=18b0d1e5 [18b0d1e5]] Replace various Q_* and QT_* defines with TQ_* and TQT_* |
||
+ | * [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=4396343f [4396343f]] Replace TQ_*Focus* and TQ_Scale* defines |
||
+ | * [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=fbcad37d [fbcad37d]] Drop TQT_BASE_OBJECT* defines |
||
+ | * [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=8b76e7f3 [8b76e7f3]] Drop TQT_TQ*_OBJECT defines |
||
+ | * [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=6deca45c [6deca45c]] Replace Q_OBJECT with TQ_OBJECT |
||
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=2191347d [2191347d]] kview: Use tqobjectdefs.h instead of compat header tqobjdefs.h. |
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=2191347d [2191347d]] kview: Use tqobjectdefs.h instead of compat header tqobjdefs.h. |
||
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=57dd4fe2 [57dd4fe2]] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3. |
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=57dd4fe2 [57dd4fe2]] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3. |
||
== tdetoys == |
== tdetoys == |
||
+ | * [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=f7a635a4 [f7a635a4]] Replace TQ_*Focus* and TQ_Scale* defines |
||
+ | * [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=d9559c5f [d9559c5f]] Drop USE_TQT4 code |
||
+ | * [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=2d3320fc [2d3320fc]] Replace Q_OBJECT with TQ_OBJECT |
||
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=0786899b [0786899b]] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3. |
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=0786899b [0786899b]] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3. |
||
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=fe6de6f4 [fe6de6f4]] KWeather: improve icon loading and other fixes<br/>- Fix pixelated icons (issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdetoys/issues/19 #19])<br/>- Fix "network offline" state<br/>- Add helper `bool weatherDataAvailable(TQString stationID)` DCOP function<br/>- Fix compatibility with old DCOP function signatures<br/>- Prevent double "Network is offline" strings in weather data.<br/>This commit introduces some new and renamed DCOP calls. Old function signatures<br/>are kept for compatibility, but are mraked as deprecated. |
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=fe6de6f4 [fe6de6f4]] KWeather: improve icon loading and other fixes<br/>- Fix pixelated icons (issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdetoys/issues/19 #19])<br/>- Fix "network offline" state<br/>- Add helper `bool weatherDataAvailable(TQString stationID)` DCOP function<br/>- Fix compatibility with old DCOP function signatures<br/>- Prevent double "Network is offline" strings in weather data.<br/>This commit introduces some new and renamed DCOP calls. Old function signatures<br/>are kept for compatibility, but are mraked as deprecated. |
||
Line 127: | Line 251: | ||
== tdeutils == |
== tdeutils == |
||
+ | * [https://git.trinitydesktop.org/cgit/tdeutils/commit/?id=32596101 [32596101]] Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version |
||
+ | * [https://git.trinitydesktop.org/cgit/tdeutils/commit/?id=3d675d8c [3d675d8c]] kmilo: improve brightness OSD feedback by displaying the actual value. This may differ from the set value on machines with few brightness steps capability |
||
+ | * [https://git.trinitydesktop.org/cgit/tdeutils/commit/?id=07a7866b [07a7866b]] Replace TQ_*Focus* and TQ_Scale* defines |
||
+ | * [https://git.trinitydesktop.org/cgit/tdeutils/commit/?id=ce41d2a7 [ce41d2a7]] Adjust brightness control to the corrected 'brightnessGet' DCOP call in tdepowersave |
||
+ | * [https://git.trinitydesktop.org/cgit/tdeutils/commit/?id=f5f1b89f [f5f1b89f]] Drop TQT_BASE_OBJECT* defines |
||
+ | * [https://git.trinitydesktop.org/cgit/tdeutils/commit/?id=9b8380e6 [9b8380e6]] Drop TQT_TQ*_OBJECT defines |
||
+ | * [https://git.trinitydesktop.org/cgit/tdeutils/commit/?id=3d1736fd [3d1736fd]] Replace Q_OBJECT with TQ_OBJECT |
||
* [https://git.trinitydesktop.org/cgit/tdeutils/commit/?id=793159b9 [793159b9]] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3. |
* [https://git.trinitydesktop.org/cgit/tdeutils/commit/?id=793159b9 [793159b9]] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3. |
||
* [https://git.trinitydesktop.org/cgit/tdeutils/commit/?id=8a349b7e [8a349b7e]] Drop TQT_NO_COMPAT code |
* [https://git.trinitydesktop.org/cgit/tdeutils/commit/?id=8a349b7e [8a349b7e]] Drop TQT_NO_COMPAT code |
||
Line 132: | Line 263: | ||
== tdeedu == |
== tdeedu == |
||
+ | * [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=e37a0bcc [e37a0bcc]] Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version |
||
+ | * [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=7a9e5fef [7a9e5fef]] Replace TQ_*Focus* and TQ_Scale* defines |
||
+ | * [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=ca19a0f2 [ca19a0f2]] Drop TQT_BASE_OBJECT* defines |
||
+ | * [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=54816bc0 [54816bc0]] Drop TQT_TQ*_CONST defines |
||
+ | * [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=1adf059c [1adf059c]] Drop TQT_TQ*_OBJECT defines |
||
+ | * [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=9b035040 [9b035040]] Replace Q_OBJECT with TQ_OBJECT |
||
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=9b6c861c [9b6c861c]] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3. |
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=9b6c861c [9b6c861c]] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3. |
||
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=c597b74b [c597b74b]] Drop TQT_NO_COMPAT code |
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=c597b74b [c597b74b]] Drop TQT_NO_COMPAT code |
||
Line 137: | Line 274: | ||
== tdegames == |
== tdegames == |
||
+ | * [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=0c1c90f9 [0c1c90f9]] Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version |
||
+ | * [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=1ece3ab5 [1ece3ab5]] Replace TQ_*Focus* and TQ_Scale* defines |
||
+ | * [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=65ea6712 [65ea6712]] Drop TQT_BASE_OBJECT* defines |
||
+ | * [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=ef381c09 [ef381c09]] Drop TQT_TQ*_OBJECT defines |
||
+ | * [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=1d0e7307 [1d0e7307]] Replace Q_OBJECT with TQ_OBJECT |
||
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=90e08691 [90e08691]] Drop compatibility code for TQButton |
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=90e08691 [90e08691]] Drop compatibility code for TQButton |
||
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=565d5028 [565d5028]] Merge translation files from master branch. |
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=565d5028 [565d5028]] Merge translation files from master branch. |
||
== tdeaccessibility == |
== tdeaccessibility == |
||
+ | * [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=5cb2e07c [5cb2e07c]] Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version |
||
+ | * [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=e94ed8d3 [e94ed8d3]] Replace TQ_*Focus* and TQ_Scale* defines |
||
+ | * [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=afab03ee [afab03ee]] Merge translation files from master branch. |
||
+ | * [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=5d7c4c8a [5d7c4c8a]] Replace Q_OBJECT with TQ_OBJECT |
||
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=a21db23a [a21db23a]] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3. |
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=a21db23a [a21db23a]] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3. |
||
== tdeaddons == |
== tdeaddons == |
||
+ | * [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=68793017 [68793017]] Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version |
||
+ | * [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=001ba9ea [001ba9ea]] Replace TQ_*Focus* and TQ_Scale* defines |
||
+ | * [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=084dcc3c [084dcc3c]] Drop USE_TQT4 code |
||
+ | * [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=c0f59ca3 [c0f59ca3]] Drop TQT_BASE_OBJECT* defines |
||
+ | * [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=87dc5f62 [87dc5f62]] Drop TQT_TQ*_OBJECT defines |
||
+ | * [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=6f4c5f47 [6f4c5f47]] konqueror plugin: improve code for image conversion. This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/376 TDE/tdebase#376] |
||
+ | * [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=98d99130 [98d99130]] Replace Q_OBJECT with TQ_OBJECT |
||
+ | * [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=97029726 [97029726]] Fix image conversion naming of files with multiple dots in the name. This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/376 TDE/tdebase#376] |
||
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=b5ae045e [b5ae045e]] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3. |
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=b5ae045e [b5ae045e]] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3. |
||
== tdeadmin == |
== tdeadmin == |
||
+ | * [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=b785ec22 [b785ec22]] Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version |
||
+ | * [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=65605421 [65605421]] Merge translation files from master branch. |
||
+ | * [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=f4963842 [f4963842]] Replace various Q_* and QT_* defines with TQ_* and TQT_* |
||
+ | * [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=423a1cce [423a1cce]] Replace TQ_*Focus* and TQ_Scale* defines |
||
+ | * [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=ba0125da [ba0125da]] Replace Q_OBJECT with TQ_OBJECT |
||
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=299bffeb [299bffeb]] Replace usage of obsolete TQLineEdit methods with supported methods |
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=299bffeb [299bffeb]] Replace usage of obsolete TQLineEdit methods with supported methods |
||
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=0e015b4c [0e015b4c]] Drop TQT_NO_COMPAT code |
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=0e015b4c [0e015b4c]] Drop TQT_NO_COMPAT code |
||
Line 153: | Line 312: | ||
== tdeartwork == |
== tdeartwork == |
||
+ | * [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=9fa5c7de [9fa5c7de]] Replace various tqtinterface's TQ_* defines with actual types |
||
+ | * [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=dbcdda93 [dbcdda93]] Replace TQ_*Focus* and TQ_Scale* defines |
||
+ | * [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=c4ccddb5 [c4ccddb5]] Merge translation files from master branch. |
||
+ | * [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=c33805f1 [c33805f1]] Drop TQT_BASE_OBJECT* defines |
||
+ | * [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=2b61be69 [2b61be69]] Drop TQT_TQ*_OBJECT defines |
||
+ | * [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=44ae9eea [44ae9eea]] Merge translation files from master branch. |
||
+ | * [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=467322e5 [467322e5]] Update translation template. |
||
+ | * [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=690b5bf2 [690b5bf2]] Add five new wallpapers. Pictures are released under GPL2 licence from<br/>the commit author/family. |
||
+ | * [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=5339a14a [5339a14a]] Replace Q_OBJECT with TQ_OBJECT |
||
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=94e67d0a [94e67d0a]] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3. |
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=94e67d0a [94e67d0a]] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3. |
||
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=e762b45c [e762b45c]] Merge translation files from master branch. |
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=e762b45c [e762b45c]] Merge translation files from master branch. |
||
Line 158: | Line 326: | ||
== tdebindings == |
== tdebindings == |
||
+ | * [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=75c243a9 [75c243a9]] Removed unsupported qtint*/qtuint*/qreal types |
||
+ | * [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=741e9734 [741e9734]] Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version |
||
+ | * [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=ba0ac809 [ba0ac809]] Replace Q_EXPORT_*/Q_EXTERN defines with TQ_EXPORT_*/TQ_EXTERN |
||
+ | * [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=5a0036e6 [5a0036e6]] Replace various Q_* and QT_* defines with TQ_* and TQT_* |
||
+ | * [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=0a085cfb [0a085cfb]] kalyptus: No longer use tqt-replace-stream.<br/>We are already using TQ_OBJECT and therefore there is no need to use<br/>tqt-replace-stream. Because the tqt-replace-stream script has been<br/>removed, the call causes FTBFS. |
||
+ | * [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=62466ad1 [62466ad1]] Remove '-L$(prefix)/lib' to prevent multi-arch build issues |
||
+ | * [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=f6741f00 [f6741f00]] Replace Q_OBJECT with TQ_OBJECT |
||
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=5ef9d501 [5ef9d501]] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3. |
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=5ef9d501 [5ef9d501]] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3. |
||
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=e11ddd0c [e11ddd0c]] Drop attic Qt2 classes (TQtMultiLineEdit and TQtTableView) |
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=e11ddd0c [e11ddd0c]] Drop attic Qt2 classes (TQtMultiLineEdit and TQtTableView) |
||
Line 163: | Line 338: | ||
== tdesdk == |
== tdesdk == |
||
+ | * [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=7485c824 [7485c824]] Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version |
||
+ | * [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=2a3f66d4 [2a3f66d4]] Replace Q_EXPORT_*/Q_EXTERN defines with TQ_EXPORT_*/TQ_EXTERN |
||
+ | * [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=d5e7a821 [d5e7a821]] Replace TQ_*Focus* and TQ_Scale* defines |
||
+ | * [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=854ae8e0 [854ae8e0]] Replace tqt_mo_* defines |
||
+ | * [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=4a1cc838 [4a1cc838]] Drop USE_TQT4 code |
||
+ | * [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=3c1e2ceb [3c1e2ceb]] Drop TQT_BASE_OBJECT* defines |
||
+ | * [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=80e5cf10 [80e5cf10]] Drop TQT_TQ*_OBJECT defines |
||
+ | * [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=ea4d6845 [ea4d6845]] Rename Token_Q_OBJECT to Token_TQ_OBJECT |
||
+ | * [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=3c9c6c22 [3c9c6c22]] Replace Q_OBJECT with TQ_OBJECT |
||
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=41f63196 [41f63196]] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3. |
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=41f63196 [41f63196]] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3. |
||
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=365f3135 [365f3135]] Drop TQT_NO_COMPAT code |
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=365f3135 [365f3135]] Drop TQT_NO_COMPAT code |
||
Line 168: | Line 352: | ||
== tdevelop == |
== tdevelop == |
||
+ | * [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=392b4740 [392b4740]] Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version |
||
+ | * [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=e8e8e542 [e8e8e542]] Replace TQ_*Focus* and TQ_Scale* defines |
||
+ | * [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=da6192de [da6192de]] Replace tqt_mo_* defines |
||
+ | * [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=e5cb3353 [e5cb3353]] Drop TQT_BASE_OBJECT* defines |
||
+ | * [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=57951b63 [57951b63]] Drop TQT_TQ*_OBJECT defines |
||
+ | * [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=cb0195be [cb0195be]] Addendum to previous commit (replace Q_OBJECT with TQ_OBJECT) |
||
+ | * [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=f3d43273 [f3d43273]] Replace Q_OBJECT with TQ_OBJECT |
||
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=b4875fb2 [b4875fb2]] Merge translation files from master branch. |
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=b4875fb2 [b4875fb2]] Merge translation files from master branch. |
||
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=5c50dcac [5c50dcac]] Removed Qt4 specific code and template files |
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=5c50dcac [5c50dcac]] Removed Qt4 specific code and template files |
||
Line 175: | Line 366: | ||
== tdewebdev == |
== tdewebdev == |
||
+ | * [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=74d7a649 [74d7a649]] Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version |
||
+ | * [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=50677e02 [50677e02]] Replace TQ_*Focus* and TQ_Scale* defines |
||
+ | * [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=3b410182 [3b410182]] Replace tqt_mo_* defines |
||
+ | * [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=5905e4ed [5905e4ed]] Drop USE_TQT4 code |
||
+ | * [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=5b51c9fc [5b51c9fc]] Drop TQT_BASE_OBJECT* defines |
||
+ | * [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=6d4be82c [6d4be82c]] Drop TQT_TQ*_OBJECT defines |
||
+ | * [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=309a672d [309a672d]] Replace Q_OBJECT with TQ_OBJECT |
||
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=0d04e823 [0d04e823]] Drop TQT_NO_COMPAT code |
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=0d04e823 [0d04e823]] Drop TQT_NO_COMPAT code |
||
== tde-i18n == |
== tde-i18n == |
||
+ | * [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=334a6860 [334a6860]] Merge translation files from master branch. |
||
+ | * [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f80b7741 [f80b7741]] Merge translation files from master branch. |
||
+ | * [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fe697923 [fe697923]] Merge translation files from master branch. |
||
+ | * [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2663369d [2663369d]] Update translation template. |
||
+ | * [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=43e18526 [43e18526]] Merge translation files from master branch. |
||
+ | * [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=803f62df [803f62df]] Update translation template. |
||
+ | * [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1aa45698 [1aa45698]] Merge translation files from master branch. |
||
+ | * [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9bfbb2a1 [9bfbb2a1]] Merge translation files from master branch. |
||
+ | * [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a7a4b3a2 [a7a4b3a2]] Merge translation files from master branch. |
||
+ | * [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f6801dbf [f6801dbf]] Update translation template. |
||
+ | * [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9f60e440 [9f60e440]] tdebase/twin: replace three dot ellipsis with equally spaced ellipsis |
||
+ | * [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f6a94dd8 [f6a94dd8]] Merge translation files from master branch. |
||
+ | * [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c963f4f0 [c963f4f0]] Update translation template. |
||
+ | * [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6d3658ef [6d3658ef]] Merge translation files from master branch. |
||
+ | * [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a4e39a1c [a4e39a1c]] Update translation template. |
||
+ | * [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2aac11a9 [2aac11a9]] Merge translation files from master branch. |
||
+ | * [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6b3d9bf7 [6b3d9bf7]] Update translation template. |
||
+ | * [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fedcf08d [fedcf08d]] Merge translation files from master branch. |
||
+ | * [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=87613f0b [87613f0b]] Update translation template. |
||
+ | * [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=04e761f7 [04e761f7]] Merge translation files from master branch. |
||
+ | * [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ea750d50 [ea750d50]] Update translation template. |
||
+ | * [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9ec995a9 [9ec995a9]] Merge translation files from master branch. |
||
+ | * [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c4b1697a [c4b1697a]] Update translation template. |
||
+ | * [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2a43691a [2a43691a]] Merge translation files from master branch. |
||
+ | * [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d3523a0e [d3523a0e]] Update translation template. |
||
+ | * [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4f5ffaaf [4f5ffaaf]] Merge translation files from master branch. |
||
+ | * [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6b910504 [6b910504]] Update translation template. |
||
+ | * [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=eeae0947 [eeae0947]] Merge translation files from master branch. |
||
+ | * [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=175c0e0b [175c0e0b]] Merge translation files from master branch. |
||
+ | * [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5d920b60 [5d920b60]] Merge translation files from master branch. |
||
+ | * [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=227b589a [227b589a]] Replace Q_OBJECT with TQ_OBJECT |
||
+ | * [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=69b2dd3e [69b2dd3e]] Merge translation files from master branch. |
||
+ | * [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6a213468 [6a213468]] Merge translation files from master branch. |
||
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9a65d432 [9a65d432]] Merge translation files from master branch. |
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9a65d432 [9a65d432]] Merge translation files from master branch. |
||
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4ed42c83 [4ed42c83]] Update translation template. |
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4ed42c83 [4ed42c83]] Update translation template. |
||
Line 240: | Line 471: | ||
= libraries = |
= libraries = |
||
== libkdcraw == |
== libkdcraw == |
||
+ | * [https://git.trinitydesktop.org/cgit/libkdcraw/commit/?id=ec23dda6 [ec23dda6]] Merge translation files from master branch. |
||
+ | * [https://git.trinitydesktop.org/cgit/libkdcraw/commit/?id=5c791b59 [5c791b59]] Merge translation files from master branch. |
||
+ | * [https://git.trinitydesktop.org/cgit/libkdcraw/commit/?id=f1971ac2 [f1971ac2]] Replace TQ_*Focus* and TQ_Scale* defines |
||
+ | * [https://git.trinitydesktop.org/cgit/libkdcraw/commit/?id=956155c8 [956155c8]] Merge translation files from master branch. |
||
+ | * [https://git.trinitydesktop.org/cgit/libkdcraw/commit/?id=b2ea56a5 [b2ea56a5]] Replace Q_OBJECT with TQ_OBJECT |
||
* [https://git.trinitydesktop.org/cgit/libkdcraw/commit/?id=e2fa006d [e2fa006d]] Merge translation files from master branch. |
* [https://git.trinitydesktop.org/cgit/libkdcraw/commit/?id=e2fa006d [e2fa006d]] Merge translation files from master branch. |
||
* [https://git.trinitydesktop.org/cgit/libkdcraw/commit/?id=ce03100d [ce03100d]] Merge translation files from master branch. |
* [https://git.trinitydesktop.org/cgit/libkdcraw/commit/?id=ce03100d [ce03100d]] Merge translation files from master branch. |
||
+ | |||
+ | == libkexiv2 == |
||
+ | * [https://git.trinitydesktop.org/cgit/libkexiv2/commit/?id=378208a7 [378208a7]] Fix FTBFS when using libexiv2 0.28.0. This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/libkexiv2/issues/3 #3] |
||
+ | * [https://git.trinitydesktop.org/cgit/libkexiv2/commit/?id=e6231c03 [e6231c03]] Remove unused code related to very old versions of libexiv2 (prior to 2011) |
||
== libkipi == |
== libkipi == |
||
+ | * [https://git.trinitydesktop.org/cgit/libkipi/commit/?id=a05d3df5 [a05d3df5]] Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version |
||
+ | * [https://git.trinitydesktop.org/cgit/libkipi/commit/?id=331aea35 [331aea35]] Replace Q_OBJECT with TQ_OBJECT |
||
* [https://git.trinitydesktop.org/cgit/libkipi/commit/?id=fd3cbbaa [fd3cbbaa]] Merge translation files from master branch. |
* [https://git.trinitydesktop.org/cgit/libkipi/commit/?id=fd3cbbaa [fd3cbbaa]] Merge translation files from master branch. |
||
* [https://git.trinitydesktop.org/cgit/libkipi/commit/?id=a12b534d [a12b534d]] Drop Qt2's TQSemiModal and TQSortedList classes |
* [https://git.trinitydesktop.org/cgit/libkipi/commit/?id=a12b534d [a12b534d]] Drop Qt2's TQSemiModal and TQSortedList classes |
||
== kipi-plugins == |
== kipi-plugins == |
||
+ | * [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=a078a9c2 [a078a9c2]] Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version |
||
+ | * [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=9119af3f [9119af3f]] Replace TQ_*Focus* and TQ_Scale* defines |
||
+ | * [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=08b85ec5 [08b85ec5]] Fix FTBFS from issue [https://mirror.git.trinitydesktop.org/gitea/TDE/kipi-plugins/issues/5 #5] |
||
+ | * [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=193a26b3 [193a26b3]] Drop TQT_BASE_OBJECT* defines |
||
+ | * [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=8efca3f3 [8efca3f3]] Replace Q_OBJECT with TQ_OBJECT |
||
+ | * [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=1b54582e [1b54582e]] Merge translation files from master branch. |
||
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=01b13eae [01b13eae]] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3. |
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=01b13eae [01b13eae]] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3. |
||
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=4a8dd422 [4a8dd422]] Merge translation files from master branch. |
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=4a8dd422 [4a8dd422]] Merge translation files from master branch. |
||
Line 254: | Line 502: | ||
== libksquirrel == |
== libksquirrel == |
||
+ | * [https://git.trinitydesktop.org/cgit/libksquirrel/commit/?id=bdbed63f [bdbed63f]] cmake: Add detection of standalone iconv library. |
||
+ | * [https://git.trinitydesktop.org/cgit/libksquirrel/commit/?id=d4e96a34 [d4e96a34]] cmake: Fix X11/XWDFile.h header detection. |
||
+ | * [https://git.trinitydesktop.org/cgit/libksquirrel/commit/?id=82528b26 [82528b26]] Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version |
||
+ | * [https://git.trinitydesktop.org/cgit/libksquirrel/commit/?id=f378f80d [f378f80d]] Conversion to cmake building system |
||
+ | * [https://git.trinitydesktop.org/cgit/libksquirrel/commit/?id=2a7760d9 [2a7760d9]] Move ksquirrel-libs-png to kernel folder since it is shared by three different codecs (dicom, png, svg) |
||
+ | * [https://git.trinitydesktop.org/cgit/libksquirrel/commit/?id=743d5166 [743d5166]] Replace Q_OBJECT with TQ_OBJECT |
||
* [https://git.trinitydesktop.org/cgit/libksquirrel/commit/?id=9e9492a6 [9e9492a6]] Drop TQT_NO_COMPAT code |
* [https://git.trinitydesktop.org/cgit/libksquirrel/commit/?id=9e9492a6 [9e9492a6]] Drop TQT_NO_COMPAT code |
||
* [https://git.trinitydesktop.org/cgit/libksquirrel/commit/?id=e14b6685 [e14b6685]] Removed unnecessary files |
* [https://git.trinitydesktop.org/cgit/libksquirrel/commit/?id=e14b6685 [e14b6685]] Removed unnecessary files |
||
+ | |||
+ | == libtdeldap == |
||
+ | * [https://git.trinitydesktop.org/cgit/libtdeldap/commit/?id=eca4e0c2 [eca4e0c2]] Replace Q_OBJECT with TQ_OBJECT |
||
== libtqt-perl == |
== libtqt-perl == |
||
+ | * [https://git.trinitydesktop.org/cgit/libtqt-perl/commit/?id=e364eb0c [e364eb0c]] Removed unsupported qtint*/qtuint*/qreal types |
||
+ | * [https://git.trinitydesktop.org/cgit/libtqt-perl/commit/?id=affd5fe7 [affd5fe7]] Replace Q_EXPORT_*/Q_EXTERN defines with TQ_EXPORT_*/TQ_EXTERN |
||
+ | * [https://git.trinitydesktop.org/cgit/libtqt-perl/commit/?id=a9e5b8a1 [a9e5b8a1]] Replace various Q_* and QT_* defines with TQ_* and TQT_* |
||
+ | * [https://git.trinitydesktop.org/cgit/libtqt-perl/commit/?id=85b5faad [85b5faad]] kalyptus: No longer use tqt-replace-stream.<br/>We are already using TQ_OBJECT and therefore there is no need to use<br/>tqt-replace-stream. Because the tqt-replace-stream script has been<br/>removed, the call causes FTBFS. |
||
+ | * [https://git.trinitydesktop.org/cgit/libtqt-perl/commit/?id=b8fec6ee [b8fec6ee]] Replace Q_OBJECT with TQ_OBJECT |
||
* [https://git.trinitydesktop.org/cgit/libtqt-perl/commit/?id=de0ff66b [de0ff66b]] Drop attic Qt2 classes (TQtMultiLineEdit and TQtTableView) |
* [https://git.trinitydesktop.org/cgit/libtqt-perl/commit/?id=de0ff66b [de0ff66b]] Drop attic Qt2 classes (TQtMultiLineEdit and TQtTableView) |
||
* [https://git.trinitydesktop.org/cgit/libtqt-perl/commit/?id=25f2672b [25f2672b]] Drop TQT_NO_COMPAT code |
* [https://git.trinitydesktop.org/cgit/libtqt-perl/commit/?id=25f2672b [25f2672b]] Drop TQT_NO_COMPAT code |
||
+ | |||
+ | == pytde == |
||
+ | * [https://git.trinitydesktop.org/cgit/pytde/commit/?id=3a324c95 [3a324c95]] Replace various tqtinterface's TQ_* defines with actual types |
||
+ | * [https://git.trinitydesktop.org/cgit/pytde/commit/?id=7c2e4340 [7c2e4340]] Replace Q_OBJECT with TQ_OBJECT |
||
= applications/development = |
= applications/development = |
||
+ | == kdbg == |
||
+ | * [https://git.trinitydesktop.org/cgit/kdbg/commit/?id=1f23d462 [1f23d462]] Removed outdated files |
||
+ | * [https://git.trinitydesktop.org/cgit/kdbg/commit/?id=bc5cb142 [bc5cb142]] Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version |
||
+ | * [https://git.trinitydesktop.org/cgit/kdbg/commit/?id=5d4a6e71 [5d4a6e71]] Replace Q_OBJECT with TQ_OBJECT |
||
+ | |||
+ | == kdiff3 == |
||
+ | * [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=5c7ab4d3 [5c7ab4d3]] Replace TQ_*Focus* and TQ_Scale* defines |
||
+ | * [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=d9d59f82 [d9d59f82]] Merge translation files from master branch. |
||
+ | * [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=20037609 [20037609]] Update translation template. |
||
+ | * [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=944553d4 [944553d4]] Drop USE_QT4 code and unnecessary .tdevelop project file |
||
+ | * [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=773f93a5 [773f93a5]] Fix FTBFS from issue [https://mirror.git.trinitydesktop.org/gitea/TDE/kdiff3/issues/6 #6] |
||
+ | * [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=b5270999 [b5270999]] Drop TQT_BASE_OBJECT* defines |
||
+ | * [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=21ca8e5a [21ca8e5a]] Drop TQT_TQ*_CONST defines |
||
+ | * [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=33583365 [33583365]] Replace Q_OBJECT with TQ_OBJECT |
||
+ | |||
+ | == kpicosim == |
||
+ | * [https://git.trinitydesktop.org/cgit/kpicosim/commit/?id=119fd801 [119fd801]] Replace Q_OBJECT with TQ_OBJECT |
||
+ | |||
+ | == kscope == |
||
+ | * [https://git.trinitydesktop.org/cgit/kscope/commit/?id=2da5c318 [2da5c318]] Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version |
||
+ | * [https://git.trinitydesktop.org/cgit/kscope/commit/?id=22a657c1 [22a657c1]] Replace Q_OBJECT with TQ_OBJECT |
||
+ | |||
== ktechlab == |
== ktechlab == |
||
+ | * [https://git.trinitydesktop.org/cgit/ktechlab/commit/?id=4f72176a [4f72176a]] Replace TQ_*Focus* and TQ_Scale* defines |
||
+ | * [https://git.trinitydesktop.org/cgit/ktechlab/commit/?id=11a949b4 [11a949b4]] Drop TQT_BASE_OBJECT* defines |
||
+ | * [https://git.trinitydesktop.org/cgit/ktechlab/commit/?id=d9fab094 [d9fab094]] Replace Q_OBJECT with TQ_OBJECT |
||
* [https://git.trinitydesktop.org/cgit/ktechlab/commit/?id=397fe454 [397fe454]] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3. |
* [https://git.trinitydesktop.org/cgit/ktechlab/commit/?id=397fe454 [397fe454]] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3. |
||
+ | |||
+ | == kxmleditor == |
||
+ | * [https://git.trinitydesktop.org/cgit/kxmleditor/commit/?id=d69c4983 [d69c4983]] Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version |
||
+ | * [https://git.trinitydesktop.org/cgit/kxmleditor/commit/?id=3f22c122 [3f22c122]] Replace Q_OBJECT with TQ_OBJECT |
||
== piklab == |
== piklab == |
||
+ | * [https://git.trinitydesktop.org/cgit/piklab/commit/?id=85ec028d [85ec028d]] Replace TQ_*Focus* and TQ_Scale* defines |
||
+ | * [https://git.trinitydesktop.org/cgit/piklab/commit/?id=9b77564b [9b77564b]] Drop TQT_BASE_OBJECT* defines |
||
+ | * [https://git.trinitydesktop.org/cgit/piklab/commit/?id=ef93b5a5 [ef93b5a5]] Replace Q_OBJECT with TQ_OBJECT |
||
* [https://git.trinitydesktop.org/cgit/piklab/commit/?id=746d32a1 [746d32a1]] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3. |
* [https://git.trinitydesktop.org/cgit/piklab/commit/?id=746d32a1 [746d32a1]] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3. |
||
== tdesvn == |
== tdesvn == |
||
+ | * [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=e17d76fc [e17d76fc]] Merge translation files from master branch. |
||
+ | * [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=57baa84c [57baa84c]] Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version |
||
+ | * [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=67bfc2c2 [67bfc2c2]] Drop TQT_BASE_OBJECT* defines |
||
+ | * [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=32818c7a [32818c7a]] Drop TQT_TQ*_OBJECT defines |
||
+ | * [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=a8d3129b [a8d3129b]] Replace Q_OBJECT with TQ_OBJECT |
||
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=df800578 [df800578]] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3. |
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=df800578 [df800578]] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3. |
||
= applications/games = |
= applications/games = |
||
== knights == |
== knights == |
||
+ | * [https://git.trinitydesktop.org/cgit/knights/commit/?id=fd043239 [fd043239]] Replace TQ_*Focus* and TQ_Scale* defines |
||
+ | * [https://git.trinitydesktop.org/cgit/knights/commit/?id=4703dbc1 [4703dbc1]] Drop TQT_BASE_OBJECT* defines |
||
+ | * [https://git.trinitydesktop.org/cgit/knights/commit/?id=4ebbef64 [4ebbef64]] Replace Q_OBJECT with TQ_OBJECT |
||
* [https://git.trinitydesktop.org/cgit/knights/commit/?id=fd77e9f1 [fd77e9f1]] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3. |
* [https://git.trinitydesktop.org/cgit/knights/commit/?id=fd77e9f1 [fd77e9f1]] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3. |
||
== tdepacman == |
== tdepacman == |
||
+ | * [https://git.trinitydesktop.org/cgit/tdepacman/commit/?id=d52a5f09 [d52a5f09]] Replace 'compat' headers with current. |
||
+ | * [https://git.trinitydesktop.org/cgit/tdepacman/commit/?id=c2f3a924 [c2f3a924]] Replace Q_OBJECT with TQ_OBJECT |
||
* [https://git.trinitydesktop.org/cgit/tdepacman/commit/?id=483ec9b5 [483ec9b5]] Drop Qt2 obsolete classes |
* [https://git.trinitydesktop.org/cgit/tdepacman/commit/?id=483ec9b5 [483ec9b5]] Drop Qt2 obsolete classes |
||
= applications/graphics = |
= applications/graphics = |
||
== digikam == |
== digikam == |
||
+ | * [https://git.trinitydesktop.org/cgit/digikam/commit/?id=23344f15 [23344f15]] Merge translation files from master branch. |
||
+ | * [https://git.trinitydesktop.org/cgit/digikam/commit/?id=fbf34d1b [fbf34d1b]] Merge translation files from master branch. |
||
+ | * [https://git.trinitydesktop.org/cgit/digikam/commit/?id=91198705 [91198705]] Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version |
||
+ | * [https://git.trinitydesktop.org/cgit/digikam/commit/?id=d6f63fc9 [d6f63fc9]] Replace TQ_*Focus* and TQ_Scale* defines |
||
+ | * [https://git.trinitydesktop.org/cgit/digikam/commit/?id=cde65f51 [cde65f51]] Fix FTBFS from issue [https://mirror.git.trinitydesktop.org/gitea/TDE/digikam/issues/9 #9] |
||
+ | * [https://git.trinitydesktop.org/cgit/digikam/commit/?id=92234290 [92234290]] Drop TQT_BASE_OBJECT* defines |
||
+ | * [https://git.trinitydesktop.org/cgit/digikam/commit/?id=bcffd86e [bcffd86e]] Drop TQT_TQ*_OBJECT defines |
||
+ | * [https://git.trinitydesktop.org/cgit/digikam/commit/?id=fe8b4e81 [fe8b4e81]] Replace Q_OBJECT with TQ_OBJECT |
||
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=b70cb566 [b70cb566]] Drop TQT_NO_COMPAT code |
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=b70cb566 [b70cb566]] Drop TQT_NO_COMPAT code |
||
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=dea407e3 [dea407e3]] Merge translation files from master branch. |
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=dea407e3 [dea407e3]] Merge translation files from master branch. |
||
== gwenview == |
== gwenview == |
||
+ | * [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=6b1a56ba [6b1a56ba]] Fix FTBFS when using libexiv2 0.28.0. This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/gwenview/issues/7 #7] |
||
+ | * [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=e441ffca [e441ffca]] Remove unused code related to very old versions of libexiv2 (prior to 2011) |
||
+ | * [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=2d5bd98e [2d5bd98e]] Replace TQ_*Focus* and TQ_Scale* defines |
||
+ | * [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=a248cedf [a248cedf]] Drop TQT_BASE_OBJECT* defines |
||
+ | * [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=ff1ab64a [ff1ab64a]] Drop TQT_TQ*_OBJECT defines |
||
+ | * [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=d6c24d70 [d6c24d70]] Replace Q_OBJECT with TQ_OBJECT |
||
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=1bcda901 [1bcda901]] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3. |
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=1bcda901 [1bcda901]] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3. |
||
== ksquirrel == |
== ksquirrel == |
||
+ | * [https://git.trinitydesktop.org/cgit/ksquirrel/commit/?id=b1ecfb8b [b1ecfb8b]] Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version |
||
+ | * [https://git.trinitydesktop.org/cgit/ksquirrel/commit/?id=015d47f5 [015d47f5]] Replace TQ_*Focus* and TQ_Scale* defines |
||
+ | * [https://git.trinitydesktop.org/cgit/ksquirrel/commit/?id=a3bef211 [a3bef211]] Fix FTBFS from issue [https://mirror.git.trinitydesktop.org/gitea/TDE/ksquirrel/issues/7 #7] |
||
+ | * [https://git.trinitydesktop.org/cgit/ksquirrel/commit/?id=446eea79 [446eea79]] Drop TQT_BASE_OBJECT* defines |
||
+ | * [https://git.trinitydesktop.org/cgit/ksquirrel/commit/?id=9b19488f [9b19488f]] Replace Q_OBJECT with TQ_OBJECT |
||
* [https://git.trinitydesktop.org/cgit/ksquirrel/commit/?id=7427e88a [7427e88a]] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3. |
* [https://git.trinitydesktop.org/cgit/ksquirrel/commit/?id=7427e88a [7427e88a]] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3. |
||
* [https://git.trinitydesktop.org/cgit/ksquirrel/commit/?id=5c1ea9ae [5c1ea9ae]] Drop TQT_NO_COMPAT code |
* [https://git.trinitydesktop.org/cgit/ksquirrel/commit/?id=5c1ea9ae [5c1ea9ae]] Drop TQT_NO_COMPAT code |
||
* [https://git.trinitydesktop.org/cgit/ksquirrel/commit/?id=f0109c23 [f0109c23]] Add man pages from tde-packaging repository |
* [https://git.trinitydesktop.org/cgit/ksquirrel/commit/?id=f0109c23 [f0109c23]] Add man pages from tde-packaging repository |
||
+ | |||
+ | == potracegui == |
||
+ | * [https://git.trinitydesktop.org/cgit/potracegui/commit/?id=8c488232 [8c488232]] Replace Q_OBJECT with TQ_OBJECT |
||
= applications/internet = |
= applications/internet = |
||
+ | == kasablanca == |
||
+ | * [https://git.trinitydesktop.org/cgit/kasablanca/commit/?id=15688010 [15688010]] Replace Q_OBJECT with TQ_OBJECT |
||
+ | |||
+ | == kbiff == |
||
+ | * [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=71b64098 [71b64098]] Replace Q_OBJECT with TQ_OBJECT |
||
+ | |||
+ | == kftpgrabber == |
||
+ | * [https://git.trinitydesktop.org/cgit/kftpgrabber/commit/?id=13b11d87 [13b11d87]] Replace Q_OBJECT with TQ_OBJECT |
||
+ | |||
+ | == knmap == |
||
+ | * [https://git.trinitydesktop.org/cgit/knmap/commit/?id=3d54e40a [3d54e40a]] Merge translation files from master branch. |
||
+ | * [https://git.trinitydesktop.org/cgit/knmap/commit/?id=20c075f7 [20c075f7]] Merge translation files from master branch. |
||
+ | * [https://git.trinitydesktop.org/cgit/knmap/commit/?id=dddc186b [dddc186b]] Merge translation files from master branch. |
||
+ | * [https://git.trinitydesktop.org/cgit/knmap/commit/?id=bb9ba751 [bb9ba751]] Replace Q_OBJECT with TQ_OBJECT |
||
+ | |||
== konversation == |
== konversation == |
||
+ | * [https://git.trinitydesktop.org/cgit/konversation/commit/?id=3f8cbc7f [3f8cbc7f]] Replace TQ_*Focus* and TQ_Scale* defines |
||
+ | * [https://git.trinitydesktop.org/cgit/konversation/commit/?id=04e6c49e [04e6c49e]] Drop TQT_BASE_OBJECT* defines |
||
+ | * [https://git.trinitydesktop.org/cgit/konversation/commit/?id=0984efdd [0984efdd]] update default server to Libera.Chat and enable SSL |
||
+ | * [https://git.trinitydesktop.org/cgit/konversation/commit/?id=51c582c3 [51c582c3]] Replace Q_OBJECT with TQ_OBJECT |
||
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=7a6d31ab [7a6d31ab]] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3. |
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=7a6d31ab [7a6d31ab]] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3. |
||
+ | |||
+ | == kopete-otr == |
||
+ | * [https://git.trinitydesktop.org/cgit/kopete-otr/commit/?id=11d191a9 [11d191a9]] Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version |
||
+ | * [https://git.trinitydesktop.org/cgit/kopete-otr/commit/?id=d1e0f62b [d1e0f62b]] Replace Q_OBJECT with TQ_OBJECT |
||
== kshowmail == |
== kshowmail == |
||
+ | * [https://git.trinitydesktop.org/cgit/kshowmail/commit/?id=3cae0331 [3cae0331]] Replace Q_OBJECT with TQ_OBJECT |
||
* [https://git.trinitydesktop.org/cgit/kshowmail/commit/?id=52d71348 [52d71348]] Removed .moc source files documentation. |
* [https://git.trinitydesktop.org/cgit/kshowmail/commit/?id=52d71348 [52d71348]] Removed .moc source files documentation. |
||
* [https://git.trinitydesktop.org/cgit/kshowmail/commit/?id=bff3009c [bff3009c]] Merge translation files from master branch. |
* [https://git.trinitydesktop.org/cgit/kshowmail/commit/?id=bff3009c [bff3009c]] Merge translation files from master branch. |
||
+ | |||
+ | == kstreamripper == |
||
+ | * [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=3b880a3d [3b880a3d]] Replace Q_OBJECT with TQ_OBJECT |
||
== ktorrent == |
== ktorrent == |
||
+ | * [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=1ff3e4d8 [1ff3e4d8]] Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version |
||
+ | * [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=6925e9d2 [6925e9d2]] Replace Q_EXPORT_*/Q_EXTERN defines with TQ_EXPORT_*/TQ_EXTERN |
||
+ | * [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=cc3a1678 [cc3a1678]] Replace TQ_*Focus* and TQ_Scale* defines |
||
+ | * [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=0c7012a7 [0c7012a7]] Drop TQT_BASE_OBJECT* defines |
||
+ | * [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=694b6573 [694b6573]] Replace Q_OBJECT with TQ_OBJECT |
||
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=aab627d9 [aab627d9]] Drop TQT_NO_COMPAT code |
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=aab627d9 [aab627d9]] Drop TQT_NO_COMPAT code |
||
== kvirc == |
== kvirc == |
||
+ | * [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=776d3820 [776d3820]] Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version |
||
+ | * [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=84057ea2 [84057ea2]] Replace TQ_*Focus* and TQ_Scale* defines |
||
+ | * [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=33c7bc39 [33c7bc39]] Merge translation files from master branch. |
||
+ | * [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=0fac3b32 [0fac3b32]] Update translation template. |
||
+ | * [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=7c3b44b8 [7c3b44b8]] Drop USE_QT4 code |
||
+ | * [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=cafbffba [cafbffba]] Fix FTBFS from issue [https://mirror.git.trinitydesktop.org/gitea/TDE/kvirc/issues/9 #9] |
||
+ | * [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=2c078f18 [2c078f18]] Drop TQT_BASE_OBJECT* defines |
||
+ | * [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=c49086f6 [c49086f6]] Drop TQT_TQ*_OBJECT defines |
||
+ | * [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=cadbbff2 [cadbbff2]] Addendum to previous commit (replace Q_OBJECT with TQ_OBJECT) |
||
+ | * [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=e6270284 [e6270284]] Replace Q_OBJECT with TQ_OBJECT |
||
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=ef786e3a [ef786e3a]] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3. |
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=ef786e3a [ef786e3a]] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3. |
||
== kvpnc == |
== kvpnc == |
||
+ | * [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=1cf53c1d [1cf53c1d]] Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version |
||
+ | * [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=918444d1 [918444d1]] Replace Q_OBJECT with TQ_OBJECT |
||
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=1bdf9a28 [1bdf9a28]] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3. |
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=1bdf9a28 [1bdf9a28]] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3. |
||
== smb4k == |
== smb4k == |
||
+ | * [https://git.trinitydesktop.org/cgit/smb4k/commit/?id=6abbebc4 [6abbebc4]] Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version |
||
+ | * [https://git.trinitydesktop.org/cgit/smb4k/commit/?id=2cf346ab [2cf346ab]] Drop TQT_BASE_OBJECT* defines |
||
+ | * [https://git.trinitydesktop.org/cgit/smb4k/commit/?id=94c1aa87 [94c1aa87]] Replace Q_OBJECT with TQ_OBJECT |
||
* [https://git.trinitydesktop.org/cgit/smb4k/commit/?id=9b8439ac [9b8439ac]] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3. |
* [https://git.trinitydesktop.org/cgit/smb4k/commit/?id=9b8439ac [9b8439ac]] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3. |
||
* [https://git.trinitydesktop.org/cgit/smb4k/commit/?id=ce8b965c [ce8b965c]] Drop TQT_NO_COMPAT code |
* [https://git.trinitydesktop.org/cgit/smb4k/commit/?id=ce8b965c [ce8b965c]] Drop TQT_NO_COMPAT code |
||
+ | |||
+ | == tork == |
||
+ | * [https://git.trinitydesktop.org/cgit/tork/commit/?id=53cb7667 [53cb7667]] Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version |
||
+ | * [https://git.trinitydesktop.org/cgit/tork/commit/?id=1855627c [1855627c]] Replace Q_OBJECT with TQ_OBJECT |
||
= applications/misc = |
= applications/misc = |
||
+ | == bibletime == |
||
+ | * [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=7415013c [7415013c]] Replace TQ_*Focus* and TQ_Scale* defines |
||
+ | * [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=246bb9cb [246bb9cb]] Drop TQT_BASE_OBJECT* defines |
||
+ | * [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=7740e2e6 [7740e2e6]] Replace Q_OBJECT with TQ_OBJECT |
||
+ | |||
== desktop-effects-tde == |
== desktop-effects-tde == |
||
* [https://git.trinitydesktop.org/cgit/desktop-effects-tde/commit/?id=7fd97f35 [7fd97f35]] Drop autotools support |
* [https://git.trinitydesktop.org/cgit/desktop-effects-tde/commit/?id=7fd97f35 [7fd97f35]] Drop autotools support |
||
+ | |||
+ | == kcmldap == |
||
+ | * [https://git.trinitydesktop.org/cgit/kcmldap/commit/?id=86e44b02 [86e44b02]] Replace Q_OBJECT with TQ_OBJECT |
||
+ | |||
+ | == kcmldapcontroller == |
||
+ | * [https://git.trinitydesktop.org/cgit/kcmldapcontroller/commit/?id=7bde01f4 [7bde01f4]] Replace Q_OBJECT with TQ_OBJECT |
||
+ | |||
+ | == kcmldapmanager == |
||
+ | * [https://git.trinitydesktop.org/cgit/kcmldapmanager/commit/?id=1eb11149 [1eb11149]] Replace Q_OBJECT with TQ_OBJECT |
||
== kerberostray == |
== kerberostray == |
||
+ | * [https://git.trinitydesktop.org/cgit/kerberostray/commit/?id=301f170b [301f170b]] Replace Q_OBJECT with TQ_OBJECT |
||
* [https://git.trinitydesktop.org/cgit/kerberostray/commit/?id=c3cc972b [c3cc972b]] Merge translation files from master branch. |
* [https://git.trinitydesktop.org/cgit/kerberostray/commit/?id=c3cc972b [c3cc972b]] Merge translation files from master branch. |
||
== krecipes == |
== krecipes == |
||
+ | * [https://git.trinitydesktop.org/cgit/krecipes/commit/?id=da31f73e [da31f73e]] Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version |
||
+ | * [https://git.trinitydesktop.org/cgit/krecipes/commit/?id=4e8e7f34 [4e8e7f34]] Replace Q_OBJECT with TQ_OBJECT |
||
* [https://git.trinitydesktop.org/cgit/krecipes/commit/?id=b3a74e11 [b3a74e11]] Drop TQT_NO_COMPAT code |
* [https://git.trinitydesktop.org/cgit/krecipes/commit/?id=b3a74e11 [b3a74e11]] Drop TQT_NO_COMPAT code |
||
= applications/multimedia = |
= applications/multimedia = |
||
== amarok == |
== amarok == |
||
+ | * [https://git.trinitydesktop.org/cgit/amarok/commit/?id=2cb1a77d [2cb1a77d]] Merge translation files from master branch. |
||
+ | * [https://git.trinitydesktop.org/cgit/amarok/commit/?id=788ea2fb [788ea2fb]] Merge translation files from master branch. |
||
+ | * [https://git.trinitydesktop.org/cgit/amarok/commit/?id=1d750053 [1d750053]] Update translation template. |
||
+ | * [https://git.trinitydesktop.org/cgit/amarok/commit/?id=5dc7ba8c [5dc7ba8c]] Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version |
||
+ | * [https://git.trinitydesktop.org/cgit/amarok/commit/?id=55525507 [55525507]] Merge translation files from master branch. |
||
+ | * [https://git.trinitydesktop.org/cgit/amarok/commit/?id=f9668721 [f9668721]] Update translation template. |
||
+ | * [https://git.trinitydesktop.org/cgit/amarok/commit/?id=75b46c18 [75b46c18]] Avoid double logarithmic volume scaling when using libxine >= 1.2.13. This relates to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdemultimedia/issues/40 TDE/tdemultimedia#40] |
||
+ | * [https://git.trinitydesktop.org/cgit/amarok/commit/?id=715a0ab4 [715a0ab4]] Replace TQ_*Focus* and TQ_Scale* defines |
||
+ | * [https://git.trinitydesktop.org/cgit/amarok/commit/?id=8fa7e28a [8fa7e28a]] Drop Symbian support |
||
+ | * [https://git.trinitydesktop.org/cgit/amarok/commit/?id=b84c9505 [b84c9505]] Drop USE_TQT4 code |
||
+ | * [https://git.trinitydesktop.org/cgit/amarok/commit/?id=688e664d [688e664d]] Drop TQT_BASE_OBJECT* defines |
||
+ | * [https://git.trinitydesktop.org/cgit/amarok/commit/?id=2a618adc [2a618adc]] Replace Q_OBJECT with TQ_OBJECT |
||
+ | * [https://git.trinitydesktop.org/cgit/amarok/commit/?id=f1076650 [f1076650]] Merge translation files from master branch. |
||
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=3e6935b4 [3e6935b4]] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3. |
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=3e6935b4 [3e6935b4]] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3. |
||
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=f76f89ad [f76f89ad]] Merge translation files from master branch. |
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=f76f89ad [f76f89ad]] Merge translation files from master branch. |
||
Line 332: | Line 743: | ||
== codeine == |
== codeine == |
||
+ | * [https://git.trinitydesktop.org/cgit/codeine/commit/?id=bf236a31 [bf236a31]] Update translation template. |
||
+ | * [https://git.trinitydesktop.org/cgit/codeine/commit/?id=58bbed05 [58bbed05]] xine engine: make volume control logarithmic for versions of xine < 1.2.13. For xine versions >= 1.2.13, libxine already makes the volume logarithmic. This relates to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdemultimedia/issues/40 TDE/tdemultimedia#40] |
||
+ | * [https://git.trinitydesktop.org/cgit/codeine/commit/?id=79a8d179 [79a8d179]] Update translation template. |
||
+ | * [https://git.trinitydesktop.org/cgit/codeine/commit/?id=d1d095a2 [d1d095a2]] Fix volume slider functionality and visualization |
||
+ | * [https://git.trinitydesktop.org/cgit/codeine/commit/?id=decb99db [decb99db]] Replace Q_OBJECT with TQ_OBJECT |
||
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=177cdfdd [177cdfdd]] Merge translation files from master branch. |
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=177cdfdd [177cdfdd]] Merge translation files from master branch. |
||
== k3b == |
== k3b == |
||
+ | * [https://git.trinitydesktop.org/cgit/k3b/commit/?id=8b9e54ea [8b9e54ea]] Merge translation files from master branch. |
||
+ | * [https://git.trinitydesktop.org/cgit/k3b/commit/?id=64704781 [64704781]] Fix detection and linking of taglib |
||
+ | * [https://git.trinitydesktop.org/cgit/k3b/commit/?id=bf674dd3 [bf674dd3]] Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version |
||
+ | * [https://git.trinitydesktop.org/cgit/k3b/commit/?id=c063a706 [c063a706]] Replace TQ_*Focus* and TQ_Scale* defines |
||
+ | * [https://git.trinitydesktop.org/cgit/k3b/commit/?id=04086637 [04086637]] Drop USE_TQT4 code |
||
+ | * [https://git.trinitydesktop.org/cgit/k3b/commit/?id=eb0f6cbe [eb0f6cbe]] Drop TQT_BASE_OBJECT* defines |
||
+ | * [https://git.trinitydesktop.org/cgit/k3b/commit/?id=9f8bd22e [9f8bd22e]] Drop TQT_TQ*_CONST defines |
||
+ | * [https://git.trinitydesktop.org/cgit/k3b/commit/?id=6c942432 [6c942432]] Drop TQT_TQ*_OBJECT defines |
||
+ | * [https://git.trinitydesktop.org/cgit/k3b/commit/?id=667ad9cd [667ad9cd]] Replace Q_OBJECT with TQ_OBJECT |
||
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=b14c0f07 [b14c0f07]] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3. |
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=b14c0f07 [b14c0f07]] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3. |
||
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=dc0b5f06 [dc0b5f06]] Merge translation files from master branch. |
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=dc0b5f06 [dc0b5f06]] Merge translation files from master branch. |
||
Line 340: | Line 765: | ||
== k3b-i18n == |
== k3b-i18n == |
||
+ | * [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=ef7d6264 [ef7d6264]] Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version |
||
+ | * [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=2ed937aa [2ed937aa]] Merge translation files from master branch. |
||
+ | * [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=fce5837d [fce5837d]] Update translation template. |
||
+ | * [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=36af70ab [36af70ab]] Merge translation files from master branch. |
||
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=62b97f3f [62b97f3f]] Merge translation files from master branch. |
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=62b97f3f [62b97f3f]] Merge translation files from master branch. |
||
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=8c489144 [8c489144]] Merge translation files from master branch. |
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=8c489144 [8c489144]] Merge translation files from master branch. |
||
== k9copy == |
== k9copy == |
||
+ | * [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=50ca2b56 [50ca2b56]] Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version |
||
+ | * [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=14200ce4 [14200ce4]] Fix clang build failure for k9saveimage<br/>This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/k9copy/issues/16 #16] |
||
+ | * [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=f59d6e17 [f59d6e17]] Replace TQ_*Focus* and TQ_Scale* defines |
||
+ | * [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=dc9b57aa [dc9b57aa]] Fix clang build failure for cputest |
||
+ | * [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=b7e134e2 [b7e134e2]] Conversion to cmake build system |
||
+ | * [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=0984c8a8 [0984c8a8]] Fix incorrect use of dvdread includes.<br/>It seems that the library has been designed for use includes in the form<br/>"#include <dvdread/...>" while we used includes without the "dvdread/" prefix.<br/>This caused that instead of using the standard path detected from pkg-config,<br/>the expected path had to be added to to -I flag. |
||
+ | * [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=ba09a974 [ba09a974]] Merge translation files from master branch. |
||
+ | * [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=d3444bc5 [d3444bc5]] Update translation template. |
||
+ | * [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=1a64436b [1a64436b]] Fix more usage of TQString which would cause FTBFS with cmake |
||
+ | * [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=84a8b220 [84a8b220]] Restore correct version of anim.mng file from debian snapshot (https://snapshot.debian.org/package/k9copy/2.3.8-3/) |
||
+ | * [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=8ae9f61c [8ae9f61c]] Fix usage of TQString which would cause FTBFS with cmake |
||
+ | * [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=10f89cd7 [10f89cd7]] Move icons folder to main level. |
||
+ | * [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=d8f75eb1 [d8f75eb1]] Normalize doc structure and remove unused files |
||
+ | * [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=3dbd5e8f [3dbd5e8f]] Replace Q_OBJECT with TQ_OBJECT |
||
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=fcc14dce [fcc14dce]] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3. |
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=fcc14dce [fcc14dce]] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3. |
||
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=321a6c84 [321a6c84]] Merge translation files from master branch. |
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=321a6c84 [321a6c84]] Merge translation files from master branch. |
||
== kaffeine == |
== kaffeine == |
||
+ | * [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=d60d9459 [d60d9459]] Merge translation files from master branch. |
||
+ | * [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=3678f335 [3678f335]] Update translation template. |
||
+ | * [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=7cfd3046 [7cfd3046]] xine engine: make volume control logarithmic for versions of xine < 1.2.13.<br/>For xine versions >= 1.2.13, libxine already makes the volume logarithmic.<br/>This relates to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdemultimedia/issues/40 TDE/tdemultimedia#40]<br/>This commit makes the behavior consistent across different xine versions<br/>and aligned with other players like Amarok. |
||
+ | * [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=6aefcf11 [6aefcf11]] Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version |
||
+ | * [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=02b1ed8f [02b1ed8f]] Replace various Q_* and QT_* defines with TQ_* and TQT_* |
||
+ | * [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=d8778380 [d8778380]] Replace TQ_*Focus* and TQ_Scale* defines |
||
+ | * [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=8af1bf87 [8af1bf87]] Drop TQT_BASE_OBJECT* defines |
||
+ | * [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=cad95d2d [cad95d2d]] Drop TQT_TQ*_OBJECT defines |
||
+ | * [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=f3bdcef9 [f3bdcef9]] Replace Q_OBJECT with TQ_OBJECT |
||
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=8306ffba [8306ffba]] Convert dummy part example to cmake |
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=8306ffba [8306ffba]] Convert dummy part example to cmake |
||
== kmplayer == |
== kmplayer == |
||
+ | * [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=ba479173 [ba479173]] Merge translation files from master branch. |
||
+ | * [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=9f4c6355 [9f4c6355]] Replace TQ_*Focus* and TQ_Scale* defines |
||
+ | * [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=fc479135 [fc479135]] Merge translation files from master branch. |
||
+ | * [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=c85bff43 [c85bff43]] Update translation template. |
||
+ | * [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=b065e535 [b065e535]] Drop TQT_BASE_OBJECT* defines |
||
+ | * [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=da8cf2c4 [da8cf2c4]] Replace Q_OBJECT with TQ_OBJECT |
||
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=b62a1922 [b62a1922]] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3. |
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=b62a1922 [b62a1922]] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3. |
||
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=698d2bc3 [698d2bc3]] Merge translation files from master branch. |
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=698d2bc3 [698d2bc3]] Merge translation files from master branch. |
||
+ | |||
+ | == kplayer == |
||
+ | * [https://git.trinitydesktop.org/cgit/kplayer/commit/?id=46b71ba7 [46b71ba7]] Replace Q_OBJECT with TQ_OBJECT |
||
+ | |||
+ | == mplayerthumbs == |
||
+ | * [https://git.trinitydesktop.org/cgit/mplayerthumbs/commit/?id=60f3a44f [60f3a44f]] Replace Q_OBJECT with TQ_OBJECT |
||
== rosegarden == |
== rosegarden == |
||
+ | * [https://git.trinitydesktop.org/cgit/rosegarden/commit/?id=7d34c995 [7d34c995]] Replace various tqtinterface's TQ_* defines with actual types |
||
+ | * [https://git.trinitydesktop.org/cgit/rosegarden/commit/?id=6be0f33e [6be0f33e]] Replace TQ_*Focus* and TQ_Scale* defines |
||
+ | * [https://git.trinitydesktop.org/cgit/rosegarden/commit/?id=45016a2f [45016a2f]] Drop TQT_BASE_OBJECT* defines |
||
+ | * [https://git.trinitydesktop.org/cgit/rosegarden/commit/?id=4015988c [4015988c]] Drop TQT_TQ*_CONST defines |
||
+ | * [https://git.trinitydesktop.org/cgit/rosegarden/commit/?id=3cf37826 [3cf37826]] Drop TQT_TQ*_OBJECT defines |
||
+ | * [https://git.trinitydesktop.org/cgit/rosegarden/commit/?id=3ef4ff2e [3ef4ff2e]] Replace Q_OBJECT with TQ_OBJECT |
||
* [https://git.trinitydesktop.org/cgit/rosegarden/commit/?id=95194d38 [95194d38]] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3. |
* [https://git.trinitydesktop.org/cgit/rosegarden/commit/?id=95194d38 [95194d38]] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3. |
||
== soundkonverter == |
== soundkonverter == |
||
+ | * [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=d758c4b7 [d758c4b7]] Fix FTBFS caused by taglib as a result of the QString -> TQString renaming. |
||
+ | * [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=9fe89946 [9fe89946]] Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version |
||
+ | * [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=37409e17 [37409e17]] Drop TQT_BASE_OBJECT* defines |
||
+ | * [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=75d73ad5 [75d73ad5]] Replace Q_OBJECT with TQ_OBJECT |
||
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=a36ca1c3 [a36ca1c3]] Drop TQT_NO_COMPAT code |
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=a36ca1c3 [a36ca1c3]] Drop TQT_NO_COMPAT code |
||
== tderadio == |
== tderadio == |
||
+ | * [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=68fa0b1c [68fa0b1c]] Drop USE_TQT4 code |
||
+ | * [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=998f0a7f [998f0a7f]] Drop TQT_BASE_OBJECT* defines |
||
+ | * [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=c4cfb3dc [c4cfb3dc]] Merge translation files from master branch. |
||
+ | * [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=30f16ad2 [30f16ad2]] Merge translation files from master branch. |
||
+ | * [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=0959273b [0959273b]] Drop use of TQ_SP* defines. |
||
+ | * [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=5501a8c7 [5501a8c7]] Replace Q_OBJECT with TQ_OBJECT |
||
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=9ef2b1a7 [9ef2b1a7]] Merge translation files from master branch. |
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=9ef2b1a7 [9ef2b1a7]] Merge translation files from master branch. |
||
= applications/office = |
= applications/office = |
||
== basket == |
== basket == |
||
+ | * [https://git.trinitydesktop.org/cgit/basket/commit/?id=123ea9fb [123ea9fb]] Replace TQ_*Focus* and TQ_Scale* defines |
||
+ | * [https://git.trinitydesktop.org/cgit/basket/commit/?id=2fa133cf [2fa133cf]] Drop TQT_TQ*_OBJECT defines |
||
+ | * [https://git.trinitydesktop.org/cgit/basket/commit/?id=0cb23300 [0cb23300]] Replace Q_OBJECT with TQ_OBJECT |
||
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=7c310957 [7c310957]] Merge translation files from master branch. |
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=7c310957 [7c310957]] Merge translation files from master branch. |
||
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=ea8b722d [ea8b722d]] Update translation template. |
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=ea8b722d [ea8b722d]] Update translation template. |
||
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=4a028d07 [4a028d07]] Drop Qt2's TQSortedList class |
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=4a028d07 [4a028d07]] Drop Qt2's TQSortedList class |
||
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=a07f9925 [a07f9925]] Merge translation files from master branch. |
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=a07f9925 [a07f9925]] Merge translation files from master branch. |
||
+ | |||
+ | == kbibtex == |
||
+ | * [https://git.trinitydesktop.org/cgit/kbibtex/commit/?id=06ee3c8c [06ee3c8c]] Replace Q_OBJECT with TQ_OBJECT |
||
== kbookreader == |
== kbookreader == |
||
+ | * [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=e08aee73 [e08aee73]] Replace TQ_*Focus* and TQ_Scale* defines |
||
+ | * [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=fb55a29f [fb55a29f]] Replace Q_OBJECT with TQ_OBJECT |
||
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=f3ed10ea [f3ed10ea]] Merge translation files from master branch. |
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=f3ed10ea [f3ed10ea]] Merge translation files from master branch. |
||
== keximdb == |
== keximdb == |
||
+ | * [https://git.trinitydesktop.org/cgit/keximdb/commit/?id=833832db [833832db]] Replace Q_OBJECT with TQ_OBJECT |
||
* [https://git.trinitydesktop.org/cgit/keximdb/commit/?id=2579e70e [2579e70e]] Drop autotools support |
* [https://git.trinitydesktop.org/cgit/keximdb/commit/?id=2579e70e [2579e70e]] Drop autotools support |
||
== kile == |
== kile == |
||
+ | * [https://git.trinitydesktop.org/cgit/kile/commit/?id=4bd5c010 [4bd5c010]] Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version |
||
+ | * [https://git.trinitydesktop.org/cgit/kile/commit/?id=ede00661 [ede00661]] Replace TQ_*Focus* and TQ_Scale* defines |
||
+ | * [https://git.trinitydesktop.org/cgit/kile/commit/?id=35b1925e [35b1925e]] Drop TQT_BASE_OBJECT* defines |
||
+ | * [https://git.trinitydesktop.org/cgit/kile/commit/?id=3f0134fe [3f0134fe]] Replace Q_OBJECT with TQ_OBJECT |
||
* [https://git.trinitydesktop.org/cgit/kile/commit/?id=9a1b6c4b [9a1b6c4b]] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3. |
* [https://git.trinitydesktop.org/cgit/kile/commit/?id=9a1b6c4b [9a1b6c4b]] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3. |
||
== kmymoney == |
== kmymoney == |
||
+ | * [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=a84f7caf [a84f7caf]] Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version |
||
+ | * [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=08d1c729 [08d1c729]] Replace Q_EXPORT_*/Q_EXTERN defines with TQ_EXPORT_*/TQ_EXTERN |
||
+ | * [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=e35b2733 [e35b2733]] Replace TQ_*Focus* and TQ_Scale* defines |
||
+ | * [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=cc8fe772 [cc8fe772]] Merge translation files from master branch. |
||
+ | * [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=1fdcccb5 [1fdcccb5]] Update translation template. |
||
+ | * [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=79b31360 [79b31360]] Drop USE_TQT4 code |
||
+ | * [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=1c3fb8b2 [1c3fb8b2]] Drop TQT_BASE_OBJECT* defines |
||
+ | * [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=6d209e21 [6d209e21]] Drop TQT_TQ*_CONST defines |
||
+ | * [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=a5848535 [a5848535]] Drop TQT_TQ*_OBJECT defines |
||
+ | * [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=93816e0a [93816e0a]] Replace Q_OBJECT with TQ_OBJECT |
||
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=7a469553 [7a469553]] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3. |
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=7a469553 [7a469553]] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3. |
||
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=43cb2df6 [43cb2df6]] Drop use of COMPAT_TQT_VERSION define |
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=43cb2df6 [43cb2df6]] Drop use of COMPAT_TQT_VERSION define |
||
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=1a2f7616 [1a2f7616]] Drop Qt2 obsolete classes |
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=1a2f7616 [1a2f7616]] Drop Qt2 obsolete classes |
||
+ | |||
+ | == knowit == |
||
+ | * [https://git.trinitydesktop.org/cgit/knowit/commit/?id=1448a29b [1448a29b]] Replace Q_OBJECT with TQ_OBJECT |
||
== koffice == |
== koffice == |
||
+ | * [https://git.trinitydesktop.org/cgit/koffice/commit/?id=7cec1c0e [7cec1c0e]] Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version |
||
+ | * [https://git.trinitydesktop.org/cgit/koffice/commit/?id=a7351a9c [a7351a9c]] Replace Q_EXPORT_*/Q_EXTERN defines with TQ_EXPORT_*/TQ_EXTERN |
||
+ | * [https://git.trinitydesktop.org/cgit/koffice/commit/?id=141d8c03 [141d8c03]] Replace various tqtinterface's TQ_* defines with actual types |
||
+ | * [https://git.trinitydesktop.org/cgit/koffice/commit/?id=7b525ca1 [7b525ca1]] Replace TQ_*Focus* and TQ_Scale* defines |
||
+ | * [https://git.trinitydesktop.org/cgit/koffice/commit/?id=73836b4c [73836b4c]] Drop USE_TQT4 code |
||
+ | * [https://git.trinitydesktop.org/cgit/koffice/commit/?id=1607518b [1607518b]] Drop TQT_BASE_OBJECT* defines |
||
+ | * [https://git.trinitydesktop.org/cgit/koffice/commit/?id=64574118 [64574118]] Drop TQT_TQ*_OBJECT defines |
||
+ | * [https://git.trinitydesktop.org/cgit/koffice/commit/?id=c9fc87af [c9fc87af]] Drop use of TQ_SP* defines. |
||
+ | * [https://git.trinitydesktop.org/cgit/koffice/commit/?id=ef14fba4 [ef14fba4]] Replace Q_OBJECT with TQ_OBJECT |
||
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=462dc85d [462dc85d]] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3. |
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=462dc85d [462dc85d]] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3. |
||
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=75cc9de8 [75cc9de8]] Drop use of COMPAT_TQT_VERSION define |
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=75cc9de8 [75cc9de8]] Drop use of COMPAT_TQT_VERSION define |
||
Line 392: | Line 907: | ||
== koffice-i18n == |
== koffice-i18n == |
||
+ | * [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=6fcd754e [6fcd754e]] Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version |
||
+ | * [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=799c0520 [799c0520]] Replace Q_EXPORT_*/Q_EXTERN defines with TQ_EXPORT_*/TQ_EXTERN |
||
+ | * [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=613f1cf8 [613f1cf8]] Merge translation files from master branch. |
||
+ | * [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=86e42647 [86e42647]] Update translation template. |
||
+ | * [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=2adff954 [2adff954]] Replace Q_OBJECT with TQ_OBJECT |
||
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=095c16c0 [095c16c0]] Merge translation files from master branch. |
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=095c16c0 [095c16c0]] Merge translation files from master branch. |
||
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=db60471c [db60471c]] Merge translation files from master branch. |
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=db60471c [db60471c]] Merge translation files from master branch. |
||
Line 397: | Line 917: | ||
== kpilot == |
== kpilot == |
||
+ | * [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=1a31fdd3 [1a31fdd3]] Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version |
||
+ | * [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=0a566136 [0a566136]] Drop TQT_BASE_OBJECT* defines |
||
+ | * [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=980849e7 [980849e7]] Replace Q_OBJECT with TQ_OBJECT |
||
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=83e4ace7 [83e4ace7]] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3. |
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=83e4ace7 [83e4ace7]] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3. |
||
== tellico == |
== tellico == |
||
+ | * [https://git.trinitydesktop.org/cgit/tellico/commit/?id=59252e91 [59252e91]] Merge translation files from master branch. |
||
+ | * [https://git.trinitydesktop.org/cgit/tellico/commit/?id=5fc9c892 [5fc9c892]] Merge translation files from master branch. |
||
+ | * [https://git.trinitydesktop.org/cgit/tellico/commit/?id=000d82e7 [000d82e7]] Update translation template. |
||
+ | * [https://git.trinitydesktop.org/cgit/tellico/commit/?id=8e802326 [8e802326]] Fix FTBFS caused by taglib as a result of the QString -> TQString renaming. |
||
+ | * [https://git.trinitydesktop.org/cgit/tellico/commit/?id=9c6e8045 [9c6e8045]] Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version |
||
+ | * [https://git.trinitydesktop.org/cgit/tellico/commit/?id=4b657979 [4b657979]] Replace TQ_*Focus* and TQ_Scale* defines |
||
+ | * [https://git.trinitydesktop.org/cgit/tellico/commit/?id=31fba841 [31fba841]] Drop TQT_BASE_OBJECT* defines |
||
+ | * [https://git.trinitydesktop.org/cgit/tellico/commit/?id=37c2ad0c [37c2ad0c]] Replace Q_OBJECT with TQ_OBJECT |
||
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=2aa8f8fc [2aa8f8fc]] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3. |
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=2aa8f8fc [2aa8f8fc]] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3. |
||
= applications/settings = |
= applications/settings = |
||
== kdpkg == |
== kdpkg == |
||
+ | * [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=e5089f3c [e5089f3c]] Merge translation files from master branch. |
||
+ | * [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=df8e8632 [df8e8632]] Merge translation files from master branch. |
||
+ | * [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=f0c62495 [f0c62495]] Replace Q_OBJECT with TQ_OBJECT |
||
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=d79e9b5e [d79e9b5e]] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3. |
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=d79e9b5e [d79e9b5e]] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3. |
||
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=41c04dc6 [41c04dc6]] Merge translation files from master branch. |
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=41c04dc6 [41c04dc6]] Merge translation files from master branch. |
||
+ | |||
+ | == kima == |
||
+ | * [https://git.trinitydesktop.org/cgit/kima/commit/?id=b6a474ec [b6a474ec]] Drop USE_TQT4 code |
||
+ | * [https://git.trinitydesktop.org/cgit/kima/commit/?id=267513f2 [267513f2]] Drop TQT_TQ*_OBJECT defines |
||
+ | * [https://git.trinitydesktop.org/cgit/kima/commit/?id=48cec49a [48cec49a]] Drop use of TQ_SP* defines. |
||
+ | * [https://git.trinitydesktop.org/cgit/kima/commit/?id=b7ec7cce [b7ec7cce]] Replace Q_OBJECT with TQ_OBJECT |
||
== kiosktool == |
== kiosktool == |
||
+ | * [https://git.trinitydesktop.org/cgit/kiosktool/commit/?id=8e62eebd [8e62eebd]] Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version |
||
+ | * [https://git.trinitydesktop.org/cgit/kiosktool/commit/?id=84eca24a [84eca24a]] Replace Q_OBJECT with TQ_OBJECT |
||
* [https://git.trinitydesktop.org/cgit/kiosktool/commit/?id=76b2a638 [76b2a638]] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3. |
* [https://git.trinitydesktop.org/cgit/kiosktool/commit/?id=76b2a638 [76b2a638]] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3. |
||
* [https://git.trinitydesktop.org/cgit/kiosktool/commit/?id=c1c74484 [c1c74484]] Merge translation files from master branch. |
* [https://git.trinitydesktop.org/cgit/kiosktool/commit/?id=c1c74484 [c1c74484]] Merge translation files from master branch. |
||
== kkbswitch == |
== kkbswitch == |
||
+ | * [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=96871dc4 [96871dc4]] Replace Q_OBJECT with TQ_OBJECT |
||
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=294b4729 [294b4729]] Merge translation files from master branch. |
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=294b4729 [294b4729]] Merge translation files from master branch. |
||
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=9d440c49 [9d440c49]] Merge translation files from master branch. |
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=9d440c49 [9d440c49]] Merge translation files from master branch. |
||
Line 420: | Line 963: | ||
== klcddimmer == |
== klcddimmer == |
||
+ | * [https://git.trinitydesktop.org/cgit/klcddimmer/commit/?id=fd15f2dc [fd15f2dc]] Replace Q_OBJECT with TQ_OBJECT |
||
* [https://git.trinitydesktop.org/cgit/klcddimmer/commit/?id=a932bc92 [a932bc92]] Merge translation files from master branch. |
* [https://git.trinitydesktop.org/cgit/klcddimmer/commit/?id=a932bc92 [a932bc92]] Merge translation files from master branch. |
||
== kmyfirewall == |
== kmyfirewall == |
||
+ | * [https://git.trinitydesktop.org/cgit/kmyfirewall/commit/?id=2642005f [2642005f]] Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version |
||
+ | * [https://git.trinitydesktop.org/cgit/kmyfirewall/commit/?id=7253927e [7253927e]] Replace TQ_*Focus* and TQ_Scale* defines |
||
+ | * [https://git.trinitydesktop.org/cgit/kmyfirewall/commit/?id=c37c472c [c37c472c]] Replace Q_OBJECT with TQ_OBJECT |
||
* [https://git.trinitydesktop.org/cgit/kmyfirewall/commit/?id=c313fc51 [c313fc51]] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3. |
* [https://git.trinitydesktop.org/cgit/kmyfirewall/commit/?id=c313fc51 [c313fc51]] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3. |
||
* [https://git.trinitydesktop.org/cgit/kmyfirewall/commit/?id=12d78a43 [12d78a43]] Add man pages from tde-packaging repository |
* [https://git.trinitydesktop.org/cgit/kmyfirewall/commit/?id=12d78a43 [12d78a43]] Add man pages from tde-packaging repository |
||
* [https://git.trinitydesktop.org/cgit/kmyfirewall/commit/?id=57c87890 [57c87890]] Removed unnecessary files |
* [https://git.trinitydesktop.org/cgit/kmyfirewall/commit/?id=57c87890 [57c87890]] Removed unnecessary files |
||
* [https://git.trinitydesktop.org/cgit/kmyfirewall/commit/?id=ecfe7712 [ecfe7712]] Drop TQT_NO_COMPAT code |
* [https://git.trinitydesktop.org/cgit/kmyfirewall/commit/?id=ecfe7712 [ecfe7712]] Drop TQT_NO_COMPAT code |
||
+ | |||
+ | == tde-systemsettings == |
||
+ | * [https://git.trinitydesktop.org/cgit/tde-systemsettings/commit/?id=75542013 [75542013]] Replace Q_OBJECT with TQ_OBJECT |
||
== tdenetworkmanager == |
== tdenetworkmanager == |
||
+ | * [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=b8380e2a [b8380e2a]] Drop TQT_BASE_OBJECT* defines |
||
+ | * [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=4a8f46b1 [4a8f46b1]] Drop TQT_TQ*_OBJECT defines |
||
+ | * [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=a18aed9e [a18aed9e]] Replace Q_OBJECT with TQ_OBJECT |
||
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=cfaf558e [cfaf558e]] Merge translation files from master branch. |
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=cfaf558e [cfaf558e]] Merge translation files from master branch. |
||
+ | |||
+ | == tdesudo == |
||
+ | * [https://git.trinitydesktop.org/cgit/tdesudo/commit/?id=e9d19a06 [e9d19a06]] Replace Q_OBJECT with TQ_OBJECT |
||
== wlassistant == |
== wlassistant == |
||
+ | * [https://git.trinitydesktop.org/cgit/wlassistant/commit/?id=65c37c1f [65c37c1f]] Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version |
||
+ | * [https://git.trinitydesktop.org/cgit/wlassistant/commit/?id=720d37f0 [720d37f0]] Replace Q_OBJECT with TQ_OBJECT |
||
* [https://git.trinitydesktop.org/cgit/wlassistant/commit/?id=259e5fb4 [259e5fb4]] Merge translation files from master branch. |
* [https://git.trinitydesktop.org/cgit/wlassistant/commit/?id=259e5fb4 [259e5fb4]] Merge translation files from master branch. |
||
= applications/system = |
= applications/system = |
||
== dolphin == |
== dolphin == |
||
+ | * [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=11588596 [11588596]] Replace TQ_*Focus* and TQ_Scale* defines |
||
+ | * [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=9409a55d [9409a55d]] Merge translation files from master branch. |
||
+ | * [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=ebf9edd2 [ebf9edd2]] Update translation template. |
||
+ | * [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=267f704a [267f704a]] Drop TQT_BASE_OBJECT* defines |
||
+ | * [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=d5fd1605 [d5fd1605]] Replace Q_OBJECT with TQ_OBJECT |
||
+ | * [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=4c7209ee [4c7209ee]] Improve code for image conversion. This relates to issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/376 TDE/tdebase#376] |
||
+ | * [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=5f4a60b2 [5f4a60b2]] Merge translation files from master branch. |
||
+ | * [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=6bfb9e00 [6bfb9e00]] Update translation template. |
||
+ | * [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=83850aae [83850aae]] Fix image conversion naming of files with multiple dots in the name. This relates to issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/376 TDE/tdebase#376] |
||
+ | * [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=9af3b341 [9af3b341]] Add more options to "Set as Background" menu in Dolphin.<br/>This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/dolphin/issues/17 #17] |
||
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=878adb72 [878adb72]] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3. |
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=878adb72 [878adb72]] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3. |
||
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=42d55616 [42d55616]] Merge translation files from master branch. |
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=42d55616 [42d55616]] Merge translation files from master branch. |
||
== katapult == |
== katapult == |
||
+ | * [https://git.trinitydesktop.org/cgit/katapult/commit/?id=2dc8d77e [2dc8d77e]] Replace TQ_*Focus* and TQ_Scale* defines |
||
+ | * [https://git.trinitydesktop.org/cgit/katapult/commit/?id=8358d142 [8358d142]] Replace Q_OBJECT with TQ_OBJECT |
||
* [https://git.trinitydesktop.org/cgit/katapult/commit/?id=d44e47d1 [d44e47d1]] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3. |
* [https://git.trinitydesktop.org/cgit/katapult/commit/?id=d44e47d1 [d44e47d1]] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3. |
||
== kbfx == |
== kbfx == |
||
+ | * [https://git.trinitydesktop.org/cgit/kbfx/commit/?id=612b41af [612b41af]] Replace TQ_*Focus* and TQ_Scale* defines |
||
+ | * [https://git.trinitydesktop.org/cgit/kbfx/commit/?id=fce56fa7 [fce56fa7]] Drop TQT_BASE_OBJECT* defines |
||
+ | * [https://git.trinitydesktop.org/cgit/kbfx/commit/?id=07cb8b6c [07cb8b6c]] Replace Q_OBJECT with TQ_OBJECT |
||
* [https://git.trinitydesktop.org/cgit/kbfx/commit/?id=6dd6e0a7 [6dd6e0a7]] Merge translation files from master branch. |
* [https://git.trinitydesktop.org/cgit/kbfx/commit/?id=6dd6e0a7 [6dd6e0a7]] Merge translation files from master branch. |
||
== kcmautostart == |
== kcmautostart == |
||
+ | * [https://git.trinitydesktop.org/cgit/kcmautostart/commit/?id=ad7bb3ee [ad7bb3ee]] Replace Q_OBJECT with TQ_OBJECT |
||
* [https://git.trinitydesktop.org/cgit/kcmautostart/commit/?id=f332e029 [f332e029]] Merge translation files from master branch. |
* [https://git.trinitydesktop.org/cgit/kcmautostart/commit/?id=f332e029 [f332e029]] Merge translation files from master branch. |
||
+ | |||
+ | == kdbusnotification == |
||
+ | * [https://git.trinitydesktop.org/cgit/kdbusnotification/commit/?id=ee76cec7 [ee76cec7]] Replace Q_OBJECT with TQ_OBJECT |
||
== klamav == |
== klamav == |
||
+ | * [https://git.trinitydesktop.org/cgit/klamav/commit/?id=f62fb968 [f62fb968]] Replace Q_OBJECT with TQ_OBJECT |
||
* [https://git.trinitydesktop.org/cgit/klamav/commit/?id=ead114df [ead114df]] Merge translation files from master branch. |
* [https://git.trinitydesktop.org/cgit/klamav/commit/?id=ead114df [ead114df]] Merge translation files from master branch. |
||
== knemo == |
== knemo == |
||
+ | * [https://git.trinitydesktop.org/cgit/knemo/commit/?id=9f762337 [9f762337]] Drop TQT_TQ*_OBJECT defines |
||
+ | * [https://git.trinitydesktop.org/cgit/knemo/commit/?id=d328d85e [d328d85e]] Replace Q_OBJECT with TQ_OBJECT |
||
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=444036ef [444036ef]] Merge translation files from master branch. |
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=444036ef [444036ef]] Merge translation files from master branch. |
||
+ | |||
+ | == knetload == |
||
+ | * [https://git.trinitydesktop.org/cgit/knetload/commit/?id=e5f04eda [e5f04eda]] Replace Q_OBJECT with TQ_OBJECT |
||
+ | |||
+ | == knetstats == |
||
+ | * [https://git.trinitydesktop.org/cgit/knetstats/commit/?id=d20207ca [d20207ca]] Replace Q_OBJECT with TQ_OBJECT |
||
+ | |||
+ | == kooldock == |
||
+ | * [https://git.trinitydesktop.org/cgit/kooldock/commit/?id=5d80102b [5d80102b]] Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version |
||
+ | * [https://git.trinitydesktop.org/cgit/kooldock/commit/?id=da6a9e3e [da6a9e3e]] Replace Q_OBJECT with TQ_OBJECT |
||
== krusader == |
== krusader == |
||
+ | * [https://git.trinitydesktop.org/cgit/krusader/commit/?id=3c17b9e4 [3c17b9e4]] Merge translation files from master branch. |
||
+ | * [https://git.trinitydesktop.org/cgit/krusader/commit/?id=073340ed [073340ed]] Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version |
||
+ | * [https://git.trinitydesktop.org/cgit/krusader/commit/?id=142b3f00 [142b3f00]] Replace TQ_*Focus* and TQ_Scale* defines |
||
+ | * [https://git.trinitydesktop.org/cgit/krusader/commit/?id=917651b3 [917651b3]] Drop TQT_BASE_OBJECT* defines |
||
+ | * [https://git.trinitydesktop.org/cgit/krusader/commit/?id=8b0a8253 [8b0a8253]] Replace Q_OBJECT with TQ_OBJECT |
||
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=14aa2981 [14aa2981]] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3. |
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=14aa2981 [14aa2981]] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3. |
||
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=234a2a4c [234a2a4c]] Drop Qt2's TQSemiModal class |
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=234a2a4c [234a2a4c]] Drop Qt2's TQSemiModal class |
||
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=9b38fb3c [9b38fb3c]] Drop TQT_NO_COMPAT code |
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=9b38fb3c [9b38fb3c]] Drop TQT_NO_COMPAT code |
||
+ | |||
+ | == kshutdown == |
||
+ | * [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=a621edf4 [a621edf4]] Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version |
||
+ | * [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=4a62331c [4a62331c]] Merge translation files from master branch. |
||
+ | * [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=4ff05389 [4ff05389]] Replace Q_OBJECT with TQ_OBJECT |
||
+ | |||
+ | == ksystemlog == |
||
+ | * [https://git.trinitydesktop.org/cgit/ksystemlog/commit/?id=530cbd9f [530cbd9f]] Merge translation files from master branch. |
||
+ | * [https://git.trinitydesktop.org/cgit/ksystemlog/commit/?id=fef1afb3 [fef1afb3]] Update translation template. |
||
+ | * [https://git.trinitydesktop.org/cgit/ksystemlog/commit/?id=d47f93fe [d47f93fe]] Fix FTBFS from issue [https://mirror.git.trinitydesktop.org/gitea/TDE/ksystemlog/issues/6 #6] |
||
+ | * [https://git.trinitydesktop.org/cgit/ksystemlog/commit/?id=3d297171 [3d297171]] Drop TQT_BASE_OBJECT* defines |
||
+ | * [https://git.trinitydesktop.org/cgit/ksystemlog/commit/?id=70482cdd [70482cdd]] Replace Q_OBJECT with TQ_OBJECT |
||
+ | |||
+ | == kvkbd == |
||
+ | * [https://git.trinitydesktop.org/cgit/kvkbd/commit/?id=f5c63412 [f5c63412]] Replace TQ_*Focus* and TQ_Scale* defines |
||
+ | * [https://git.trinitydesktop.org/cgit/kvkbd/commit/?id=70940a44 [70940a44]] Replace Q_OBJECT with TQ_OBJECT |
||
== polkit-agent-tde == |
== polkit-agent-tde == |
||
+ | * [https://git.trinitydesktop.org/cgit/polkit-agent-tde/commit/?id=b62ffbaa [b62ffbaa]] Merge translation files from master branch. |
||
+ | * [https://git.trinitydesktop.org/cgit/polkit-agent-tde/commit/?id=a05aea1d [a05aea1d]] Replace Q_OBJECT with TQ_OBJECT |
||
* [https://git.trinitydesktop.org/cgit/polkit-agent-tde/commit/?id=4515df32 [4515df32]] Merge translation files from master branch. |
* [https://git.trinitydesktop.org/cgit/polkit-agent-tde/commit/?id=4515df32 [4515df32]] Merge translation files from master branch. |
||
== tastymenu == |
== tastymenu == |
||
+ | * [https://git.trinitydesktop.org/cgit/tastymenu/commit/?id=258a108a [258a108a]] Replace Q_OBJECT with TQ_OBJECT |
||
* [https://git.trinitydesktop.org/cgit/tastymenu/commit/?id=416bda1d [416bda1d]] Merge translation files from master branch. |
* [https://git.trinitydesktop.org/cgit/tastymenu/commit/?id=416bda1d [416bda1d]] Merge translation files from master branch. |
||
== tdebluez == |
== tdebluez == |
||
+ | * [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=a1ddecf6 [a1ddecf6]] Merge translation files from master branch. |
||
+ | * [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=0f1dee48 [0f1dee48]] Replace Q_OBJECT with TQ_OBJECT |
||
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=27b70ff7 [27b70ff7]] Merge translation files from master branch. |
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=27b70ff7 [27b70ff7]] Merge translation files from master branch. |
||
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=a045ecc4 [a045ecc4]] Merge translation files from master branch. |
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=a045ecc4 [a045ecc4]] Merge translation files from master branch. |
||
Line 485: | Line 1,101: | ||
== tdedocker == |
== tdedocker == |
||
+ | * [https://git.trinitydesktop.org/cgit/tdedocker/commit/?id=dae376aa [dae376aa]] Replace Q_OBJECT with TQ_OBJECT |
||
* [https://git.trinitydesktop.org/cgit/tdedocker/commit/?id=dee19ae7 [dee19ae7]] Merge translation files from master branch. |
* [https://git.trinitydesktop.org/cgit/tdedocker/commit/?id=dee19ae7 [dee19ae7]] Merge translation files from master branch. |
||
== tdepowersave == |
== tdepowersave == |
||
+ | * [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=3db5915d [3db5915d]] Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version |
||
+ | * [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=3397f90a [3397f90a]] Merge translation files from master branch. |
||
+ | * [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=8ffb1659 [8ffb1659]] Update translation template. |
||
+ | * [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=388bf46a [388bf46a]] Solve issue with CPU using 100% resources when autodimm was activated. This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tde/issues/136 TDE/tde#136]<br/>The problem was hardware dependent and only noticable when the backlight<br/>card has hundreds or thousands of steps. This was causing non-stop<br/>calls to setBrightness, which did not have enough CPU time to complete<br/>its task before the next call, resulting in the CPU eating up all<br/>resources, non stop. |
||
+ | * [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=96562b80 [96562b80]] Fix rounding error when setting brightness by percentage |
||
+ | * [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=a4e984b1 [a4e984b1]] Removed unused/unnecessary code |
||
+ | * [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=b463ff90 [b463ff90]] Separate logic to set brightness by absolute level or percentage |
||
+ | * [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=2a85caa9 [2a85caa9]] Replace TQ_*Focus* and TQ_Scale* defines |
||
+ | * [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=5e7bdf8c [5e7bdf8c]] Extend DCOP interface with new brightnessSet method |
||
+ | * [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=431f2c21 [431f2c21]] Fix value returned by 'brightnessGet' DCOP call. The value is now in the range 0-100 (percentage) or -1 if brightness is not supported |
||
+ | * [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=1ef07aa2 [1ef07aa2]] Replace Q_OBJECT with TQ_OBJECT |
||
+ | * [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=9e6cc874 [9e6cc874]] Merge translation files from master branch. |
||
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=27eedf69 [27eedf69]] Update translation template. |
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=27eedf69 [27eedf69]] Update translation template. |
||
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=aaecc02b [aaecc02b]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/tdepowersave<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/ |
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=aaecc02b [aaecc02b]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/tdepowersave<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/ |
||
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=8317ec0e [8317ec0e]] Fix bad english in brightness string |
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=8317ec0e [8317ec0e]] Fix bad english in brightness string |
||
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=10c2ac77 [10c2ac77]] Merge translation files from master branch. |
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=10c2ac77 [10c2ac77]] Merge translation files from master branch. |
||
+ | |||
+ | == yakuake == |
||
+ | * [https://git.trinitydesktop.org/cgit/yakuake/commit/?id=75a57daf [75a57daf]] Replace TQ_*Focus* and TQ_Scale* defines |
||
+ | * [https://git.trinitydesktop.org/cgit/yakuake/commit/?id=6f4267af [6f4267af]] Replace Q_OBJECT with TQ_OBJECT |
||
= applications/tdeio = |
= applications/tdeio = |
||
+ | == tdeio-appinfo == |
||
+ | * [https://git.trinitydesktop.org/cgit/tdeio-appinfo/commit/?id=19f46f8b [19f46f8b]] Replace Q_OBJECT with TQ_OBJECT |
||
+ | |||
+ | == tdeio-apt == |
||
+ | * [https://git.trinitydesktop.org/cgit/tdeio-apt/commit/?id=caa01d22 [caa01d22]] Replace Q_OBJECT with TQ_OBJECT |
||
+ | |||
== tdeio-ftps == |
== tdeio-ftps == |
||
* [https://git.trinitydesktop.org/cgit/tdeio-ftps/commit/?id=de84323b [de84323b]] Merge translation files from master branch. |
* [https://git.trinitydesktop.org/cgit/tdeio-ftps/commit/?id=de84323b [de84323b]] Merge translation files from master branch. |
||
+ | |||
+ | == tdeio-locate == |
||
+ | * [https://git.trinitydesktop.org/cgit/tdeio-locate/commit/?id=42a10b76 [42a10b76]] Replace Q_OBJECT with TQ_OBJECT |
||
+ | |||
+ | == tdeio-umountwrapper == |
||
+ | * [https://git.trinitydesktop.org/cgit/tdeio-umountwrapper/commit/?id=033bf214 [033bf214]] Replace Q_OBJECT with TQ_OBJECT |
||
= applications/themes = |
= applications/themes = |
||
+ | == gtk-qt-engine == |
||
+ | * [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=ac1ff691 [ac1ff691]] Merge translation files from master branch. |
||
+ | * [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=1c0cf770 [1c0cf770]] Merge translation files from master branch. |
||
+ | * [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=e107d610 [e107d610]] Replace Q_OBJECT with TQ_OBJECT |
||
+ | |||
== gtk3-tqt-engine == |
== gtk3-tqt-engine == |
||
+ | * [https://git.trinitydesktop.org/cgit/gtk3-tqt-engine/commit/?id=05ed49c3 [05ed49c3]] Replace Q_EXPORT_*/Q_EXTERN defines with TQ_EXPORT_*/TQ_EXTERN |
||
* [https://git.trinitydesktop.org/cgit/gtk3-tqt-engine/commit/?id=6713ac1b [6713ac1b]] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3. |
* [https://git.trinitydesktop.org/cgit/gtk3-tqt-engine/commit/?id=6713ac1b [6713ac1b]] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3. |
||
* [https://git.trinitydesktop.org/cgit/gtk3-tqt-engine/commit/?id=64db9682 [64db9682]] Drop TQT_NO_COMPAT code |
* [https://git.trinitydesktop.org/cgit/gtk3-tqt-engine/commit/?id=64db9682 [64db9682]] Drop TQT_NO_COMPAT code |
||
+ | |||
+ | == kgtk-qt3 == |
||
+ | * [https://git.trinitydesktop.org/cgit/kgtk-qt3/commit/?id=3fbe46d0 [3fbe46d0]] Replace Q_OBJECT with TQ_OBJECT |
||
+ | |||
+ | == ksplash-engine-moodin == |
||
+ | * [https://git.trinitydesktop.org/cgit/ksplash-engine-moodin/commit/?id=6add0900 [6add0900]] Replace Q_OBJECT with TQ_OBJECT |
||
+ | |||
+ | == qt4-tqt-theme-engine == |
||
+ | * [https://git.trinitydesktop.org/cgit/qt4-tqt-theme-engine/commit/?id=12794d91 [12794d91]] Drop TQT_NO_COMPAT code |
||
+ | * [https://git.trinitydesktop.org/cgit/qt4-tqt-theme-engine/commit/?id=1d15009c [1d15009c]] Replace Q_EXPORT_*/Q_EXTERN defines with TQ_EXPORT_*/TQ_EXTERN |
||
== tde-style-baghira == |
== tde-style-baghira == |
||
+ | * [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=54c964fc [54c964fc]] Replace Q_EXPORT_*/Q_EXTERN defines with TQ_EXPORT_*/TQ_EXTERN |
||
+ | * [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=185b962c [185b962c]] Replace Q_OBJECT with TQ_OBJECT |
||
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=2081343a [2081343a]] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3. |
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=2081343a [2081343a]] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3. |
||
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=f4a20352 [f4a20352]] Drop TQT_NO_COMPAT code |
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=f4a20352 [f4a20352]] Drop TQT_NO_COMPAT code |
||
Line 508: | Line 1,171: | ||
== tde-style-domino == |
== tde-style-domino == |
||
+ | * [https://git.trinitydesktop.org/cgit/tde-style-domino/commit/?id=cdeeeb9b [cdeeeb9b]] Replace various tqtinterface's TQ_* defines with actual types |
||
+ | * [https://git.trinitydesktop.org/cgit/tde-style-domino/commit/?id=8a72ddd4 [8a72ddd4]] Replace Q_OBJECT with TQ_OBJECT |
||
* [https://git.trinitydesktop.org/cgit/tde-style-domino/commit/?id=a32ce765 [a32ce765]] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3. |
* [https://git.trinitydesktop.org/cgit/tde-style-domino/commit/?id=a32ce765 [a32ce765]] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3. |
||
== tde-style-ia-ora == |
== tde-style-ia-ora == |
||
+ | * [https://git.trinitydesktop.org/cgit/tde-style-ia-ora/commit/?id=869ce61a [869ce61a]] Replace Q_EXPORT_*/Q_EXTERN defines with TQ_EXPORT_*/TQ_EXTERN |
||
+ | * [https://git.trinitydesktop.org/cgit/tde-style-ia-ora/commit/?id=4995a917 [4995a917]] Replace Q_OBJECT with TQ_OBJECT |
||
* [https://git.trinitydesktop.org/cgit/tde-style-ia-ora/commit/?id=b508dbd6 [b508dbd6]] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3. |
* [https://git.trinitydesktop.org/cgit/tde-style-ia-ora/commit/?id=b508dbd6 [b508dbd6]] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3. |
||
== tde-style-lipstik == |
== tde-style-lipstik == |
||
+ | * [https://git.trinitydesktop.org/cgit/tde-style-lipstik/commit/?id=72bb5eb2 [72bb5eb2]] Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version |
||
+ | * [https://git.trinitydesktop.org/cgit/tde-style-lipstik/commit/?id=905139f8 [905139f8]] Drop TQT_TQ*_OBJECT defines |
||
+ | * [https://git.trinitydesktop.org/cgit/tde-style-lipstik/commit/?id=cfbaf42f [cfbaf42f]] Replace Q_OBJECT with TQ_OBJECT |
||
* [https://git.trinitydesktop.org/cgit/tde-style-lipstik/commit/?id=7165d58b [7165d58b]] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3. |
* [https://git.trinitydesktop.org/cgit/tde-style-lipstik/commit/?id=7165d58b [7165d58b]] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3. |
||
== tde-style-qtcurve == |
== tde-style-qtcurve == |
||
+ | * [https://git.trinitydesktop.org/cgit/tde-style-qtcurve/commit/?id=8decfa98 [8decfa98]] Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version |
||
+ | * [https://git.trinitydesktop.org/cgit/tde-style-qtcurve/commit/?id=496431a6 [496431a6]] Replace various tqtinterface's TQ_* defines with actual types |
||
+ | * [https://git.trinitydesktop.org/cgit/tde-style-qtcurve/commit/?id=3c65d4d7 [3c65d4d7]] Drop USE_TQT4 code |
||
+ | * [https://git.trinitydesktop.org/cgit/tde-style-qtcurve/commit/?id=e8b48a25 [e8b48a25]] Drop TQT_BASE_OBJECT* defines |
||
+ | * [https://git.trinitydesktop.org/cgit/tde-style-qtcurve/commit/?id=254bc2f8 [254bc2f8]] Drop TQT_TQ*_CONST defines |
||
+ | * [https://git.trinitydesktop.org/cgit/tde-style-qtcurve/commit/?id=686b1ffc [686b1ffc]] Drop TQT_TQ*_OBJECT defines |
||
+ | * [https://git.trinitydesktop.org/cgit/tde-style-qtcurve/commit/?id=6d4f3af0 [6d4f3af0]] Replace Q_OBJECT with TQ_OBJECT |
||
* [https://git.trinitydesktop.org/cgit/tde-style-qtcurve/commit/?id=f96ebf44 [f96ebf44]] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3. |
* [https://git.trinitydesktop.org/cgit/tde-style-qtcurve/commit/?id=f96ebf44 [f96ebf44]] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3. |
||
* [https://git.trinitydesktop.org/cgit/tde-style-qtcurve/commit/?id=39f1c011 [39f1c011]] Merge translation files from master branch. |
* [https://git.trinitydesktop.org/cgit/tde-style-qtcurve/commit/?id=39f1c011 [39f1c011]] Merge translation files from master branch. |
||
+ | |||
+ | == tdmtheme == |
||
+ | * [https://git.trinitydesktop.org/cgit/tdmtheme/commit/?id=143d1243 [143d1243]] Replace Q_OBJECT with TQ_OBJECT |
||
+ | |||
+ | == twin-style-crystal == |
||
+ | * [https://git.trinitydesktop.org/cgit/twin-style-crystal/commit/?id=d2f9ba26 [d2f9ba26]] Drop TQT_BASE_OBJECT* defines |
||
+ | * [https://git.trinitydesktop.org/cgit/twin-style-crystal/commit/?id=ed63325f [ed63325f]] Replace Q_OBJECT with TQ_OBJECT |
||
+ | |||
+ | == twin-style-dekorator == |
||
+ | * [https://git.trinitydesktop.org/cgit/twin-style-dekorator/commit/?id=e54ea977 [e54ea977]] Replace Q_OBJECT with TQ_OBJECT |
||
+ | |||
+ | == twin-style-machbunt == |
||
+ | * [https://git.trinitydesktop.org/cgit/twin-style-machbunt/commit/?id=4ac500a6 [4ac500a6]] Replace Q_OBJECT with TQ_OBJECT |
||
+ | |||
+ | == twin-style-suse2 == |
||
+ | * [https://git.trinitydesktop.org/cgit/twin-style-suse2/commit/?id=b623d8ef [b623d8ef]] Replace Q_OBJECT with TQ_OBJECT |
||
= applications/utilities = |
= applications/utilities = |
||
== abakus == |
== abakus == |
||
+ | * [https://git.trinitydesktop.org/cgit/abakus/commit/?id=52eaa0b5 [52eaa0b5]] Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version |
||
+ | * [https://git.trinitydesktop.org/cgit/abakus/commit/?id=d081c368 [d081c368]] Drop TQT_BASE_OBJECT* defines |
||
+ | * [https://git.trinitydesktop.org/cgit/abakus/commit/?id=0cbfd1ef [0cbfd1ef]] Replace Q_OBJECT with TQ_OBJECT |
||
* [https://git.trinitydesktop.org/cgit/abakus/commit/?id=d93c12f6 [d93c12f6]] Merge translation files from master branch. |
* [https://git.trinitydesktop.org/cgit/abakus/commit/?id=d93c12f6 [d93c12f6]] Merge translation files from master branch. |
||
* [https://git.trinitydesktop.org/cgit/abakus/commit/?id=0091ba7e [0091ba7e]] Merge translation files from master branch. |
* [https://git.trinitydesktop.org/cgit/abakus/commit/?id=0091ba7e [0091ba7e]] Merge translation files from master branch. |
||
Line 527: | Line 1,223: | ||
== filelight == |
== filelight == |
||
+ | * [https://git.trinitydesktop.org/cgit/filelight/commit/?id=9f59f196 [9f59f196]] Merge translation files from master branch. |
||
+ | * [https://git.trinitydesktop.org/cgit/filelight/commit/?id=4fc0f89e [4fc0f89e]] Replace Q_OBJECT with TQ_OBJECT |
||
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=f95c2be0 [f95c2be0]] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3. |
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=f95c2be0 [f95c2be0]] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3. |
||
== kbarcode == |
== kbarcode == |
||
+ | * [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=5d320686 [5d320686]] Replace TQ_*Focus* and TQ_Scale* defines |
||
+ | * [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=7beb5925 [7beb5925]] Merge translation files from master branch. |
||
+ | * [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=54202808 [54202808]] Replace Q_OBJECT with TQ_OBJECT |
||
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=c846138d [c846138d]] Merge translation files from master branch. |
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=c846138d [c846138d]] Merge translation files from master branch. |
||
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=8b350ddf [8b350ddf]] Merge translation files from master branch. |
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=8b350ddf [8b350ddf]] Merge translation files from master branch. |
||
+ | |||
+ | == kchmviewer == |
||
+ | * [https://git.trinitydesktop.org/cgit/kchmviewer/commit/?id=65a46ddd [65a46ddd]] Replace Q_OBJECT with TQ_OBJECT |
||
== kcpuload == |
== kcpuload == |
||
+ | * [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=0cdd5700 [0cdd5700]] Drop TQT_BASE_OBJECT* defines |
||
+ | * [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=01edf7be [01edf7be]] Merge translation files from master branch. |
||
+ | * [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=d24fc5df [d24fc5df]] Merge translation files from master branch. |
||
+ | * [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=85e824a5 [85e824a5]] Replace Q_OBJECT with TQ_OBJECT |
||
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=a9138aaf [a9138aaf]] Merge translation files from master branch. |
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=a9138aaf [a9138aaf]] Merge translation files from master branch. |
||
+ | |||
+ | == kdirstat == |
||
+ | * [https://git.trinitydesktop.org/cgit/kdirstat/commit/?id=b122ea8f [b122ea8f]] Replace Q_OBJECT with TQ_OBJECT |
||
+ | |||
+ | == keep == |
||
+ | * [https://git.trinitydesktop.org/cgit/keep/commit/?id=da029309 [da029309]] Replace Q_OBJECT with TQ_OBJECT |
||
+ | |||
+ | == knutclient == |
||
+ | * [https://git.trinitydesktop.org/cgit/knutclient/commit/?id=55b950ea [55b950ea]] Merge translation files from master branch. |
||
+ | * [https://git.trinitydesktop.org/cgit/knutclient/commit/?id=8b9b160e [8b9b160e]] Replace Q_OBJECT with TQ_OBJECT |
||
== kompose == |
== kompose == |
||
+ | * [https://git.trinitydesktop.org/cgit/kompose/commit/?id=1f6563a2 [1f6563a2]] Replace Q_OBJECT with TQ_OBJECT |
||
* [https://git.trinitydesktop.org/cgit/kompose/commit/?id=9b1d854c [9b1d854c]] Merge translation files from master branch. |
* [https://git.trinitydesktop.org/cgit/kompose/commit/?id=9b1d854c [9b1d854c]] Merge translation files from master branch. |
||
+ | |||
+ | == krename == |
||
+ | * [https://git.trinitydesktop.org/cgit/krename/commit/?id=6f80ce0b [6f80ce0b]] Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version |
||
+ | * [https://git.trinitydesktop.org/cgit/krename/commit/?id=ad3b4bf4 [ad3b4bf4]] Replace Q_OBJECT with TQ_OBJECT |
||
+ | |||
+ | == ksensors == |
||
+ | * [https://git.trinitydesktop.org/cgit/ksensors/commit/?id=d26b9c87 [d26b9c87]] Replace Q_OBJECT with TQ_OBJECT |
||
+ | |||
+ | == mathemagics == |
||
+ | * [https://git.trinitydesktop.org/cgit/mathemagics/commit/?id=c7967c1d [c7967c1d]] Replace Q_OBJECT with TQ_OBJECT |
||
== qalculate-tde == |
== qalculate-tde == |
||
+ | * [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=d188a043 [d188a043]] Merge translation files from master branch. |
||
+ | * [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=f286dcd4 [f286dcd4]] Merge translation files from master branch. |
||
+ | * [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=e2bfe5bf [e2bfe5bf]] Replace Q_OBJECT with TQ_OBJECT |
||
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=ef31b019 [ef31b019]] Merge translation files from master branch. |
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=ef31b019 [ef31b019]] Merge translation files from master branch. |
||
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=1ec24c00 [1ec24c00]] Merge translation files from master branch. |
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=1ec24c00 [1ec24c00]] Merge translation files from master branch. |
||
Line 548: | Line 1,280: | ||
= packaging = |
= packaging = |
||
== packaging == |
== packaging == |
||
+ | * [https://git.trinitydesktop.org/cgit/packaging/commit/?id=3e48ca30 [3e48ca30]] RPM: Update for final R14.1.1. |
||
+ | * [https://git.trinitydesktop.org/cgit/packaging/commit/?id=5651b5de [5651b5de]] FreeBSD: Update for final R14.1.1. |
||
+ | * [https://git.trinitydesktop.org/cgit/packaging/commit/?id=9f8441ef [9f8441ef]] ArchLinux: Update for final R14.1.1. |
||
+ | * [https://git.trinitydesktop.org/cgit/packaging/commit/?id=b9a519e0 [b9a519e0]] DEB libksquirrel: switch to cmake building system |
||
+ | * [https://git.trinitydesktop.org/cgit/packaging/commit/?id=70c47b9e [70c47b9e]] DEB default-settings: Move common files to common directory. |
||
+ | * [https://git.trinitydesktop.org/cgit/packaging/commit/?id=4924bcbf [4924bcbf]] DEB tdegraphics: Add libglut-dev as an alternative dependency for freeglut3-dev. |
||
+ | * [https://git.trinitydesktop.org/cgit/packaging/commit/?id=f4f0da1b [f4f0da1b]] DEB metapackages: Remove the forced dependence on libgl1-mesa-glx and libglut3/freeglut3. |
||
+ | * [https://git.trinitydesktop.org/cgit/packaging/commit/?id=8cb854b9 [8cb854b9]] DEB ksensors: Add libsensors-dev as an alternative dependency. |
||
+ | * [https://git.trinitydesktop.org/cgit/packaging/commit/?id=30683723 [30683723]] DEB tdebase: Add libsensors-dev as an alternative dependency. |
||
+ | * [https://git.trinitydesktop.org/cgit/packaging/commit/?id=2f13d613 [2f13d613]] DEB kstreamripper: removed unnecessary files (man page already included in main repository) |
||
+ | * [https://git.trinitydesktop.org/cgit/packaging/commit/?id=8ff777c8 [8ff777c8]] DEB: remove packaging files for 'fusion-icon' which is no longer part of TDE |
||
+ | * [https://git.trinitydesktop.org/cgit/packaging/commit/?id=ec70f7d4 [ec70f7d4]] DEB: added packaging files for kommando |
||
+ | * [https://git.trinitydesktop.org/cgit/packaging/commit/?id=7bec44d1 [7bec44d1]] DEB k9copy: conversion to cmake build system |
||
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=bbfa80f7 [bbfa80f7]] RPM: update build scripts |
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=bbfa80f7 [bbfa80f7]] RPM: update build scripts |
||
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=8b0f9ee1 [8b0f9ee1]] RPM: fix invalid dependencies to devel packages |
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=8b0f9ee1 [8b0f9ee1]] RPM: fix invalid dependencies to devel packages |
Latest revision as of 10:52, 29 October 2023
common
admin
- [91592413] Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
- [36d5073e] Drop USE_QT4 code
- [46c95e99] Add support for moc-ing TQ_OBJECT classes
libltdl
libtdevnc
- [45fd37ad] Replace Q_OBJECT with TQ_OBJECT
dependencies
tde-cmake
- [b4e46115] Update version to R14.1.1
- [3fedede7] Save and restore CMake policies so that it does not cause CMP0011
in the case of use as a slave - tde_automoc, tde_uic. - [4e5ddd48] Set CMake policy CMP0057 to NEW.
This is necessary for CheckLinkerFlag with CMake 3.18.
Add includes for other checks that are used in TDEMacros.
The initialization of the TDEMacros moved to the beginning. - [1af8cf35] tde_setup_architecture_flags: Add test for liner flag -pie or -ztype=pie.
- [570dbf6e] Add macro to display a warning message for developers
- [6ae3ce5b] Update version to R14.1.1~[DEVELOPMENT]
tqt3
- [d73937a9] Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
- [eb42871e] Replace Q_EXPORT_*/Q_EXTERN defines with TQ_EXPORT_*/TQ_EXTERN
- [44048323] Replace various Q_* and QT_* defines with TQ_* and TQT_*
- [0c8091f8] Reintroduced porting documentation previously removed
- [b195cee3] Drop attic Qt2 classes (TQtMultiLineEdit and TQtTableView)
- [eb4fc500] SunOS res_ninit() requires a clean structure
init structure without condition - [984ea06e] Revert "Add single TQObject root parent for all guarded pointers."
Commit b167d09c was functionally incorrect and is causing issues on
selected distributions.
This reverts commit b167d09c43be6c8b7d30f0d4fb1bf1e86c51b8a7.
This resolves issue TDE/tde#128 - [df5ce1b1] Enable use of pthread's recursive mutexes
- [c87fb381] Fix level when using pthreads recursive mutex
When using the pthreads recursive mutex, the level method was only able
to return either zero or one, but a recursive mutex can be locked more
than once.
Additionally, the way this detected if the mutex was already locked was
to test whether it can be locked again. If testing from the thread that
is currently holding the lock, this locking attempt always succeeds, and
therefore determines that the lock is _not_ held at all. This is
especially bad, as this operation only makes sense to perform from the
thread that holds the lock -- if any thread not holding the lock queries
the number of times the lock is held, that answer can change before the
thread can used it. - [d7c0502b] socket and nsl functions were moved to libc
tqtinterface
- [31b87263] Removed unsupported qtint*/qtuint* types
- [ad53167c] Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
- [21d93f06] Replace Q_EXPORT_*/Q_EXTERN defines with TQ_EXPORT_*/TQ_EXTERN
- [9fa40a1f] Remove various tqtinterface's TQ_* defines
- [351b136d] Drop remaining USE_TQT3/4 code in r14.1.x branch.
- [38adbb2b] Replace various Q_* and QT_* defines with TQ_* and TQT_*
- [526e5464] Remove TQ_*Focus* and TQ_Scale* defines
- [2505a01d] Drop USE_QT3/4 code
- [8745f781] Remove tqt_mo_* defines
- [70a2ba29] Drop TQT_BASE_OBJECT* defines
- [c6292c1d] Drop TQT_TQ*_CONST defines
- [82e10727] Drop TQT_TQ*_OBJECT defines
- [8b3a470e] Drop use of TQ_SP* defines.
- [fae2d3ad] Replace Q_OBJECT with TQ_OBJECT
- [872c778e] Add missing tqobjectdefs.h replacing the compat version tqobjdefs.h.
- [38fefb79] Remove _OBJECT_NAME_STRING defines. This relates to the merging of tqtinterface with tqt3.
akode
- [0259efc8] Fix header guard in requant.h.
arts
- [85fd1ac1] Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
- [c9994d78] Replace Q_OBJECT with TQ_OBJECT
- [c9f8774a] Rename file
Now that we use the 1.x ALSA APIs, naming the file `audioioalsa9.cpp`
(revering to ALSA version 0.9) is misleading. - [eb439ea6] Update ALSA support to use 1.x API
Despite the comment in ConfigureChecks.cmake which claimed only ALSA 1.x
was supported, the code requested and expected the 0.9 version of some
PCM APIs.
These old APIs were superceded in 2002. ALSA implements backwards
compatibility with the old version of the API using symbol versioning,
which is not supported on all platforms (e.g., musl does not support
it).
This fixes issue #5 - [fc763a04] Delete unused source file
Configure only sets HAVE_LIBASOUND2, never HAVE_LIBASOUND, so this is never
used. - [dc87c6b3] Use poll.h instead of sys/poll.h
poll.h is the standard header name, and musl warns for including the wrong
one. - [597a5fc5] Fix possibly incorrect type for format string
request may be int or unsigned long depending on the platform, but the
format string assumed unsigned long. - [87f910f9] include string.h for illumos based systems
avahi-tqt
- [bcf165a1] Replace Q_OBJECT with TQ_OBJECT
dbus-1-tqt
- [86d78cc8] Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
- [60ab5376] Replace Q_OBJECT with TQ_OBJECT
dbus-tqt
- [8207d434] Replace Q_OBJECT with TQ_OBJECT
sip4-tqt
- [62beed75] Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
- [bb61ff59] Replace Q_OBJECT with TQ_OBJECT
- [a2339567] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3.
pytqt
- [8bb7d792] Replace various Q_* and QT_* defines with TQ_* and TQT_*
- [c6acfabe] Removed unnecessary code
polkit-tqt
- [0821a5d8] Replace Q_OBJECT with TQ_OBJECT
tqca
- [e5899e0c] Replace Q_OBJECT with TQ_OBJECT
core
tdelibs
- [2c66e973] Drop INT32 => TQ_INT32 definitions that are no longer needed, causing
conflicting declaration and leading to FTBFS on 32bit architectures. - [8d49342b] Removed unsupported qtint*/qtuint* types
- [04d35323] Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
- [d254bec7] Update hashing code for strings to be the same as upstream gettext. The old version results in slightly different hash values for strings with ellipsis (and potentially other unicode characters). This relates to TDE/tdebase#394
- [615cb38f] Replace Q_EXPORT_*/Q_EXTERN defines with TQ_EXPORT_*/TQ_EXTERN
- [5cb1ea08] Replace various tqtinterface's TQ_* defines with actual types
- [c7cf5fd9] Replace various Q_* and QT_* defines with TQ_* and TQT_*
- [7f3bcfe1] Replace TQ_*Focus* and TQ_Scale* defines
- [08a957a2] Replace tqt_mo_* defines
- [db9293e2] Drop Symbian support
- [e8f6750e] Drop USE_TQT4 code
- [97fea74e] Merge translation files from master branch.
- [09e466f8] Drop TQT_BASE_OBJECT* defines
- [34a191d9] Drop TQT_TQ*_CONST defines
- [18c573e8] Drop TQT_TQ*_OBJECT defines
- [9d6823eb] Merge translation files from master branch.
- [55cd4e5c] Replace Q_OBJECT with TQ_OBJECT
- [70731003] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3.
- [08eacf58] Merge translation files from master branch.
- [21eca98b] Merge translation files from master branch.
- [67283752] Merge translation files from master branch.
- [e44cba94] Merge translation files from master branch.
- [0b6d6bf3] Update translation template.
- [e7912d05] Add Gentoo ebuild mime type. This resolves issue #211
- [ae7f97b2] Doxygen: respect code indentation
With this commit, when viewing the source code of a file in the Trinity API docs
(e.g. http://trinitydesktop.org/docs/trinity/tdelibs/tdeui/html/kkeydialog_8cpp_source.html)
the line is correctly indented by using the `white-space: pre;` CSS rule. - [41336d84] Rework and fix commit 4d90cc61
- [605ad06a] Fix FTBFS caused by previous commit
- [e02f27b0] SunOS spesific SSL pathes
- [eebb2781] Drop TQT_NO_COMPAT code
- [bb3d7ccc] Merge translation files from master branch.
- [ad87bef2] Do not center the content of body element in tdeapi documentation
- [227cd7b4] Add SunOS specific patches
- [1933f94e] Merge translation files from master branch.
- [c4006e0e] Update version to R14.1.1~[DEVELOPMENT]
tdebase
- [137a3db9] Add final version of release notes for R14.1.1
- [0bfe2936] Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
- [261aa45c] Merge translation files from master branch.
- [762218a7] Merge translation files from master branch.
- [d6b95eea] twin: replace three dot ellipsis with equally spaced ellipsis
- [68cfcb9a] twin: fix broken functionality introduced in recent commits
- [95cc8dac] Fix FTBFS caused by commit dc36e4bf
- [7be770e8] Merge translation files from master branch.
- [9f130713] Replace various tqtinterface's TQ_* defines with actual types
- [dc36e4bf] twin: avoid adding strings from lib subfolders in two .pot files
- [0587e5ec] Replace various Q_* and QT_* defines with TQ_* and TQT_*
- [7ff24388] Replace TQ_*Focus* and TQ_Scale* defines
- [8e181690] Drop USE_TQT4 code
- [eb0d989c] Merge translation files from master branch.
- [49335987] konqueror: make sure to clean pointers in iconview (add-up to previous commit)
- [27370dc4] konqueror: extend 'double click to move to parent' functinality to iconview mode as well
- [6b2e6103] Update currency for some European countries. This resolves issue TDE/tde#137
- [5cfda355] Drop TQT_BASE_OBJECT* defines
- [7c193f33] twin: update Qt:: -> TQt::
- [8a662b46] twin: prevent cursor appearing off-window when untiling while moving
- [a64c4838] twin: Add opaque tiling option
- [3515607e] Drop TQT_TQ*_CONST defines
- [196b1629] Drop TQT_TQ*_OBJECT defines
- [311da82a] Merge translation files from master branch.
- [5c10665b] Replace Q_OBJECT with TQ_OBJECT
- [cde6e78d] Merge translation files from master branch.
- [76fa61f9] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3.
- [a5979a0e] Replace usage of obsolete TQLineEdit methods with supported methods
- [bb44b986] twin: Minor code cleanup and refactoring
Refactoring concerns active border code. - [84c43976] twin: 25% zones for active corners
Added special checks that make corner activation easier: we assume
a 25% zone on the edge of each border where instead of half size
tiling we perform quarter size tiling. The rest 50% is left for
normal half size tiling. - [a0e4fed9] Merge translation files from master branch.
- [c71af5fc] tdm/backend: Add include <sys/ioctl.h> for ioctl() prototype.
- [9c4648db] Add detection and, if necessary, prototype for strlcat and strlcpy.
This resolves FTBFS - see issue TDE/tde-packaging-gentoo#299 - [1ceff2db] Merge translation files from master branch.
- [e2d0fcc6] Update translation template.
- [93469d25] kcmtwin: Move Active Borders options into a new tab
- [e4d35cab] TWin: Add active corner support to quick tiling
- [87b9269e] kxkb: prevent overflow in case of non-existing layout group
- [1206271a] kxkb: fix unnecessary translations strings.
- [c449ec17] Find power related system tools instead of hardcode them
- [22937e15] Drop Qt2's TQSortedList class
- [4e428e11] kxkb: re-add custom TDE switching shortcut
This commit fixes issue #342 - [e4e94806] SunOS UID scheme
- [0e6f6f70] Drop TQT_NO_COMPAT code
- [878f6514] Merge translation files from master branch.
- [7f3b9f3a] Merge translation files from master branch.
- [869f1a8b] Update translation template.
- [f7395484] Add TDE release notes to khelpcenter home page. This resolves issue #332
- [8b8a8d7b] Replacing the wrong USEPAM variable with USE_PAM
- [61357f5f] kcheckpass: fix shadow support when not building tdm
1. If not building with PAM, kcheckpass relies on HAVE_SHADOW to decide
whether to support shadow passwords. However, this was only set if also
building tdm.
Consolidate all PAM/shadow configure checks at the top level so these are
always set correctly.
2. Consolidate /etc/passwd and shadow password handling
The shadow password handler already completely handles /etc/passwd
passwords as well, so having a separate handler for just /etc/passwd is
pure code duplication. - [5b795608] Merge translation files from master branch.
- [8d22f3f0] Merge translation files from master branch.
- [0598cdf6] [ksysguardd] Use size_t for storing process memory usage.
Avoids the process memory usage rolling over at 4GiB on 64-bit systems. - [ad771450] TWin: Active borders and snap tiling
This commit is a squash of the commits of TDE/tdebase#331
In short, this backports some improvements to existing electric border
functionality from KDE, adds the snap tiling (or aerosnap) feature and
brings rudimentary support for active corners, which will be fully
implemented in a later PR.
The options dialog and the documentation has been updated to reflect
these changes.
Additionally, a new relevant option is introduced: an option for
restoring the original size of maximized/tiled windows when the user
starts dragging them. The option is set to be off by default,
preserving the traditional behaviour of KDE 3.x/TDE.
Last but not least, the term "electric" in relation to borders and
corners is replaced by "active" for clarity to the users. - [60f10cca] Fix FTBFS caused by SunOS specific patches - see Issue #344
- [d984205f] SunOS specific patches
- [f3f71a01] Konqueror handbook documentation associated with PR # 240
- [452c775e] Update translation template.
- [a71726c7] konqueror: add option to enable/disable using double click to navitage to the parent folder. This resolves issue #329
- [218009e6] TCC twin: add 'shade' to the left mouse button click menu for active windows. This resolves issue #334
- [6b8ed6ad] Added initial draft of release notes for R14.1.1
- [fac7dce4] Merge translation files from master branch.
tdepim
- [1a3e938e] Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
- [158b7a02] Replace various Q_* and QT_* defines with TQ_* and TQT_*
- [91d0481e] Replace TQ_*Focus* and TQ_Scale* defines
- [f963717f] Drop Symbian support
- [829b015f] Drop TQT_BASE_OBJECT* defines
- [fab4aa3b] Drop TQT_TQ*_CONST defines
- [99823e03] Drop TQT_TQ*_OBJECT defines
- [efa55080] Replace Q_OBJECT with TQ_OBJECT
- [c56e9aa2] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3.
- [eec76c7b] Drop TQT_NO_COMPAT code
- [55afe358] SunOS requires fcntl.h without any condition
tdemultimedia
- [bff99a38] Merge translation files from master branch.
- [6013ecdd] Fix FTBFS caused by taglib as a result of the QString -> TQString remaning
- [e5e8e322] Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
- [957719d7] Replace TQ_*Focus* and TQ_Scale* defines
- [89e9e3ac] Drop TQT_BASE_OBJECT* defines
- [2795d5ce] Drop TQT_TQ*_OBJECT defines
- [107ab779] Replace Q_OBJECT with TQ_OBJECT
- [c34f7eb2] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3.
- [9feec0e4] KMix: Fix typo in experimental UI.
- [14e1211f] KMix: ported settings to TDEConfigXT/Designer
This commit includes an improved Preferences dialog for KMix.
It also exposes some previously hidden options and features,
some of which experimental (build-time option, off by default).
It also includes some minor UI improvements.
tdenetwork
- [509d078e] Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
- [203566f8] Replace TQ_*Focus* and TQ_Scale* defines
- [04646ab2] Drop USE_TQT4 code
- [8c4f5d5c] kopete: change text to make clear that the encryption SSL option refers to an old protocol and it is not recommended. This resolves issue #54
- [9795d15c] Drop TQT_BASE_OBJECT* defines
- [e1feb0d7] Drop TQT_TQ*_OBJECT defines
- [4b89942b] Replace Q_OBJECT with TQ_OBJECT
- [d4d18833] Drop compatibility code for TQButton
- [f0d0dabf] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3.
- [006e6257] Merge translation files from master branch.
- [2813c8b0] Merge translation files from master branch.
- [43562a4d] Drop TQT_NO_COMPAT code
- [762a46f0] SunOS cosmetic changes
- [2972ab25] Merge translation files from master branch.
tdegraphics
- [e44a99f0] Fix kmrml build for 14.1.x
- [f8a7bcd4] Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
- [18b0d1e5] Replace various Q_* and QT_* defines with TQ_* and TQT_*
- [4396343f] Replace TQ_*Focus* and TQ_Scale* defines
- [fbcad37d] Drop TQT_BASE_OBJECT* defines
- [8b76e7f3] Drop TQT_TQ*_OBJECT defines
- [6deca45c] Replace Q_OBJECT with TQ_OBJECT
- [2191347d] kview: Use tqobjectdefs.h instead of compat header tqobjdefs.h.
- [57dd4fe2] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3.
tdetoys
- [f7a635a4] Replace TQ_*Focus* and TQ_Scale* defines
- [d9559c5f] Drop USE_TQT4 code
- [2d3320fc] Replace Q_OBJECT with TQ_OBJECT
- [0786899b] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3.
- [fe6de6f4] KWeather: improve icon loading and other fixes
- Fix pixelated icons (issue #19)
- Fix "network offline" state
- Add helper `bool weatherDataAvailable(TQString stationID)` DCOP function
- Fix compatibility with old DCOP function signatures
- Prevent double "Network is offline" strings in weather data.
This commit introduces some new and renamed DCOP calls. Old function signatures
are kept for compatibility, but are mraked as deprecated. - [6b56a1be] Merge translation files from master branch.
tdeutils
- [32596101] Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
- [3d675d8c] kmilo: improve brightness OSD feedback by displaying the actual value. This may differ from the set value on machines with few brightness steps capability
- [07a7866b] Replace TQ_*Focus* and TQ_Scale* defines
- [ce41d2a7] Adjust brightness control to the corrected 'brightnessGet' DCOP call in tdepowersave
- [f5f1b89f] Drop TQT_BASE_OBJECT* defines
- [9b8380e6] Drop TQT_TQ*_OBJECT defines
- [3d1736fd] Replace Q_OBJECT with TQ_OBJECT
- [793159b9] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3.
- [8a349b7e] Drop TQT_NO_COMPAT code
- [365df97f] SunOS cosmetic changes
tdeedu
- [e37a0bcc] Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
- [7a9e5fef] Replace TQ_*Focus* and TQ_Scale* defines
- [ca19a0f2] Drop TQT_BASE_OBJECT* defines
- [54816bc0] Drop TQT_TQ*_CONST defines
- [1adf059c] Drop TQT_TQ*_OBJECT defines
- [9b035040] Replace Q_OBJECT with TQ_OBJECT
- [9b6c861c] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3.
- [c597b74b] Drop TQT_NO_COMPAT code
- [389ed0d3] SunOS cosmetic changes
tdegames
- [0c1c90f9] Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
- [1ece3ab5] Replace TQ_*Focus* and TQ_Scale* defines
- [65ea6712] Drop TQT_BASE_OBJECT* defines
- [ef381c09] Drop TQT_TQ*_OBJECT defines
- [1d0e7307] Replace Q_OBJECT with TQ_OBJECT
- [90e08691] Drop compatibility code for TQButton
- [565d5028] Merge translation files from master branch.
tdeaccessibility
- [5cb2e07c] Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
- [e94ed8d3] Replace TQ_*Focus* and TQ_Scale* defines
- [afab03ee] Merge translation files from master branch.
- [5d7c4c8a] Replace Q_OBJECT with TQ_OBJECT
- [a21db23a] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3.
tdeaddons
- [68793017] Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
- [001ba9ea] Replace TQ_*Focus* and TQ_Scale* defines
- [084dcc3c] Drop USE_TQT4 code
- [c0f59ca3] Drop TQT_BASE_OBJECT* defines
- [87dc5f62] Drop TQT_TQ*_OBJECT defines
- [6f4c5f47] konqueror plugin: improve code for image conversion. This resolves issue TDE/tdebase#376
- [98d99130] Replace Q_OBJECT with TQ_OBJECT
- [97029726] Fix image conversion naming of files with multiple dots in the name. This resolves issue TDE/tdebase#376
- [b5ae045e] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3.
tdeadmin
- [b785ec22] Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
- [65605421] Merge translation files from master branch.
- [f4963842] Replace various Q_* and QT_* defines with TQ_* and TQT_*
- [423a1cce] Replace TQ_*Focus* and TQ_Scale* defines
- [ba0125da] Replace Q_OBJECT with TQ_OBJECT
- [299bffeb] Replace usage of obsolete TQLineEdit methods with supported methods
- [0e015b4c] Drop TQT_NO_COMPAT code
- [b6c2f516] Merge translation files from master branch.
- [c7d42d4a] Merge translation files from master branch.
tdeartwork
- [9fa5c7de] Replace various tqtinterface's TQ_* defines with actual types
- [dbcdda93] Replace TQ_*Focus* and TQ_Scale* defines
- [c4ccddb5] Merge translation files from master branch.
- [c33805f1] Drop TQT_BASE_OBJECT* defines
- [2b61be69] Drop TQT_TQ*_OBJECT defines
- [44ae9eea] Merge translation files from master branch.
- [467322e5] Update translation template.
- [690b5bf2] Add five new wallpapers. Pictures are released under GPL2 licence from
the commit author/family. - [5339a14a] Replace Q_OBJECT with TQ_OBJECT
- [94e67d0a] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3.
- [e762b45c] Merge translation files from master branch.
- [808f80d1] Merge translation files from master branch.
tdebindings
- [75c243a9] Removed unsupported qtint*/qtuint*/qreal types
- [741e9734] Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
- [ba0ac809] Replace Q_EXPORT_*/Q_EXTERN defines with TQ_EXPORT_*/TQ_EXTERN
- [5a0036e6] Replace various Q_* and QT_* defines with TQ_* and TQT_*
- [0a085cfb] kalyptus: No longer use tqt-replace-stream.
We are already using TQ_OBJECT and therefore there is no need to use
tqt-replace-stream. Because the tqt-replace-stream script has been
removed, the call causes FTBFS. - [62466ad1] Remove '-L$(prefix)/lib' to prevent multi-arch build issues
- [f6741f00] Replace Q_OBJECT with TQ_OBJECT
- [5ef9d501] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3.
- [e11ddd0c] Drop attic Qt2 classes (TQtMultiLineEdit and TQtTableView)
- [c269a828] Drop TQT_NO_COMPAT code
tdesdk
- [7485c824] Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
- [2a3f66d4] Replace Q_EXPORT_*/Q_EXTERN defines with TQ_EXPORT_*/TQ_EXTERN
- [d5e7a821] Replace TQ_*Focus* and TQ_Scale* defines
- [854ae8e0] Replace tqt_mo_* defines
- [4a1cc838] Drop USE_TQT4 code
- [3c1e2ceb] Drop TQT_BASE_OBJECT* defines
- [80e5cf10] Drop TQT_TQ*_OBJECT defines
- [ea4d6845] Rename Token_Q_OBJECT to Token_TQ_OBJECT
- [3c9c6c22] Replace Q_OBJECT with TQ_OBJECT
- [41f63196] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3.
- [365f3135] Drop TQT_NO_COMPAT code
- [8b02e379] SunOS cosmetic changes
tdevelop
- [392b4740] Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
- [e8e8e542] Replace TQ_*Focus* and TQ_Scale* defines
- [da6192de] Replace tqt_mo_* defines
- [e5cb3353] Drop TQT_BASE_OBJECT* defines
- [57951b63] Drop TQT_TQ*_OBJECT defines
- [cb0195be] Addendum to previous commit (replace Q_OBJECT with TQ_OBJECT)
- [f3d43273] Replace Q_OBJECT with TQ_OBJECT
- [b4875fb2] Merge translation files from master branch.
- [5c50dcac] Removed Qt4 specific code and template files
- [14334c54] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3.
- [d45e5727] Drop TQT_NO_COMPAT code
- [7afe1d68] Merge translation files from master branch.
tdewebdev
- [74d7a649] Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
- [50677e02] Replace TQ_*Focus* and TQ_Scale* defines
- [3b410182] Replace tqt_mo_* defines
- [5905e4ed] Drop USE_TQT4 code
- [5b51c9fc] Drop TQT_BASE_OBJECT* defines
- [6d4be82c] Drop TQT_TQ*_OBJECT defines
- [309a672d] Replace Q_OBJECT with TQ_OBJECT
- [0d04e823] Drop TQT_NO_COMPAT code
tde-i18n
- [334a6860] Merge translation files from master branch.
- [f80b7741] Merge translation files from master branch.
- [fe697923] Merge translation files from master branch.
- [2663369d] Update translation template.
- [43e18526] Merge translation files from master branch.
- [803f62df] Update translation template.
- [1aa45698] Merge translation files from master branch.
- [9bfbb2a1] Merge translation files from master branch.
- [a7a4b3a2] Merge translation files from master branch.
- [f6801dbf] Update translation template.
- [9f60e440] tdebase/twin: replace three dot ellipsis with equally spaced ellipsis
- [f6a94dd8] Merge translation files from master branch.
- [c963f4f0] Update translation template.
- [6d3658ef] Merge translation files from master branch.
- [a4e39a1c] Update translation template.
- [2aac11a9] Merge translation files from master branch.
- [6b3d9bf7] Update translation template.
- [fedcf08d] Merge translation files from master branch.
- [87613f0b] Update translation template.
- [04e761f7] Merge translation files from master branch.
- [ea750d50] Update translation template.
- [9ec995a9] Merge translation files from master branch.
- [c4b1697a] Update translation template.
- [2a43691a] Merge translation files from master branch.
- [d3523a0e] Update translation template.
- [4f5ffaaf] Merge translation files from master branch.
- [6b910504] Update translation template.
- [eeae0947] Merge translation files from master branch.
- [175c0e0b] Merge translation files from master branch.
- [5d920b60] Merge translation files from master branch.
- [227b589a] Replace Q_OBJECT with TQ_OBJECT
- [69b2dd3e] Merge translation files from master branch.
- [6a213468] Merge translation files from master branch.
- [9a65d432] Merge translation files from master branch.
- [4ed42c83] Update translation template.
- [f50ef7ae] Merge translation files from master branch.
- [9e1eb88d] Update translation template.
- [46ed2fe1] Merge translation files from master branch.
- [605f0ca2] Update translation template.
- [4919b31b] Merge translation files from master branch.
- [4f90b3ca] Merge translation files from master branch.
- [dc7622b4] Update translation template.
- [6e96c1e8] Merge translation files from master branch.
- [37b8a7c8] Update translation template.
- [b3dd3073] Drop translations related to attic Qt2 classes (TQtMultiLineEdit)
- [7b8149a8] Merge translation files from master branch.
- [a4a59e25] Update translation template.
- [e5d478d5] Merge translation files from master branch.
- [3a164f74] Update translation template.
- [c7d0ecab] tdebase: remove unnecessary translations. This relates to TDE/tdebase#369
- [390d1ef1] Merge translation files from master branch.
- [7590a5b9] Merge translation files from master branch.
- [3a45e149] Update translation template.
- [72d743f1] Merge translation files from master branch.
- [96ef523f] Update translation template.
- [2be133d9] Merge translation files from master branch.
- [0d7c2e5d] Update translation template.
- [9c5d6995] Merge translation files from master branch.
- [98ce0a05] Merge translation files from master branch.
- [c78bc44a] Merge translation files from master branch.
- [44df5a78] Update translation template.
- [d853b3b1] Merge translation files from master branch.
- [5bbb7a80] Update translation template.
- [6f206049] Drop TQT_NO_COMPAT code
- [fbefe009] Merge translation files from master branch.
- [437e7f9e] Update translation template.
- [eecc6df0] Merge translation files from master branch.
- [478fd9e0] Update translation template.
- [b615041c] Merge translation files from master branch.
- [13f85502] Merge translation files from master branch.
- [9a1c9ca7] Merge translation files from master branch.
- [95ba8f3a] Update translation template.
- [e1048d63] Merge translation files from master branch.
- [05bf41ea] Update translation template.
- [9acbd977] Merge translation files from master branch.
- [1d7d1003] Update translation template.
- [f1b2e331] Merge translation files from master branch.
- [5eaf3bb0] Update translation template.
- [de74b99d] Merge translation files from master branch.
- [4a18fa74] Update translation template.
- [e02a6d3d] Merge translation files from master branch.
- [6e1eb337] Merge translation files from master branch.
- [fe0891f3] Merge translation files from master branch.
- [9bc0dc32] Merge translation files from master branch.
- [5a5426dc] Merge translation files from master branch.
- [3353b420] Merge translation files from master branch.
- [95125a27] Update translation template.
- [fe59ee0e] Merge translation files from master branch.
- [cf5a7674] Update translation template.
- [0e18bd1f] Merge translation files from master branch.
- [f2d553a6] Update translation template.
- [fd5dc71d] Merge translation files from master branch.
libraries
libkdcraw
- [ec23dda6] Merge translation files from master branch.
- [5c791b59] Merge translation files from master branch.
- [f1971ac2] Replace TQ_*Focus* and TQ_Scale* defines
- [956155c8] Merge translation files from master branch.
- [b2ea56a5] Replace Q_OBJECT with TQ_OBJECT
- [e2fa006d] Merge translation files from master branch.
- [ce03100d] Merge translation files from master branch.
libkexiv2
- [378208a7] Fix FTBFS when using libexiv2 0.28.0. This resolves issue #3
- [e6231c03] Remove unused code related to very old versions of libexiv2 (prior to 2011)
libkipi
- [a05d3df5] Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
- [331aea35] Replace Q_OBJECT with TQ_OBJECT
- [fd3cbbaa] Merge translation files from master branch.
- [a12b534d] Drop Qt2's TQSemiModal and TQSortedList classes
kipi-plugins
- [a078a9c2] Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
- [9119af3f] Replace TQ_*Focus* and TQ_Scale* defines
- [08b85ec5] Fix FTBFS from issue #5
- [193a26b3] Drop TQT_BASE_OBJECT* defines
- [8efca3f3] Replace Q_OBJECT with TQ_OBJECT
- [1b54582e] Merge translation files from master branch.
- [01b13eae] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3.
- [4a8dd422] Merge translation files from master branch.
- [f1f7701f] Drop TQT_NO_COMPAT code
- [b886660d] Merge translation files from master branch.
libksquirrel
- [bdbed63f] cmake: Add detection of standalone iconv library.
- [d4e96a34] cmake: Fix X11/XWDFile.h header detection.
- [82528b26] Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
- [f378f80d] Conversion to cmake building system
- [2a7760d9] Move ksquirrel-libs-png to kernel folder since it is shared by three different codecs (dicom, png, svg)
- [743d5166] Replace Q_OBJECT with TQ_OBJECT
- [9e9492a6] Drop TQT_NO_COMPAT code
- [e14b6685] Removed unnecessary files
libtdeldap
- [eca4e0c2] Replace Q_OBJECT with TQ_OBJECT
libtqt-perl
- [e364eb0c] Removed unsupported qtint*/qtuint*/qreal types
- [affd5fe7] Replace Q_EXPORT_*/Q_EXTERN defines with TQ_EXPORT_*/TQ_EXTERN
- [a9e5b8a1] Replace various Q_* and QT_* defines with TQ_* and TQT_*
- [85b5faad] kalyptus: No longer use tqt-replace-stream.
We are already using TQ_OBJECT and therefore there is no need to use
tqt-replace-stream. Because the tqt-replace-stream script has been
removed, the call causes FTBFS. - [b8fec6ee] Replace Q_OBJECT with TQ_OBJECT
- [de0ff66b] Drop attic Qt2 classes (TQtMultiLineEdit and TQtTableView)
- [25f2672b] Drop TQT_NO_COMPAT code
pytde
- [3a324c95] Replace various tqtinterface's TQ_* defines with actual types
- [7c2e4340] Replace Q_OBJECT with TQ_OBJECT
applications/development
kdbg
- [1f23d462] Removed outdated files
- [bc5cb142] Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
- [5d4a6e71] Replace Q_OBJECT with TQ_OBJECT
kdiff3
- [5c7ab4d3] Replace TQ_*Focus* and TQ_Scale* defines
- [d9d59f82] Merge translation files from master branch.
- [20037609] Update translation template.
- [944553d4] Drop USE_QT4 code and unnecessary .tdevelop project file
- [773f93a5] Fix FTBFS from issue #6
- [b5270999] Drop TQT_BASE_OBJECT* defines
- [21ca8e5a] Drop TQT_TQ*_CONST defines
- [33583365] Replace Q_OBJECT with TQ_OBJECT
kpicosim
- [119fd801] Replace Q_OBJECT with TQ_OBJECT
kscope
- [2da5c318] Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
- [22a657c1] Replace Q_OBJECT with TQ_OBJECT
ktechlab
- [4f72176a] Replace TQ_*Focus* and TQ_Scale* defines
- [11a949b4] Drop TQT_BASE_OBJECT* defines
- [d9fab094] Replace Q_OBJECT with TQ_OBJECT
- [397fe454] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3.
kxmleditor
- [d69c4983] Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
- [3f22c122] Replace Q_OBJECT with TQ_OBJECT
piklab
- [85ec028d] Replace TQ_*Focus* and TQ_Scale* defines
- [9b77564b] Drop TQT_BASE_OBJECT* defines
- [ef93b5a5] Replace Q_OBJECT with TQ_OBJECT
- [746d32a1] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3.
tdesvn
- [e17d76fc] Merge translation files from master branch.
- [57baa84c] Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
- [67bfc2c2] Drop TQT_BASE_OBJECT* defines
- [32818c7a] Drop TQT_TQ*_OBJECT defines
- [a8d3129b] Replace Q_OBJECT with TQ_OBJECT
- [df800578] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3.
applications/games
knights
- [fd043239] Replace TQ_*Focus* and TQ_Scale* defines
- [4703dbc1] Drop TQT_BASE_OBJECT* defines
- [4ebbef64] Replace Q_OBJECT with TQ_OBJECT
- [fd77e9f1] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3.
tdepacman
- [d52a5f09] Replace 'compat' headers with current.
- [c2f3a924] Replace Q_OBJECT with TQ_OBJECT
- [483ec9b5] Drop Qt2 obsolete classes
applications/graphics
digikam
- [23344f15] Merge translation files from master branch.
- [fbf34d1b] Merge translation files from master branch.
- [91198705] Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
- [d6f63fc9] Replace TQ_*Focus* and TQ_Scale* defines
- [cde65f51] Fix FTBFS from issue #9
- [92234290] Drop TQT_BASE_OBJECT* defines
- [bcffd86e] Drop TQT_TQ*_OBJECT defines
- [fe8b4e81] Replace Q_OBJECT with TQ_OBJECT
- [b70cb566] Drop TQT_NO_COMPAT code
- [dea407e3] Merge translation files from master branch.
gwenview
- [6b1a56ba] Fix FTBFS when using libexiv2 0.28.0. This resolves issue #7
- [e441ffca] Remove unused code related to very old versions of libexiv2 (prior to 2011)
- [2d5bd98e] Replace TQ_*Focus* and TQ_Scale* defines
- [a248cedf] Drop TQT_BASE_OBJECT* defines
- [ff1ab64a] Drop TQT_TQ*_OBJECT defines
- [d6c24d70] Replace Q_OBJECT with TQ_OBJECT
- [1bcda901] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3.
ksquirrel
- [b1ecfb8b] Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
- [015d47f5] Replace TQ_*Focus* and TQ_Scale* defines
- [a3bef211] Fix FTBFS from issue #7
- [446eea79] Drop TQT_BASE_OBJECT* defines
- [9b19488f] Replace Q_OBJECT with TQ_OBJECT
- [7427e88a] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3.
- [5c1ea9ae] Drop TQT_NO_COMPAT code
- [f0109c23] Add man pages from tde-packaging repository
potracegui
- [8c488232] Replace Q_OBJECT with TQ_OBJECT
applications/internet
kasablanca
- [15688010] Replace Q_OBJECT with TQ_OBJECT
kbiff
- [71b64098] Replace Q_OBJECT with TQ_OBJECT
kftpgrabber
- [13b11d87] Replace Q_OBJECT with TQ_OBJECT
knmap
- [3d54e40a] Merge translation files from master branch.
- [20c075f7] Merge translation files from master branch.
- [dddc186b] Merge translation files from master branch.
- [bb9ba751] Replace Q_OBJECT with TQ_OBJECT
konversation
- [3f8cbc7f] Replace TQ_*Focus* and TQ_Scale* defines
- [04e6c49e] Drop TQT_BASE_OBJECT* defines
- [0984efdd] update default server to Libera.Chat and enable SSL
- [51c582c3] Replace Q_OBJECT with TQ_OBJECT
- [7a6d31ab] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3.
kopete-otr
- [11d191a9] Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
- [d1e0f62b] Replace Q_OBJECT with TQ_OBJECT
kshowmail
- [3cae0331] Replace Q_OBJECT with TQ_OBJECT
- [52d71348] Removed .moc source files documentation.
- [bff3009c] Merge translation files from master branch.
kstreamripper
- [3b880a3d] Replace Q_OBJECT with TQ_OBJECT
ktorrent
- [1ff3e4d8] Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
- [6925e9d2] Replace Q_EXPORT_*/Q_EXTERN defines with TQ_EXPORT_*/TQ_EXTERN
- [cc3a1678] Replace TQ_*Focus* and TQ_Scale* defines
- [0c7012a7] Drop TQT_BASE_OBJECT* defines
- [694b6573] Replace Q_OBJECT with TQ_OBJECT
- [aab627d9] Drop TQT_NO_COMPAT code
kvirc
- [776d3820] Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
- [84057ea2] Replace TQ_*Focus* and TQ_Scale* defines
- [33c7bc39] Merge translation files from master branch.
- [0fac3b32] Update translation template.
- [7c3b44b8] Drop USE_QT4 code
- [cafbffba] Fix FTBFS from issue #9
- [2c078f18] Drop TQT_BASE_OBJECT* defines
- [c49086f6] Drop TQT_TQ*_OBJECT defines
- [cadbbff2] Addendum to previous commit (replace Q_OBJECT with TQ_OBJECT)
- [e6270284] Replace Q_OBJECT with TQ_OBJECT
- [ef786e3a] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3.
kvpnc
- [1cf53c1d] Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
- [918444d1] Replace Q_OBJECT with TQ_OBJECT
- [1bdf9a28] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3.
smb4k
- [6abbebc4] Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
- [2cf346ab] Drop TQT_BASE_OBJECT* defines
- [94c1aa87] Replace Q_OBJECT with TQ_OBJECT
- [9b8439ac] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3.
- [ce8b965c] Drop TQT_NO_COMPAT code
tork
- [53cb7667] Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
- [1855627c] Replace Q_OBJECT with TQ_OBJECT
applications/misc
bibletime
- [7415013c] Replace TQ_*Focus* and TQ_Scale* defines
- [246bb9cb] Drop TQT_BASE_OBJECT* defines
- [7740e2e6] Replace Q_OBJECT with TQ_OBJECT
desktop-effects-tde
- [7fd97f35] Drop autotools support
kcmldap
- [86e44b02] Replace Q_OBJECT with TQ_OBJECT
kcmldapcontroller
- [7bde01f4] Replace Q_OBJECT with TQ_OBJECT
kcmldapmanager
- [1eb11149] Replace Q_OBJECT with TQ_OBJECT
kerberostray
krecipes
- [da31f73e] Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
- [4e8e7f34] Replace Q_OBJECT with TQ_OBJECT
- [b3a74e11] Drop TQT_NO_COMPAT code
applications/multimedia
amarok
- [2cb1a77d] Merge translation files from master branch.
- [788ea2fb] Merge translation files from master branch.
- [1d750053] Update translation template.
- [5dc7ba8c] Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
- [55525507] Merge translation files from master branch.
- [f9668721] Update translation template.
- [75b46c18] Avoid double logarithmic volume scaling when using libxine >= 1.2.13. This relates to TDE/tdemultimedia#40
- [715a0ab4] Replace TQ_*Focus* and TQ_Scale* defines
- [8fa7e28a] Drop Symbian support
- [b84c9505] Drop USE_TQT4 code
- [688e664d] Drop TQT_BASE_OBJECT* defines
- [2a618adc] Replace Q_OBJECT with TQ_OBJECT
- [f1076650] Merge translation files from master branch.
- [3e6935b4] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3.
- [f76f89ad] Merge translation files from master branch.
- [2abbd175] Merge translation files from master branch.
- [36bc8001] Merge translation files from master branch.
- [1de41405] Merge translation files from master branch.
- [04bd5a86] Merge translation files from master branch.
codeine
- [bf236a31] Update translation template.
- [58bbed05] xine engine: make volume control logarithmic for versions of xine < 1.2.13. For xine versions >= 1.2.13, libxine already makes the volume logarithmic. This relates to TDE/tdemultimedia#40
- [79a8d179] Update translation template.
- [d1d095a2] Fix volume slider functionality and visualization
- [decb99db] Replace Q_OBJECT with TQ_OBJECT
- [177cdfdd] Merge translation files from master branch.
k3b
- [8b9e54ea] Merge translation files from master branch.
- [64704781] Fix detection and linking of taglib
- [bf674dd3] Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
- [c063a706] Replace TQ_*Focus* and TQ_Scale* defines
- [04086637] Drop USE_TQT4 code
- [eb0f6cbe] Drop TQT_BASE_OBJECT* defines
- [9f8bd22e] Drop TQT_TQ*_CONST defines
- [6c942432] Drop TQT_TQ*_OBJECT defines
- [667ad9cd] Replace Q_OBJECT with TQ_OBJECT
- [b14c0f07] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3.
- [dc0b5f06] Merge translation files from master branch.
- [3d54daac] Merge translation files from master branch.
k3b-i18n
- [ef7d6264] Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
- [2ed937aa] Merge translation files from master branch.
- [fce5837d] Update translation template.
- [36af70ab] Merge translation files from master branch.
- [62b97f3f] Merge translation files from master branch.
- [8c489144] Merge translation files from master branch.
k9copy
- [50ca2b56] Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
- [14200ce4] Fix clang build failure for k9saveimage
This resolves issue #16 - [f59d6e17] Replace TQ_*Focus* and TQ_Scale* defines
- [dc9b57aa] Fix clang build failure for cputest
- [b7e134e2] Conversion to cmake build system
- [0984c8a8] Fix incorrect use of dvdread includes.
It seems that the library has been designed for use includes in the form
"#include <dvdread/...>" while we used includes without the "dvdread/" prefix.
This caused that instead of using the standard path detected from pkg-config,
the expected path had to be added to to -I flag. - [ba09a974] Merge translation files from master branch.
- [d3444bc5] Update translation template.
- [1a64436b] Fix more usage of TQString which would cause FTBFS with cmake
- [84a8b220] Restore correct version of anim.mng file from debian snapshot (https://snapshot.debian.org/package/k9copy/2.3.8-3/)
- [8ae9f61c] Fix usage of TQString which would cause FTBFS with cmake
- [10f89cd7] Move icons folder to main level.
- [d8f75eb1] Normalize doc structure and remove unused files
- [3dbd5e8f] Replace Q_OBJECT with TQ_OBJECT
- [fcc14dce] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3.
- [321a6c84] Merge translation files from master branch.
kaffeine
- [d60d9459] Merge translation files from master branch.
- [3678f335] Update translation template.
- [7cfd3046] xine engine: make volume control logarithmic for versions of xine < 1.2.13.
For xine versions >= 1.2.13, libxine already makes the volume logarithmic.
This relates to TDE/tdemultimedia#40
This commit makes the behavior consistent across different xine versions
and aligned with other players like Amarok. - [6aefcf11] Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
- [02b1ed8f] Replace various Q_* and QT_* defines with TQ_* and TQT_*
- [d8778380] Replace TQ_*Focus* and TQ_Scale* defines
- [8af1bf87] Drop TQT_BASE_OBJECT* defines
- [cad95d2d] Drop TQT_TQ*_OBJECT defines
- [f3bdcef9] Replace Q_OBJECT with TQ_OBJECT
- [8306ffba] Convert dummy part example to cmake
kmplayer
- [ba479173] Merge translation files from master branch.
- [9f4c6355] Replace TQ_*Focus* and TQ_Scale* defines
- [fc479135] Merge translation files from master branch.
- [c85bff43] Update translation template.
- [b065e535] Drop TQT_BASE_OBJECT* defines
- [da8cf2c4] Replace Q_OBJECT with TQ_OBJECT
- [b62a1922] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3.
- [698d2bc3] Merge translation files from master branch.
kplayer
- [46b71ba7] Replace Q_OBJECT with TQ_OBJECT
mplayerthumbs
- [60f3a44f] Replace Q_OBJECT with TQ_OBJECT
rosegarden
- [7d34c995] Replace various tqtinterface's TQ_* defines with actual types
- [6be0f33e] Replace TQ_*Focus* and TQ_Scale* defines
- [45016a2f] Drop TQT_BASE_OBJECT* defines
- [4015988c] Drop TQT_TQ*_CONST defines
- [3cf37826] Drop TQT_TQ*_OBJECT defines
- [3ef4ff2e] Replace Q_OBJECT with TQ_OBJECT
- [95194d38] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3.
soundkonverter
- [d758c4b7] Fix FTBFS caused by taglib as a result of the QString -> TQString renaming.
- [9fe89946] Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
- [37409e17] Drop TQT_BASE_OBJECT* defines
- [75d73ad5] Replace Q_OBJECT with TQ_OBJECT
- [a36ca1c3] Drop TQT_NO_COMPAT code
tderadio
- [68fa0b1c] Drop USE_TQT4 code
- [998f0a7f] Drop TQT_BASE_OBJECT* defines
- [c4cfb3dc] Merge translation files from master branch.
- [30f16ad2] Merge translation files from master branch.
- [0959273b] Drop use of TQ_SP* defines.
- [5501a8c7] Replace Q_OBJECT with TQ_OBJECT
- [9ef2b1a7] Merge translation files from master branch.
applications/office
basket
- [123ea9fb] Replace TQ_*Focus* and TQ_Scale* defines
- [2fa133cf] Drop TQT_TQ*_OBJECT defines
- [0cb23300] Replace Q_OBJECT with TQ_OBJECT
- [7c310957] Merge translation files from master branch.
- [ea8b722d] Update translation template.
- [4a028d07] Drop Qt2's TQSortedList class
- [a07f9925] Merge translation files from master branch.
kbibtex
- [06ee3c8c] Replace Q_OBJECT with TQ_OBJECT
kbookreader
- [e08aee73] Replace TQ_*Focus* and TQ_Scale* defines
- [fb55a29f] Replace Q_OBJECT with TQ_OBJECT
- [f3ed10ea] Merge translation files from master branch.
keximdb
kile
- [4bd5c010] Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
- [ede00661] Replace TQ_*Focus* and TQ_Scale* defines
- [35b1925e] Drop TQT_BASE_OBJECT* defines
- [3f0134fe] Replace Q_OBJECT with TQ_OBJECT
- [9a1b6c4b] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3.
kmymoney
- [a84f7caf] Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
- [08d1c729] Replace Q_EXPORT_*/Q_EXTERN defines with TQ_EXPORT_*/TQ_EXTERN
- [e35b2733] Replace TQ_*Focus* and TQ_Scale* defines
- [cc8fe772] Merge translation files from master branch.
- [1fdcccb5] Update translation template.
- [79b31360] Drop USE_TQT4 code
- [1c3fb8b2] Drop TQT_BASE_OBJECT* defines
- [6d209e21] Drop TQT_TQ*_CONST defines
- [a5848535] Drop TQT_TQ*_OBJECT defines
- [93816e0a] Replace Q_OBJECT with TQ_OBJECT
- [7a469553] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3.
- [43cb2df6] Drop use of COMPAT_TQT_VERSION define
- [1a2f7616] Drop Qt2 obsolete classes
knowit
- [1448a29b] Replace Q_OBJECT with TQ_OBJECT
koffice
- [7cec1c0e] Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
- [a7351a9c] Replace Q_EXPORT_*/Q_EXTERN defines with TQ_EXPORT_*/TQ_EXTERN
- [141d8c03] Replace various tqtinterface's TQ_* defines with actual types
- [7b525ca1] Replace TQ_*Focus* and TQ_Scale* defines
- [73836b4c] Drop USE_TQT4 code
- [1607518b] Drop TQT_BASE_OBJECT* defines
- [64574118] Drop TQT_TQ*_OBJECT defines
- [c9fc87af] Drop use of TQ_SP* defines.
- [ef14fba4] Replace Q_OBJECT with TQ_OBJECT
- [462dc85d] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3.
- [75cc9de8] Drop use of COMPAT_TQT_VERSION define
- [f25aee7b] Drop Qt2 obsolete classes
- [72bac0dd] Chalk: Fix loading of PNG files with iCCP
This commit makes some fixes to the way that iCCP profile data is read and
loaded, and adds an additional check to ensure that the PNG file does have
a profile.
It also introduces a shorter libpng version check of the form:
`#if PNG_LIBPNG_VER < 10500`
This commit fixes issue #20 - [b19ae6ac] Workaround to fix issue #32
koffice-i18n
- [6fcd754e] Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
- [799c0520] Replace Q_EXPORT_*/Q_EXTERN defines with TQ_EXPORT_*/TQ_EXTERN
- [613f1cf8] Merge translation files from master branch.
- [86e42647] Update translation template.
- [2adff954] Replace Q_OBJECT with TQ_OBJECT
- [095c16c0] Merge translation files from master branch.
- [db60471c] Merge translation files from master branch.
- [bdb3da2e] Merge translation files from master branch.
kpilot
- [1a31fdd3] Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
- [0a566136] Drop TQT_BASE_OBJECT* defines
- [980849e7] Replace Q_OBJECT with TQ_OBJECT
- [83e4ace7] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3.
tellico
- [59252e91] Merge translation files from master branch.
- [5fc9c892] Merge translation files from master branch.
- [000d82e7] Update translation template.
- [8e802326] Fix FTBFS caused by taglib as a result of the QString -> TQString renaming.
- [9c6e8045] Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
- [4b657979] Replace TQ_*Focus* and TQ_Scale* defines
- [31fba841] Drop TQT_BASE_OBJECT* defines
- [37c2ad0c] Replace Q_OBJECT with TQ_OBJECT
- [2aa8f8fc] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3.
applications/settings
kdpkg
- [e5089f3c] Merge translation files from master branch.
- [df8e8632] Merge translation files from master branch.
- [f0c62495] Replace Q_OBJECT with TQ_OBJECT
- [d79e9b5e] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3.
- [41c04dc6] Merge translation files from master branch.
kima
- [b6a474ec] Drop USE_TQT4 code
- [267513f2] Drop TQT_TQ*_OBJECT defines
- [48cec49a] Drop use of TQ_SP* defines.
- [b7ec7cce] Replace Q_OBJECT with TQ_OBJECT
kiosktool
- [8e62eebd] Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
- [84eca24a] Replace Q_OBJECT with TQ_OBJECT
- [76b2a638] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3.
- [c1c74484] Merge translation files from master branch.
kkbswitch
- [96871dc4] Replace Q_OBJECT with TQ_OBJECT
- [294b4729] Merge translation files from master branch.
- [9d440c49] Merge translation files from master branch.
- [359b2cd5] Merge translation files from master branch.
- [f9e02269] Update translation template.
- [d0cbee51] Added global shortcuts for switching to previous/next group
- [29ed3556] Merge translation files from master branch.
klcddimmer
kmyfirewall
- [2642005f] Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
- [7253927e] Replace TQ_*Focus* and TQ_Scale* defines
- [c37c472c] Replace Q_OBJECT with TQ_OBJECT
- [c313fc51] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3.
- [12d78a43] Add man pages from tde-packaging repository
- [57c87890] Removed unnecessary files
- [ecfe7712] Drop TQT_NO_COMPAT code
tde-systemsettings
- [75542013] Replace Q_OBJECT with TQ_OBJECT
tdenetworkmanager
- [b8380e2a] Drop TQT_BASE_OBJECT* defines
- [4a8f46b1] Drop TQT_TQ*_OBJECT defines
- [a18aed9e] Replace Q_OBJECT with TQ_OBJECT
- [cfaf558e] Merge translation files from master branch.
tdesudo
- [e9d19a06] Replace Q_OBJECT with TQ_OBJECT
wlassistant
- [65c37c1f] Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
- [720d37f0] Replace Q_OBJECT with TQ_OBJECT
- [259e5fb4] Merge translation files from master branch.
applications/system
dolphin
- [11588596] Replace TQ_*Focus* and TQ_Scale* defines
- [9409a55d] Merge translation files from master branch.
- [ebf9edd2] Update translation template.
- [267f704a] Drop TQT_BASE_OBJECT* defines
- [d5fd1605] Replace Q_OBJECT with TQ_OBJECT
- [4c7209ee] Improve code for image conversion. This relates to issue TDE/tdebase#376
- [5f4a60b2] Merge translation files from master branch.
- [6bfb9e00] Update translation template.
- [83850aae] Fix image conversion naming of files with multiple dots in the name. This relates to issue TDE/tdebase#376
- [9af3b341] Add more options to "Set as Background" menu in Dolphin.
This resolves issue #17 - [878adb72] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3.
- [42d55616] Merge translation files from master branch.
katapult
- [2dc8d77e] Replace TQ_*Focus* and TQ_Scale* defines
- [8358d142] Replace Q_OBJECT with TQ_OBJECT
- [d44e47d1] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3.
kbfx
- [612b41af] Replace TQ_*Focus* and TQ_Scale* defines
- [fce56fa7] Drop TQT_BASE_OBJECT* defines
- [07cb8b6c] Replace Q_OBJECT with TQ_OBJECT
- [6dd6e0a7] Merge translation files from master branch.
kcmautostart
kdbusnotification
- [ee76cec7] Replace Q_OBJECT with TQ_OBJECT
klamav
knemo
- [9f762337] Drop TQT_TQ*_OBJECT defines
- [d328d85e] Replace Q_OBJECT with TQ_OBJECT
- [444036ef] Merge translation files from master branch.
knetload
- [e5f04eda] Replace Q_OBJECT with TQ_OBJECT
knetstats
- [d20207ca] Replace Q_OBJECT with TQ_OBJECT
kooldock
- [5d80102b] Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
- [da6a9e3e] Replace Q_OBJECT with TQ_OBJECT
krusader
- [3c17b9e4] Merge translation files from master branch.
- [073340ed] Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
- [142b3f00] Replace TQ_*Focus* and TQ_Scale* defines
- [917651b3] Drop TQT_BASE_OBJECT* defines
- [8b0a8253] Replace Q_OBJECT with TQ_OBJECT
- [14aa2981] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3.
- [234a2a4c] Drop Qt2's TQSemiModal class
- [9b38fb3c] Drop TQT_NO_COMPAT code
kshutdown
- [a621edf4] Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
- [4a62331c] Merge translation files from master branch.
- [4ff05389] Replace Q_OBJECT with TQ_OBJECT
ksystemlog
- [530cbd9f] Merge translation files from master branch.
- [fef1afb3] Update translation template.
- [d47f93fe] Fix FTBFS from issue #6
- [3d297171] Drop TQT_BASE_OBJECT* defines
- [70482cdd] Replace Q_OBJECT with TQ_OBJECT
kvkbd
polkit-agent-tde
- [b62ffbaa] Merge translation files from master branch.
- [a05aea1d] Replace Q_OBJECT with TQ_OBJECT
- [4515df32] Merge translation files from master branch.
tdebluez
- [a1ddecf6] Merge translation files from master branch.
- [0f1dee48] Replace Q_OBJECT with TQ_OBJECT
- [27b70ff7] Merge translation files from master branch.
- [a045ecc4] Merge translation files from master branch.
- [fb3e3ac8] Update translation template.
- [24b3dc5e] This fixes unknown devices to be configured and adds computer as valid device type.
- [e11af1d3] This fixes "Connecting device not working" issue #25
- [0a4ea4b0] Merge translation files from master branch.
- [f188187d] Update translation template.
- [5d198d9d] Fix issue when multiple devices with the same name are present. This resolves issue #24
- [83438b8e] Add cmake rules for building tdebluez api docs
- [5c37f6a6] Merge translation files from master branch.
- [531fe51b] Update translation template.
- [bc79b63d] Change the German string to English.
- [9276d6d1] Remove unnecessary accelerators from .ui files.
- [33f85d00] Update translation template.
- [9c9a5098] Update on the README.md
- [25926f66] Change the text of the action for authorization so that it is not joined
from multiple strings and therefore translation could be clearer. - [9cffe7ea] Use find_package( TQtQUI ) to detect TQtQui library.
Use tde_setup_dbus to detect and setup DBus.
Cleanup unused macros.
tdedocker
tdepowersave
- [3db5915d] Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
- [3397f90a] Merge translation files from master branch.
- [8ffb1659] Update translation template.
- [388bf46a] Solve issue with CPU using 100% resources when autodimm was activated. This resolves issue TDE/tde#136
The problem was hardware dependent and only noticable when the backlight
card has hundreds or thousands of steps. This was causing non-stop
calls to setBrightness, which did not have enough CPU time to complete
its task before the next call, resulting in the CPU eating up all
resources, non stop. - [96562b80] Fix rounding error when setting brightness by percentage
- [a4e984b1] Removed unused/unnecessary code
- [b463ff90] Separate logic to set brightness by absolute level or percentage
- [2a85caa9] Replace TQ_*Focus* and TQ_Scale* defines
- [5e7bdf8c] Extend DCOP interface with new brightnessSet method
- [431f2c21] Fix value returned by 'brightnessGet' DCOP call. The value is now in the range 0-100 (percentage) or -1 if brightness is not supported
- [1ef07aa2] Replace Q_OBJECT with TQ_OBJECT
- [9e6cc874] Merge translation files from master branch.
- [27eedf69] Update translation template.
- [aaecc02b] Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: applications/tdepowersave
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/ - [8317ec0e] Fix bad english in brightness string
- [10c2ac77] Merge translation files from master branch.
yakuake
applications/tdeio
tdeio-appinfo
- [19f46f8b] Replace Q_OBJECT with TQ_OBJECT
tdeio-apt
- [caa01d22] Replace Q_OBJECT with TQ_OBJECT
tdeio-ftps
- [de84323b] Merge translation files from master branch.
tdeio-locate
- [42a10b76] Replace Q_OBJECT with TQ_OBJECT
tdeio-umountwrapper
- [033bf214] Replace Q_OBJECT with TQ_OBJECT
applications/themes
gtk-qt-engine
- [ac1ff691] Merge translation files from master branch.
- [1c0cf770] Merge translation files from master branch.
- [e107d610] Replace Q_OBJECT with TQ_OBJECT
gtk3-tqt-engine
- [05ed49c3] Replace Q_EXPORT_*/Q_EXTERN defines with TQ_EXPORT_*/TQ_EXTERN
- [6713ac1b] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3.
- [64db9682] Drop TQT_NO_COMPAT code
kgtk-qt3
- [3fbe46d0] Replace Q_OBJECT with TQ_OBJECT
ksplash-engine-moodin
- [6add0900] Replace Q_OBJECT with TQ_OBJECT
qt4-tqt-theme-engine
- [12794d91] Drop TQT_NO_COMPAT code
- [1d15009c] Replace Q_EXPORT_*/Q_EXTERN defines with TQ_EXPORT_*/TQ_EXTERN
tde-style-baghira
- [54c964fc] Replace Q_EXPORT_*/Q_EXTERN defines with TQ_EXPORT_*/TQ_EXTERN
- [185b962c] Replace Q_OBJECT with TQ_OBJECT
- [2081343a] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3.
- [f4a20352] Drop TQT_NO_COMPAT code
- [ce4fd308] Merge translation files from master branch.
tde-style-domino
- [cdeeeb9b] Replace various tqtinterface's TQ_* defines with actual types
- [8a72ddd4] Replace Q_OBJECT with TQ_OBJECT
- [a32ce765] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3.
tde-style-ia-ora
- [869ce61a] Replace Q_EXPORT_*/Q_EXTERN defines with TQ_EXPORT_*/TQ_EXTERN
- [4995a917] Replace Q_OBJECT with TQ_OBJECT
- [b508dbd6] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3.
tde-style-lipstik
- [72bb5eb2] Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
- [905139f8] Drop TQT_TQ*_OBJECT defines
- [cfbaf42f] Replace Q_OBJECT with TQ_OBJECT
- [7165d58b] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3.
tde-style-qtcurve
- [8decfa98] Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
- [496431a6] Replace various tqtinterface's TQ_* defines with actual types
- [3c65d4d7] Drop USE_TQT4 code
- [e8b48a25] Drop TQT_BASE_OBJECT* defines
- [254bc2f8] Drop TQT_TQ*_CONST defines
- [686b1ffc] Drop TQT_TQ*_OBJECT defines
- [6d4f3af0] Replace Q_OBJECT with TQ_OBJECT
- [f96ebf44] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3.
- [39f1c011] Merge translation files from master branch.
tdmtheme
- [143d1243] Replace Q_OBJECT with TQ_OBJECT
twin-style-crystal
twin-style-dekorator
- [e54ea977] Replace Q_OBJECT with TQ_OBJECT
twin-style-machbunt
- [4ac500a6] Replace Q_OBJECT with TQ_OBJECT
twin-style-suse2
- [b623d8ef] Replace Q_OBJECT with TQ_OBJECT
applications/utilities
abakus
- [52eaa0b5] Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
- [d081c368] Drop TQT_BASE_OBJECT* defines
- [0cbfd1ef] Replace Q_OBJECT with TQ_OBJECT
- [d93c12f6] Merge translation files from master branch.
- [0091ba7e] Merge translation files from master branch.
- [1d82affe] Merge translation files from master branch.
filelight
- [9f59f196] Merge translation files from master branch.
- [4fc0f89e] Replace Q_OBJECT with TQ_OBJECT
- [f95c2be0] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3.
kbarcode
- [5d320686] Replace TQ_*Focus* and TQ_Scale* defines
- [7beb5925] Merge translation files from master branch.
- [54202808] Replace Q_OBJECT with TQ_OBJECT
- [c846138d] Merge translation files from master branch.
- [8b350ddf] Merge translation files from master branch.
kchmviewer
- [65a46ddd] Replace Q_OBJECT with TQ_OBJECT
kcpuload
- [0cdd5700] Drop TQT_BASE_OBJECT* defines
- [01edf7be] Merge translation files from master branch.
- [d24fc5df] Merge translation files from master branch.
- [85e824a5] Replace Q_OBJECT with TQ_OBJECT
- [a9138aaf] Merge translation files from master branch.
kdirstat
- [b122ea8f] Replace Q_OBJECT with TQ_OBJECT
keep
- [da029309] Replace Q_OBJECT with TQ_OBJECT
knutclient
kompose
krename
- [6f80ce0b] Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
- [ad3b4bf4] Replace Q_OBJECT with TQ_OBJECT
ksensors
- [d26b9c87] Replace Q_OBJECT with TQ_OBJECT
mathemagics
- [c7967c1d] Replace Q_OBJECT with TQ_OBJECT
qalculate-tde
- [d188a043] Merge translation files from master branch.
- [f286dcd4] Merge translation files from master branch.
- [e2bfe5bf] Replace Q_OBJECT with TQ_OBJECT
- [ef31b019] Merge translation files from master branch.
- [1ec24c00] Merge translation files from master branch.
- [10b1baeb] Merge translation files from master branch.
- [0efe2cf5] Merge translation files from master branch.
- [1b9b8feb] Merge translation files from master branch.
packaging
packaging
- [3e48ca30] RPM: Update for final R14.1.1.
- [5651b5de] FreeBSD: Update for final R14.1.1.
- [9f8441ef] ArchLinux: Update for final R14.1.1.
- [b9a519e0] DEB libksquirrel: switch to cmake building system
- [70c47b9e] DEB default-settings: Move common files to common directory.
- [4924bcbf] DEB tdegraphics: Add libglut-dev as an alternative dependency for freeglut3-dev.
- [f4f0da1b] DEB metapackages: Remove the forced dependence on libgl1-mesa-glx and libglut3/freeglut3.
- [8cb854b9] DEB ksensors: Add libsensors-dev as an alternative dependency.
- [30683723] DEB tdebase: Add libsensors-dev as an alternative dependency.
- [2f13d613] DEB kstreamripper: removed unnecessary files (man page already included in main repository)
- [8ff777c8] DEB: remove packaging files for 'fusion-icon' which is no longer part of TDE
- [ec70f7d4] DEB: added packaging files for kommando
- [7bec44d1] DEB k9copy: conversion to cmake build system
- [bbfa80f7] RPM: update build scripts
- [8b0f9ee1] RPM: fix invalid dependencies to devel packages
- [57950a7f] DEB kmyfirewall: move man pages to main repo
- [5aa28d44] DEB tdebase: Add init to build-depends.
This is necessary for TDE/tdebase#359 - [1028598a] DEB buildscripts: removed from R14.1.x branch. These scripts are kept up to date on master branch only, to avoid unnecessary repetition.
- [73972eeb] DEB: add support for Debian Trixie and Ubuntu Mantic. Remove Ubuntu Impish
- [b050ce81] FreeBSD: Backport patches to solve issue TDE/tde#128
- [ea254eaa] ArchLinux: Backport patches to solve issue TDE/tde#128
- [90e7827c] DEB tdebase: add TDE release notes to khelpcenter home page. This resolves issue TDE/tdebase#332
- [10724eac] DEB build scripts: update to new package naming convention (~pre instead of ~s)
- [7560fed8] Add debian rules for building tdebluez api docs
- [6a6134e9] DEB ksquirrel: use man pages from main repo
- [610981dc] RPM: update build scripts for Fedora 36
- [5fe21c2f] RPM: add distribution opensuse Leap 15.5
- [7919e63a] RPM: add build scripts for Mageia 9
- [6783a326] RPM: update build scripts for opensuse tumbleweed
- [8ab4d392] RPM: update build scripts for Fedora 38
- [0edc1511] RPM: add docker script for fedora38
- [687dff79] RPM: update build scripts for Fedora 37
- [9a94d2f3] RPM: update build scripts for opensuse 15.4
- [ae2a5ca1] RPM: update build scripts for pclinuxos