Difference between revisions of "Changelog For R14.1.2"

From Trinity Desktop Project Wiki
Jump to navigation Jump to search
(Update 20231217)
(Update 20240101)
Line 15: Line 15:
   
 
== tqt3 ==
 
== tqt3 ==
  +
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=ecca365d [ecca365d]] Rename METHOD, SIGNAL, SLOT to TQ_METHOD, TQ_SIGNAL, TQ_SLOT
  +
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=1c308584 [1c308584]] Fix potential buffer overflow in debug functions.<br/>This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tqt3/issues/70 #70]
 
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=f30ac87a [f30ac87a]] Add support for HistoryBackButton and HistoryForwardButton<br/>This resolves [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/421 TDE/tdebase#421]
 
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=f30ac87a [f30ac87a]] Add support for HistoryBackButton and HistoryForwardButton<br/>This resolves [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/421 TDE/tdebase#421]
 
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=c339f68f [c339f68f]] Update README<br/>A new README with markdown format, updated information on TQt, contributor section and translations status.<br/>The old README has been preserved as README.Qt3 for historical reasons.
 
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=c339f68f [c339f68f]] Update README<br/>A new README with markdown format, updated information on TQt, contributor section and translations status.<br/>The old README has been preserved as README.Qt3 for historical reasons.
Line 22: Line 24:
   
 
== tqtinterface ==
 
== tqtinterface ==
  +
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=42cd150b [42cd150b]] Rename TQT_{METHOD, SIGNAL, SLOT} and METHOD, SIGNAL, SLOT to TQ_METHOD, TQ_SIGNAL, TQ_SLOT. This is a temporary step to make sure TDE keeps building while METHOD, SIGNAL, SLOT are renamed in every repository.
  +
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=7850ec99 [7850ec99]] Remove various '#define' strings - part 6
 
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=aee37a80 [aee37a80]] Remove various '#define' strings - part 5
 
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=aee37a80 [aee37a80]] Remove various '#define' strings - part 5
 
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=ed3960fe [ed3960fe]] Remove 'Event' #define strings
 
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=ed3960fe [ed3960fe]] Remove 'Event' #define strings
Line 81: Line 85:
 
= core =
 
= core =
 
== tdelibs ==
 
== tdelibs ==
  +
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=dff83720 [dff83720]] Fix lvm volumes appearing as removable devices<br/>- remove obsolete/erroneous code meddling with<br/> GENHD_FL_MEDIA_CHANGE_NOTIFY<br/>- use /sys/block/&lt;dev&gt;/removable rather than<br/> /sys/block/&lt;dev&gt;/capabilities<br/>- deprecate TDEDiskDeviceStatus::Hotpluggable and use<br/> TDEDiskDeviceStatus::Removable for all removable devices<br/>- put some local utility function into anonymous namespace<br/>See https://mirror.git.trinitydesktop.org/gitea/TDE/tde/issues/148
  +
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=2a3a62bb [2a3a62bb]] Replace various '#define' strings - part 6
 
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=af8caead [af8caead]] Replaced various '#define' with actual strings - part 5
 
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=af8caead [af8caead]] Replaced various '#define' with actual strings - part 5
 
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=553b7050 [553b7050]] Merge translation files from master branch.
 
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=553b7050 [553b7050]] Merge translation files from master branch.
Line 100: Line 106:
   
 
== tdebase ==
 
== tdebase ==
  +
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=0e5ef873 [0e5ef873]] Replace various '#define' strings - part 6
  +
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=dcda0012 [dcda0012]] KXkb: add keyboard layout notification
  +
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=94cec968 [94cec968]] Kxkb: move LayoutUnit struct into its own file and add getLayoutName function
  +
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=c55cad68 [c55cad68]] Make dependency upon libssh optional
  +
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=6c067940 [6c067940]] TWin: Add DCOP method showWindowMenu(wid) for default menu position
  +
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=8447a9a6 [8447a9a6]] TWin showWindowMenu: add support for negative coordinates<br/>Negative coordinates change the popup menu origins:<br/>* Negative X: origin is right edge instead of left;<br/>* Negative Y: origin is bottom edge instead of top.
  +
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=e67f30eb [e67f30eb]] twin: fix showWindowMenuAt(...) DCOP call<br/>Before it only called slotWindowOperations(), which showed the operations menu of the current window at a preset position, ignoring all arguments passed to showWindowMenuAt.<br/>This commit implpements the correct behaviour of the function which takes all arguments into account.
 
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=fa7aa947 [fa7aa947]] Merge translation files from master branch.
 
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=fa7aa947 [fa7aa947]] Merge translation files from master branch.
 
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=9c73915c [9c73915c]] twin: use separate bit to inhibit configure request messages. This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/434 #434]
 
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=9c73915c [9c73915c]] twin: use separate bit to inhibit configure request messages. This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/434 #434]
Line 130: Line 143:
   
 
== tdepim ==
 
== tdepim ==
  +
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=3b25eb31 [3b25eb31]] Replace various '#define' strings - part 6
 
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=f26a304e [f26a304e]] Replaced various '#define' with actual strings - part 5
 
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=f26a304e [f26a304e]] Replaced various '#define' with actual strings - part 5
 
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=ae35bc48 [ae35bc48]] Replace 'Event' #define strings
 
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=ae35bc48 [ae35bc48]] Replace 'Event' #define strings
Line 141: Line 155:
   
 
== tdemultimedia ==
 
== tdemultimedia ==
  +
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=f353dc99 [f353dc99]] Replace various '#define' strings - part 6
 
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=da49daf5 [da49daf5]] Replaced various '#define' with actual strings - part 5
 
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=da49daf5 [da49daf5]] Replaced various '#define' with actual strings - part 5
 
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=452c1e81 [452c1e81]] Replace 'Event' #define strings
 
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=452c1e81 [452c1e81]] Replace 'Event' #define strings
Line 149: Line 164:
   
 
== tdenetwork ==
 
== tdenetwork ==
  +
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=51f2e0ff [51f2e0ff]] Replace various '#define' strings - part 6
 
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=4be03979 [4be03979]] Merge translation files from master branch.
 
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=4be03979 [4be03979]] Merge translation files from master branch.
 
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=e0a2f545 [e0a2f545]] Replaced various '#define' with actual strings - part 5
 
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=e0a2f545 [e0a2f545]] Replaced various '#define' with actual strings - part 5
Line 159: Line 175:
   
 
== tdegraphics ==
 
== tdegraphics ==
  +
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=904cb397 [904cb397]] Replace various '#define' strings - part 6
 
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=c9e40417 [c9e40417]] Replaced various '#define' with actual strings - part 5
 
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=c9e40417 [c9e40417]] Replaced various '#define' with actual strings - part 5
 
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=1fe6cb7f [1fe6cb7f]] Merge translation files from master branch.
 
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=1fe6cb7f [1fe6cb7f]] Merge translation files from master branch.
Line 171: Line 188:
   
 
== tdetoys ==
 
== tdetoys ==
  +
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=4603b024 [4603b024]] Replace various '#define' strings - part 6
 
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=1606ffff [1606ffff]] Replaced various '#define' with actual strings - part 5
 
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=1606ffff [1606ffff]] Replaced various '#define' with actual strings - part 5
 
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=0b6f951e [0b6f951e]] Merge translation files from master branch.
 
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=0b6f951e [0b6f951e]] Merge translation files from master branch.
Line 179: Line 197:
   
 
== tdeutils ==
 
== tdeutils ==
  +
* [https://git.trinitydesktop.org/cgit/tdeutils/commit/?id=c960bd6f [c960bd6f]] superkaramba: add support for python 3.12. This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdeutils/issues/71 #71]
  +
* [https://git.trinitydesktop.org/cgit/tdeutils/commit/?id=d4393c11 [d4393c11]] Replace various '#define' strings - part 6
 
* [https://git.trinitydesktop.org/cgit/tdeutils/commit/?id=5b1fdb9a [5b1fdb9a]] Replaced various '#define' with actual strings - part 5
 
* [https://git.trinitydesktop.org/cgit/tdeutils/commit/?id=5b1fdb9a [5b1fdb9a]] Replaced various '#define' with actual strings - part 5
 
* [https://git.trinitydesktop.org/cgit/tdeutils/commit/?id=5ecef94f [5ecef94f]] kmilo: after changing the screen brightness, allows a small delay before popping up the OSD feedback. This allows the underlying hardware to report the correct value. This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdeutils/issues/68 #68]
 
* [https://git.trinitydesktop.org/cgit/tdeutils/commit/?id=5ecef94f [5ecef94f]] kmilo: after changing the screen brightness, allows a small delay before popping up the OSD feedback. This allows the underlying hardware to report the correct value. This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdeutils/issues/68 #68]
Line 189: Line 209:
   
 
== tdeedu ==
 
== tdeedu ==
  +
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=5446eb71 [5446eb71]] Replace various '#define' strings - part 6
 
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=63af14c3 [63af14c3]] Merge translation files from master branch.
 
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=63af14c3 [63af14c3]] Merge translation files from master branch.
 
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=c75fee7f [c75fee7f]] Replaced various '#define' with actual strings - part 5
 
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=c75fee7f [c75fee7f]] Replaced various '#define' with actual strings - part 5
Line 198: Line 219:
   
 
== tdegames ==
 
== tdegames ==
  +
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=4d6acadb [4d6acadb]] Replace various '#define' strings - part 6
 
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=76f734a8 [76f734a8]] Replaced various '#define' with actual strings - part 5
 
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=76f734a8 [76f734a8]] Replaced various '#define' with actual strings - part 5
 
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=03c3d226 [03c3d226]] Replace 'Event' #define strings
 
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=03c3d226 [03c3d226]] Replace 'Event' #define strings
Line 206: Line 228:
   
 
== tdeaccessibility ==
 
== tdeaccessibility ==
  +
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=2aad9568 [2aad9568]] Replace various '#define' strings - part 6
 
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=93fbe96e [93fbe96e]] Replaced various '#define' with actual strings - part 5
 
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=93fbe96e [93fbe96e]] Replaced various '#define' with actual strings - part 5
 
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=14c0e766 [14c0e766]] Replaced various '#define' with actual strings - part 3
 
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=14c0e766 [14c0e766]] Replaced various '#define' with actual strings - part 3
Line 212: Line 235:
   
 
== tdeaddons ==
 
== tdeaddons ==
  +
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=c19fc937 [c19fc937]] Replace various '#define' strings - part 6
 
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=76b9a4ad [76b9a4ad]] Merge translation files from master branch.
 
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=76b9a4ad [76b9a4ad]] Merge translation files from master branch.
 
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=92d851c1 [92d851c1]] Replaced various '#define' with actual strings - part 5
 
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=92d851c1 [92d851c1]] Replaced various '#define' with actual strings - part 5
Line 221: Line 245:
   
 
== tdeadmin ==
 
== tdeadmin ==
  +
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=1ab02499 [1ab02499]] Replace various '#define' strings - part 6
 
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=ac7e4fb5 [ac7e4fb5]] Replace 'Event' #define strings
 
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=ac7e4fb5 [ac7e4fb5]] Replace 'Event' #define strings
 
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=684b9d33 [684b9d33]] Replaced various '#define' with actual strings - part 3
 
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=684b9d33 [684b9d33]] Replaced various '#define' with actual strings - part 3
Line 227: Line 252:
   
 
== tdeartwork ==
 
== tdeartwork ==
  +
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=f2e4e24e [f2e4e24e]] Replace various '#define' strings - part 6
 
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=856d6d13 [856d6d13]] Replaced various '#define' with actual strings - part 5
 
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=856d6d13 [856d6d13]] Replaced various '#define' with actual strings - part 5
 
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=fc6c321e [fc6c321e]] Replace 'Event' #define strings
 
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=fc6c321e [fc6c321e]] Replace 'Event' #define strings
Line 240: Line 266:
   
 
== tdesdk ==
 
== tdesdk ==
  +
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=8fc5cf27 [8fc5cf27]] Replace various '#define' strings - part 6
 
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=74c34bca [74c34bca]] Merge translation files from master branch.
 
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=74c34bca [74c34bca]] Merge translation files from master branch.
 
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=a03358fd [a03358fd]] Replaced various '#define' with actual strings - part 5
 
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=a03358fd [a03358fd]] Replaced various '#define' with actual strings - part 5
Line 250: Line 277:
   
 
== tdevelop ==
 
== tdevelop ==
  +
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=b9186693 [b9186693]] Replaced various '#define' with actual strings - part 6
 
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=f12db681 [f12db681]] kdevdesigner: prevent SEGV from invalid pointer. This relates to issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tqt3/issues/97 TDE/tqt3#97]
 
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=f12db681 [f12db681]] kdevdesigner: prevent SEGV from invalid pointer. This relates to issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tqt3/issues/97 TDE/tqt3#97]
 
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=ea8f1be4 [ea8f1be4]] Replaced various '#define' with actual strings - part 5
 
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=ea8f1be4 [ea8f1be4]] Replaced various '#define' with actual strings - part 5
Line 259: Line 287:
   
 
== tdewebdev ==
 
