Commit Graph

101 Commits (806ade057ead5ff74daa40df20f18040839a952f)

Author SHA1 Message Date
TDE Weblate 806ade057e Update translation files
Updated by Update PO files to match POT (msgmerge) hook in Weblate.
6 years ago
TDE Weblate 423796836c Update translation files
Updated by Update PO files to match POT (msgmerge) hook in Weblate.
6 years ago
TDE Weblate 0a05831459 Update translation files
Updated by Update PO files to match POT (msgmerge) hook in Weblate.
6 years ago
TDE Weblate 4c10a2e7e5 Update translation files
Updated by Update PO files to match POT (msgmerge) hook in Weblate.
6 years ago
TDE Weblate b73a6aa348 Update translation files
Updated by Update PO files to match POT (msgmerge) hook in Weblate.
6 years ago
TDE Weblate d06c8ff2b8 Update translation files
Updated by Update PO files to match POT (msgmerge) hook in Weblate.
6 years ago
TDE Weblate f90db99c0a Update translation files
Updated by Update PO files to match POT (msgmerge) hook in Weblate.
6 years ago
TDE Weblate cd49e7b13b Update translation files
Updated by Update PO files to match POT (msgmerge) hook in Weblate.
6 years ago
TDE Weblate f2eb7f619f Update translation files
Updated by Update PO files to match POT (msgmerge) hook in Weblate.
6 years ago
TDE Weblate 7851193d70 Update translation files
Updated by Update PO files to match POT (msgmerge) hook in Weblate.
6 years ago
TDE Weblate baa867c734 Update translation files
Updated by Update PO files to match POT (msgmerge) hook in Weblate.
6 years ago
TDE Weblate 95bd3f0881 Update translation files
Updated by Update PO files to match POT (msgmerge) hook in Weblate.
6 years ago
TDE Weblate dc54349b44 Update translation files
Updated by Update PO files to match POT (msgmerge) hook in Weblate.
6 years ago
TDE Weblate f9f9199465 Update translation files
Updated by Update PO files to match POT (msgmerge) hook in Weblate.
6 years ago
TDE Weblate 43e01475a7 Update translation files
Updated by Update PO files to match POT (msgmerge) hook in Weblate.
6 years ago
TDE Weblate f8613059e7 Update translation files
Updated by Update PO files to match POT (msgmerge) hook in Weblate.
6 years ago
TDE Weblate 26f1c45965 Update translation files
Updated by Update PO files to match POT (msgmerge) hook in Weblate.
6 years ago
TDE Weblate 2efbcd4d0e Update translation files
Updated by Update PO files to match POT (msgmerge) hook in Weblate.
6 years ago
TDE Weblate db44131c82 Update translation files
Updated by Update PO files to match POT (msgmerge) hook in Weblate.
6 years ago
TDE Weblate 6a6e934ff5 Update translation files
Updated by Update PO files to match POT (msgmerge) hook in Weblate.
6 years ago
TDE Weblate 189be7b9ab Update translation files
Updated by Update PO files to match POT (msgmerge) hook in Weblate.
6 years ago
TDE Weblate bd598be214 Update translation files
Updated by Update PO files to match POT (msgmerge) hook in Weblate.
6 years ago
TDE Weblate 2cc3abb0ce Update translation files
Updated by Update PO files to match POT (msgmerge) hook in Weblate.
6 years ago
TDE Weblate 817849f1b6 Update translation files
Updated by Update PO files to match POT (msgmerge) hook in Weblate.
6 years ago
TDE Weblate 1bb5f87e47 Update translation files
Updated by Update PO files to match POT (msgmerge) hook in Weblate.
6 years ago
TDE Weblate 14f54aebd2 Update translation files
Updated by Update PO files to match POT (msgmerge) hook in Weblate.
6 years ago
Slávek Banko 06f41e2066
Rename translation contexts
+ QXml => TQXml
+ QFont => TQFont
+ QAccel => TQAccel
+ QMessageBox => TQMessageBox

There was a change in line wrapping as a result of merging strings using msguniq.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
6 years ago
Michele Calgaro 011cf9eab8
Replaced _BSD_SOURCE, _SVID_SOURCE with _DEFAULT_SOURCE. Removed AC_CHECK_GNU_EXTENSIONS.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Michele Calgaro 037beaf5ca
qt -> tqt conversion:
kdeqt -> kdetqt
qtkde -> tqtkde
qtdesigner -> tqtdesigner

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Michele Calgaro b6aab6d9a9
qt -> tqt conversion:
QT_NO_ASCII_CAST -> TQT_NO_ASCII_CAST
QT_NO_STL -> TQT_NO_STL
QT_NO_COMPAT -> TQT_NO_COMPAT
QT_NO_TRANSLATION -> TQT_NO_TRANSLATION

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Michele Calgaro fae7d9ab5a
qt -> tqt conversion:
QTDIR -> TQTDIR
QTDOC -> TQTDOC
INCDIR_QT -> INCDIR_TQT
LIBDIR_QT -> LIBDIR_TQT
QT_INC -> TQT_INC
QT_LIB -> TQT_LIB

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Michele Calgaro 50c59cd96e
qt -> tqt conversion:
qtlib -> tqtlib
libqt -> libtqt
QTLIB -> TQTLIB
LIBQT -> LIBTQT

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Slávek Banko 4dc5264fc1
qt_includes => tqt_includes conversion
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
6 years ago
Slávek Banko e5414fb67a
QT_INCLUDES => TQT_INCLUDES conversion
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
6 years ago
Michele Calgaro af558f26f8
Remove QT_CLEAN_NAMESPACE/TQT_CLEAN_NAMESPACE unnecessary define.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Michele Calgaro d48d45b6f3
KDE_USE_QT* -> KDE_USE_TQT* conversion
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Michele Calgaro 08eb439466
AC_PATH_QT* -> AC_PATH_TQT* conversion
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Michele Calgaro 0c889985d1
QT_THREAD_SUPPORT -> TQT_THREAD_SUPPORT conversion to align to updated admin module
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
7 years ago
Michele Calgaro ebe47f3580
LIB_QT -> LIB_TQT conversion to align to updated admin module
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
7 years ago
Slávek Banko a23aa14dd8 Update bug reports url to bugs.trinitydesktop.org
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
7 years ago
Timothy Pearson 533697fc96 Fix invalid headers in PNG files and optimize for size 9 years ago
Michele Calgaro c51069f2d2 Update version number to R14.1.0
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
10 years ago
Automated System ab61bb19fd Automated l10n update (.po files) 10 years ago
Automated System de53fd860d Automated l10n update (.po files) 11 years ago
Automated System 0761d6815c Automated l10n update (.po files) 11 years ago
Automated System dc4b977e86 Automated l10n update (.po files) 11 years ago
Timothy Pearson 4344b6957d Remove references to obsolete kinfocenter
This relates to Bug 1910
11 years ago
Automated System ff4fa4a4bc Automated l10n update (.po files) 11 years ago
Timothy Pearson 242434109c Automated l10n update (.po files) 11 years ago
Michele Calgaro 8179628ad3 Rebranding: TDE Control Center --> Trinity Control Center 11 years ago