Difference between revisions of "Changelog For R14.1.1"

From Trinity Desktop Project Wiki
Jump to navigation Jump to search
(Update 20230702)
(Update 20230716)
Line 13: Line 13:
   
 
== tqt3 ==
 
== tqt3 ==
  +
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=0c8091f8 [0c8091f8]] Reintroduced porting documentation previously removed
  +
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=b195cee3 [b195cee3]] Drop attic Qt2 classes (TQtMultiLineEdit and TQtTableView)
 
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=eb4fc500 [eb4fc500]] SunOS res_ninit() requires a clean structure<br/>init structure without condition
 
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=eb4fc500 [eb4fc500]] SunOS res_ninit() requires a clean structure<br/>init structure without condition
 
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=984ea06e [984ea06e]] Revert "Add single TQObject root parent for all guarded pointers."<br/>Commit b167d09c was functionally incorrect and is causing issues on<br/>selected distributions.<br/>This reverts commit b167d09c43be6c8b7d30f0d4fb1bf1e86c51b8a7.<br/>This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tde/issues/128 TDE/tde#128]
 
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=984ea06e [984ea06e]] Revert "Add single TQObject root parent for all guarded pointers."<br/>Commit b167d09c was functionally incorrect and is causing issues on<br/>selected distributions.<br/>This reverts commit b167d09c43be6c8b7d30f0d4fb1bf1e86c51b8a7.<br/>This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tde/issues/128 TDE/tde#128]
Line 18: Line 20:
 
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=c87fb381 [c87fb381]] Fix level when using pthreads recursive mutex<br/>When using the pthreads recursive mutex, the level method was only able<br/>to return either zero or one, but a recursive mutex can be locked more<br/>than once.<br/>Additionally, the way this detected if the mutex was already locked was<br/>to test whether it can be locked again. If testing from the thread that<br/>is currently holding the lock, this locking attempt always succeeds, and<br/>therefore determines that the lock is _not_ held at all. This is<br/>especially bad, as this operation only makes sense to perform from the<br/>thread that holds the lock -- if any thread not holding the lock queries<br/>the number of times the lock is held, that answer can change before the<br/>thread can used it.
 
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=c87fb381 [c87fb381]] Fix level when using pthreads recursive mutex<br/>When using the pthreads recursive mutex, the level method was only able<br/>to return either zero or one, but a recursive mutex can be locked more<br/>than once.<br/>Additionally, the way this detected if the mutex was already locked was<br/>to test whether it can be locked again. If testing from the thread that<br/>is currently holding the lock, this locking attempt always succeeds, and<br/>therefore determines that the lock is _not_ held at all. This is<br/>especially bad, as this operation only makes sense to perform from the<br/>thread that holds the lock -- if any thread not holding the lock queries<br/>the number of times the lock is held, that answer can change before the<br/>thread can used it.
 
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=d7c0502b [d7c0502b]] socket and nsl functions were moved to libc
 
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=d7c0502b [d7c0502b]] socket and nsl functions were moved to libc
  +
  +
== tqtinterface ==
  +
* [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.
   
 
== akode ==
 
== akode ==
Line 29: Line 35:
 
* [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
  +
  +
== sip4-tqt ==
  +
* [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.
   
 
= core =
 
= core =
 
== tdelibs ==
 
== tdelibs ==
  +
* [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=21eca98b [21eca98b]] Merge translation files from master branch.
 
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=67283752 [67283752]] Merge translation files from master branch.
 
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=67283752 [67283752]] Merge translation files from master branch.
 
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=e44cba94 [e44cba94]] Merge translation files from master branch.
 
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=e44cba94 [e44cba94]] Merge translation files from master branch.
Line 48: Line 60:
   
 
== tdebase ==
 
== tdebase ==
  +