== tdewebdev ==
  +
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=86fed9b7 [86fed9b7]] Replace various '#define' strings - part 6
 
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=8954d764 [8954d764]] Merge translation files from master branch.
 
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=8954d764 [8954d764]] Merge translation files from master branch.
 
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=717ca24e [717ca24e]] Merge translation files from master branch.
 
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=717ca24e [717ca24e]] Merge translation files from master branch.
Line 270: Line 299:
   
 
== tde-i18n ==
 
== tde-i18n ==
  +
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b590f840 [b590f840]] Merge translation files from master branch.
  +
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b319b88a [b319b88a]] Update translation template.
  +
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cc45161c [cc45161c]] Merge translation files from master branch.
  +
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=efd947d3 [efd947d3]] Update translation template.
  +
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=25d196dc [25d196dc]] Merge translation files from master branch.
  +
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e5380a77 [e5380a77]] Update translation template.
 
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a1d02ef5 [a1d02ef5]] Merge translation files from master branch.
 
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a1d02ef5 [a1d02ef5]] Merge translation files from master branch.
 
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4b02ffeb [4b02ffeb]] Merge translation files from master branch.
 
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4b02ffeb [4b02ffeb]] Merge translation files from master branch.
Line 312: Line 347:
   
 
== libkipi ==
 
== libkipi ==
  +
* [https://git.trinitydesktop.org/cgit/libkipi/commit/?id=29ef104e [29ef104e]] Replace various '#define' strings - part 6
 
* [https://git.trinitydesktop.org/cgit/libkipi/commit/?id=72d352a7 [72d352a7]] Replace Qt with TQt
 
* [https://git.trinitydesktop.org/cgit/libkipi/commit/?id=72d352a7 [72d352a7]] Replace Qt with TQt
 
* [https://git.trinitydesktop.org/cgit/libkipi/commit/?id=79b037f6 [79b037f6]] Raise the minimum required version of CMake to 3.5.
 
* [https://git.trinitydesktop.org/cgit/libkipi/commit/?id=79b037f6 [79b037f6]] Raise the minimum required version of CMake to 3.5.
   
 
== kipi-plugins ==
 
== kipi-plugins ==
  +
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=d0107930 [d0107930]] Replace various '#define' strings - part 6
 
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=2cf37f58 [2cf37f58]] Replaced various '#define' with actual strings - part 5
 
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=2cf37f58 [2cf37f58]] Replaced various '#define' with actual strings - part 5
 
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=b4ab4f13 [b4ab4f13]] Merge translation files from master branch.
 
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=b4ab4f13 [b4ab4f13]] Merge translation files from master branch.
Line 343: Line 380:
 
= applications/development =
 
= applications/development =
 
== kdbg ==
 
== kdbg ==
  +
