Changelog For R14.1.1

From Trinity Desktop Project Wiki
Jump to navigation Jump to search

common

admin

  • [91592413] Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
  • [36d5073e] Drop USE_QT4 code
  • [46c95e99] Add support for moc-ing TQ_OBJECT classes

libltdl

libtdevnc

dependencies

tde-cmake

  • [b4e46115] Update version to R14.1.1
  • [3fedede7] Save and restore CMake policies so that it does not cause CMP0011
    in the case of use as a slave - tde_automoc, tde_uic.
  • [4e5ddd48] Set CMake policy CMP0057 to NEW.
    This is necessary for CheckLinkerFlag with CMake 3.18.
    Add includes for other checks that are used in TDEMacros.
    The initialization of the TDEMacros moved to the beginning.
  • [1af8cf35] tde_setup_architecture_flags: Add test for liner flag -pie or -ztype=pie.
  • [570dbf6e] Add macro to display a warning message for developers
  • [6ae3ce5b] Update version to R14.1.1~[DEVELOPMENT]

tqt3

  • [d73937a9] Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
  • [eb42871e] Replace Q_EXPORT_*/Q_EXTERN defines with TQ_EXPORT_*/TQ_EXTERN
  • [44048323] Replace various Q_* and QT_* defines with TQ_* and TQT_*
  • [0c8091f8] Reintroduced porting documentation previously removed
  • [b195cee3] Drop attic Qt2 classes (TQtMultiLineEdit and TQtTableView)
  • [eb4fc500] SunOS res_ninit() requires a clean structure
    init structure without condition
  • [984ea06e] Revert "Add single TQObject root parent for all guarded pointers."
    Commit b167d09c was functionally incorrect and is causing issues on
    selected distributions.
    This reverts commit b167d09c43be6c8b7d30f0d4fb1bf1e86c51b8a7.
    This resolves issue TDE/tde#128
  • [df5ce1b1] Enable use of pthread's recursive mutexes
  • [c87fb381] Fix level when using pthreads recursive mutex
    When using the pthreads recursive mutex, the level method was only able
    to return either zero or one, but a recursive mutex can be locked more
    than once.
    Additionally, the way this detected if the mutex was already locked was
    to test whether it can be locked again. If testing from the thread that
    is currently holding the lock, this locking attempt always succeeds, and
    therefore determines that the lock is _not_ held at all. This is
    especially bad, as this operation only makes sense to perform from the
    thread that holds the lock -- if any thread not holding the lock queries
    the number of times the lock is held, that answer can change before the
    thread can used it.
  • [d7c0502b] socket and nsl functions were moved to libc

tqtinterface

  • [31b87263] Removed unsupported qtint*/qtuint* types
  • [ad53167c] Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
  • [21d93f06] Replace Q_EXPORT_*/Q_EXTERN defines with TQ_EXPORT_*/TQ_EXTERN
  • [9fa40a1f] Remove various tqtinterface's TQ_* defines
  • [351b136d] Drop remaining USE_TQT3/4 code in r14.1.x branch.
  • [38adbb2b] Replace various Q_* and QT_* defines with TQ_* and TQT_*
  • [526e5464] Remove TQ_*Focus* and TQ_Scale* defines
  • [2505a01d] Drop USE_QT3/4 code
  • [8745f781] Remove tqt_mo_* defines
  • [70a2ba29] Drop TQT_BASE_OBJECT* defines
  • [c6292c1d] Drop TQT_TQ*_CONST defines
  • [82e10727] Drop TQT_TQ*_OBJECT defines
  • [8b3a470e] Drop use of TQ_SP* defines.
  • [fae2d3ad] Replace Q_OBJECT with TQ_OBJECT
  • [872c778e] Add missing tqobjectdefs.h replacing the compat version tqobjdefs.h.
  • [38fefb79] Remove _OBJECT_NAME_STRING defines. This relates to the merging of tqtinterface with tqt3.

akode

arts

  • [85fd1ac1] Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
  • [c9994d78] Replace Q_OBJECT with TQ_OBJECT
  • [c9f8774a] Rename file
    Now that we use the 1.x ALSA APIs, naming the file `audioioalsa9.cpp`
    (revering to ALSA version 0.9) is misleading.
  • [eb439ea6] Update ALSA support to use 1.x API
    Despite the comment in ConfigureChecks.cmake which claimed only ALSA 1.x
    was supported, the code requested and expected the 0.9 version of some
    PCM APIs.
    These old APIs were superceded in 2002. ALSA implements backwards
    compatibility with the old version of the API using symbol versioning,
    which is not supported on all platforms (e.g., musl does not support
    it).
    This fixes issue #5
  • [fc763a04] Delete unused source file
    Configure only sets HAVE_LIBASOUND2, never HAVE_LIBASOUND, so this is never
    used.
  • [dc87c6b3] Use poll.h instead of sys/poll.h
    poll.h is the standard header name, and musl warns for including the wrong
    one.
  • [597a5fc5] Fix possibly incorrect type for format string
    request may be int or unsigned long depending on the platform, but the
    format string assumed unsigned long.
  • [87f910f9] include string.h for illumos based systems

avahi-tqt

dbus-1-tqt

  • [86d78cc8] Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
  • [60ab5376] Replace Q_OBJECT with TQ_OBJECT

dbus-tqt

sip4-tqt

  • [62beed75] Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
  • [bb61ff59] Replace Q_OBJECT with TQ_OBJECT
  • [a2339567] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3.

pytqt

  • [8bb7d792] Replace various Q_* and QT_* defines with TQ_* and TQT_*
  • [c6acfabe] Removed unnecessary code

polkit-tqt

tqca

core