* [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=a5979a0e [a5979a0e]] Replace usage of obsolete TQLineEdit methods with supported methods
  +
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=bb44b986 [bb44b986]] twin: Minor code cleanup and refactoring<br/>Refactoring concerns active border code.
  +
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=84c43976 [84c43976]] twin: 25% zones for active corners<br/>Added special checks that make corner activation easier: we assume<br/>a 25% zone on the edge of each border where instead of half size<br/>tiling we perform quarter size tiling. The rest 50% is left for<br/>normal half size tiling.
  +
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=a0e4fed9 [a0e4fed9]] Merge translation files from master branch.
  +
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=c71af5fc [c71af5fc]] tdm/backend: Add include &lt;sys/ioctl.h&gt; for ioctl() prototype.
  +
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=9c4648db [9c4648db]] Add detection and, if necessary, prototype for strlcat and strlcpy.<br/>This resolves FTBFS - see issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tde-packaging-gentoo/issues/299 TDE/tde-packaging-gentoo#299]
  +
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=1ceff2db [1ceff2db]] Merge translation files from master branch.
  +
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=e2d0fcc6 [e2d0fcc6]] Update translation template.
  +
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=93469d25 [93469d25]] kcmtwin: Move Active Borders options into a new tab
  +
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=e4d35cab [e4d35cab]] TWin: Add active corner support to quick tiling
 
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=87b9269e [87b9269e]] kxkb: prevent overflow in case of non-existing layout group
 
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=87b9269e [87b9269e]] kxkb: prevent overflow in case of non-existing layout group
 
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=1206271a [1206271a]] kxkb: fix unnecessary translations strings.
 
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=1206271a [1206271a]] kxkb: fix unnecessary translations strings.
Line 75: Line 99:
   
 
== tdepim ==
 
== tdepim ==
  +
* [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
 
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=55afe358 [55afe358]] SunOS requires fcntl.h without any condition
 
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=55afe358 [55afe358]] SunOS requires fcntl.h without any condition
   
 
== tdemultimedia ==
 
== tdemultimedia ==
  +
* [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.
 
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=14e1211f [14e1211f]] KMix: ported settings to TDEConfigXT/Designer<br/>This commit includes an improved Preferences dialog for KMix.<br/>It also exposes some previously hidden options and features,<br/>some of which experimental (build-time option, off by default).<br/>It also includes some minor UI improvements.
 
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=14e1211f [14e1211f]] KMix: ported settings to TDEConfigXT/Designer<br/>This commit includes an improved Preferences dialog for KMix.<br/>It also exposes some previously hidden options and features,<br/>some of which experimental (build-time option, off by default).<br/>It also includes some minor UI improvements.
   
 
== tdenetwork ==
 
== tdenetwork ==
  +
* [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=006e6257 [006e6257]] Merge translation files from master branch.
 
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=006e6257 [006e6257]] Merge translation files from master branch.
 
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=2813c8b0 [2813c8b0]] Merge translation files from master branch.
 
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=2813c8b0 [2813c8b0]] Merge translation files from master branch.
Line 88: Line 116:
 
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=762a46f0 [762a46f0]] SunOS cosmetic changes
 
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=762a46f0 [762a46f0]] SunOS cosmetic changes
 
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=2972ab25 [2972ab25]] Merge translation files from master branch.
 
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=2972ab25 [2972ab25]] Merge translation files from master branch.
  +
  +
== tdegraphics ==
  +
* [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.
   
 
== tdetoys ==
 
== tdetoys ==
  +
* [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.
 
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=6b56a1be [6b56a1be]] Merge translation files from master branch.
 
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=6b56a1be [6b56a1be]] Merge translation files from master branch.
   
 
== tdeutils ==
 
== tdeutils ==
  +
