Difference between revisions of "Changelog For R14.1.1"
Jump to navigation
Jump to search
(Update 20230716) |
(Update 20230813) |
||
Line 1: | Line 1: | ||
= common = |
= common = |
||
+ | == admin == |
||
+ | * [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 = |
||
Line 22: | Line 28: | ||
== tqtinterface == |
== tqtinterface == |
||
+ | * [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 39: | ||
== arts == |
== arts == |
||
+ | * [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 46: | ||
* [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=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=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=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=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 94: | ||
== tdebase == |
== tdebase == |
||
+ | * [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 140: | ||
== tdepim == |
== tdepim == |
||
+ | * [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 148: | ||
== tdemultimedia == |
== tdemultimedia == |
||
+ | * [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 155: | ||
== tdenetwork == |
== tdenetwork == |
||
+ | * [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 166: | ||
== tdegraphics == |
== tdegraphics == |
||
+ | * [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=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 178: | ||
== tdeutils == |
== tdeutils == |
||
+ | * [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 185: | ||
== tdeedu == |
== tdeedu == |
||
+ | * [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 193: | ||
== tdegames == |
== tdegames == |
||
+ | * [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=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=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=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 218: | ||
== tdeartwork == |
== tdeartwork == |
||
+ | * [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 228: | ||
== tdebindings == |
== tdebindings == |
||
+ | * [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 236: | ||
== tdesdk == |
== tdesdk == |
||
+ | * [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 244: | ||
== tdevelop == |
== tdevelop == |
||
+ | * [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 254: | ||
== tdewebdev == |
== tdewebdev == |
||
+ | * [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=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 329: | ||
= libraries = |
= libraries = |
||
== libkdcraw == |
== libkdcraw == |
||
+ | * [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. |
||
== libkipi == |
== libkipi == |
||
+ | * [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=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 348: | ||
== libksquirrel == |
== libksquirrel == |
||
+ | * [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=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=7c2e4340 [7c2e4340]] Replace Q_OBJECT with TQ_OBJECT |
||
= applications/development = |
= applications/development = |
||
+ | == kdbg == |
||
+ | * [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=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=22a657c1 [22a657c1]] Replace Q_OBJECT with TQ_OBJECT |
||
+ | |||
== ktechlab == |
== ktechlab == |
||
+ | * [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=3f22c122 [3f22c122]] Replace Q_OBJECT with TQ_OBJECT |
||
== piklab == |
== piklab == |
||
+ | * [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=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=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=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=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=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=bb9ba751 [bb9ba751]] Replace Q_OBJECT with TQ_OBJECT |
||
+ | |||
== konversation == |
== konversation == |
||
+ | * [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=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=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=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=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=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=1855627c [1855627c]] Replace Q_OBJECT with TQ_OBJECT |
||
= applications/misc = |
= applications/misc = |
||
+ | == bibletime == |
||
+ | * [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=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=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 517: | ||
== codeine == |
== codeine == |
||
+ | * [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=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 529: | ||
== k3b-i18n == |
== k3b-i18n == |
||
+ | * [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=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=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=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=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=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=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=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=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=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=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=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 627: | ||
== koffice-i18n == |
== koffice-i18n == |
||
+ | * [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 633: | ||
== kpilot == |
== kpilot == |
||
+ | * [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=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=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=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 668: | ||
== 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=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=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=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=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=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=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=da6a9e3e [da6a9e3e]] Replace Q_OBJECT with TQ_OBJECT |
||
== krusader == |
== krusader == |
||
+ | * [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=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=70482cdd [70482cdd]] Replace Q_OBJECT with TQ_OBJECT |
||
+ | |||
+ | == kvkbd == |
||
+ | * [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=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 783: | ||
== 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=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=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=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 |
||
== tde-style-baghira == |
== tde-style-baghira == |
||
+ | * [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 836: | ||
== tde-style-domino == |
== tde-style-domino == |
||
+ | * [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=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=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=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=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=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 878: | ||
== filelight == |
== filelight == |
||
+ | * [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=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=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=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=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 930: | ||
= packaging = |
= packaging = |
||
== packaging == |
== packaging == |
||
+ | * [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 |
Revision as of 00:23, 14 August 2023
common
admin
- [46c95e99] Add support for moc-ing TQ_OBJECT classes
libltdl
libtdevnc
- [45fd37ad] Replace Q_OBJECT with TQ_OBJECT
dependencies
tde-cmake
- [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
- [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
- [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
- [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
- [60ab5376] Replace Q_OBJECT with TQ_OBJECT
dbus-tqt
- [8207d434] Replace Q_OBJECT with TQ_OBJECT
sip4-tqt
- [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
- [c6acfabe] Removed unnecessary code
polkit-tqt
- [0821a5d8] Replace Q_OBJECT with TQ_OBJECT
tqca
- [e5899e0c] Replace Q_OBJECT with TQ_OBJECT
core
tdelibs
- [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
- [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
- [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
- [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
- [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
- [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
- [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
- [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
- [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
- [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
- [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
- [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
- [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
- [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
- [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
- [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
- [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
- [6d4be82c] Drop TQT_TQ*_OBJECT defines
- [309a672d] Replace Q_OBJECT with TQ_OBJECT
- [0d04e823] Drop TQT_NO_COMPAT code
tde-i18n
- [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
- [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.
libkipi
- [331aea35] Replace Q_OBJECT with TQ_OBJECT
- [fd3cbbaa] Merge translation files from master branch.
- [a12b534d] Drop Qt2's TQSemiModal and TQSortedList classes
kipi-plugins
- [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
- [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
- [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
- [7c2e4340] Replace Q_OBJECT with TQ_OBJECT
applications/development
kdbg
- [5d4a6e71] Replace Q_OBJECT with TQ_OBJECT
kdiff3
kpicosim
- [119fd801] Replace Q_OBJECT with TQ_OBJECT
kscope
- [22a657c1] Replace Q_OBJECT with TQ_OBJECT
ktechlab
- [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
- [3f22c122] Replace Q_OBJECT with TQ_OBJECT
piklab
- [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
- [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
- [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
- [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
- [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
- [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
- [bb9ba751] Replace Q_OBJECT with TQ_OBJECT
konversation
- [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
- [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
kvirc
- [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
- [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
- [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
- [1855627c] Replace Q_OBJECT with TQ_OBJECT
applications/misc
bibletime
- [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
applications/multimedia
amarok
- [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
k3b
- [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
- [36af70ab] Merge translation files from master branch.
- [62b97f3f] Merge translation files from master branch.
- [8c489144] Merge translation files from master branch.
k9copy
- [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
- [cad95d2d] Drop TQT_TQ*_OBJECT defines
- [f3bdcef9] Replace Q_OBJECT with TQ_OBJECT
- [8306ffba] Convert dummy part example to cmake
kmplayer
- [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
- [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
tderadio
- [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
- [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
keximdb
kile
- [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
- [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
- [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
- [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
- [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
- [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
- [267513f2] Drop TQT_TQ*_OBJECT defines
- [48cec49a] Drop use of TQ_SP* defines.
- [b7ec7cce] Replace Q_OBJECT with TQ_OBJECT
kiosktool
- [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
- [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
- [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
applications/system
dolphin
- [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
- [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
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
- [da6a9e3e] Replace Q_OBJECT with TQ_OBJECT
krusader
- [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
ksystemlog
- [70482cdd] Replace Q_OBJECT with TQ_OBJECT
kvkbd
- [70940a44] Replace Q_OBJECT with TQ_OBJECT
polkit-agent-tde
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
- [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
- [6f4267af] Replace Q_OBJECT with TQ_OBJECT
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
- [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
tde-style-baghira
- [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
- [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
- [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
- [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
- [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
- [ed63325f] Replace Q_OBJECT with TQ_OBJECT
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
- [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
- [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
- [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
- [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
- [8b9b160e] Replace Q_OBJECT with TQ_OBJECT
kompose
krename
- [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
- [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