tdelibs

  • [2c66e973] Drop INT32 => TQ_INT32 definitions that are no longer needed, causing
    conflicting declaration and leading to FTBFS on 32bit architectures.
  • [8d49342b] Removed unsupported qtint*/qtuint* types
  • [04d35323] Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
  • [d254bec7] Update hashing code for strings to be the same as upstream gettext. The old version results in slightly different hash values for strings with ellipsis (and potentially other unicode characters). This relates to TDE/tdebase#394
  • [615cb38f] Replace Q_EXPORT_*/Q_EXTERN defines with TQ_EXPORT_*/TQ_EXTERN
  • [5cb1ea08] Replace various tqtinterface's TQ_* defines with actual types
  • [c7cf5fd9] Replace various Q_* and QT_* defines with TQ_* and TQT_*
  • [7f3bcfe1] Replace TQ_*Focus* and TQ_Scale* defines
  • [08a957a2] Replace tqt_mo_* defines
  • [db9293e2] Drop Symbian support
  • [e8f6750e] Drop USE_TQT4 code
  • [97fea74e] Merge translation files from master branch.
  • [09e466f8] Drop TQT_BASE_OBJECT* defines
  • [34a191d9] Drop TQT_TQ*_CONST defines
  • [18c573e8] Drop TQT_TQ*_OBJECT defines
  • [9d6823eb] Merge translation files from master branch.
  • [55cd4e5c] Replace Q_OBJECT with TQ_OBJECT
  • [70731003] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3.
  • [08eacf58] Merge translation files from master branch.
  • [21eca98b] Merge translation files from master branch.
  • [67283752] Merge translation files from master branch.
  • [e44cba94] Merge translation files from master branch.
  • [0b6d6bf3] Update translation template.
  • [e7912d05] Add Gentoo ebuild mime type. This resolves issue #211
  • [ae7f97b2] Doxygen: respect code indentation
    With this commit, when viewing the source code of a file in the Trinity API docs
    (e.g. http://trinitydesktop.org/docs/trinity/tdelibs/tdeui/html/kkeydialog_8cpp_source.html)
    the line is correctly indented by using the `white-space: pre;` CSS rule.
  • [41336d84] Rework and fix commit 4d90cc61
  • [605ad06a] Fix FTBFS caused by previous commit
  • [e02f27b0] SunOS spesific SSL pathes
  • [eebb2781] Drop TQT_NO_COMPAT code
  • [bb3d7ccc] Merge translation files from master branch.
  • [ad87bef2] Do not center the content of body element in tdeapi documentation
  • [227cd7b4] Add SunOS specific patches
  • [1933f94e] Merge translation files from master branch.
  • [c4006e0e] Update version to R14.1.1~[DEVELOPMENT]

tdebase

  • [137a3db9] Add final version of release notes for R14.1.1
  • [0bfe2936] Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
  • [261aa45c] Merge translation files from master branch.
  • [762218a7] Merge translation files from master branch.
  • [d6b95eea] twin: replace three dot ellipsis with equally spaced ellipsis
  • [68cfcb9a] twin: fix broken functionality introduced in recent commits
  • [95cc8dac] Fix FTBFS caused by commit dc36e4bf
  • [7be770e8] Merge translation files from master branch.
  • [9f130713] Replace various tqtinterface's TQ_* defines with actual types
  • [dc36e4bf] twin: avoid adding strings from lib subfolders in two .pot files
  • [0587e5ec] Replace various Q_* and QT_* defines with TQ_* and TQT_*
  • [7ff24388] Replace TQ_*Focus* and TQ_Scale* defines
  • [8e181690] Drop USE_TQT4 code
  • [eb0d989c] Merge translation files from master branch.
  • [49335987] konqueror: make sure to clean pointers in iconview (add-up to previous commit)
  • [27370dc4] konqueror: extend 'double click to move to parent' functinality to iconview mode as well
  • [6b2e6103] Update currency for some European countries. This resolves issue TDE/tde#137
  • [5cfda355] Drop TQT_BASE_OBJECT* defines
  • [7c193f33] twin: update Qt:: -> TQt::
  • [8a662b46] twin: prevent cursor appearing off-window when untiling while moving
  • [a64c4838] twin: Add opaque tiling option
  • [3515607e] Drop TQT_TQ*_CONST defines
  • [196b1629] Drop TQT_TQ*_OBJECT defines
  • [311da82a] Merge translation files from master branch.
  • [5c10665b] Replace Q_OBJECT with TQ_OBJECT
  • [cde6e78d] Merge translation files from master branch.
  • [76fa61f9] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3.
  • [a5979a0e] Replace usage of obsolete TQLineEdit methods with supported methods
  • [bb44b986] twin: Minor code cleanup and refactoring
    Refactoring concerns active border code.
  • [84c43976] twin: 25% zones for active corners
    Added special checks that make corner activation easier: we assume
    a 25% zone on the edge of each border where instead of half size
    tiling we perform quarter size tiling. The rest 50% is left for
    normal half size tiling.
  • [a0e4fed9] Merge translation files from master branch.
  • [c71af5fc] tdm/backend: Add include <sys/ioctl.h> for ioctl() prototype.
  • [9c4648db] Add detection and, if necessary, prototype for strlcat and strlcpy.
    This resolves FTBFS - see issue TDE/tde-packaging-gentoo#299
  • [1ceff2db] Merge translation files from master branch.
  • [e2d0fcc6] Update translation template.
  • [93469d25] kcmtwin: Move Active Borders options into a new tab
  • [e4d35cab] TWin: Add active corner support to quick tiling
  • [87b9269e] kxkb: prevent overflow in case of non-existing layout group
  • [1206271a] kxkb: fix unnecessary translations strings.
  • [c449ec17] Find power related system tools instead of hardcode them
  • [22937e15] Drop Qt2's TQSortedList class
  • [4e428e11] kxkb: re-add custom TDE switching shortcut
    This commit fixes issue #342
  • [e4e94806] SunOS UID scheme
  • [0e6f6f70] Drop TQT_NO_COMPAT code
  • [878f6514] Merge translation files from master branch.
  • [7f3b9f3a] Merge translation files from master branch.
  • [869f1a8b] Update translation template.
  • [f7395484] Add TDE release notes to khelpcenter home page. This resolves issue #332
  • [8b8a8d7b] Replacing the wrong USEPAM variable with USE_PAM
  • [61357f5f] kcheckpass: fix shadow support when not building tdm
    1. If not building with PAM, kcheckpass relies on HAVE_SHADOW to decide
    whether to support shadow passwords. However, this was only set if also
    building tdm.
    Consolidate all PAM/shadow configure checks at the top level so these are
    always set correctly.
    2. Consolidate /etc/passwd and shadow password handling
    The shadow password handler already completely handles /etc/passwd
    passwords as well, so having a separate handler for just /etc/passwd is
    pure code duplication.
  • [5b795608] Merge translation files from master branch.
  • [8d22f3f0] Merge translation files from master branch.
  • [0598cdf6] [ksysguardd] Use size_t for storing process memory usage.
    Avoids the process memory usage rolling over at 4GiB on 64-bit systems.
  • [ad771450] TWin: Active borders and snap tiling
    This commit is a squash of the commits of TDE/tdebase#331
    In short, this backports some improvements to existing electric border
    functionality from KDE, adds the snap tiling (or aerosnap) feature and
    brings rudimentary support for active corners, which will be fully
    implemented in a later PR.
    The options dialog and the documentation has been updated to reflect
    these changes.
    Additionally, a new relevant option is introduced: an option for
    restoring the original size of maximized/tiled windows when the user
    starts dragging them. The option is set to be off by default,
    preserving the traditional behaviour of KDE 3.x/TDE.
    Last but not least, the term "electric" in relation to borders and
    corners is replaced by "active" for clarity to the users.
  • [60f10cca] Fix FTBFS caused by SunOS specific patches - see Issue #344
  • [d984205f] SunOS specific patches
  • [f3f71a01] Konqueror handbook documentation associated with PR # 240
  • [452c775e] Update translation template.
  • [a71726c7] konqueror: add option to enable/disable using double click to navitage to the parent folder. This resolves issue #329
  • [218009e6] TCC twin: add 'shade' to the left mouse button click menu for active windows. This resolves issue #334
  • [6b8ed6ad] Added initial draft of release notes for R14.1.1
  • [fac7dce4] Merge translation files from master branch.

tdepim

  • [1a3e938e] Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
  • [158b7a02] Replace various Q_* and QT_* defines with TQ_* and TQT_*
  • [91d0481e] Replace TQ_*Focus* and TQ_Scale* defines
  • [f963717f] Drop Symbian support
  • [829b015f] Drop TQT_BASE_OBJECT* defines
  • [fab4aa3b] Drop TQT_TQ*_CONST defines
  • [99823e03] Drop TQT_TQ*_OBJECT defines
  • [efa55080] Replace Q_OBJECT with TQ_OBJECT
  • [c56e9aa2] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3.
  • [eec76c7b] Drop TQT_NO_COMPAT code
  • [55afe358] SunOS requires fcntl.h without any condition

tdemultimedia

  • [bff99a38] Merge translation files from master branch.
  • [6013ecdd] Fix FTBFS caused by taglib as a result of the QString -> TQString remaning
  • [e5e8e322] Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
  • [957719d7] Replace TQ_*Focus* and TQ_Scale* defines
  • [89e9e3ac] Drop TQT_BASE_OBJECT* defines
  • [2795d5ce] Drop TQT_TQ*_OBJECT defines
  • [107ab779] Replace Q_OBJECT with TQ_OBJECT
  • [c34f7eb2] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3.
  • [9feec0e4] KMix: Fix typo in experimental UI.
  • [14e1211f] KMix: ported settings to TDEConfigXT/Designer
    This commit includes an improved Preferences dialog for KMix.
    It also exposes some previously hidden options and features,
    some of which experimental (build-time option, off by default).
    It also includes some minor UI improvements.

tdenetwork

  • [509d078e] Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
  • [203566f8] Replace TQ_*Focus* and TQ_Scale* defines
  • [04646ab2] Drop USE_TQT4 code
  • [8c4f5d5c] kopete: change text to make clear that the encryption SSL option refers to an old protocol and it is not recommended. This resolves issue #54
  • [9795d15c] Drop TQT_BASE_OBJECT* defines
  • [e1feb0d7] Drop TQT_TQ*_OBJECT defines
  • [4b89942b] Replace Q_OBJECT with TQ_OBJECT
  • [d4d18833] Drop compatibility code for TQButton
  • [f0d0dabf] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3.
  • [006e6257] Merge translation files from master branch.
  • [2813c8b0] Merge translation files from master branch.
  • [43562a4d] Drop TQT_NO_COMPAT code
  • [762a46f0] SunOS cosmetic changes
  • [2972ab25] Merge translation files from master branch.

tdegraphics

  • [e44a99f0] Fix kmrml build for 14.1.x
  • [f8a7bcd4] Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
  • [18b0d1e5] Replace various Q_* and QT_* defines with TQ_* and TQT_*
  • [4396343f] Replace TQ_*Focus* and TQ_Scale* defines
  • [fbcad37d] Drop TQT_BASE_OBJECT* defines
  • [8b76e7f3] Drop TQT_TQ*_OBJECT defines
  • [6deca45c] Replace Q_OBJECT with TQ_OBJECT
  • [2191347d] kview: Use tqobjectdefs.h instead of compat header tqobjdefs.h.
  • [57dd4fe2] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3.

tdetoys

  • [f7a635a4] Replace TQ_*Focus* and TQ_Scale* defines
  • [d9559c5f] Drop USE_TQT4 code
  • [2d3320fc] Replace Q_OBJECT with TQ_OBJECT
  • [0786899b] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3.
  • [fe6de6f4] KWeather: improve icon loading and other fixes
    - Fix pixelated icons (issue #19)
    - Fix "network offline" state
    - Add helper `bool weatherDataAvailable(TQString stationID)` DCOP function
    - Fix compatibility with old DCOP function signatures
    - Prevent double "Network is offline" strings in weather data.
    This commit introduces some new and renamed DCOP calls. Old function signatures
    are kept for compatibility, but are mraked as deprecated.
  • [6b56a1be] Merge translation files from master branch.

tdeutils

  • [32596101] Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
  • [3d675d8c] kmilo: improve brightness OSD feedback by displaying the actual value. This may differ from the set value on machines with few brightness steps capability
  • [07a7866b] Replace TQ_*Focus* and TQ_Scale* defines
  • [ce41d2a7] Adjust brightness control to the corrected 'brightnessGet' DCOP call in tdepowersave
  • [f5f1b89f] Drop TQT_BASE_OBJECT* defines
  • [9b8380e6] Drop TQT_TQ*_OBJECT defines
  • [3d1736fd] Replace Q_OBJECT with TQ_OBJECT
  • [793159b9] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3.
  • [8a349b7e] Drop TQT_NO_COMPAT code
  • [365df97f] SunOS cosmetic changes

tdeedu

  • [e37a0bcc] Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
  • [7a9e5fef] Replace TQ_*Focus* and TQ_Scale* defines
  • [ca19a0f2] Drop TQT_BASE_OBJECT* defines
  • [54816bc0] Drop TQT_TQ*_CONST defines
  • [1adf059c] Drop TQT_TQ*_OBJECT defines
  • [9b035040] Replace Q_OBJECT with TQ_OBJECT
  • [9b6c861c] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3.
  • [c597b74b] Drop TQT_NO_COMPAT code
  • [389ed0d3] SunOS cosmetic changes

tdegames

  • [0c1c90f9] Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
  • [1ece3ab5] Replace TQ_*Focus* and TQ_Scale* defines
  • [65ea6712] Drop TQT_BASE_OBJECT* defines
  • [ef381c09] Drop TQT_TQ*_OBJECT defines
  • [1d0e7307] Replace Q_OBJECT with TQ_OBJECT
  • [90e08691] Drop compatibility code for TQButton
  • [565d5028] Merge translation files from master branch.

tdeaccessibility

  • [5cb2e07c] Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
  • [e94ed8d3] Replace TQ_*Focus* and TQ_Scale* defines
  • [afab03ee] Merge translation files from master branch.
  • [5d7c4c8a] Replace Q_OBJECT with TQ_OBJECT
  • [a21db23a] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3.

tdeaddons

  • [68793017] Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
  • [001ba9ea] Replace TQ_*Focus* and TQ_Scale* defines
  • [084dcc3c] Drop USE_TQT4 code
  • [c0f59ca3] Drop TQT_BASE_OBJECT* defines
  • [87dc5f62] Drop TQT_TQ*_OBJECT defines
  • [6f4c5f47] konqueror plugin: improve code for image conversion. This resolves issue TDE/tdebase#376
  • [98d99130] Replace Q_OBJECT with TQ_OBJECT
  • [97029726] Fix image conversion naming of files with multiple dots in the name. This resolves issue TDE/tdebase#376
  • [b5ae045e] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3.

tdeadmin

  • [b785ec22] Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
  • [65605421] Merge translation files from master branch.
  • [f4963842] Replace various Q_* and QT_* defines with TQ_* and TQT_*
  • [423a1cce] Replace TQ_*Focus* and TQ_Scale* defines
  • [ba0125da] Replace Q_OBJECT with TQ_OBJECT
  • [299bffeb] Replace usage of obsolete TQLineEdit methods with supported methods
  • [0e015b4c] Drop TQT_NO_COMPAT code
  • [b6c2f516] Merge translation files from master branch.
  • [c7d42d4a] Merge translation files from master branch.

tdeartwork

  • [9fa5c7de] Replace various tqtinterface's TQ_* defines with actual types
  • [dbcdda93] Replace TQ_*Focus* and TQ_Scale* defines
  • [c4ccddb5] Merge translation files from master branch.
  • [c33805f1] Drop TQT_BASE_OBJECT* defines
  • [2b61be69] Drop TQT_TQ*_OBJECT defines
  • [44ae9eea] Merge translation files from master branch.
  • [467322e5] Update translation template.
  • [690b5bf2] Add five new wallpapers. Pictures are released under GPL2 licence from
    the commit author/family.
  • [5339a14a] Replace Q_OBJECT with TQ_OBJECT
  • [94e67d0a] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3.
  • [e762b45c] Merge translation files from master branch.
  • [808f80d1] Merge translation files from master branch.

tdebindings

  • [75c243a9] Removed unsupported qtint*/qtuint*/qreal types
  • [741e9734] Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
  • [ba0ac809] Replace Q_EXPORT_*/Q_EXTERN defines with TQ_EXPORT_*/TQ_EXTERN
  • [5a0036e6] Replace various Q_* and QT_* defines with TQ_* and TQT_*
  • [0a085cfb] kalyptus: No longer use tqt-replace-stream.
    We are already using TQ_OBJECT and therefore there is no need to use
    tqt-replace-stream. Because the tqt-replace-stream script has been
    removed, the call causes FTBFS.
  • [62466ad1] Remove '-L$(prefix)/lib' to prevent multi-arch build issues
  • [f6741f00] Replace Q_OBJECT with TQ_OBJECT
  • [5ef9d501] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3.
  • [e11ddd0c] Drop attic Qt2 classes (TQtMultiLineEdit and TQtTableView)
  • [c269a828] Drop TQT_NO_COMPAT code

tdesdk

  • [7485c824] Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
  • [2a3f66d4] Replace Q_EXPORT_*/Q_EXTERN defines with TQ_EXPORT_*/TQ_EXTERN
  • [d5e7a821] Replace TQ_*Focus* and TQ_Scale* defines
  • [854ae8e0] Replace tqt_mo_* defines
  • [4a1cc838] Drop USE_TQT4 code
  • [3c1e2ceb] Drop TQT_BASE_OBJECT* defines
  • [80e5cf10] Drop TQT_TQ*_OBJECT defines
  • [ea4d6845] Rename Token_Q_OBJECT to Token_TQ_OBJECT
  • [3c9c6c22] Replace Q_OBJECT with TQ_OBJECT
  • [41f63196] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3.
  • [365f3135] Drop TQT_NO_COMPAT code
  • [8b02e379] SunOS cosmetic changes

tdevelop

  • [392b4740] Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
  • [e8e8e542] Replace TQ_*Focus* and TQ_Scale* defines
  • [da6192de] Replace tqt_mo_* defines
  • [e5cb3353] Drop TQT_BASE_OBJECT* defines
  • [57951b63] Drop TQT_TQ*_OBJECT defines
  • [cb0195be] Addendum to previous commit (replace Q_OBJECT with TQ_OBJECT)
  • [f3d43273] Replace Q_OBJECT with TQ_OBJECT
  • [b4875fb2] Merge translation files from master branch.
  • [5c50dcac] Removed Qt4 specific code and template files
  • [14334c54] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3.
  • [d45e5727] Drop TQT_NO_COMPAT code
  • [7afe1d68] Merge translation files from master branch.

tdewebdev

  • [74d7a649] Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
  • [50677e02] Replace TQ_*Focus* and TQ_Scale* defines
  • [3b410182] Replace tqt_mo_* defines
  • [5905e4ed] Drop USE_TQT4 code
  • [5b51c9fc] Drop TQT_BASE_OBJECT* defines
  • [6d4be82c] Drop TQT_TQ*_OBJECT defines
  • [309a672d] Replace Q_OBJECT with TQ_OBJECT
  • [0d04e823] Drop TQT_NO_COMPAT code

tde-i18n

  • [334a6860] Merge translation files from master branch.
  • [f80b7741] Merge translation files from master branch.
  • [fe697923] Merge translation files from master branch.
  • [2663369d] Update translation template.
  • [43e18526] Merge translation files from master branch.
  • [803f62df] Update translation template.
  • [1aa45698] Merge translation files from master branch.
  • [9bfbb2a1] Merge translation files from master branch.
  • [a7a4b3a2] Merge translation files from master branch.
  • [f6801dbf] Update translation template.
  • [9f60e440] tdebase/twin: replace three dot ellipsis with equally spaced ellipsis
  • [f6a94dd8] Merge translation files from master branch.
  • [c963f4f0] Update translation template.
  • [6d3658ef] Merge translation files from master branch.
  • [a4e39a1c] Update translation template.
  • [2aac11a9] Merge translation files from master branch.
  • [6b3d9bf7] Update translation template.
  • [fedcf08d] Merge translation files from master branch.
  • [87613f0b] Update translation template.
  • [04e761f7] Merge translation files from master branch.
  • [ea750d50] Update translation template.
  • [9ec995a9] Merge translation files from master branch.
  • [c4b1697a] Update translation template.
  • [2a43691a] Merge translation files from master branch.
  • [d3523a0e] Update translation template.
  • [4f5ffaaf] Merge translation files from master branch.
  • [6b910504] Update translation template.
  • [eeae0947] Merge translation files from master branch.
  • [175c0e0b] Merge translation files from master branch.
  • [5d920b60] Merge translation files from master branch.
  • [227b589a] Replace Q_OBJECT with TQ_OBJECT
  • [69b2dd3e] Merge translation files from master branch.
  • [6a213468] Merge translation files from master branch.
  • [9a65d432] Merge translation files from master branch.
  • [4ed42c83] Update translation template.
  • [f50ef7ae] Merge translation files from master branch.
  • [9e1eb88d] Update translation template.
  • [46ed2fe1] Merge translation files from master branch.
  • [605f0ca2] Update translation template.
  • [4919b31b] Merge translation files from master branch.
  • [4f90b3ca] Merge translation files from master branch.
  • [dc7622b4] Update translation template.
  • [6e96c1e8] Merge translation files from master branch.
  • [37b8a7c8] Update translation template.
  • [b3dd3073] Drop translations related to attic Qt2 classes (TQtMultiLineEdit)
  • [7b8149a8] Merge translation files from master branch.
  • [a4a59e25] Update translation template.
  • [e5d478d5] Merge translation files from master branch.
  • [3a164f74] Update translation template.
  • [c7d0ecab] tdebase: remove unnecessary translations. This relates to TDE/tdebase#369
  • [390d1ef1] Merge translation files from master branch.
  • [7590a5b9] Merge translation files from master branch.
  • [3a45e149] Update translation template.
  • [72d743f1] Merge translation files from master branch.
  • [96ef523f] Update translation template.
  • [2be133d9] Merge translation files from master branch.
  • [0d7c2e5d] Update translation template.
  • [9c5d6995] Merge translation files from master branch.
  • [98ce0a05] Merge translation files from master branch.
  • [c78bc44a] Merge translation files from master branch.
  • [44df5a78] Update translation template.
  • [d853b3b1] Merge translation files from master branch.
  • [5bbb7a80] Update translation template.
  • [6f206049] Drop TQT_NO_COMPAT code
  • [fbefe009] Merge translation files from master branch.
  • [437e7f9e] Update translation template.
  • [eecc6df0] Merge translation files from master branch.
  • [478fd9e0] Update translation template.
  • [b615041c] Merge translation files from master branch.
  • [13f85502] Merge translation files from master branch.
  • [9a1c9ca7] Merge translation files from master branch.
  • [95ba8f3a] Update translation template.
  • [e1048d63] Merge translation files from master branch.
  • [05bf41ea] Update translation template.
  • [9acbd977] Merge translation files from master branch.
  • [1d7d1003] Update translation template.
  • [f1b2e331] Merge translation files from master branch.
  • [5eaf3bb0] Update translation template.
  • [de74b99d] Merge translation files from master branch.
  • [4a18fa74] Update translation template.
  • [e02a6d3d] Merge translation files from master branch.
  • [6e1eb337] Merge translation files from master branch.
  • [fe0891f3] Merge translation files from master branch.
  • [9bc0dc32] Merge translation files from master branch.
  • [5a5426dc] Merge translation files from master branch.
  • [3353b420] Merge translation files from master branch.
  • [95125a27] Update translation template.
  • [fe59ee0e] Merge translation files from master branch.
  • [cf5a7674] Update translation template.
  • [0e18bd1f] Merge translation files from master branch.
  • [f2d553a6] Update translation template.
  • [fd5dc71d] Merge translation files from master branch.

libraries

libkdcraw

  • [ec23dda6] Merge translation files from master branch.
  • [5c791b59] Merge translation files from master branch.
  • [f1971ac2] Replace TQ_*Focus* and TQ_Scale* defines
  • [956155c8] Merge translation files from master branch.
  • [b2ea56a5] Replace Q_OBJECT with TQ_OBJECT
  • [e2fa006d] Merge translation files from master branch.
  • [ce03100d] Merge translation files from master branch.

libkexiv2

  • [378208a7] Fix FTBFS when using libexiv2 0.28.0. This resolves issue #3
  • [e6231c03] Remove unused code related to very old versions of libexiv2 (prior to 2011)

libkipi

  • [a05d3df5] Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
  • [331aea35] Replace Q_OBJECT with TQ_OBJECT
  • [fd3cbbaa] Merge translation files from master branch.
  • [a12b534d] Drop Qt2's TQSemiModal and TQSortedList classes

kipi-plugins

  • [a078a9c2] Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
  • [9119af3f] Replace TQ_*Focus* and TQ_Scale* defines
  • [08b85ec5] Fix FTBFS from issue #5
  • [193a26b3] Drop TQT_BASE_OBJECT* defines
  • [8efca3f3] Replace Q_OBJECT with TQ_OBJECT
  • [1b54582e] Merge translation files from master branch.
  • [01b13eae] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3.
  • [4a8dd422] Merge translation files from master branch.
  • [f1f7701f] Drop TQT_NO_COMPAT code
  • [b886660d] Merge translation files from master branch.

libksquirrel

  • [bdbed63f] cmake: Add detection of standalone iconv library.
  • [d4e96a34] cmake: Fix X11/XWDFile.h header detection.
  • [82528b26] Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
  • [f378f80d] Conversion to cmake building system
  • [2a7760d9] Move ksquirrel-libs-png to kernel folder since it is shared by three different codecs (dicom, png, svg)
  • [743d5166] Replace Q_OBJECT with TQ_OBJECT
  • [9e9492a6] Drop TQT_NO_COMPAT code
  • [e14b6685] Removed unnecessary files

libtdeldap

libtqt-perl

  • [e364eb0c] Removed unsupported qtint*/qtuint*/qreal types
  • [affd5fe7] Replace Q_EXPORT_*/Q_EXTERN defines with TQ_EXPORT_*/TQ_EXTERN
  • [a9e5b8a1] Replace various Q_* and QT_* defines with TQ_* and TQT_*
  • [85b5faad] kalyptus: No longer use tqt-replace-stream.
    We are already using TQ_OBJECT and therefore there is no need to use
    tqt-replace-stream. Because the tqt-replace-stream script has been
    removed, the call causes FTBFS.
  • [b8fec6ee] Replace Q_OBJECT with TQ_OBJECT
  • [de0ff66b] Drop attic Qt2 classes (TQtMultiLineEdit and TQtTableView)
  • [25f2672b] Drop TQT_NO_COMPAT code

pytde

  • [3a324c95] Replace various tqtinterface's TQ_* defines with actual types
  • [7c2e4340] Replace Q_OBJECT with TQ_OBJECT

applications/development

kdbg

  • [1f23d462] Removed outdated files
  • [bc5cb142] Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
  • [5d4a6e71] Replace Q_OBJECT with TQ_OBJECT

kdiff3

  • [5c7ab4d3] Replace TQ_*Focus* and TQ_Scale* defines
  • [d9d59f82] Merge translation files from master branch.
  • [20037609] Update translation template.
  • [944553d4] Drop USE_QT4 code and unnecessary .tdevelop project file
  • [773f93a5] Fix FTBFS from issue #6
  • [b5270999] Drop TQT_BASE_OBJECT* defines
  • [21ca8e5a] Drop TQT_TQ*_CONST defines
  • [33583365] Replace Q_OBJECT with TQ_OBJECT

kpicosim

kscope

  • [2da5c318] Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
  • [22a657c1] Replace Q_OBJECT with TQ_OBJECT

ktechlab

  • [4f72176a] Replace TQ_*Focus* and TQ_Scale* defines
  • [11a949b4] Drop TQT_BASE_OBJECT* defines
  • [d9fab094] Replace Q_OBJECT with TQ_OBJECT
  • [397fe454] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3.

kxmleditor

  • [d69c4983] Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
  • [3f22c122] Replace Q_OBJECT with TQ_OBJECT

piklab

  • [85ec028d] Replace TQ_*Focus* and TQ_Scale* defines
  • [9b77564b] Drop TQT_BASE_OBJECT* defines
  • [ef93b5a5] Replace Q_OBJECT with TQ_OBJECT
  • [746d32a1] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3.

tdesvn

  • [e17d76fc] Merge translation files from master branch.
  • [57baa84c] Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
  • [67bfc2c2] Drop TQT_BASE_OBJECT* defines
  • [32818c7a] Drop TQT_TQ*_OBJECT defines
  • [a8d3129b] Replace Q_OBJECT with TQ_OBJECT
  • [df800578] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3.

applications/games

knights

  • [fd043239] Replace TQ_*Focus* and TQ_Scale* defines
  • [4703dbc1] Drop TQT_BASE_OBJECT* defines
  • [4ebbef64] Replace Q_OBJECT with TQ_OBJECT
  • [fd77e9f1] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3.

tdepacman

applications/graphics

digikam

  • [23344f15] Merge translation files from master branch.
  • [fbf34d1b] Merge translation files from master branch.
  • [91198705] Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
  • [d6f63fc9] Replace TQ_*Focus* and TQ_Scale* defines
  • [cde65f51] Fix FTBFS from issue #9
  • [92234290] Drop TQT_BASE_OBJECT* defines
  • [bcffd86e] Drop TQT_TQ*_OBJECT defines
  • [fe8b4e81] Replace Q_OBJECT with TQ_OBJECT
  • [b70cb566] Drop TQT_NO_COMPAT code
  • [dea407e3] Merge translation files from master branch.

gwenview

  • [6b1a56ba] Fix FTBFS when using libexiv2 0.28.0. This resolves issue #7
  • [e441ffca] Remove unused code related to very old versions of libexiv2 (prior to 2011)
  • [2d5bd98e] Replace TQ_*Focus* and TQ_Scale* defines
  • [a248cedf] Drop TQT_BASE_OBJECT* defines
  • [ff1ab64a] Drop TQT_TQ*_OBJECT defines
  • [d6c24d70] Replace Q_OBJECT with TQ_OBJECT
  • [1bcda901] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3.

ksquirrel

  • [b1ecfb8b] Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
  • [015d47f5] Replace TQ_*Focus* and TQ_Scale* defines
  • [a3bef211] Fix FTBFS from issue #7
  • [446eea79] Drop TQT_BASE_OBJECT* defines
  • [9b19488f] Replace Q_OBJECT with TQ_OBJECT
  • [7427e88a] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3.
  • [5c1ea9ae] Drop TQT_NO_COMPAT code
  • [f0109c23] Add man pages from tde-packaging repository

potracegui

applications/internet

kasablanca

kbiff

kftpgrabber

knmap

  • [3d54e40a] Merge translation files from master branch.
  • [20c075f7] Merge translation files from master branch.
  • [dddc186b] Merge translation files from master branch.
  • [bb9ba751] Replace Q_OBJECT with TQ_OBJECT

konversation

  • [3f8cbc7f] Replace TQ_*Focus* and TQ_Scale* defines
  • [04e6c49e] Drop TQT_BASE_OBJECT* defines
  • [0984efdd] update default server to Libera.Chat and enable SSL
  • [51c582c3] Replace Q_OBJECT with TQ_OBJECT
  • [7a6d31ab] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3.

kopete-otr

  • [11d191a9] Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
  • [d1e0f62b] Replace Q_OBJECT with TQ_OBJECT

kshowmail

  • [3cae0331] Replace Q_OBJECT with TQ_OBJECT
  • [52d71348] Removed .moc source files documentation.
  • [bff3009c] Merge translation files from master branch.

kstreamripper

ktorrent

  • [1ff3e4d8] Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
  • [6925e9d2] Replace Q_EXPORT_*/Q_EXTERN defines with TQ_EXPORT_*/TQ_EXTERN
  • [cc3a1678] Replace TQ_*Focus* and TQ_Scale* defines
  • [0c7012a7] Drop TQT_BASE_OBJECT* defines
  • [694b6573] Replace Q_OBJECT with TQ_OBJECT
  • [aab627d9] Drop TQT_NO_COMPAT code

kvirc

  • [776d3820] Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
  • [84057ea2] Replace TQ_*Focus* and TQ_Scale* defines
  • [33c7bc39] Merge translation files from master branch.
  • [0fac3b32] Update translation template.
  • [7c3b44b8] Drop USE_QT4 code
  • [cafbffba] Fix FTBFS from issue #9
  • [2c078f18] Drop TQT_BASE_OBJECT* defines
  • [c49086f6] Drop TQT_TQ*_OBJECT defines
  • [cadbbff2] Addendum to previous commit (replace Q_OBJECT with TQ_OBJECT)
  • [e6270284] Replace Q_OBJECT with TQ_OBJECT
  • [ef786e3a] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3.

kvpnc

  • [1cf53c1d] Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
  • [918444d1] Replace Q_OBJECT with TQ_OBJECT
  • [1bdf9a28] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3.

smb4k

  • [6abbebc4] Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
  • [2cf346ab] Drop TQT_BASE_OBJECT* defines
  • [94c1aa87] Replace Q_OBJECT with TQ_OBJECT
  • [9b8439ac] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3.
  • [ce8b965c] Drop TQT_NO_COMPAT code

tork

  • [53cb7667] Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
  • [1855627c] Replace Q_OBJECT with TQ_OBJECT

applications/misc

bibletime

  • [7415013c] Replace TQ_*Focus* and TQ_Scale* defines
  • [246bb9cb] Drop TQT_BASE_OBJECT* defines
  • [7740e2e6] Replace Q_OBJECT with TQ_OBJECT

desktop-effects-tde

kcmldap

kcmldapcontroller

kcmldapmanager

kerberostray

  • [301f170b] Replace Q_OBJECT with TQ_OBJECT
  • [c3cc972b] Merge translation files from master branch.

krecipes

  • [da31f73e] Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
  • [4e8e7f34] Replace Q_OBJECT with TQ_OBJECT
  • [b3a74e11] Drop TQT_NO_COMPAT code

applications/multimedia

amarok

  • [2cb1a77d] Merge translation files from master branch.
  • [788ea2fb] Merge translation files from master branch.
  • [1d750053] Update translation template.
  • [5dc7ba8c] Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
  • [55525507] Merge translation files from master branch.
  • [f9668721] Update translation template.
  • [75b46c18] Avoid double logarithmic volume scaling when using libxine >= 1.2.13. This relates to TDE/tdemultimedia#40
  • [715a0ab4] Replace TQ_*Focus* and TQ_Scale* defines
  • [8fa7e28a] Drop Symbian support
  • [b84c9505] Drop USE_TQT4 code
  • [688e664d] Drop TQT_BASE_OBJECT* defines
  • [2a618adc] Replace Q_OBJECT with TQ_OBJECT
  • [f1076650] Merge translation files from master branch.
  • [3e6935b4] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3.
  • [f76f89ad] Merge translation files from master branch.
  • [2abbd175] Merge translation files from master branch.
  • [36bc8001] Merge translation files from master branch.
  • [1de41405] Merge translation files from master branch.
  • [04bd5a86] Merge translation files from master branch.

codeine

  • [bf236a31] Update translation template.
  • [58bbed05] xine engine: make volume control logarithmic for versions of xine < 1.2.13. For xine versions >= 1.2.13, libxine already makes the volume logarithmic. This relates to TDE/tdemultimedia#40
  • [79a8d179] Update translation template.
  • [d1d095a2] Fix volume slider functionality and visualization
  • [decb99db] Replace Q_OBJECT with TQ_OBJECT
  • [177cdfdd] Merge translation files from master branch.

k3b

  • [8b9e54ea] Merge translation files from master branch.
  • [64704781] Fix detection and linking of taglib
  • [bf674dd3] Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
  • [c063a706] Replace TQ_*Focus* and TQ_Scale* defines
  • [04086637] Drop USE_TQT4 code
  • [eb0f6cbe] Drop TQT_BASE_OBJECT* defines
  • [9f8bd22e] Drop TQT_TQ*_CONST defines
  • [6c942432] Drop TQT_TQ*_OBJECT defines
  • [667ad9cd] Replace Q_OBJECT with TQ_OBJECT
  • [b14c0f07] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3.
  • [dc0b5f06] Merge translation files from master branch.
  • [3d54daac] Merge translation files from master branch.

k3b-i18n

  • [ef7d6264] Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
  • [2ed937aa] Merge translation files from master branch.
  • [fce5837d] Update translation template.
  • [36af70ab] Merge translation files from master branch.
  • [62b97f3f] Merge translation files from master branch.
  • [8c489144] Merge translation files from master branch.

k9copy

  • [50ca2b56] Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
  • [14200ce4] Fix clang build failure for k9saveimage
    This resolves issue #16
  • [f59d6e17] Replace TQ_*Focus* and TQ_Scale* defines
  • [dc9b57aa] Fix clang build failure for cputest
  • [b7e134e2] Conversion to cmake build system
  • [0984c8a8] Fix incorrect use of dvdread includes.
    It seems that the library has been designed for use includes in the form
    "#include <dvdread/...>" while we used includes without the "dvdread/" prefix.
    This caused that instead of using the standard path detected from pkg-config,
    the expected path had to be added to to -I flag.
  • [ba09a974] Merge translation files from master branch.
  • [d3444bc5] Update translation template.
  • [1a64436b] Fix more usage of TQString which would cause FTBFS with cmake
  • [84a8b220] Restore correct version of anim.mng file from debian snapshot (https://snapshot.debian.org/package/k9copy/2.3.8-3/)
  • [8ae9f61c] Fix usage of TQString which would cause FTBFS with cmake
  • [10f89cd7] Move icons folder to main level.
  • [d8f75eb1] Normalize doc structure and remove unused files
  • [3dbd5e8f] Replace Q_OBJECT with TQ_OBJECT
  • [fcc14dce] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3.
  • [321a6c84] Merge translation files from master branch.

kaffeine

  • [d60d9459] Merge translation files from master branch.
  • [3678f335] Update translation template.
  • [7cfd3046] xine engine: make volume control logarithmic for versions of xine < 1.2.13.
    For xine versions >= 1.2.13, libxine already makes the volume logarithmic.
    This relates to TDE/tdemultimedia#40
    This commit makes the behavior consistent across different xine versions
    and aligned with other players like Amarok.
  • [6aefcf11] Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
  • [02b1ed8f] Replace various Q_* and QT_* defines with TQ_* and TQT_*
  • [d8778380] Replace TQ_*Focus* and TQ_Scale* defines
  • [8af1bf87] Drop TQT_BASE_OBJECT* defines
  • [cad95d2d] Drop TQT_TQ*_OBJECT defines
  • [f3bdcef9] Replace Q_OBJECT with TQ_OBJECT
  • [8306ffba] Convert dummy part example to cmake

kmplayer

  • [ba479173] Merge translation files from master branch.
  • [9f4c6355] Replace TQ_*Focus* and TQ_Scale* defines
  • [fc479135] Merge translation files from master branch.
  • [c85bff43] Update translation template.
  • [b065e535] Drop TQT_BASE_OBJECT* defines
  • [da8cf2c4] Replace Q_OBJECT with TQ_OBJECT
  • [b62a1922] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3.
  • [698d2bc3] Merge translation files from master branch.

kplayer

mplayerthumbs

rosegarden

  • [7d34c995] Replace various tqtinterface's TQ_* defines with actual types
  • [6be0f33e] Replace TQ_*Focus* and TQ_Scale* defines
  • [45016a2f] Drop TQT_BASE_OBJECT* defines
  • [4015988c] Drop TQT_TQ*_CONST defines
  • [3cf37826] Drop TQT_TQ*_OBJECT defines
  • [3ef4ff2e] Replace Q_OBJECT with TQ_OBJECT
  • [95194d38] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3.

soundkonverter

  • [d758c4b7] Fix FTBFS caused by taglib as a result of the QString -> TQString renaming.
  • [9fe89946] Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
  • [37409e17] Drop TQT_BASE_OBJECT* defines
  • [75d73ad5] Replace Q_OBJECT with TQ_OBJECT
  • [a36ca1c3] Drop TQT_NO_COMPAT code

tderadio

  • [68fa0b1c] Drop USE_TQT4 code
  • [998f0a7f] Drop TQT_BASE_OBJECT* defines
  • [c4cfb3dc] Merge translation files from master branch.
  • [30f16ad2] Merge translation files from master branch.
  • [0959273b] Drop use of TQ_SP* defines.
  • [5501a8c7] Replace Q_OBJECT with TQ_OBJECT
  • [9ef2b1a7] Merge translation files from master branch.

applications/office

basket

  • [123ea9fb] Replace TQ_*Focus* and TQ_Scale* defines
  • [2fa133cf] Drop TQT_TQ*_OBJECT defines
  • [0cb23300] Replace Q_OBJECT with TQ_OBJECT
  • [7c310957] Merge translation files from master branch.
  • [ea8b722d] Update translation template.
  • [4a028d07] Drop Qt2's TQSortedList class
  • [a07f9925] Merge translation files from master branch.

kbibtex

kbookreader

  • [e08aee73] Replace TQ_*Focus* and TQ_Scale* defines
  • [fb55a29f] Replace Q_OBJECT with TQ_OBJECT
  • [f3ed10ea] Merge translation files from master branch.

keximdb

kile

  • [4bd5c010] Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
  • [ede00661] Replace TQ_*Focus* and TQ_Scale* defines
  • [35b1925e] Drop TQT_BASE_OBJECT* defines
  • [3f0134fe] Replace Q_OBJECT with TQ_OBJECT
  • [9a1b6c4b] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3.

kmymoney

  • [a84f7caf] Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
  • [08d1c729] Replace Q_EXPORT_*/Q_EXTERN defines with TQ_EXPORT_*/TQ_EXTERN
  • [e35b2733] Replace TQ_*Focus* and TQ_Scale* defines
  • [cc8fe772] Merge translation files from master branch.
  • [1fdcccb5] Update translation template.
  • [79b31360] Drop USE_TQT4 code
  • [1c3fb8b2] Drop TQT_BASE_OBJECT* defines
  • [6d209e21] Drop TQT_TQ*_CONST defines
  • [a5848535] Drop TQT_TQ*_OBJECT defines
  • [93816e0a] Replace Q_OBJECT with TQ_OBJECT
  • [7a469553] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3.
  • [43cb2df6] Drop use of COMPAT_TQT_VERSION define
  • [1a2f7616] Drop Qt2 obsolete classes

knowit

koffice

  • [7cec1c0e] Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
  • [a7351a9c] Replace Q_EXPORT_*/Q_EXTERN defines with TQ_EXPORT_*/TQ_EXTERN
  • [141d8c03] Replace various tqtinterface's TQ_* defines with actual types
  • [7b525ca1] Replace TQ_*Focus* and TQ_Scale* defines
  • [73836b4c] Drop USE_TQT4 code
  • [1607518b] Drop TQT_BASE_OBJECT* defines
  • [64574118] Drop TQT_TQ*_OBJECT defines
  • [c9fc87af] Drop use of TQ_SP* defines.
  • [ef14fba4] Replace Q_OBJECT with TQ_OBJECT
  • [462dc85d] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3.
  • [75cc9de8] Drop use of COMPAT_TQT_VERSION define
  • [f25aee7b] Drop Qt2 obsolete classes
  • [72bac0dd] Chalk: Fix loading of PNG files with iCCP
    This commit makes some fixes to the way that iCCP profile data is read and
    loaded, and adds an additional check to ensure that the PNG file does have
    a profile.
    It also introduces a shorter libpng version check of the form:
    `#if PNG_LIBPNG_VER < 10500`
    This commit fixes issue #20
  • [b19ae6ac] Workaround to fix issue #32

koffice-i18n

  • [6fcd754e] Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
  • [799c0520] Replace Q_EXPORT_*/Q_EXTERN defines with TQ_EXPORT_*/TQ_EXTERN
  • [613f1cf8] Merge translation files from master branch.
  • [86e42647] Update translation template.
  • [2adff954] Replace Q_OBJECT with TQ_OBJECT
  • [095c16c0] Merge translation files from master branch.
  • [db60471c] Merge translation files from master branch.
  • [bdb3da2e] Merge translation files from master branch.

kpilot

  • [1a31fdd3] Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
  • [0a566136] Drop TQT_BASE_OBJECT* defines
  • [980849e7] Replace Q_OBJECT with TQ_OBJECT
  • [83e4ace7] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3.

tellico

  • [59252e91] Merge translation files from master branch.
  • [5fc9c892] Merge translation files from master branch.
  • [000d82e7] Update translation template.
  • [8e802326] Fix FTBFS caused by taglib as a result of the QString -> TQString renaming.
  • [9c6e8045] Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
  • [4b657979] Replace TQ_*Focus* and TQ_Scale* defines
  • [31fba841] Drop TQT_BASE_OBJECT* defines
  • [37c2ad0c] Replace Q_OBJECT with TQ_OBJECT
  • [2aa8f8fc] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3.

applications/settings

kdpkg

  • [e5089f3c] Merge translation files from master branch.
  • [df8e8632] Merge translation files from master branch.
  • [f0c62495] Replace Q_OBJECT with TQ_OBJECT
  • [d79e9b5e] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3.
  • [41c04dc6] Merge translation files from master branch.

kima

kiosktool

  • [8e62eebd] Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
  • [84eca24a] Replace Q_OBJECT with TQ_OBJECT
  • [76b2a638] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3.
  • [c1c74484] Merge translation files from master branch.

kkbswitch

  • [96871dc4] Replace Q_OBJECT with TQ_OBJECT
  • [294b4729] Merge translation files from master branch.
  • [9d440c49] Merge translation files from master branch.
  • [359b2cd5] Merge translation files from master branch.
  • [f9e02269] Update translation template.
  • [d0cbee51] Added global shortcuts for switching to previous/next group
  • [29ed3556] Merge translation files from master branch.

klcddimmer

  • [fd15f2dc] Replace Q_OBJECT with TQ_OBJECT
  • [a932bc92] Merge translation files from master branch.

kmyfirewall

  • [2642005f] Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
  • [7253927e] Replace TQ_*Focus* and TQ_Scale* defines
  • [c37c472c] Replace Q_OBJECT with TQ_OBJECT
  • [c313fc51] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3.
  • [12d78a43] Add man pages from tde-packaging repository
  • [57c87890] Removed unnecessary files
  • [ecfe7712] Drop TQT_NO_COMPAT code

tde-systemsettings

tdenetworkmanager

tdesudo

wlassistant

  • [65c37c1f] Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
  • [720d37f0] Replace Q_OBJECT with TQ_OBJECT
  • [259e5fb4] Merge translation files from master branch.

applications/system

dolphin

  • [11588596] Replace TQ_*Focus* and TQ_Scale* defines
  • [9409a55d] Merge translation files from master branch.
  • [ebf9edd2] Update translation template.
  • [267f704a] Drop TQT_BASE_OBJECT* defines
  • [d5fd1605] Replace Q_OBJECT with TQ_OBJECT
  • [4c7209ee] Improve code for image conversion. This relates to issue TDE/tdebase#376
  • [5f4a60b2] Merge translation files from master branch.
  • [6bfb9e00] Update translation template.
  • [83850aae] Fix image conversion naming of files with multiple dots in the name. This relates to issue TDE/tdebase#376
  • [9af3b341] Add more options to "Set as Background" menu in Dolphin.
    This resolves issue #17
  • [878adb72] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3.
  • [42d55616] Merge translation files from master branch.

katapult

  • [2dc8d77e] Replace TQ_*Focus* and TQ_Scale* defines
  • [8358d142] Replace Q_OBJECT with TQ_OBJECT
  • [d44e47d1] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3.

kbfx

  • [612b41af] Replace TQ_*Focus* and TQ_Scale* defines
  • [fce56fa7] Drop TQT_BASE_OBJECT* defines
  • [07cb8b6c] Replace Q_OBJECT with TQ_OBJECT
  • [6dd6e0a7] Merge translation files from master branch.

kcmautostart

  • [ad7bb3ee] Replace Q_OBJECT with TQ_OBJECT
  • [f332e029] Merge translation files from master branch.

kdbusnotification

klamav

  • [f62fb968] Replace Q_OBJECT with TQ_OBJECT
  • [ead114df] Merge translation files from master branch.

knemo

  • [9f762337] Drop TQT_TQ*_OBJECT defines
  • [d328d85e] Replace Q_OBJECT with TQ_OBJECT
  • [444036ef] Merge translation files from master branch.

knetload

knetstats

kooldock

  • [5d80102b] Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
  • [da6a9e3e] Replace Q_OBJECT with TQ_OBJECT

krusader

  • [3c17b9e4] Merge translation files from master branch.
  • [073340ed] Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
  • [142b3f00] Replace TQ_*Focus* and TQ_Scale* defines
  • [917651b3] Drop TQT_BASE_OBJECT* defines
  • [8b0a8253] Replace Q_OBJECT with TQ_OBJECT
  • [14aa2981] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3.
  • [234a2a4c] Drop Qt2's TQSemiModal class
  • [9b38fb3c] Drop TQT_NO_COMPAT code

kshutdown

  • [a621edf4] Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
  • [4a62331c] Merge translation files from master branch.
  • [4ff05389] Replace Q_OBJECT with TQ_OBJECT

ksystemlog

kvkbd

  • [f5c63412] Replace TQ_*Focus* and TQ_Scale* defines
  • [70940a44] Replace Q_OBJECT with TQ_OBJECT

polkit-agent-tde

  • [b62ffbaa] Merge translation files from master branch.
  • [a05aea1d] Replace Q_OBJECT with TQ_OBJECT
  • [4515df32] Merge translation files from master branch.

tastymenu

  • [258a108a] Replace Q_OBJECT with TQ_OBJECT
  • [416bda1d] Merge translation files from master branch.

tdebluez

  • [a1ddecf6] Merge translation files from master branch.
  • [0f1dee48] Replace Q_OBJECT with TQ_OBJECT
  • [27b70ff7] Merge translation files from master branch.
  • [a045ecc4] Merge translation files from master branch.
  • [fb3e3ac8] Update translation template.
  • [24b3dc5e] This fixes unknown devices to be configured and adds computer as valid device type.
  • [e11af1d3] This fixes "Connecting device not working" issue #25
  • [0a4ea4b0] Merge translation files from master branch.
  • [f188187d] Update translation template.
  • [5d198d9d] Fix issue when multiple devices with the same name are present. This resolves issue #24
  • [83438b8e] Add cmake rules for building tdebluez api docs
  • [5c37f6a6] Merge translation files from master branch.
  • [531fe51b] Update translation template.
  • [bc79b63d] Change the German string to English.
  • [9276d6d1] Remove unnecessary accelerators from .ui files.
  • [33f85d00] Update translation template.
  • [9c9a5098] Update on the README.md
  • [25926f66] Change the text of the action for authorization so that it is not joined
    from multiple strings and therefore translation could be clearer.
  • [9cffe7ea] Use find_package( TQtQUI ) to detect TQtQui library.
    Use tde_setup_dbus to detect and setup DBus.
    Cleanup unused macros.

tdedocker

  • [dae376aa] Replace Q_OBJECT with TQ_OBJECT
  • [dee19ae7] Merge translation files from master branch.

tdepowersave

  • [3db5915d] Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
  • [3397f90a] Merge translation files from master branch.
  • [8ffb1659] Update translation template.
  • [388bf46a] Solve issue with CPU using 100% resources when autodimm was activated. This resolves issue TDE/tde#136
    The problem was hardware dependent and only noticable when the backlight
    card has hundreds or thousands of steps. This was causing non-stop
    calls to setBrightness, which did not have enough CPU time to complete
    its task before the next call, resulting in the CPU eating up all
    resources, non stop.
  • [96562b80] Fix rounding error when setting brightness by percentage
  • [a4e984b1] Removed unused/unnecessary code
  • [b463ff90] Separate logic to set brightness by absolute level or percentage
  • [2a85caa9] Replace TQ_*Focus* and TQ_Scale* defines
  • [5e7bdf8c] Extend DCOP interface with new brightnessSet method
  • [431f2c21] Fix value returned by 'brightnessGet' DCOP call. The value is now in the range 0-100 (percentage) or -1 if brightness is not supported
  • [1ef07aa2] Replace Q_OBJECT with TQ_OBJECT
  • [9e6cc874] Merge translation files from master branch.
  • [27eedf69] Update translation template.
  • [aaecc02b] Update translation files
    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    Translation: applications/tdepowersave
    Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/
  • [8317ec0e] Fix bad english in brightness string
  • [10c2ac77] Merge translation files from master branch.

yakuake

  • [75a57daf] Replace TQ_*Focus* and TQ_Scale* defines
  • [6f4267af] Replace Q_OBJECT with TQ_OBJECT

applications/tdeio

tdeio-appinfo

tdeio-apt

tdeio-ftps

  • [de84323b] Merge translation files from master branch.

tdeio-locate

tdeio-umountwrapper

applications/themes

gtk-qt-engine

  • [ac1ff691] Merge translation files from master branch.
  • [1c0cf770] Merge translation files from master branch.
  • [e107d610] Replace Q_OBJECT with TQ_OBJECT

gtk3-tqt-engine

  • [05ed49c3] Replace Q_EXPORT_*/Q_EXTERN defines with TQ_EXPORT_*/TQ_EXTERN
  • [6713ac1b] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3.
  • [64db9682] Drop TQT_NO_COMPAT code

kgtk-qt3

ksplash-engine-moodin

qt4-tqt-theme-engine

  • [12794d91] Drop TQT_NO_COMPAT code
  • [1d15009c] Replace Q_EXPORT_*/Q_EXTERN defines with TQ_EXPORT_*/TQ_EXTERN

tde-style-baghira

  • [54c964fc] Replace Q_EXPORT_*/Q_EXTERN defines with TQ_EXPORT_*/TQ_EXTERN
  • [185b962c] Replace Q_OBJECT with TQ_OBJECT
  • [2081343a] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3.
  • [f4a20352] Drop TQT_NO_COMPAT code
  • [ce4fd308] Merge translation files from master branch.

tde-style-domino

  • [cdeeeb9b] Replace various tqtinterface's TQ_* defines with actual types
  • [8a72ddd4] Replace Q_OBJECT with TQ_OBJECT
  • [a32ce765] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3.

tde-style-ia-ora

  • [869ce61a] Replace Q_EXPORT_*/Q_EXTERN defines with TQ_EXPORT_*/TQ_EXTERN
  • [4995a917] Replace Q_OBJECT with TQ_OBJECT
  • [b508dbd6] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3.

tde-style-lipstik

  • [72bb5eb2] Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
  • [905139f8] Drop TQT_TQ*_OBJECT defines
  • [cfbaf42f] Replace Q_OBJECT with TQ_OBJECT
  • [7165d58b] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3.

tde-style-qtcurve

  • [8decfa98] Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
  • [496431a6] Replace various tqtinterface's TQ_* defines with actual types
  • [3c65d4d7] Drop USE_TQT4 code
  • [e8b48a25] Drop TQT_BASE_OBJECT* defines
  • [254bc2f8] Drop TQT_TQ*_CONST defines
  • [686b1ffc] Drop TQT_TQ*_OBJECT defines
  • [6d4f3af0] Replace Q_OBJECT with TQ_OBJECT
  • [f96ebf44] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3.
  • [39f1c011] Merge translation files from master branch.

tdmtheme

twin-style-crystal

twin-style-dekorator

twin-style-machbunt

twin-style-suse2

applications/utilities

abakus

  • [52eaa0b5] Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
  • [d081c368] Drop TQT_BASE_OBJECT* defines
  • [0cbfd1ef] Replace Q_OBJECT with TQ_OBJECT
  • [d93c12f6] Merge translation files from master branch.
  • [0091ba7e] Merge translation files from master branch.
  • [1d82affe] Merge translation files from master branch.

filelight

  • [9f59f196] Merge translation files from master branch.
  • [4fc0f89e] Replace Q_OBJECT with TQ_OBJECT
  • [f95c2be0] Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3.

kbarcode

  • [5d320686] Replace TQ_*Focus* and TQ_Scale* defines
  • [7beb5925] Merge translation files from master branch.
  • [54202808] Replace Q_OBJECT with TQ_OBJECT
  • [c846138d] Merge translation files from master branch.
  • [8b350ddf] Merge translation files from master branch.

kchmviewer

kcpuload

  • [0cdd5700] Drop TQT_BASE_OBJECT* defines
  • [01edf7be] Merge translation files from master branch.
  • [d24fc5df] Merge translation files from master branch.
  • [85e824a5] Replace Q_OBJECT with TQ_OBJECT
  • [a9138aaf] Merge translation files from master branch.

kdirstat

keep

knutclient

  • [55b950ea] Merge translation files from master branch.
  • [8b9b160e] Replace Q_OBJECT with TQ_OBJECT

kompose

  • [1f6563a2] Replace Q_OBJECT with TQ_OBJECT
  • [9b1d854c] Merge translation files from master branch.

krename

  • [6f80ce0b] Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
  • [ad3b4bf4] Replace Q_OBJECT with TQ_OBJECT

ksensors

mathemagics

qalculate-tde

  • [d188a043] Merge translation files from master branch.
  • [f286dcd4] Merge translation files from master branch.
  • [e2bfe5bf] Replace Q_OBJECT with TQ_OBJECT
  • [ef31b019] Merge translation files from master branch.
  • [1ec24c00] Merge translation files from master branch.
  • [10b1baeb] Merge translation files from master branch.
  • [0efe2cf5] Merge translation files from master branch.
  • [1b9b8feb] Merge translation files from master branch.

packaging

packaging

  • [3e48ca30] RPM: Update for final R14.1.1.
  • [5651b5de] FreeBSD: Update for final R14.1.1.
  • [9f8441ef] ArchLinux: Update for final R14.1.1.
  • [b9a519e0] DEB libksquirrel: switch to cmake building system
  • [70c47b9e] DEB default-settings: Move common files to common directory.
  • [4924bcbf] DEB tdegraphics: Add libglut-dev as an alternative dependency for freeglut3-dev.
  • [f4f0da1b] DEB metapackages: Remove the forced dependence on libgl1-mesa-glx and libglut3/freeglut3.
  • [8cb854b9] DEB ksensors: Add libsensors-dev as an alternative dependency.
  • [30683723] DEB tdebase: Add libsensors-dev as an alternative dependency.
  • [2f13d613] DEB kstreamripper: removed unnecessary files (man page already included in main repository)
  • [8ff777c8] DEB: remove packaging files for 'fusion-icon' which is no longer part of TDE
  • [ec70f7d4] DEB: added packaging files for kommando
  • [7bec44d1] DEB k9copy: conversion to cmake build system
  • [bbfa80f7] RPM: update build scripts
  • [8b0f9ee1] RPM: fix invalid dependencies to devel packages
  • [57950a7f] DEB kmyfirewall: move man pages to main repo
  • [5aa28d44] DEB tdebase: Add init to build-depends.
    This is necessary for TDE/tdebase#359
  • [1028598a] DEB buildscripts: removed from R14.1.x branch. These scripts are kept up to date on master branch only, to avoid unnecessary repetition.
  • [73972eeb] DEB: add support for Debian Trixie and Ubuntu Mantic. Remove Ubuntu Impish
  • [b050ce81] FreeBSD: Backport patches to solve issue TDE/tde#128
  • [ea254eaa] ArchLinux: Backport patches to solve issue TDE/tde#128
  • [90e7827c] DEB tdebase: add TDE release notes to khelpcenter home page. This resolves issue TDE/tdebase#332
  • [10724eac] DEB build scripts: update to new package naming convention (~pre instead of ~s)
  • [7560fed8] Add debian rules for building tdebluez api docs
  • [6a6134e9] DEB ksquirrel: use man pages from main repo
  • [610981dc] RPM: update build scripts for Fedora 36
  • [5fe21c2f] RPM: add distribution opensuse Leap 15.5
  • [7919e63a] RPM: add build scripts for Mageia 9
  • [6783a326] RPM: update build scripts for opensuse tumbleweed
  • [8ab4d392] RPM: update build scripts for Fedora 38
  • [0edc1511] RPM: add docker script for fedora38
  • [687dff79] RPM: update build scripts for Fedora 37
  • [9a94d2f3] RPM: update build scripts for opensuse 15.4
  • [ae2a5ca1] RPM: update build scripts for pclinuxos