* [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
 
* [https://git.trinitydesktop.org/cgit/tdeutils/commit/?id=365df97f [365df97f]] SunOS cosmetic changes
 
* [https://git.trinitydesktop.org/cgit/tdeutils/commit/?id=365df97f [365df97f]] SunOS cosmetic changes
   
 
== tdeedu ==
 
== tdeedu ==
  +
* [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
 
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=389ed0d3 [389ed0d3]] SunOS cosmetic changes
 
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=389ed0d3 [389ed0d3]] SunOS cosmetic changes
   
 
== tdegames ==
 
== tdegames ==
  +
* [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 ==
  +
* [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 ==
  +
* [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=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
 
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=b6c2f516 [b6c2f516]] Merge translation files from master branch.
 
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=b6c2f516 [b6c2f516]] Merge translation files from master branch.
Line 110: Line 153:
   
 
== tdeartwork ==
 
== tdeartwork ==
  +
* [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.
 
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=808f80d1 [808f80d1]] Merge translation files from master branch.
 
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=808f80d1 [808f80d1]] Merge translation files from master branch.
   
 
== tdebindings ==
 
== tdebindings ==
  +
* [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=c269a828 [c269a828]] Drop TQT_NO_COMPAT code
 
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=c269a828 [c269a828]] Drop TQT_NO_COMPAT code
   
 
== tdesdk ==
 
== tdesdk ==
  +
* [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
 
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=8b02e379 [8b02e379]] SunOS cosmetic changes
 
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=8b02e379 [8b02e379]] SunOS cosmetic changes
   
 
== tdevelop ==
 
== tdevelop ==
  +
* [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=14334c54 [14334c54]] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3.
 
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=d45e5727 [d45e5727]] Drop TQT_NO_COMPAT code
 
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=d45e5727 [d45e5727]] Drop TQT_NO_COMPAT code
 
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=7afe1d68 [7afe1d68]] Merge translation files from master branch.
 
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=7afe1d68 [7afe1d68]] Merge translation files from master branch.
Line 128: Line 178:
   
 
== tde-i18n ==
 
== tde-i18n ==
  +
* [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=f50ef7ae [f50ef7ae]] Merge translation files from master branch.
  +
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9e1eb88d [9e1eb88d]] Update translation template.
  +
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=46ed2fe1 [46ed2fe1]] Merge translation files from master branch.
  +
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=605f0ca2 [605f0ca2]] Update translation template.
  +
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4919b31b [4919b31b]] Merge translation files from master branch.
  +
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4f90b3ca [4f90b3ca]] Merge translation files from master branch.
  +
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dc7622b4 [dc7622b4]] Update translation template.
  +
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6e96c1e8 [6e96c1e8]] Merge translation files from master branch.
  +
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=37b8a7c8 [37b8a7c8]] Update translation template.
  +
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b3dd3073 [b3dd3073]] Drop translations related to attic Qt2 classes (TQtMultiLineEdit)
  +
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7b8149a8 [7b8149a8]] Merge translation files from master branch.
  +
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a4a59e25 [a4a59e25]] Update translation template.
 
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e5d478d5 [e5d478d5]] Merge translation files from master branch.
 
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e5d478d5 [e5d478d5]] Merge translation files from master branch.
 
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3a164f74 [3a164f74]] Update translation template.
 
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3a164f74 [3a164f74]] Update translation template.
Line 184: Line 248:
   
 
== kipi-plugins ==
 
== kipi-plugins ==
  +
* [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.
 
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=f1f7701f [f1f7701f]] Drop TQT_NO_COMPAT code
 
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=f1f7701f [f1f7701f]] Drop TQT_NO_COMPAT code
Line 193: Line 258:
   
 
== libtqt-perl ==
 
== libtqt-perl ==
  +