* [https://git.trinitydesktop.org/cgit/kdbg/commit/?id=320b4e63 [320b4e63]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
 
* [https://git.trinitydesktop.org/cgit/kdbg/commit/?id=3cefef8e [3cefef8e]] Merge translation files from master branch.
 
* [https://git.trinitydesktop.org/cgit/kdbg/commit/?id=3cefef8e [3cefef8e]] Merge translation files from master branch.
 
* [https://git.trinitydesktop.org/cgit/kdbg/commit/?id=c8f5e54e [c8f5e54e]] Raise the minimum required version of CMake to 3.5.
 
* [https://git.trinitydesktop.org/cgit/kdbg/commit/?id=c8f5e54e [c8f5e54e]] Raise the minimum required version of CMake to 3.5.
   
 
== kdiff3 ==
 
== kdiff3 ==
  +
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=79daa6a1 [79daa6a1]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
 
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=835702ea [835702ea]] Replaced various '#define' with actual strings - part 6
 
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=835702ea [835702ea]] Replaced various '#define' with actual strings - part 6
 
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=95d0ba61 [95d0ba61]] Replaced various '#define' with actual strings - part 5
 
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=95d0ba61 [95d0ba61]] Replaced various '#define' with actual strings - part 5
Line 358: Line 397:
   
 
== kpicosim ==
 
== kpicosim ==
  +
* [https://git.trinitydesktop.org/cgit/kpicosim/commit/?id=7825473d [7825473d]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
 
* [https://git.trinitydesktop.org/cgit/kpicosim/commit/?id=bb32ffaf [bb32ffaf]] Replaced various '#define' with actual strings - part 6
 
* [https://git.trinitydesktop.org/cgit/kpicosim/commit/?id=bb32ffaf [bb32ffaf]] Replaced various '#define' with actual strings - part 6
 
* [https://git.trinitydesktop.org/cgit/kpicosim/commit/?id=6e904a10 [6e904a10]] Raise the minimum required version of CMake to 3.5.
 
* [https://git.trinitydesktop.org/cgit/kpicosim/commit/?id=6e904a10 [6e904a10]] Raise the minimum required version of CMake to 3.5.
Line 363: Line 403:
   
 
== kscope ==
 
== kscope ==
  +
* [https://git.trinitydesktop.org/cgit/kscope/commit/?id=b035a6c4 [b035a6c4]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
 
* [https://git.trinitydesktop.org/cgit/kscope/commit/?id=3fb41909 [3fb41909]] Raise the minimum required version of CMake to 3.5.
 
* [https://git.trinitydesktop.org/cgit/kscope/commit/?id=3fb41909 [3fb41909]] Raise the minimum required version of CMake to 3.5.
   
 
== ktechlab ==
 
== ktechlab ==
  +
* [https://git.trinitydesktop.org/cgit/ktechlab/commit/?id=4bff0b57 [4bff0b57]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
 
* [https://git.trinitydesktop.org/cgit/ktechlab/commit/?id=a082a259 [a082a259]] Replaced various '#define' with actual strings - part 6
 
* [https://git.trinitydesktop.org/cgit/ktechlab/commit/?id=a082a259 [a082a259]] Replaced various '#define' with actual strings - part 6
 
* [https://git.trinitydesktop.org/cgit/ktechlab/commit/?id=f5d0ed0e [f5d0ed0e]] Replaced various '#define' with actual strings - part 5
 
* [https://git.trinitydesktop.org/cgit/ktechlab/commit/?id=f5d0ed0e [f5d0ed0e]] Replaced various '#define' with actual strings - part 5
Line 372: Line 414:
   
 
== kxmleditor ==
 
== kxmleditor ==
  +
* [https://git.trinitydesktop.org/cgit/kxmleditor/commit/?id=9e94ee99 [9e94ee99]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
 
* [https://git.trinitydesktop.org/cgit/kxmleditor/commit/?id=21ab29e9 [21ab29e9]] Raise the minimum required version of CMake to 3.5.
 
* [https://git.trinitydesktop.org/cgit/kxmleditor/commit/?id=21ab29e9 [21ab29e9]] Raise the minimum required version of CMake to 3.5.
   
 
== piklab ==
 
== piklab ==
  +
* [https://git.trinitydesktop.org/cgit/piklab/commit/?id=f3f67ab7 [f3f67ab7]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
 
* [https://git.trinitydesktop.org/cgit/piklab/commit/?id=26bcb362 [26bcb362]] Replaced various '#define' with actual strings - part 6
 
* [https://git.trinitydesktop.org/cgit/piklab/commit/?id=26bcb362 [26bcb362]] Replaced various '#define' with actual strings - part 6
 
* [https://git.trinitydesktop.org/cgit/piklab/commit/?id=aa5aa16b [aa5aa16b]] Replace 'Event' #define strings
 
* [https://git.trinitydesktop.org/cgit/piklab/commit/?id=aa5aa16b [aa5aa16b]] Replace 'Event' #define strings
Line 382: Line 426:
   
 
== tdesvn ==
 
== tdesvn ==
  +
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=f71f6c99 [f71f6c99]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
 
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=a2bf0715 [a2bf0715]] Replaced various '#define' with actual strings - part 6
 
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=a2bf0715 [a2bf0715]] Replaced various '#define' with actual strings - part 6
 
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=7221e1ed [7221e1ed]] Replaced various '#define' with actual strings - part 5
 
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=7221e1ed [7221e1ed]] Replaced various '#define' with actual strings - part 5
Line 391: Line 436:
 
= applications/games =
 
= applications/games =
 
== knights ==
 
== knights ==
  +
* [https://git.trinitydesktop.org/cgit/knights/commit/?id=b4b4994c [b4b4994c]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
 
* [https://git.trinitydesktop.org/cgit/knights/commit/?id=b8335a4a [b8335a4a]] Replaced various '#define' with actual strings - part 6
 
* [https://git.trinitydesktop.org/cgit/knights/commit/?id=b8335a4a [b8335a4a]] Replaced various '#define' with actual strings - part 6
 
* [https://git.trinitydesktop.org/cgit/knights/commit/?id=a39b2b83 [a39b2b83]] Replaced various '#define' with actual strings - part 5
 
* [https://git.trinitydesktop.org/cgit/knights/commit/?id=a39b2b83 [a39b2b83]] Replaced various '#define' with actual strings - part 5
Line 397: Line 443:
   
 
== tdepacman ==
 
== tdepacman ==
  +
* [https://git.trinitydesktop.org/cgit/tdepacman/commit/?id=2d94efff [2d94efff]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
 
* [https://git.trinitydesktop.org/cgit/tdepacman/commit/?id=1a929a80 [1a929a80]] Raise the minimum required version of CMake to 3.5.
 
* [https://git.trinitydesktop.org/cgit/tdepacman/commit/?id=1a929a80 [1a929a80]] Raise the minimum required version of CMake to 3.5.
   
 
= applications/graphics =
 
= applications/graphics =
 
== digikam ==
 
== digikam ==
  +
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=40c16979 [40c16979]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
 
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=4fb5c762 [4fb5c762]] Merge translation files from master branch.
 
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=4fb5c762 [4fb5c762]] Merge translation files from master branch.
 
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=dfb59e25 [dfb59e25]] Replaced various '#define' with actual strings - part 6
 
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=dfb59e25 [dfb59e25]] Replaced various '#define' with actual strings - part 6
Line 411: Line 459:
   
 
== gwenview ==
 
== gwenview ==
  +
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=f476b77d [f476b77d]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
 
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=5eb453b7 [5eb453b7]] Replaced various '#define' with actual strings - part 6
 
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=5eb453b7 [5eb453b7]] Replaced various '#define' with actual strings - part 6
 
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=247add21 [247add21]] Replaced various '#define' with actual strings - part 5
 
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=247add21 [247add21]] Replaced various '#define' with actual strings - part 5
Line 427: Line 476:
   
 
== ksquirrel ==
 
== ksquirrel ==
  +
* [https://git.trinitydesktop.org/cgit/ksquirrel/commit/?id=77d98cdf [77d98cdf]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
 
* [https://git.trinitydesktop.org/cgit/ksquirrel/commit/?id=e814f1e8 [e814f1e8]] Replaced various '#define' with actual strings - part 6
 
* [https://git.trinitydesktop.org/cgit/ksquirrel/commit/?id=e814f1e8 [e814f1e8]] Replaced various '#define' with actual strings - part 6
 
* [https://git.trinitydesktop.org/cgit/ksquirrel/commit/?id=9d3adf01 [9d3adf01]] Raise the minimum required version of CMake to 3.5.
 
* [https://git.trinitydesktop.org/cgit/ksquirrel/commit/?id=9d3adf01 [9d3adf01]] Raise the minimum required version of CMake to 3.5.
Line 432: Line 482:
   
 
== potracegui ==
 
== potracegui ==
  +
* [https://git.trinitydesktop.org/cgit/potracegui/commit/?id=63c91476 [63c91476]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
 
* [https://git.trinitydesktop.org/cgit/potracegui/commit/?id=91a23eae [91a23eae]] Replaced various '#define' with actual strings - part 6
 
* [https://git.trinitydesktop.org/cgit/potracegui/commit/?id=91a23eae [91a23eae]] Replaced various '#define' with actual strings - part 6
 
* [https://git.trinitydesktop.org/cgit/potracegui/commit/?id=512732b0 [512732b0]] Raise the minimum required version of CMake to 3.5.
 
* [https://git.trinitydesktop.org/cgit/potracegui/commit/?id=512732b0 [512732b0]] Raise the minimum required version of CMake to 3.5.
Line 437: Line 488:
 
= applications/internet =
 
= applications/internet =
 
== kasablanca ==
 
== kasablanca ==
  +
* [https://git.trinitydesktop.org/cgit/kasablanca/commit/?id=cd4fe19c [cd4fe19c]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
 
* [https://git.trinitydesktop.org/cgit/kasablanca/commit/?id=44e4c4e1 [44e4c4e1]] Merge translation files from master branch.
 
* [https://git.trinitydesktop.org/cgit/kasablanca/commit/?id=44e4c4e1 [44e4c4e1]] Merge translation files from master branch.
 
* [https://git.trinitydesktop.org/cgit/kasablanca/commit/?id=749fadd2 [749fadd2]] Merge translation files from master branch.
 
* [https://git.trinitydesktop.org/cgit/kasablanca/commit/?id=749fadd2 [749fadd2]] Merge translation files from master branch.
Line 443: Line 495:
   
 
== kbiff ==
 
== kbiff ==
  +
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=47b05696 [47b05696]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
 
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=8498ab1f [8498ab1f]] Merge translation files from master branch.
 
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=8498ab1f [8498ab1f]] Merge translation files from master branch.
 
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=b1912c9f [b1912c9f]] Merge translation files from master branch.
 
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=b1912c9f [b1912c9f]] Merge translation files from master branch.
Line 449: Line 502:
   
 
== kftpgrabber ==
 
== kftpgrabber ==
  +
* [https://git.trinitydesktop.org/cgit/kftpgrabber/commit/?id=f198284d [f198284d]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
 
* [https://git.trinitydesktop.org/cgit/kftpgrabber/commit/?id=91bacaa9 [91bacaa9]] Raise the minimum required version of CMake to 3.5.
 
* [https://git.trinitydesktop.org/cgit/kftpgrabber/commit/?id=91bacaa9 [91bacaa9]] Raise the minimum required version of CMake to 3.5.
   
 
== knmap ==
 
== knmap ==
  +
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=2a173c58 [2a173c58]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
 
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=76067f79 [76067f79]] Merge translation files from master branch.
 
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=76067f79 [76067f79]] Merge translation files from master branch.
 
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=3f0328e9 [3f0328e9]] Raise the minimum required version of CMake to 3.5.
 
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=3f0328e9 [3f0328e9]] Raise the minimum required version of CMake to 3.5.
   
 
== konversation ==
 
== konversation ==
  +
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=0d666f48 [0d666f48]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
 
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=9f9819b2 [9f9819b2]] Remove various '#define' strings - part 6
 
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=9f9819b2 [9f9819b2]] Remove various '#define' strings - part 6
 
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=0b3b0962 [0b3b0962]] Merge translation files from master branch.
 
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=0b3b0962 [0b3b0962]] Merge translation files from master branch.
Line 463: Line 519:
   
 
== kopete-otr ==
 
== kopete-otr ==
  +
* [https://git.trinitydesktop.org/cgit/kopete-otr/commit/?id=e14ad764 [e14ad764]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
 
* [https://git.trinitydesktop.org/cgit/kopete-otr/commit/?id=edea0d8d [edea0d8d]] Raise the minimum required version of CMake to 3.5.
 
* [https://git.trinitydesktop.org/cgit/kopete-otr/commit/?id=edea0d8d [edea0d8d]] Raise the minimum required version of CMake to 3.5.
   
 
== kshowmail ==
 
== kshowmail ==
  +
* [https://git.trinitydesktop.org/cgit/kshowmail/commit/?id=87732784 [87732784]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
 
* [https://git.trinitydesktop.org/cgit/kshowmail/commit/?id=521a7742 [521a7742]] Merge translation files from master branch.
 
* [https://git.trinitydesktop.org/cgit/kshowmail/commit/?id=521a7742 [521a7742]] Merge translation files from master branch.
 
* [https://git.trinitydesktop.org/cgit/kshowmail/commit/?id=c5b1ab33 [c5b1ab33]] Merge translation files from master branch.
 
* [https://git.trinitydesktop.org/cgit/kshowmail/commit/?id=c5b1ab33 [c5b1ab33]] Merge translation files from master branch.
Line 471: Line 529:
   
 
== kstreamripper ==
 
== kstreamripper ==
  +
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=5e4da610 [5e4da610]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
  +
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=ae602fba [ae602fba]] Merge translation files from master branch.
  +
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=786fcd32 [786fcd32]] Update translation template.
  +
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=04368be9 [04368be9]] Properly deallocate memory on exit
  +
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=6a86ef7a [6a86ef7a]] Added context menu
  +
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=248e67ea [248e67ea]] Merge translation files from master branch.
  +
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=9f785fdc [9f785fdc]] Update translation template.
  +
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=c22d8d68 [c22d8d68]] Ask for confirmation before deleting a stream from the list
 
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=0796f6cb [0796f6cb]] Merge translation files from master branch.
 
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=0796f6cb [0796f6cb]] Merge translation files from master branch.
 
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=d94539da [d94539da]] Update translation template.
 
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=d94539da [d94539da]] Update translation template.
Line 494: Line 560:
   
 
== ktorrent ==
 
== ktorrent ==
  +
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=657dd888 [657dd888]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
 
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=4caf6f3c [4caf6f3c]] Remove various '#define' strings - part 6
 
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=4caf6f3c [4caf6f3c]] Remove various '#define' strings - part 6
 
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=29628def [29628def]] Replaced various '#define' with actual strings - part 5
 
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=29628def [29628def]] Replaced various '#define' with actual strings - part 5
Line 505: Line 572:
   
 
== kvirc ==
 
== kvirc ==
  +
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=677dae3b [677dae3b]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
 
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=0066e291 [0066e291]] Merge translation files from master branch.
 
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=0066e291 [0066e291]] Merge translation files from master branch.
 
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=35d1f217 [35d1f217]] Remove various '#define' strings - part 6
 
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=35d1f217 [35d1f217]] Remove various '#define' strings - part 6
Line 518: Line 586:
   
 
== kvpnc ==
 
== kvpnc ==
  +
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=f6f9924d [f6f9924d]] Fix remaining unwanted renaming SLOT =&gt; TQ_SLOT related to the message.
  +
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=36f7e3f1 [36f7e3f1]] Fix unwanted renaming SLOT =&gt; TQ_SLOT in the message string.
  +
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=143ef5f5 [143ef5f5]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
 
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=c76d015d [c76d015d]] Raise the minimum required version of CMake to 3.5.
 
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=c76d015d [c76d015d]] Raise the minimum required version of CMake to 3.5.
 
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=1172d1f6 [1172d1f6]] Replace Qt with TQt
 
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=1172d1f6 [1172d1f6]] Replace Qt with TQt
   
 
== smb4k ==
 
== smb4k ==
  +
* [https://git.trinitydesktop.org/cgit/smb4k/commit/?id=b703a19e [b703a19e]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
 
* [https://git.trinitydesktop.org/cgit/smb4k/commit/?id=74b97723 [74b97723]] Remove various '#define' strings - part 6
 
* [https://git.trinitydesktop.org/cgit/smb4k/commit/?id=74b97723 [74b97723]] Remove various '#define' strings - part 6
 
* [https://git.trinitydesktop.org/cgit/smb4k/commit/?id=cfafca88 [cfafca88]] CMake conversion
 
* [https://git.trinitydesktop.org/cgit/smb4k/commit/?id=cfafca88 [cfafca88]] CMake conversion
Line 530: Line 602:
   
 
== tork ==
 
== tork ==
  +
* [https://git.trinitydesktop.org/cgit/tork/commit/?id=01627fbd [01627fbd]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
 
* [https://git.trinitydesktop.org/cgit/tork/commit/?id=16657171 [16657171]] Raise the minimum required version of CMake to 3.5.
 
* [https://git.trinitydesktop.org/cgit/tork/commit/?id=16657171 [16657171]] Raise the minimum required version of CMake to 3.5.
   
Line 722: Line 795:
   
 
== koffice ==
 
== koffice ==
  +
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=757d80a9 [757d80a9]] Remove various '#define' strings - part 6
 
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=9abcf51d [9abcf51d]] Replaced various '#define' with actual strings - part 5
 
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=9abcf51d [9abcf51d]] Replaced various '#define' with actual strings - part 5
 
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=5761876d [5761876d]] Replace 'Event' #define strings
 
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=5761876d [5761876d]] Replace 'Event' #define strings
Line 840: Line 914:
   
 
== kdbusnotification ==
 
== kdbusnotification ==
  +
* [https://git.trinitydesktop.org/cgit/kdbusnotification/commit/?id=93591f24 [93591f24]] Respect -DDBUS_BINDING_TOOL provided by cmake user
 
* [https://git.trinitydesktop.org/cgit/kdbusnotification/commit/?id=a971c7f6 [a971c7f6]] Raise the minimum required version of CMake to 3.5.
 
* [https://git.trinitydesktop.org/cgit/kdbusnotification/commit/?id=a971c7f6 [a971c7f6]] Raise the minimum required version of CMake to 3.5.
   
Line 945: Line 1,020:
   
 
== tdeio-umountwrapper ==
 
== tdeio-umountwrapper ==
  +
* [https://git.trinitydesktop.org/cgit/tdeio-umountwrapper/commit/?id=6d87cc1f [6d87cc1f]] Replace various '#define' strings - part 6
 
* [https://git.trinitydesktop.org/cgit/tdeio-umountwrapper/commit/?id=13da79f0 [13da79f0]] Merge translation files from master branch.
 
* [https://git.trinitydesktop.org/cgit/tdeio-umountwrapper/commit/?id=13da79f0 [13da79f0]] Merge translation files from master branch.
 
* [https://git.trinitydesktop.org/cgit/tdeio-umountwrapper/commit/?id=c138f55c [c138f55c]] Merge translation files from master branch.
 
* [https://git.trinitydesktop.org/cgit/tdeio-umountwrapper/commit/?id=c138f55c [c138f55c]] Merge translation files from master branch.
Line 967: Line 1,043:
 
== ksplash-engine-moodin ==
 
== ksplash-engine-moodin ==
 
* [https://git.trinitydesktop.org/cgit/ksplash-engine-moodin/commit/?id=62f1c985 [62f1c985]] Raise the minimum required version of CMake to 3.5.
 
* [https://git.trinitydesktop.org/cgit/ksplash-engine-moodin/commit/?id=62f1c985 [62f1c985]] Raise the minimum required version of CMake to 3.5.
  +
  +
== qt4-tqt-theme-engine ==
  +
* [https://git.trinitydesktop.org/cgit/qt4-tqt-theme-engine/commit/?id=7e605f95 [7e605f95]] Replace various '#define' strings - part 6
   
 
== tde-style-baghira ==
 
== tde-style-baghira ==
Line 979: Line 1,058:
   
 
== tde-style-lipstik ==
 
== tde-style-lipstik ==
  +
* [https://git.trinitydesktop.org/cgit/tde-style-lipstik/commit/?id=b0e0c34a [b0e0c34a]] Replace various '#define' strings - part 6
 
* [https://git.trinitydesktop.org/cgit/tde-style-lipstik/commit/?id=7b118fa8 [7b118fa8]] Merge translation files from master branch.
 
* [https://git.trinitydesktop.org/cgit/tde-style-lipstik/commit/?id=7b118fa8 [7b118fa8]] Merge translation files from master branch.
 
* [https://git.trinitydesktop.org/cgit/tde-style-lipstik/commit/?id=69a0e002 [69a0e002]] Replaced various '#define' with actual strings - part 4
 
* [https://git.trinitydesktop.org/cgit/tde-style-lipstik/commit/?id=69a0e002 [69a0e002]] Replaced various '#define' with actual strings - part 4
Line 985: Line 1,065:
   
 
== tde-style-qtcurve ==
 
== tde-style-qtcurve ==
  +
* [https://git.trinitydesktop.org/cgit/tde-style-qtcurve/commit/?id=ea3215e2 [ea3215e2]] Replace various '#define' strings - part 6
 
* [https://git.trinitydesktop.org/cgit/tde-style-qtcurve/commit/?id=cbb50b27 [cbb50b27]] Replace 'Event' #define strings
 
* [https://git.trinitydesktop.org/cgit/tde-style-qtcurve/commit/?id=cbb50b27 [cbb50b27]] Replace 'Event' #define strings
 
* [https://git.trinitydesktop.org/cgit/tde-style-qtcurve/commit/?id=9238a995 [9238a995]] Replaced various '#define' with actual strings - part 4
 
* [https://git.trinitydesktop.org/cgit/tde-style-qtcurve/commit/?id=9238a995 [9238a995]] Replaced various '#define' with actual strings - part 4
Line 1,011: Line 1,092:
 
= applications/utilities =
 
= applications/utilities =
 
== abakus ==
 
== abakus ==
  +
* [https://git.trinitydesktop.org/cgit/abakus/commit/?id=7367cf3e [7367cf3e]] Replace various '#define' strings - part 6
 
* [https://git.trinitydesktop.org/cgit/abakus/commit/?id=6ff22608 [6ff22608]] Replaced various '#define' with actual strings - part 3
 
* [https://git.trinitydesktop.org/cgit/abakus/commit/?id=6ff22608 [6ff22608]] Replaced various '#define' with actual strings - part 3
 
* [https://git.trinitydesktop.org/cgit/abakus/commit/?id=54b3d710 [54b3d710]] Raise the minimum required version of CMake to 3.5.
 
* [https://git.trinitydesktop.org/cgit/abakus/commit/?id=54b3d710 [54b3d710]] Raise the minimum required version of CMake to 3.5.
Line 1,016: Line 1,098:
   
 
== filelight ==
 
== filelight ==
  +
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=2725bd4a [2725bd4a]] Replace various '#define' strings - part 6
 
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=287eaafa [287eaafa]] Merge translation files from master branch.
 
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=287eaafa [287eaafa]] Merge translation files from master branch.
 
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=58b6f564 [58b6f564]] Raise the minimum required version of CMake to 3.5.
 
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=58b6f564 [58b6f564]] Raise the minimum required version of CMake to 3.5.
Line 1,022: Line 1,105:
   
 
== kbarcode ==
 
== kbarcode ==
  +
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=97a76f36 [97a76f36]] Replace various '#define' strings - part 6
 
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=2191b2df [2191b2df]] Replaced various '#define' with actual strings - part 5
 
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=2191b2df [2191b2df]] Replaced various '#define' with actual strings - part 5
 
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=587dc58e [587dc58e]] Raise the minimum required version of CMake to 3.5.
 
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=587dc58e [587dc58e]] Raise the minimum required version of CMake to 3.5.
Line 1,027: Line 1,111:
   
 
== kchmviewer ==
 
== kchmviewer ==
  +
* [https://git.trinitydesktop.org/cgit/kchmviewer/commit/?id=d2f01bb5 [d2f01bb5]] Replace various '#define' strings - part 6
 
* [https://git.trinitydesktop.org/cgit/kchmviewer/commit/?id=89ba2b7d [89ba2b7d]] Merge translation files from master branch.
 
* [https://git.trinitydesktop.org/cgit/kchmviewer/commit/?id=89ba2b7d [89ba2b7d]] Merge translation files from master branch.
 
* [https://git.trinitydesktop.org/cgit/kchmviewer/commit/?id=dfbfbc33 [dfbfbc33]] Raise the minimum required version of CMake to 3.5.
 
* [https://git.trinitydesktop.org/cgit/kchmviewer/commit/?id=dfbfbc33 [dfbfbc33]] Raise the minimum required version of CMake to 3.5.
   
 
== kcpuload ==
 
== kcpuload ==
  +
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=cec0eba3 [cec0eba3]] Replace various '#define' strings - part 6
 
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=ee9f81ae [ee9f81ae]] Raise the minimum required version of CMake to 3.5.
 
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=ee9f81ae [ee9f81ae]] Raise the minimum required version of CMake to 3.5.
 
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=357be4cd [357be4cd]] Replace Qt with TQt
 
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=357be4cd [357be4cd]] Replace Qt with TQt
   
 
== kdirstat ==
 
== kdirstat ==
  +
* [https://git.trinitydesktop.org/cgit/kdirstat/commit/?id=be5e4244 [be5e4244]] Replace various '#define' strings - part 6
 
* [https://git.trinitydesktop.org/cgit/kdirstat/commit/?id=23237d09 [23237d09]] Raise the minimum required version of CMake to 3.5.
 
* [https://git.trinitydesktop.org/cgit/kdirstat/commit/?id=23237d09 [23237d09]] Raise the minimum required version of CMake to 3.5.
 
* [https://git.trinitydesktop.org/cgit/kdirstat/commit/?id=1ba064de [1ba064de]] Replace Qt with TQt
 
* [https://git.trinitydesktop.org/cgit/kdirstat/commit/?id=1ba064de [1ba064de]] Replace Qt with TQt
   
 
== keep ==
 
== keep ==
  +
* [https://git.trinitydesktop.org/cgit/keep/commit/?id=4f1c8e54 [4f1c8e54]] Replace various '#define' strings - part 6
 
* [https://git.trinitydesktop.org/cgit/keep/commit/?id=2b6bd386 [2b6bd386]] Raise the minimum required version of CMake to 3.5.
 
* [https://git.trinitydesktop.org/cgit/keep/commit/?id=2b6bd386 [2b6bd386]] Raise the minimum required version of CMake to 3.5.
 
* [https://git.trinitydesktop.org/cgit/keep/commit/?id=15c4aae7 [15c4aae7]] Replace Qt with TQt
 
* [https://git.trinitydesktop.org/cgit/keep/commit/?id=15c4aae7 [15c4aae7]] Replace Qt with TQt
   
 
== knutclient ==
 
== knutclient ==
  +
* [https://git.trinitydesktop.org/cgit/knutclient/commit/?id=334246ae [334246ae]] Replace various '#define' strings - part 6
 
* [https://git.trinitydesktop.org/cgit/knutclient/commit/?id=017c57dd [017c57dd]] Raise the minimum required version of CMake to 3.5.
 
* [https://git.trinitydesktop.org/cgit/knutclient/commit/?id=017c57dd [017c57dd]] Raise the minimum required version of CMake to 3.5.
 
* [https://git.trinitydesktop.org/cgit/knutclient/commit/?id=b3f56562 [b3f56562]] Replace Qt with TQt
 
* [https://git.trinitydesktop.org/cgit/knutclient/commit/?id=b3f56562 [b3f56562]] Replace Qt with TQt
Line 1,053: Line 1,142:
   
 
== krename ==
 
== krename ==
  +
* [https://git.trinitydesktop.org/cgit/krename/commit/?id=44470b8a [44470b8a]] Replace various '#define' strings - part 6
 
* [https://git.trinitydesktop.org/cgit/krename/commit/?id=7132d1d7 [7132d1d7]] Merge translation files from master branch.
 
* [https://git.trinitydesktop.org/cgit/krename/commit/?id=7132d1d7 [7132d1d7]] Merge translation files from master branch.
 
* [https://git.trinitydesktop.org/cgit/krename/commit/?id=d8fcd4fa [d8fcd4fa]] Merge translation files from master branch.
 
* [https://git.trinitydesktop.org/cgit/krename/commit/?id=d8fcd4fa [d8fcd4fa]] Merge translation files from master branch.
Line 1,069: Line 1,159:
 
= packaging =
 
= packaging =
 
== packaging ==
 
== packaging ==
  +
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=9907c849 [9907c849]] DEB tdebase: Enable new option WITH_SFTP.
  +
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=3d551b91 [3d551b91]] DEB tdebase kxkb: add notification event for keyboard layout change. This relates to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/438 TDE/tdebase#438]
  +
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=a006276e [a006276e]] DEB tdesshaskpass: Fix the support of Ninja build.
  +
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=03143bf8 [03143bf8]] DEB tqt3: Update README file name.<br/>This relates to issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tqt3/issues/93 TDE/tqt3#93]
  +
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=6729c27b [6729c27b]] DEB: Automatically add ldconfig trigger if the package contains plugins.<br/>As a result, it is no longer necessary to enforce ldconfig in postinst<br/>and postrm scripts and this solves the problem with packages where the<br/>ldconfig was not called after installation, but it was needed.<br/>This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdemultimedia/issues/29 TDE/tdemultimedia#29]
 
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=6bc6d6e3 [6bc6d6e3]] DEB: Add support for Ubuntu Noble.
 
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=6bc6d6e3 [6bc6d6e3]] DEB: Add support for Ubuntu Noble.
 
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=4ae59bb2 [4ae59bb2]] DEB tdebase: Prevent unwanted restarting TDM service during upgrade.<br/>This made it possible to add #DEBHELPER# back to TDM prerm script.<br/>This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/409 TDE/tdebase#409]
 
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=4ae59bb2 [4ae59bb2]] DEB tdebase: Prevent unwanted restarting TDM service during upgrade.<br/>This made it possible to add #DEBHELPER# back to TDM prerm script.<br/>This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/409 TDE/tdebase#409]

Revision as of 00:57, 2 January 2024

common

admin

  • [3019aa7a] Improve TQt detection. Use CFLAGS from pkg-config
    instead of hard-coded include paths.
  • [bcdb3081] Fix detection of TQt3 following bug introduced in previous commit
  • [e27d7286] Drop TQT_VERSION_ONLY
  • [02e3ce62] Fix visibility support check

libtdevnc

  • [2b46ed6b] Raise the minimum required version of CMake to 3.5.

dependencies

tde-cmake

  • [76ca9f74] Raise the minimum required version of CMake to 3.5.
  • [bb49d854] Update version to R14.1.2~[DEVELOPMENT]

tqt3

  • [ecca365d] Rename METHOD, SIGNAL, SLOT to TQ_METHOD, TQ_SIGNAL, TQ_SLOT
  • [1c308584] Fix potential buffer overflow in debug functions.
    This resolves issue #70
  • [f30ac87a] Add support for HistoryBackButton and HistoryForwardButton
    This resolves TDE/tdebase#421
  • [c339f68f] Update README
    A new README with markdown format, updated information on TQt, contributor section and translations status.
    The old README has been preserved as README.Qt3 for historical reasons.
  • [a059b24f] tqdesigner: prevent SEGV from invalid pointer. This resolves issue #97
  • [ccc0d8e4] Replaced various '#define' with actual strings - part 3
  • [541b9007] Replace Qt with TQt

tqtinterface

  • [42cd150b] Rename TQT_{METHOD, SIGNAL, SLOT} and METHOD, SIGNAL, SLOT to TQ_METHOD, TQ_SIGNAL, TQ_SLOT. This is a temporary step to make sure TDE keeps building while METHOD, SIGNAL, SLOT are renamed in every repository.
  • [7850ec99] Remove various '#define' strings - part 6
  • [aee37a80] Remove various '#define' strings - part 5
  • [ed3960fe] Remove 'Event' #define strings
  • [e49839b0] Remove various '#define' with actual strings - part 4
  • [f933a4cd] Remove various '#define' with actual strings - part 3
  • [1adb7b0c] Remove color '#define' strings
  • [f3d5db9e] Remove various '#define' with actual strings - part 2
  • [8a3ee3cf] Remove time related '#define' with actual strings
  • [4f64bcf4] Remove various tq* strings
  • [4469ebf5] Remove various '#define' strings
  • [83393107] Replace Qt with TQt
  • [4999d66f] Change to build and install inputmethod files if enabled
  • [5b1ff5f7] Raise the minimum required version of CMake to 3.5.
  • [ce975cb4] Drop TQT_VERSION_ONLY

akode

  • [76833fdb] Raise the minimum required version of CMake to 3.5.

arts

  • [c048d067] Raise the minimum required version of CMake to 3.5.

avahi-tqt

  • [571a0c03] Raise the minimum required version of CMake to 3.5.

dbus-1-tqt

  • [49dca60b] Replaced various '#define' with actual strings - part 5
  • [122c2a5a] Raise the minimum required version of CMake to 3.5.

dbus-tqt

  • [31736507] Raise the minimum required version of CMake to 3.5.

libart-lgpl

  • [a8d8c5d0] Raise the minimum required version of CMake to 3.5.

libcaldav

  • [212fdb12] Raise the minimum required version of CMake to 3.5.

libcarddav

  • [2bee3c7a] Raise the minimum required version of CMake to 3.5.

libr

  • [aaf98109] Update library version to 0.7.0
  • [47a836e4] Remove libglade related code, since libglade is no longer available
  • [35d7395c] Raise the minimum required version of CMake to 3.5.

tqscintilla

  • [0355ec98] Replace Qt with TQt
  • [57048ef2] Raise the minimum required version of CMake to 3.5.

pytqt

  • [a131499f] Replaced various '#define' with actual strings - part 3

polkit-tqt

  • [b5e521d0] Raise the minimum required version of CMake to 3.5.

tqca

  • [9cbea02c] Raise the minimum required version of CMake to 3.5.

core

tdelibs

  • [dff83720] Fix lvm volumes appearing as removable devices
    - remove obsolete/erroneous code meddling with
    GENHD_FL_MEDIA_CHANGE_NOTIFY
    - use /sys/block/<dev>/removable rather than
    /sys/block/<dev>/capabilities
    - deprecate TDEDiskDeviceStatus::Hotpluggable and use
    TDEDiskDeviceStatus::Removable for all removable devices
    - put some local utility function into anonymous namespace
    See https://mirror.git.trinitydesktop.org/gitea/TDE/tde/issues/148
  • [2a3a62bb] Replace various '#define' strings - part 6
  • [af8caead] Replaced various '#define' with actual strings - part 5
  • [553b7050] Merge translation files from master branch.
  • [d8d8319b] Replace 'Event' #define strings
  • [3a837ecf] Fix FTBFS caused by detection of libr version after recent update
  • [9fc074fc] Replaced various '#define' with actual strings - part 4
  • [4c9f3f02] Replaced various '#define' with actual strings - part 3
  • [cf7f8e74] Replace color '#define' strings with actual values
  • [89c80321] Replaced various '#define' with actual strings - part 2
  • [e84b6d89] Replaced time related '#define' with actual strings
  • [3373b45c] Replace various tq* strings with TQt::* equivalents
  • [0e4a5c95] Replace various strings '#define'd in tqtinterface
  • [303b6445] Replace Qt with TQt
  • [141ced0c] Prevent to use conditional inclusion preprocessor feature (since C++23)
    `#elifdef` is supported since C23 and C++23, but such newer compiler
    is not required here.
  • [1b8945b1] Raise the minimum required version of CMake to 3.5.
  • [050ff82b] KTabBar: add way to revert tab color to default
    This commit adds a resetTabColor(...) method to TQTabBar and TQTabWidget which allows the color of the appropriate tab to be reset to the default as specified by the desktop color scheme.
    It also changes how invalid color values are handled; before, an invalid value would be used as a valid color, resulting in 0,0,0 (black). Seeing that an invalid color is returned by KColorDialog when the default color checkbox is checked, it makes more sense to ignore invalid colors, using the appropriate color from the color scheme instead.
  • [10b5c67d] Merge translation files from master branch.
  • [2cc4398e] Update version to R14.1.2~[DEVELOPMENT]

tdebase

  • [0e5ef873] Replace various '#define' strings - part 6
  • [dcda0012] KXkb: add keyboard layout notification
  • [94cec968] Kxkb: move LayoutUnit struct into its own file and add getLayoutName function
  • [c55cad68] Make dependency upon libssh optional
  • [6c067940] TWin: Add DCOP method showWindowMenu(wid) for default menu position
  • [8447a9a6] TWin showWindowMenu: add support for negative coordinates
    Negative coordinates change the popup menu origins:
    * Negative X: origin is right edge instead of left;
    * Negative Y: origin is bottom edge instead of top.
  • [e67f30eb] twin: fix showWindowMenuAt(...) DCOP call
    Before it only called slotWindowOperations(), which showed the operations menu of the current window at a preset position, ignoring all arguments passed to showWindowMenuAt.
    This commit implpements the correct behaviour of the function which takes all arguments into account.
  • [fa7aa947] Merge translation files from master branch.
  • [9c73915c] twin: use separate bit to inhibit configure request messages. This resolves issue #434
  • [80859919] Merge translation files from master branch.
  • [f91c73bf] Merge translation files from master branch.
  • [3f84b83e] Replaced various '#define' with actual strings - part 5
  • [e240ec46] Merge translation files from master branch.
  • [b19e4cab] Replace 'Event' #define strings
  • [6b5d95d5] twin: makes sure to notify an application on resizing events so that the window contents can get updated. This is particularly important for Virtual Terminal based application. This resolves issue TDE/tde#57 and issue #384
  • [a3017180] Fix FTBFS caused by detection of libr version after recent update
  • [df343992] Fix unwanted window resizing. This resolves issue TDE/tde#57
    Some applications (like xfce4-terminal) try to manage their sizes by requesting the window manager a different size. The WM responds by resizing the window and the application tries once again to adjust its own size. This can lead to a repeated loop of request-resize which results in the application window to either shrink to the minimum allowed size or expand to the display size.
  • [71b2eaec] Replaced various '#define' with actual strings - part 4
  • [139b166e] Replaced various '#define' with actual strings - part 3
  • [c19f68bd] Replaced various '#define' with actual strings - part 2
  • [bf17c1e9] Replaced time related '#define' with actual strings
  • [7272c289] Replace various tq* strings with TQt::* equivalents
  • [4a6f4a17] Replace various strings '#define'd in tqtinterface
  • [06606d2a] QuickLauncher: Ignore empty URLs at reading the configuration
  • [196fabb2] Fix strlcat and strlcpy check
    Solving the TDE/tde-packaging-gentoo#310 problem.
    Glibc-2.38 adds new functions strlcat and strlcpy.
  • [a49b0e2c] Replace Qt with TQt
  • [8f661313] Merge translation files from master branch.
  • [63432a21] Raise the minimum required version of CMake to 3.5.
  • [457c4539] Merge translation files from master branch.
  • [539f7f00] Update translation template.
  • [e3908518] Deprecate TabColor setting
    This is a confusing feature which saves the color of the first tab and makes it the default color in new sessions. As a result, it broke color schemes by overriding the default tab color.
    This is not related to saving tab colors as part of a session.
  • [c7cfaf20] Konsole: add ability to reset tab color to default
  • [93dcc468] Add six new color schemes taken from https://www.opendesktop.org.
    There is no license files on the website, but based on the site Terms & Conditions, it seems reasonable to redistribute this files under GPL2 license.
    Human: https://www.opendesktop.org/p/1123955/
    Last.fm: https://www.opendesktop.org/p/1123742/
    Lizard: https://www.opendesktop.org/p/1123562
    Platinum: https://www.opendesktop.org/p/1123528/
    Sienna: https://www.opendesktop.org/p/1123485/
    WedgeWeb: https://www.opendesktop.org/p/1123249/
  • [5739816e] Added initial draft of release notes for R14.1.2.
  • [fe02fc0d] Merge translation files from master branch.

tdepim

  • [3b25eb31] Replace various '#define' strings - part 6
  • [f26a304e] Replaced various '#define' with actual strings - part 5
  • [ae35bc48] Replace 'Event' #define strings
  • [51d0291b] Replaced various '#define' with actual strings - part 4
  • [22da7013] Replaced various '#define' with actual strings - part 3
  • [6efcb28e] Replaced time related '#define' with actual strings
  • [9ade94ab] Holidays: ua
  • [4a793dd7] Replace various strings '#define'd in tqtinterface
  • [7a712e61] Replace Qt with TQt
  • [0a8405f6] Raise the minimum required version of CMake to 3.5.

tdemultimedia

  • [f353dc99] Replace various '#define' strings - part 6
  • [da49daf5] Replaced various '#define' with actual strings - part 5
  • [452c1e81] Replace 'Event' #define strings
  • [bd26faa9] Replaced various '#define' with actual strings - part 3
  • [de42315f] Noatun: Crashing at empty items in the playlist
  • [5bdb5189] Replace Qt with TQt
  • [a86ba592] Raise the minimum required version of CMake to 3.5.

tdenetwork

  • [51f2e0ff] Replace various '#define' strings - part 6
  • [4be03979] Merge translation files from master branch.
  • [e0a2f545] Replaced various '#define' with actual strings - part 5
  • [e6bbef6d] Merge translation files from master branch.
  • [4dbc3ab8] Replace 'Event' #define strings
  • [b195cf38] Replaced various '#define' with actual strings - part 4
  • [4edd87ce] Replaced various '#define' with actual strings - part 3
  • [7367a616] Replace Qt with TQt
  • [caae1151] Raise the minimum required version of CMake to 3.5.

tdegraphics

  • [904cb397] Replace various '#define' strings - part 6
  • [c9e40417] Replaced various '#define' with actual strings - part 5
  • [1fe6cb7f] Merge translation files from master branch.
  • [556d90cb] Replace 'Event' #define strings
  • [7ec27f89] Replaced various '#define' with actual strings - part 4
  • [cdcc24c6] ksnapshot: add setPixmap DCOP call
    Can be useful to integrate KSnapshot with applications that can take their own screenshots better (e.g. a media player can use a single frame from a video instead of a lower-quality real screen grab).
  • [57ade681] Replaced various '#define' with actual strings - part 3
  • [73368709] Replace various strings '#define'd in tqtinterface
  • [cfee7c43] Replace Qt with TQt
  • [924f894b] Raise the minimum required version of CMake to 3.5.
  • [666a1d67] ksnapshot: add delay functionality to 'Region' mode. This resolves issue #71

tdetoys

  • [4603b024] Replace various '#define' strings - part 6
  • [1606ffff] Replaced various '#define' with actual strings - part 5
  • [0b6f951e] Merge translation files from master branch.
  • [64a5b23e] Replace 'Event' #define strings
  • [79c780ce] Replaced various '#define' with actual strings - part 3
  • [8f9e8c88] Replace Qt with TQt
  • [a6499fdc] Raise the minimum required version of CMake to 3.5.

tdeutils

  • [c960bd6f] superkaramba: add support for python 3.12. This resolves issue #71
  • [d4393c11] Replace various '#define' strings - part 6
  • [5b1fdb9a] Replaced various '#define' with actual strings - part 5
  • [5ecef94f] kmilo: after changing the screen brightness, allows a small delay before popping up the OSD feedback. This allows the underlying hardware to report the correct value. This resolves issue #68
  • [dfb81fda] Replace 'Event' #define strings
  • [2d05a4b0] Replaced various '#define' with actual strings - part 3
  • [f901ccee] Replace various strings '#define'd in tqtinterface
  • [3156b549] Solving the TDE/tde-packaging-gentoo#313 problem.
    Glibc-2.38 adds new functions strlcat and strlcpy.
  • [b3f501d4] Replace Qt with TQt
  • [60471443] Raise the minimum required version of CMake to 3.5.

tdeedu

  • [5446eb71] Replace various '#define' strings - part 6
  • [63af14c3] Merge translation files from master branch.
  • [c75fee7f] Replaced various '#define' with actual strings - part 5
  • [c407c455] Replaced various '#define' with actual strings - part 4
  • [79ebc59c] Replaced various '#define' with actual strings - part 3
  • [bcee6c32] Replace Qt with TQt
  • [9af05810] Raise the minimum required version of CMake to 3.5.
  • [0ef55542] Merge translation files from master branch.

tdegames

  • [4d6acadb] Replace various '#define' strings - part 6
  • [76f734a8] Replaced various '#define' with actual strings - part 5
  • [03c3d226] Replace 'Event' #define strings
  • [f240b9f9] Replaced various '#define' with actual strings - part 3
  • [c5a61d6e] Replace various strings '#define'd in tqtinterface
  • [afc67225] Replace Qt with TQt
  • [d86e0406] Raise the minimum required version of CMake to 3.5.

tdeaccessibility

  • [2aad9568] Replace various '#define' strings - part 6
  • [93fbe96e] Replaced various '#define' with actual strings - part 5
  • [14c0e766] Replaced various '#define' with actual strings - part 3
  • [716294c7] Replace Qt with TQt
  • [57266e49] Raise the minimum required version of CMake to 3.5.

tdeaddons

  • [c19fc937] Replace various '#define' strings - part 6
  • [76b9a4ad] Merge translation files from master branch.
  • [92d851c1] Replaced various '#define' with actual strings - part 5
  • [588c6181] Replace 'Event' #define strings
  • [a67df804] Replaced various '#define' with actual strings - part 4
  • [94639370] Replaced various '#define' with actual strings - part 3
  • [f37c5af5] Replace Qt with TQt
  • [35876c80] Raise the minimum required version of CMake to 3.5.

tdeadmin

  • [1ab02499] Replace various '#define' strings - part 6
  • [ac7e4fb5] Replace 'Event' #define strings
  • [684b9d33] Replaced various '#define' with actual strings - part 3
  • [16c7639b] Replace Qt with TQt
  • [a0028424] Raise the minimum required version of CMake to 3.5.

tdeartwork

  • [f2e4e24e] Replace various '#define' strings - part 6
  • [856d6d13] Replaced various '#define' with actual strings - part 5
  • [fc6c321e] Replace 'Event' #define strings
  • [e243bddf] Replaced various '#define' with actual strings - part 4
  • [149da968] Replaced various '#define' with actual strings - part 3
  • [185ed081] Replace Qt with TQt
  • [59d0ee36] Raise the minimum required version of CMake to 3.5.
  • [5f9b4a9f] Merge translation files from master branch.
  • [f6619763] Merge translation files from master branch.

tdebindings

  • [7d03532f] Replace various strings '#define'd in tqtinterface

tdesdk

  • [8fc5cf27] Replace various '#define' strings - part 6
  • [74c34bca] Merge translation files from master branch.
  • [a03358fd] Replaced various '#define' with actual strings - part 5
  • [4f51c08a] Merge translation files from master branch.
  • [d6dc3a3d] Replace 'Event' #define strings
  • [49d88f18] Replaced various '#define' with actual strings - part 3
  • [5d52b8ff] Replace Qt with TQt
  • [785064f9] Raise the minimum required version of CMake to 3.5.
  • [429f7fd4] Merge translation files from master branch.

tdevelop

  • [b9186693] Replaced various '#define' with actual strings - part 6
  • [f12db681] kdevdesigner: prevent SEGV from invalid pointer. This relates to issue TDE/tqt3#97
  • [ea8f1be4] Replaced various '#define' with actual strings - part 5
  • [2d0252be] Replace 'Event' #define strings
  • [d31a7027] Replaced various '#define' with actual strings - part 4
  • [8308ebce] Replaced various '#define' with actual strings - part 3
  • [521604de] Replace Qt with TQt
  • [96ced6ef] Raise the minimum required version of CMake to 3.5.

tdewebdev

  • [86fed9b7] Replace various '#define' strings - part 6
  • [8954d764] Merge translation files from master branch.
  • [717ca24e] Merge translation files from master branch.
  • [abd5e8f9] Fix FTBFS from prior commit.
  • [37f6b15c] Replaced various '#define' with actual strings - part 5
  • [dd931b3e] Replace 'Event' #define strings
  • [b4887167] Replaced various '#define' with actual strings - part 4
  • [9e8724c9] Replaced various '#define' with actual strings - part 3
  • [b00a91b0] Replace Qt with TQt
  • [b3b05947] Raise the minimum required version of CMake to 3.5.

tde-i18n

  • [b590f840] Merge translation files from master branch.
  • [b319b88a] Update translation template.
  • [cc45161c] Merge translation files from master branch.
  • [efd947d3] Update translation template.
  • [25d196dc] Merge translation files from master branch.
  • [e5380a77] Update translation template.
  • [a1d02ef5] Merge translation files from master branch.
  • [4b02ffeb] Merge translation files from master branch.
  • [2729c261] Merge translation files from master branch.
  • [47a9a331] Update translation template.
  • [41f9994c] Merge translation files from master branch.
  • [8772ccd5] Update translation template.
  • [9cfeaaba] Merge translation files from master branch.
  • [2b8623c9] Merge translation files from master branch.
  • [7ea97c56] Merge translation files from master branch.
  • [ce43bede] Update translation template.
  • [298b491a] Merge translation files from master branch.
  • [c2f113be] Merge translation files from master branch.
  • [d4594ec8] Merge translation files from master branch.
  • [28015952] Update translation template.
  • [abe7f960] Merge translation files from master branch.
  • [6d051d6a] Merge translation files from master branch.
  • [1608a85b] Update translation template.
  • [61e2eaf3] Merge translation files from master branch.
  • [c41887c6] Remove duplicate translations from commit 83e7d90131a60206a219edf4a2ba9e570c689268.
  • [2ff9fcec] Merge translation files from master branch.
  • [6b78e804] Replace Qt with TQt
  • [83e7d901] Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
  • [d3f6a5fb] Merge translation files from master branch.
  • [dd01a895] Merge translation files from master branch.
  • [d7331290] Update translation template.
  • [d39a21e0] Merge translation files from master branch.
  • [6383fd9e] Raise the minimum required version of CMake to 3.5.
  • [2a662e89] Merge translation files from master branch.
  • [0cb349be] Merge translation files from master branch.
  • [7d9b15b4] Merge translation files from master branch.
  • [42fa475c] Update translation template.

libraries

libkdcraw

  • [d2e28d1a] Replace Qt with TQt
  • [cf62b14f] Raise the minimum required version of CMake to 3.5.

libkexiv2

  • [d69c95c1] Replace Qt with TQt
  • [735076ec] Raise the minimum required version of CMake to 3.5.

libkipi

  • [29ef104e] Replace various '#define' strings - part 6
  • [72d352a7] Replace Qt with TQt
  • [79b037f6] Raise the minimum required version of CMake to 3.5.

kipi-plugins

  • [d0107930] Replace various '#define' strings - part 6
  • [2cf37f58] Replaced various '#define' with actual strings - part 5
  • [b4ab4f13] Merge translation files from master branch.
  • [d543d160] Merge translation files from master branch.
  • [cc9c3a67] Merge translation files from master branch.
  • [5c09bb36] Replaced various '#define' with actual strings - part 3
  • [bc3ec7f2] Replace Qt with TQt
  • [d28f47b5] Raise the minimum required version of CMake to 3.5.

libksquirrel

libtdeldap

  • [1090c874] Replace Qt with TQt
  • [5ba47607] Raise the minimum required version of CMake to 3.5.

libtqt-perl

  • [d655c313] Replaced various '#define' with actual strings - part 4
  • [803408f7] Replaced various '#define' with actual strings - part 2

pytde

  • [41cc3906] Replace various strings '#define'd in tqtinterface
  • [16dba0a4] Replace Qt with TQt

applications/development

kdbg

  • [320b4e63] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
  • [3cefef8e] Merge translation files from master branch.
  • [c8f5e54e] Raise the minimum required version of CMake to 3.5.

kdiff3

  • [79daa6a1] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
  • [835702ea] Replaced various '#define' with actual strings - part 6
  • [95d0ba61] Replaced various '#define' with actual strings - part 5
  • [7ff0b7ed] Merge translation files from master branch.
  • [10096961] Merge translation files from master branch.
  • [eff219cd] Merge translation files from master branch.
  • [b1a7c5eb] Update translation template.
  • [180f871b] Fix pasting UTF8 text from clipboard.
    This commit is based on work from Roman Savochenko available at PR #13, but adapted to the TDE standard. It replaces the aforementioned PR #13.
  • [5e65678a] Raise the minimum required version of CMake to 3.5.
  • [d3cfbab1] Replace Qt with TQt

kpicosim

  • [7825473d] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
  • [bb32ffaf] Replaced various '#define' with actual strings - part 6
  • [6e904a10] Raise the minimum required version of CMake to 3.5.
  • [69df5d03] Replace Qt with TQt

kscope

  • [b035a6c4] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
  • [3fb41909] Raise the minimum required version of CMake to 3.5.

ktechlab

  • [4bff0b57] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
  • [a082a259] Replaced various '#define' with actual strings - part 6
  • [f5d0ed0e] Replaced various '#define' with actual strings - part 5
  • [669d1daa] Raise the minimum required version of CMake to 3.5.
  • [420fcb6c] Replace Qt with TQt

kxmleditor

  • [9e94ee99] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
  • [21ab29e9] Raise the minimum required version of CMake to 3.5.

piklab

  • [f3f67ab7] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
  • [26bcb362] Replaced various '#define' with actual strings - part 6
  • [aa5aa16b] Replace 'Event' #define strings
  • [fb9112c9] Replaced various '#define' with actual strings - part 4
  • [d73c00b7] Raise the minimum required version of CMake to 3.5.
  • [6ea6638a] Replace Qt with TQt

tdesvn

  • [f71f6c99] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
  • [a2bf0715] Replaced various '#define' with actual strings - part 6
  • [7221e1ed] Replaced various '#define' with actual strings - part 5
  • [340a9422] Merge translation files from master branch.
  • [2e75d667] Replaced various '#define' with actual strings - part 3
  • [2bf1c106] Raise the minimum required version of CMake to 3.5.
  • [42734aee] Replace Qt with TQt

applications/games

knights

  • [b4b4994c] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
  • [b8335a4a] Replaced various '#define' with actual strings - part 6
  • [a39b2b83] Replaced various '#define' with actual strings - part 5
  • [0959fe8c] Raise the minimum required version of CMake to 3.5.
  • [248df7d9] Replace Qt with TQt

tdepacman

  • [2d94efff] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
  • [1a929a80] Raise the minimum required version of CMake to 3.5.

applications/graphics

digikam

  • [40c16979] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
  • [4fb5c762] Merge translation files from master branch.
  • [dfb59e25] Replaced various '#define' with actual strings - part 6
  • [8fa69390] Replaced various '#define' with actual strings - part 5
  • [3bedcd00] Merge translation files from master branch.
  • [80cb02ba] Replace 'Event' #define strings
  • [a7a3aa3b] Replaced various '#define' with actual strings - part 3
  • [df0251e7] Raise the minimum required version of CMake to 3.5.
  • [56a89d7b] Replace Qt with TQt

gwenview

  • [f476b77d] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
  • [5eb453b7] Replaced various '#define' with actual strings - part 6
  • [247add21] Replaced various '#define' with actual strings - part 5
  • [5a71f93b] Replace 'Event' #define strings
  • [20b4653f] Replaced various '#define' with actual strings - part 3
  • [d4e69bd2] Replaced various '#define' with actual strings - part 2
  • [d2998fbc] Replace various strings '#define'd in tqtinterface
  • [549b83de] Raise the minimum required version of CMake to 3.5.
  • [4c58d618] Replace Qt with TQt

gwenview-i18n

  • [04164129] Merge translation files from master branch.
  • [df89b8d0] Update translation template.
  • [fe3a9945] Merge translation files from master branch.
  • [ec568f0d] Raise the minimum required version of CMake to 3.5.

ksquirrel

  • [77d98cdf] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
  • [e814f1e8] Replaced various '#define' with actual strings - part 6
  • [9d3adf01] Raise the minimum required version of CMake to 3.5.
  • [4078a895] Replace Qt with TQt

potracegui

  • [63c91476] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
  • [91a23eae] Replaced various '#define' with actual strings - part 6
  • [512732b0] Raise the minimum required version of CMake to 3.5.

applications/internet

kasablanca

  • [cd4fe19c] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
  • [44e4c4e1] Merge translation files from master branch.
  • [749fadd2] Merge translation files from master branch.
  • [d942de57] Merge translation files from master branch.
  • [0e9b7d1d] Raise the minimum required version of CMake to 3.5.

kbiff

  • [47b05696] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
  • [8498ab1f] Merge translation files from master branch.
  • [b1912c9f] Merge translation files from master branch.
  • [4c492704] Merge translation files from master branch.
  • [e65e12d0] Raise the minimum required version of CMake to 3.5.

kftpgrabber

  • [f198284d] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
  • [91bacaa9] Raise the minimum required version of CMake to 3.5.

knmap

  • [2a173c58] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
  • [76067f79] Merge translation files from master branch.
  • [3f0328e9] Raise the minimum required version of CMake to 3.5.

konversation

  • [0d666f48] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
  • [9f9819b2] Remove various '#define' strings - part 6
  • [0b3b0962] Merge translation files from master branch.
  • [b44a471a] Replace 'Event' #define strings
  • [ae1967dc] Raise the minimum required version of CMake to 3.5.
  • [cb42cd20] Replace Qt with TQt

kopete-otr

  • [e14ad764] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
  • [edea0d8d] Raise the minimum required version of CMake to 3.5.

kshowmail

  • [87732784] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
  • [521a7742] Merge translation files from master branch.
  • [c5b1ab33] Merge translation files from master branch.
  • [86f2b710] Raise the minimum required version of CMake to 3.5.

kstreamripper

  • [5e4da610] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
  • [ae602fba] Merge translation files from master branch.
  • [786fcd32] Update translation template.
  • [04368be9] Properly deallocate memory on exit
  • [6a86ef7a] Added context menu
  • [248e67ea] Merge translation files from master branch.
  • [9f785fdc] Update translation template.
  • [c22d8d68] Ask for confirmation before deleting a stream from the list
  • [0796f6cb] Merge translation files from master branch.
  • [d94539da] Update translation template.
  • [8286cc5b] Update translation files
    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    Translation: applications/kstreamripper
    Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kstreamripper/
  • [71c98694] Provide a minimum height for the station listview to improve user experiences when there are more than a few stations
  • [64cf76fc] Prevent loss of last station across multiple program runs if its description is empty
  • [5aed5382] Removing unnecessary functionality
  • [9fb4112a] Added stream editing in a separate dialog box
  • [9a8675a8] Remove various '#define' strings - part 6
  • [bcdbeef8] Merge translation files from master branch.
  • [9d38a4e2] Update translation template.
  • [fbb41b91] Add unicode stream support
  • [683560fc] Merge translation files from master branch.
  • [560afe55] Merge translation files from master branch.
  • [7678506d] Fix deallocation of process controllers when quitting the application
  • [b624496e] Avoid repeated connection of the same signal when ripping the same item multiple times
  • [b3d9058d] Added event processing if the process has finished its work
  • [6701bdba] Removed unnecessary code and files
  • [be9e9e89] Merge translation files from master branch.
  • [015618b1] Update translation template.
  • [ff9482e1] Added processing for stopping processes when closing the program window
  • [943a67a4] Raise the minimum required version of CMake to 3.5.

ktorrent

  • [657dd888] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
  • [4caf6f3c] Remove various '#define' strings - part 6
  • [29628def] Replaced various '#define' with actual strings - part 5
  • [ea5e56f7] Merge translation files from master branch.
  • [5a75de0b] Merge translation files from master branch.
  • [2a3111ed] Replace 'Event' #define strings
  • [e76b1b06] Replaced various '#define' with actual strings - part 4
  • [59f680d9] Replaced various '#define' with actual strings - part 3
  • [f5f62f5b] Raise the minimum required version of CMake to 3.5.
  • [9e6ff2e1] Replace Qt with TQt

kvirc

  • [677dae3b] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
  • [0066e291] Merge translation files from master branch.
  • [35d1f217] Remove various '#define' strings - part 6
  • [039fcfa8] Replaced various '#define' with actual strings - part 5
  • [3f8bfdfe] Merge translation files from master branch.
  • [265b1c8c] Replaced various '#define' with actual strings - part 3
  • [860d3e1f] Merge translation files from master branch.
  • [5b2ba173] Update translation template.
  • [55b59d3d] Replace various strings '#define'd in tqtinterface
  • [8bb7372e] Merge translation files from master branch.
  • [d7a1d0a3] Raise the minimum required version of CMake to 3.5.
  • [945085d2] Replace Qt with TQt

kvpnc

  • [f6f9924d] Fix remaining unwanted renaming SLOT => TQ_SLOT related to the message.
  • [36f7e3f1] Fix unwanted renaming SLOT => TQ_SLOT in the message string.
  • [143ef5f5] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
  • [c76d015d] Raise the minimum required version of CMake to 3.5.
  • [1172d1f6] Replace Qt with TQt

smb4k

  • [b703a19e] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
  • [74b97723] Remove various '#define' strings - part 6
  • [cfafca88] CMake conversion
  • [3b8edca5] TQString related changes required for cmake conversion
  • [cdd07aa7] Remove unnecessary files
  • [c6b056cc] Raise the minimum required version of CMake to 3.5.
  • [e7dc7656] Replace Qt with TQt

tork

  • [01627fbd] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
  • [16657171] Raise the minimum required version of CMake to 3.5.

applications/misc

bibletime

  • [14f6b82f] Replaced various '#define' with actual strings - part 6
  • [138dd9d3] Replaced various '#define' with actual strings - part 5
  • [c6f8f1bf] Merge translation files from master branch.
  • [f2540b01] Merge translation files from master branch.
  • [bc35a6b9] Replace 'Event' #define strings
  • [79a57869] Replaced various '#define' with actual strings - part 3
  • [89cdda50] Raise the minimum required version of CMake to 3.5.
  • [75205341] Replace Qt with TQt

compizconfig-backend-tdeconfig

  • [6cb631f1] Raise the minimum required version of CMake to 3.5.

desktop-effects-tde

  • [c3d75707] Raise the minimum required version of CMake to 3.5.
  • [842d40b0] Merge translation files from master branch.

kcmldap

  • [2fcf4275] Raise the minimum required version of CMake to 3.5.

kcmldapcontroller

  • [9e149d4b] Raise the minimum required version of CMake to 3.5.
  • [585d173e] Replace Qt with TQt

kcmldapmanager

  • [d6b06a9d] Raise the minimum required version of CMake to 3.5.
  • [47887118] Replace Qt with TQt

kerberostray

  • [67336400] Replaced various '#define' with actual strings - part 6
  • [d3f5f06e] Raise the minimum required version of CMake to 3.5.
  • [9fe0aff0] Replace Qt with TQt

krecipes

  • [c72be0a6] Merge translation files from master branch.
  • [6b856e9c] Raise the minimum required version of CMake to 3.5.
  • [60c15de3] Replace Qt with TQt

applications/multimedia

amarok

  • [97c254f2] Replaced various '#define' with actual strings - part 6
  • [a9635517] Merge translation files from master branch.
  • [03e5582d] Replaced various '#define' with actual strings - part 5
  • [5cae14d5] Merge translation files from master branch.
  • [0851e201] Replace 'Event' #define strings
  • [832a6a86] Replaced various '#define' with actual strings - part 3
  • [22bcf55f] Replace various strings '#define'd in tqtinterface
  • [3b0aee61] Merge translation files from master branch.
  • [e4b6122b] Raise the minimum required version of CMake to 3.5.
  • [36d4e52e] Merge translation files from master branch.
  • [f2d29897] Replace Qt with TQt

codeine

  • [7c2b90bd] Raise the minimum required version of CMake to 3.5.

k3b

  • [6a101aa2] Remove various '#define' strings - part 6
  • [386d824e] Replaced various '#define' with actual strings - part 5
  • [b591f195] Merge translation files from master branch.
  • [361bf819] Replace 'Event' #define strings
  • [c7656114] Merge translation files from master branch.
  • [214ce2ba] Replaced various '#define' with actual strings - part 4
  • [32a52075] Replaced various '#define' with actual strings - part 3
  • [21fdca70] Raise the minimum required version of CMake to 3.5.
  • [0c90dd24] Replace Qt with TQt

k3b-i18n

  • [408cd80e] Merge translation files from master branch.
  • [c871eb98] Merge translation files from master branch.
  • [6b26d66f] Merge translation files from master branch.
  • [f9c5cefe] Merge translation files from master branch.
  • [d711e3fb] Raise the minimum required version of CMake to 3.5.

k9copy

  • [0828ec19] Remove various '#define' strings - part 6
  • [4b425835] Raise the minimum required version of CMake to 3.5.
  • [9e55e6ee] Replace Qt with TQt
  • [a2dacecf] Remove the original translation directory layout.
  • [fb42a086] Copy translations to a new directory layout.
    Added translation of .desktop files.
  • [83c41bf1] Drop autotools support

kaffeine

  • [89e9863c] Remove various '#define' strings - part 6
  • [53219858] Replaced various '#define' with actual strings - part 5
  • [3ba0ef17] Merge translation files from master branch.
  • [018ae989] xine-backend: Remove protocols from supported extensions
    This caused problems with the extension filter of the file opener dialog.
    This fixes TDE/tdemultimedia#58
  • [283e19b9] Replaced various '#define' with actual strings - part 3
  • [2c49540b] Removed patch files from source code.
    fast-slow-dcop.patch, generic_tr.patch and scandialog.patch have already
    been applied in the code.
    terminate.patch has not been applied but contains no explanation on what
    problem it was trying to fix.
  • [f5f7098e] Raise the minimum required version of CMake to 3.5.
  • [2fe187b9] Replace Qt with TQt

kaffeine-mozilla

  • [e7e12a9a] Raise the minimum required version of CMake to 3.5.

kmplayer

  • [436bc266] Remove various '#define' strings - part 6
  • [8a590af0] Merge translation files from master branch.
  • [2e5e0a3b] Merge translation files from master branch.
  • [8417b0fe] Update translation template.
  • [6777b854] Solving the problem of launching the settings dialog without xine support
    The settings dialog crashes if built without xine support.
  • [8527831e] Replaced various '#define' with actual strings - part 4
  • [27035a4b] Raise the minimum required version of CMake to 3.5.
  • [f29a95f6] Replace Qt with TQt

kplayer

  • [9ed93309] Raise the minimum required version of CMake to 3.5.

mplayerthumbs

  • [52f017aa] Raise the minimum required version of CMake to 3.5.

rosegarden

  • [0d651f25] Remove various '#define' strings - part 6
  • [d2261821] Replaced various '#define' with actual strings - part 5
  • [ec073d64] Replaced various '#define' with actual strings - part 4
  • [6bee7afd] Replaced various '#define' with actual strings - part 3
  • [d80f3b6c] Raise the minimum required version of CMake to 3.5.
  • [5a840665] Replace Qt with TQt

soundkonverter

  • [070927f4] Remove various '#define' strings - part 6
  • [80596a68] Replaced various '#define' with actual strings - part 5
  • [ad48759d] Merge translation files from master branch.
  • [54c143b5] Replaced various '#define' with actual strings - part 4
  • [0438ba40] Merge translation files from master branch.
  • [c4c4d373] Update translation template.
  • [5bba09ee] cmake conversion
  • [546952a1] Merge translation files from master branch.
  • [7fe222c3] Update translation template.
  • [2ec39571] Rename src/config.h to src/configuration.h to avoid possible conflicts with autogenerated config.h file
  • [b36ba456] Remove unnecessary files
  • [65f00ac0] Raise the minimum required version of CMake to 3.5.
  • [6d9278a9] Replace Qt with TQt

tderadio

  • [3dbd1166] Remove various '#define' strings - part 6
  • [a2837bd4] Merge translation files from master branch.
  • [525e762e] Replaced various '#define' with actual strings - part 5
  • [e76222b9] Merge translation files from master branch.
  • [e8c31a52] Raise the minimum required version of CMake to 3.5.
  • [779f24c6] Replace Qt with TQt

applications/office

basket

  • [50245e3d] Remove various '#define' strings - part 6
  • [b70474e0] Replaced various '#define' with actual strings - part 5
  • [b29b77fb] Replaced various '#define' with actual strings - part 4
  • [70031454] Replaced various '#define' with actual strings - part 3
  • [928b97c5] Raise the minimum required version of CMake to 3.5.
  • [48f3d5f4] Replace Qt with TQt

kbibtex

  • [584744b2] Merge translation files from master branch.
  • [c9d1bd72] Raise the minimum required version of CMake to 3.5.

kbookreader

  • [9830ae32] Remove various '#define' strings - part 6
  • [4bc7d31a] Merge translation files from master branch.
  • [86c67226] Merge translation files from master branch.
  • [4aa2e024] Replace various strings '#define'd in tqtinterface
  • [1e7501a9] Raise the minimum required version of CMake to 3.5.
  • [853da7ee] Replace Qt with TQt

keximdb

  • [7e2ce5dc] Raise the minimum required version of CMake to 3.5.

kile

  • [b8b37954] Remove various '#define' strings - part 6
  • [cde35e42] Merge translation files from master branch.
  • [6549f004] Replace 'Event' #define strings
  • [50df78ea] Replaced various '#define' with actual strings - part 3
  • [9999c59b] Raise the minimum required version of CMake to 3.5.
  • [286a5b17] Replace Qt with TQt

kmymoney

  • [04ddc823] Merge translation files from master branch.
  • [f892e5be] Remove various '#define' strings - part 6
  • [debbb965] Replaced various '#define' with actual strings - part 5
  • [778d1114] Merge translation files from master branch.
  • [c033bc04] Replace 'Event' #define strings
  • [2889777f] Replaced various '#define' with actual strings - part 3
  • [483ebca4] Raise the minimum required version of CMake to 3.5.
  • [00081047] Replace Qt with TQt

knowit

  • [2f7d0721] Remove various '#define' strings - part 6
  • [b47d595e] Raise the minimum required version of CMake to 3.5.
  • [07692010] Replace Qt with TQt

koffice

  • [757d80a9] Remove various '#define' strings - part 6
  • [9abcf51d] Replaced various '#define' with actual strings - part 5
  • [5761876d] Replace 'Event' #define strings
  • [2891d3c2] Replaced various '#define' with actual strings - part 4
  • [f9893e5b] Replaced various '#define' with actual strings - part 3
  • [8263fdf7] Replaced various '#define' with actual strings - part 2
  • [00aa1f43] Replace various strings '#define'd in tqtinterface
  • [c8c5e11f] Replace Qt with TQt
  • [c9973bfb] Raise the minimum required version of CMake to 3.5.

koffice-i18n

  • [6b648c74] Merge translation files from master branch.
  • [1033bf66] Merge translation files from master branch.
  • [8f039f42] Merge translation files from master branch.
  • [d3c5f390] Update translation template.
  • [c9c89dbb] Merge translation files from master branch.
  • [c0d03513] Replace Qt with TQt
  • [0340f152] Merge translation files from master branch.
  • [3cc206ab] Raise the minimum required version of CMake to 3.5.

kpilot

  • [3b5ccc65] Remove various '#define' strings - part 6
  • [abcd9a45] Replaced various '#define' with actual strings - part 5
  • [1d47a02e] Merge translation files from master branch.
  • [04d2f2a5] Replace 'Event' #define strings
  • [2f80418d] Raise the minimum required version of CMake to 3.5.
  • [255ec906] Replace Qt with TQt

tellico

  • [727a2e58] Remove various '#define' strings - part 6
  • [8ed9929d] Merge translation files from master branch.
  • [c932624b] Replaced various '#define' with actual strings - part 5
  • [5f98a522] Merge translation files from master branch.
  • [ad02e86c] Replace 'Event' #define strings
  • [1ff93d9e] Replaced various '#define' with actual strings - part 4
  • [211ad874] Replaced various '#define' with actual strings - part 3
  • [5dcd02bb] Raise the minimum required version of CMake to 3.5.
  • [034ed63e] Replace Qt with TQt

applications/settings

kdpkg

  • [b630d6e2] Replace various '#define' strings - part 6
  • [ac316ed3] Raise the minimum required version of CMake to 3.5.

kima

  • [545f3b89] Replace various '#define' strings - part 6
  • [aa0c75cc] Replaced various '#define' with actual strings - part 5
  • [0558e0fb] Raise the minimum required version of CMake to 3.5.
  • [99ba74a9] Replace Qt with TQt

kiosktool

  • [2811df5f] Merge translation files from master branch.
  • [9ef88aa8] Replaced various '#define' with actual strings - part 4
  • [a0811519] Raise the minimum required version of CMake to 3.5.

kkbswitch

  • [2b9c1482] Merge translation files from master branch.
  • [cf86bb82] Raise the minimum required version of CMake to 3.5.

klcddimmer

  • [d69adfd4] Merge translation files from master branch.
  • [b09ff5dd] Raise the minimum required version of CMake to 3.5.

kmyfirewall

  • [53fde083] Replace various '#define' strings - part 6
  • [6913f86b] Raise the minimum required version of CMake to 3.5.
  • [37baea59] Replace Qt with TQt

tde-guidance

tde-systemsettings

  • [f614f05c] Replace various '#define' strings - part 6
  • [a1194f5b] Raise the minimum required version of CMake to 3.5.

tdenetworkmanager

  • [ac34a604] Replace various '#define' strings - part 6
  • [00aab2e4] Merge translation files from master branch.
  • [048ed035] Merge translation files from master branch.
  • [ba52504d] Replace various strings '#define'd in tqtinterface
  • [687ebf64] Raise the minimum required version of CMake to 3.5.
  • [f54fe201] Replace Qt with TQt

tdesudo

  • [da05d2b4] Raise the minimum required version of CMake to 3.5.

wlassistant

  • [3efb8ddd] Replace various '#define' strings - part 6
  • [f7a20040] Raise the minimum required version of CMake to 3.5.

applications/system

dolphin

  • [a822e3e4] Replace various '#define' strings - part 6
  • [84dce0e3] Merge translation files from master branch.
  • [94fa32f9] Replaced various '#define' with actual strings - part 3
  • [60a08792] Raise the minimum required version of CMake to 3.5.
  • [5ee150f0] Merge translation files from master branch.
  • [c11be914] Merge translation files from master branch.
  • [fd73938a] Replace Qt with TQt

katapult

  • [d3f66339] Replace various '#define' strings - part 6
  • [bdd907d1] Raise the minimum required version of CMake to 3.5.
  • [4ca2cbcf] Replace Qt with TQt

kbfx

  • [6319099a] Replace various '#define' strings - part 6
  • [cca1b232] Raise the minimum required version of CMake to 3.5.
  • [97ca6223] Replace Qt with TQt

kcmautostart

  • [59eea31e] Merge translation files from master branch.
  • [9f38675b] Merge translation files from master branch.
  • [f73b98ca] Raise the minimum required version of CMake to 3.5.

kdbusnotification

  • [93591f24] Respect -DDBUS_BINDING_TOOL provided by cmake user
  • [a971c7f6] Raise the minimum required version of CMake to 3.5.

klamav

  • [e2e86dda] Raise the minimum required version of CMake to 3.5.

knemo

  • [bed78533] Merge translation files from master branch.
  • [74f1cd87] Merge translation files from master branch.
  • [95eef6c3] Replaced various '#define' with actual strings - part 5
  • [a2090048] Raise the minimum required version of CMake to 3.5.
  • [923a514f] Replace Qt with TQt

knetload

  • [0ba0326e] Replace various '#define' strings - part 6
  • [83b084bf] Merge translation files from master branch.
  • [0ea50dc6] Raise the minimum required version of CMake to 3.5.
  • [bb7f6255] Replace Qt with TQt

knetstats

  • [57a4c0ab] Replace various '#define' strings - part 6
  • [1caa8b1b] Raise the minimum required version of CMake to 3.5.
  • [de4276a7] Replace Qt with TQt

kooldock

  • [2191a58b] Raise the minimum required version of CMake to 3.5.

krusader

  • [0e769547] Replace various '#define' strings - part 6
  • [e61c1db9] Replaced various '#define' with actual strings - part 5
  • [f854b2fe] Merge translation files from master branch.
  • [f19fa530] Replace 'Event' #define strings
  • [db723943] Replaced various '#define' with actual strings - part 3
  • [6c738063] Krusader: Unpacking TXZ.
  • [f8733916] Raise the minimum required version of CMake to 3.5.
  • [ae61cb4c] Replace Qt with TQt

kshutdown

  • [8f798c9f] Merge translation files from master branch.
  • [bdaee14b] Raise the minimum required version of CMake to 3.5.

ksystemlog

  • [c110ab27] Replace various '#define' strings - part 6
  • [a07e5bcd] Raise the minimum required version of CMake to 3.5.
  • [6200356b] Replace Qt with TQt

kvkbd

  • [09ce2637] Raise the minimum required version of CMake to 3.5.
  • [0a7a004c] Replace Qt with TQt

polkit-agent-tde

  • [fbceb48f] Raise the minimum required version of CMake to 3.5.

smartcardauth

  • [0247a594] Raise the minimum required version of CMake to 3.5.

tastymenu

  • [44e77ecb] Raise the minimum required version of CMake to 3.5.

tdebluez

  • [1f091996] Raise the minimum required version of CMake to 3.5.
  • [7fe3e3a1] Merge translation files from master branch.

tdedocker

  • [e9c02a31] Raise the minimum required version of CMake to 3.5.

tdepowersave

  • [f5832e4a] Replace various '#define' strings - part 6
  • [c492704a] Merge translation files from master branch.
  • [2ef52b9d] Merge translation files from master branch.
  • [135b14de] Raise the minimum required version of CMake to 3.5.
  • [04965313] Replace Qt with TQt

tdesshaskpass

  • [bf98ebd6] Merge translation files from master branch.
  • [60c67fdf] Merge translation files from master branch.
  • [481fe0f8] Raise the minimum required version of CMake to 3.5.

yakuake

  • [3dc97a47] Replace various '#define' strings - part 6
  • [9368dcd8] Merge translation files from master branch.
  • [cbb2affd] Raise the minimum required version of CMake to 3.5.
  • [9388682a] Replace Qt with TQt

applications/tdeio

tdeio-appinfo

  • [6a5b2b96] Raise the minimum required version of CMake to 3.5.

tdeio-apt

  • [d76aa3d0] Raise the minimum required version of CMake to 3.5.

tdeio-ftps

  • [20caed22] Raise the minimum required version of CMake to 3.5.

tdeio-gopher

  • [629af4d1] Raise the minimum required version of CMake to 3.5.

tdeio-locate

  • [2f71daf1] Raise the minimum required version of CMake to 3.5.

tdeio-sword

  • [b14a6077] Merge translation files from master branch.
  • [4f0871c3] Merge translation files from master branch.
  • [a4b077fb] Raise the minimum required version of CMake to 3.5.

tdeio-umountwrapper

  • [6d87cc1f] Replace various '#define' strings - part 6
  • [13da79f0] Merge translation files from master branch.
  • [c138f55c] Merge translation files from master branch.
  • [b2628b22] Raise the minimum required version of CMake to 3.5.

applications/themes

gtk-qt-engine

  • [afc6ea03] Replaced various '#define' with actual strings - part 5
  • [717ae9b4] Replaced various '#define' with actual strings - part 3
  • [e2af75f0] Raise the minimum required version of CMake to 3.5.
  • [d161ea67] Replace Qt with TQt

gtk3-tqt-engine

  • [9d21ebe8] Replaced various '#define' with actual strings - part 5
  • [180b6368] Raise the minimum required version of CMake to 3.5.

kgtk-qt3

  • [fa044ab0] Merge translation files from master branch.
  • [97c7c47d] Replaced various '#define' with actual strings - part 4
  • [68e5b179] Raise the minimum required version of CMake to 3.5.

ksplash-engine-moodin

  • [62f1c985] Raise the minimum required version of CMake to 3.5.

qt4-tqt-theme-engine

  • [7e605f95] Replace various '#define' strings - part 6

tde-style-baghira

  • [210aaadd] Raise the minimum required version of CMake to 3.5.

tde-style-domino

  • [e19e9e50] Replaced various '#define' with actual strings - part 3
  • [12aad560] Raise the minimum required version of CMake to 3.5.

tde-style-ia-ora

  • [bfcab3f3] Raise the minimum required version of CMake to 3.5.

tde-style-lipstik

  • [b0e0c34a] Replace various '#define' strings - part 6
  • [7b118fa8] Merge translation files from master branch.
  • [69a0e002] Replaced various '#define' with actual strings - part 4
  • [3a412a9e] Raise the minimum required version of CMake to 3.5.
  • [f30bd931] Replace Qt with TQt

tde-style-qtcurve

  • [ea3215e2] Replace various '#define' strings - part 6
  • [cbb50b27] Replace 'Event' #define strings
  • [9238a995] Replaced various '#define' with actual strings - part 4
  • [f1732e3b] Replaced various '#define' with actual strings - part 3
  • [5d24eff4] Raise the minimum required version of CMake to 3.5.
  • [14a3eec2] Replace Qt with TQt

tdmtheme

  • [d5324923] Raise the minimum required version of CMake to 3.5.

twin-style-crystal

  • [e0ee1309] Replaced various '#define' with actual strings - part 5
  • [e87fce4f] Replace 'Event' #define strings
  • [857dc031] Raise the minimum required version of CMake to 3.5.
  • [858d33cc] Replace Qt with TQt

twin-style-dekorator

  • [6e6b5fd0] Raise the minimum required version of CMake to 3.5.

twin-style-machbunt

  • [8cf5d248] Raise the minimum required version of CMake to 3.5.

twin-style-suse2

  • [3193200c] Raise the minimum required version of CMake to 3.5.

applications/utilities

abakus

  • [7367cf3e] Replace various '#define' strings - part 6
  • [6ff22608] Replaced various '#define' with actual strings - part 3
  • [54b3d710] Raise the minimum required version of CMake to 3.5.
  • [e41c0ced] Replace Qt with TQt

filelight

  • [2725bd4a] Replace various '#define' strings - part 6
  • [287eaafa] Merge translation files from master branch.
  • [58b6f564] Raise the minimum required version of CMake to 3.5.
  • [ad0cfb27] Merge translation files from master branch.
  • [894a7b9c] Replace Qt with TQt

kbarcode

  • [97a76f36] Replace various '#define' strings - part 6
  • [2191b2df] Replaced various '#define' with actual strings - part 5
  • [587dc58e] Raise the minimum required version of CMake to 3.5.
  • [e68f82c5] Replace Qt with TQt

kchmviewer

  • [d2f01bb5] Replace various '#define' strings - part 6
  • [89ba2b7d] Merge translation files from master branch.
  • [dfbfbc33] Raise the minimum required version of CMake to 3.5.

kcpuload

  • [cec0eba3] Replace various '#define' strings - part 6
  • [ee9f81ae] Raise the minimum required version of CMake to 3.5.
  • [357be4cd] Replace Qt with TQt

kdirstat

  • [be5e4244] Replace various '#define' strings - part 6
  • [23237d09] Raise the minimum required version of CMake to 3.5.
  • [1ba064de] Replace Qt with TQt

keep

  • [4f1c8e54] Replace various '#define' strings - part 6
  • [2b6bd386] Raise the minimum required version of CMake to 3.5.
  • [15c4aae7] Replace Qt with TQt

knutclient

  • [334246ae] Replace various '#define' strings - part 6
  • [017c57dd] Raise the minimum required version of CMake to 3.5.
  • [b3f56562] Replace Qt with TQt

kommando

  • [9066230a] Raise the minimum required version of CMake to 3.5.

kompose

  • [cb455231] Raise the minimum required version of CMake to 3.5.

krename

  • [44470b8a] Replace various '#define' strings - part 6
  • [7132d1d7] Merge translation files from master branch.
  • [d8fcd4fa] Merge translation files from master branch.
  • [804f4f35] Raise the minimum required version of CMake to 3.5.
  • [5d02ccb1] Replace Qt with TQt

ksensors

  • [7453b1ad] Raise the minimum required version of CMake to 3.5.

mathemagics

  • [fdfbfd7c] Raise the minimum required version of CMake to 3.5.

qalculate-tde

  • [d88c548d] Raise the minimum required version of CMake to 3.5.

packaging

packaging

  • [9907c849] DEB tdebase: Enable new option WITH_SFTP.
  • [3d551b91] DEB tdebase kxkb: add notification event for keyboard layout change. This relates to TDE/tdebase#438
  • [a006276e] DEB tdesshaskpass: Fix the support of Ninja build.
  • [03143bf8] DEB tqt3: Update README file name.
    This relates to issue TDE/tqt3#93
  • [6729c27b] DEB: Automatically add ldconfig trigger if the package contains plugins.
    As a result, it is no longer necessary to enforce ldconfig in postinst
    and postrm scripts and this solves the problem with packages where the
    ldconfig was not called after installation, but it was needed.
    This resolves issue TDE/tdemultimedia#29
  • [6bc6d6e3] DEB: Add support for Ubuntu Noble.
  • [4ae59bb2] DEB tdebase: Prevent unwanted restarting TDM service during upgrade.
    This made it possible to add #DEBHELPER# back to TDM prerm script.
    This resolves issue TDE/tdebase#409
  • [4784f17e] DEB smb4k: cmake conversion
  • [65dd80fb] DEB libr: update package name to libr1
  • [ce06e711] DEB libr: remove dependency on libglade, which is no longer available
  • [dff6d937] DEB tdeaddons: Add libdb5.3++-dev as an alternative dependency for libdb++-dev.
  • [d4152453] DEB soundkonverter: cmake conversion
  • [13ab9cf7] DEB gwenview: Fix the name of suggested i18n package.
  • [904d1e09] RPM: add support for Fedora 39
  • [ea66d8ef] DEB: drop Stretch and Xenial and invalid link
  • [bdc4e185] DEB twin-style-fahrenheit: Change debhelper compatibility level to 10.
    Use DEB_COMPRESS_EXCLUDE_ALL instead of deprecated DEB_COMPRESS_EXCLUDE.
    (the last part of commit fc691a7208477948ad7519ed67861a0b4c6a4b74)
  • [2b20e14f] DEB: add twin-style-fahrenheit packaging files
  • [90c68a68] DEB tde-cmake: Raise the minimum required version of CMake to 3.5.
  • [0809dd93] DEB: Change debhelper compatibility level to 10.
    Use DEB_COMPRESS_EXCLUDE_ALL instead of deprecated DEB_COMPRESS_EXCLUDE.
  • [657aaad5] DEB tdebase: add new color themes