* [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
  +
  +
= applications/development =
  +
== ktechlab ==
  +
* [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.
  +
  +
== piklab ==
  +
* [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 ==
  +
* [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 ==
  +
* [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=483ec9b5 [483ec9b5]] Drop Qt2 obsolete classes
 
* [https://git.trinitydesktop.org/cgit/tdepacman/commit/?id=483ec9b5 [483ec9b5]] Drop Qt2 obsolete classes
Line 203: Line 282:
 
* [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 ==
  +
* [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=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
   
 
= applications/internet =
 
= applications/internet =
  +
== konversation ==
  +
* [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.
  +
 
== kshowmail ==
 
== kshowmail ==
 
* [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.
Line 215: Line 301:
 
== ktorrent ==
 
== ktorrent ==
 
* [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 ==
  +
* [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 ==
  +
* [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=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
   
Line 231: Line 324:
 
= applications/multimedia =
 
= applications/multimedia =
 
== amarok ==
 
== amarok ==
  +
* [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.
 
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=2abbd175 [2abbd175]] Merge translation files from master branch.
 
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=2abbd175 [2abbd175]] Merge translation files from master branch.
Line 241: Line 335:
   
 
== k3b ==
 
== k3b ==
  +
* [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.
 
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=3d54daac [3d54daac]] Merge translation files from master branch.
 
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=3d54daac [3d54daac]] Merge translation files from master branch.
Line 249: Line 344:
   
 
== k9copy ==
 
== k9copy ==
  +
* [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.
   
Line 255: Line 351:
   
 
== kmplayer ==
 
== kmplayer ==
  +
* [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.
  +
  +
== rosegarden ==
  +
* [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 ==
Line 275: Line 375:
 
== keximdb ==
 
== keximdb ==
 
* [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 ==
  +
* [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=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
   
 
== koffice ==
 
== koffice ==
  +
* [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
 
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=f25aee7b [f25aee7b]] Drop Qt2 obsolete classes
 
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=f25aee7b [f25aee7b]] Drop Qt2 obsolete classes
Line 290: Line 395:
 
* [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.
 
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=bdb3da2e [bdb3da2e]] Merge translation files from master branch.
 
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=bdb3da2e [bdb3da2e]] Merge translation files from master branch.
  +
  +
== kpilot ==
  +
* [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 ==
  +
* [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=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.
   
 
== kiosktool ==
 
== kiosktool ==
  +
* [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.
   
Line 310: Line 423:
   
 
== kmyfirewall ==
 
== kmyfirewall ==
  +
* [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
Line 322: Line 436:
 
= applications/system =
 
= applications/system =
 
== dolphin ==
 
== dolphin ==
  +
* [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 ==
  +
* [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 ==
Line 337: Line 455:
   
 
== krusader ==
 
== krusader ==
  +
* [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
Line 380: Line 499:
 
= applications/themes =
 
= applications/themes =
 
== 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=64db9682 [64db9682]] Drop TQT_NO_COMPAT code
 
* [https://git.trinitydesktop.org/cgit/gtk3-tqt-engine/commit/?id=64db9682 [64db9682]] Drop TQT_NO_COMPAT code
   
 
== tde-style-baghira ==
 
== tde-style-baghira ==
  +
* [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
 
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=ce4fd308 [ce4fd308]] Merge translation files from master branch.
 
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=ce4fd308 [ce4fd308]] Merge translation files from master branch.
  +
  +
== tde-style-domino ==
  +
* [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 ==
  +
* [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 ==
  +
* [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=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.
   
Line 394: Line 525:
 
* [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.
 
* [https://git.trinitydesktop.org/cgit/abakus/commit/?id=1d82affe [1d82affe]] Merge translation files from master branch.
 
* [https://git.trinitydesktop.org/cgit/abakus/commit/?id=1d82affe [1d82affe]] Merge translation files from master branch.
  +
  +
== filelight ==
  +
* [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=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.
   
Line 413: Line 548:
 
= packaging =
 
= packaging =
 
== packaging ==
 
== packaging ==
  +
* [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=57950a7f [57950a7f]] DEB kmyfirewall: move man pages to main repo
 
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=57950a7f [57950a7f]] DEB kmyfirewall: move man pages to main repo
 
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=5aa28d44 [5aa28d44]] DEB tdebase: Add init to build-depends.<br/>This is necessary for [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/359 TDE/tdebase#359]
 
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=5aa28d44 [5aa28d44]] DEB tdebase: Add init to build-depends.<br/>This is necessary for [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/359 TDE/tdebase#359]

Revision as of 21:00, 17 July 2023

common

libltdl

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

  • [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

arts

  • [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

sip4-tqt

  • [a2339567] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3.

core

tdelibs

tdebase

  • [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

  • [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

  • [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

  • [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

  • [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

  • [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

  • [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

  • [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

  • [90e08691] Drop compatibility code for TQButton
  • [565d5028] Merge translation files from master branch.

tdeaccessibility

  • [a21db23a] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3.

tdeaddons

  • [b5ae045e] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3.

tdeadmin

  • [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

  • [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

  • [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

  • [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

  • [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

tde-i18n

  • [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

  • [e2fa006d] Merge translation files from master branch.
  • [ce03100d] Merge translation files from master branch.

libkipi

  • [fd3cbbaa] Merge translation files from master branch.
  • [a12b534d] Drop Qt2's TQSemiModal and TQSortedList classes

kipi-plugins

  • [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

libtqt-perl

  • [de0ff66b] Drop attic Qt2 classes (TQtMultiLineEdit and TQtTableView)
  • [25f2672b] Drop TQT_NO_COMPAT code

applications/development

ktechlab

  • [397fe454] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3.

piklab

  • [746d32a1] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3.

tdesvn

  • [df800578] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3.

applications/games

knights

  • [fd77e9f1] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3.

tdepacman

applications/graphics

digikam

gwenview

  • [1bcda901] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3.

ksquirrel

  • [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

applications/internet

konversation

  • [7a6d31ab] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3.

kshowmail

  • [52d71348] Removed .moc source files documentation.
  • [bff3009c] Merge translation files from master branch.

ktorrent

kvirc

  • [ef786e3a] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3.

kvpnc

  • [1bdf9a28] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3.

smb4k

  • [9b8439ac] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3.
  • [ce8b965c] Drop TQT_NO_COMPAT code

applications/misc

desktop-effects-tde

kerberostray

  • [c3cc972b] Merge translation files from master branch.

krecipes

applications/multimedia

amarok

  • [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

  • [177cdfdd] Merge translation files from master branch.

k3b

  • [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

  • [62b97f3f] Merge translation files from master branch.
  • [8c489144] Merge translation files from master branch.

k9copy

  • [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

  • [8306ffba] Convert dummy part example to cmake

kmplayer

  • [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.

rosegarden

  • [95194d38] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3.

soundkonverter

tderadio

  • [9ef2b1a7] Merge translation files from master branch.

applications/office

basket

  • [7c310957] Merge translation files from master branch.
  • [ea8b722d] Update translation template.
  • [4a028d07] Drop Qt2's TQSortedList class
  • [a07f9925] Merge translation files from master branch.

kbookreader

  • [f3ed10ea] Merge translation files from master branch.

keximdb

kile

  • [9a1b6c4b] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3.

kmymoney

  • [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

koffice

  • [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

  • [095c16c0] Merge translation files from master branch.
  • [db60471c] Merge translation files from master branch.
  • [bdb3da2e] Merge translation files from master branch.

kpilot

  • [83e4ace7] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3.

tellico

  • [2aa8f8fc] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3.

applications/settings

kdpkg

  • [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.

kiosktool

  • [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

  • [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

  • [a932bc92] Merge translation files from master branch.

kmyfirewall

  • [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

tdenetworkmanager

  • [cfaf558e] Merge translation files from master branch.

wlassistant

  • [259e5fb4] Merge translation files from master branch.

applications/system

dolphin

  • [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

  • [d44e47d1] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3.

kbfx

  • [6dd6e0a7] Merge translation files from master branch.

kcmautostart

  • [f332e029] Merge translation files from master branch.

klamav

  • [ead114df] Merge translation files from master branch.

knemo

  • [444036ef] Merge translation files from master branch.

krusader

  • [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

polkit-agent-tde

  • [4515df32] Merge translation files from master branch.

tastymenu

  • [416bda1d] Merge translation files from master branch.

tdebluez

  • [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

  • [dee19ae7] Merge translation files from master branch.

tdepowersave

applications/tdeio

tdeio-ftps

  • [de84323b] Merge translation files from master branch.

applications/themes

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

tde-style-baghira

  • [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

  • [a32ce765] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3.

tde-style-ia-ora

  • [b508dbd6] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3.

tde-style-lipstik

  • [7165d58b] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3.

tde-style-qtcurve

  • [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.

applications/utilities

abakus

  • [d93c12f6] Merge translation files from master branch.
  • [0091ba7e] Merge translation files from master branch.
  • [1d82affe] Merge translation files from master branch.

filelight

  • [f95c2be0] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3.

kbarcode

  • [c846138d] Merge translation files from master branch.
  • [8b350ddf] Merge translation files from master branch.

kcpuload

  • [a9138aaf] Merge translation files from master branch.

kompose

  • [9b1d854c] Merge translation files from master branch.

qalculate-tde

  • [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

  • [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