Commit Graph

265 Commits (6b8728ae454c888eba89db7a9198580aad6de886)
 

Author SHA1 Message Date
Michele Calgaro a5dce7febe
Removed .lsm files. lsm database is outdated and unmaintained. 6 years ago
Heimen Stoffels 0193b61953 Translated using Weblate (Dutch)
Currently translated at 100.0% (77 of 77 strings)

Translation: applications/filelight
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/filelight/nl/
6 years ago
Sebastião Guerra 967707b429 Translated using Weblate (Portuguese (Brazil))
Currently translated at 81.8% (63 of 77 strings)

Translation: applications/filelight
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/filelight/pt_BR/
6 years ago
TDE Gitea 6aa15e195b Reset submodule main/applications/filelight/cmake to latest HEAD 6 years ago
TDE Gitea f68245dac3 Reset submodule main/applications/filelight/cmake to latest HEAD 6 years ago
TDE Gitea 357057e181 Reset submodule main/applications/filelight/cmake to latest HEAD 6 years ago
TDE Gitea f435f037d9 Reset submodule main/applications/filelight/admin to latest HEAD 6 years ago
Slávek Banko 839d31e75f
Use common CMake tests.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
6 years ago
TDE Gitea 0b4761a2ee Reset submodule main/applications/filelight/cmake to latest HEAD 6 years ago
TDE Gitea 24278bf81c Reset submodule main/applications/filelight/cmake to latest HEAD 6 years ago
TDE Weblate 27bf55ec17 Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: applications/filelight
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/filelight/
6 years ago
Slávek Banko 1131bb53dd Update translation template. 6 years ago
TDE Gitea 0594a60fde Reset submodule main/applications/filelight/cmake to latest HEAD 6 years ago
TDE Gitea 471af8e378 Reset submodule main/applications/filelight/cmake to latest HEAD 6 years ago
TDE Weblate b539458ec9 Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: /
Translate-URL:
6 years ago
Slávek Banko 0816faa34e
Add CMakeL10n rules.
Create translation template.
Modify CMake rules for translations
to make them independent of languages.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
6 years ago
Fabio Rossi 4702db0e8b Avoid overriding user linker flags (LDFLAGS) for modules and shared libs
Signed-off-by: Fabio Rossi <rossi.f@inwind.it>
6 years ago
TDE Gitea 7bd8c6e2ba Reset submodule main/applications/filelight/cmake to latest HEAD 6 years ago
TDE Gitea c4fee17144 Reset submodule main/applications/filelight/cmake to latest HEAD 6 years ago
TDE Gitea 28a7a5a877 Reset submodule main/applications/filelight/admin to latest HEAD 6 years ago
TDE Gitea d725746927 Reset submodule main/applications/filelight/cmake to latest HEAD 6 years ago
TDE Gitea 74c212cc4a Reset submodule main/applications/filelight/cmake to latest HEAD 6 years ago
Michele Calgaro 6187e777d5
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
TDE Gitea 6d81e790ec Reset submodule main/applications/filelight/admin to latest HEAD 6 years ago
Michele Calgaro 8ef8a1f941
qt -> tqt conversion:
kdeqt -> kdetqt
qtkde -> tqtkde
qtdesigner -> tqtdesigner

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Michele Calgaro 1b4cd77bbe
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 9b98513836
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 c36241b42c
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 10d1c71aac
qt_includes => tqt_includes conversion
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
7 years ago
Slávek Banko fc54df0cad
QT_INCLUDES => TQT_INCLUDES conversion
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
7 years ago
Michele Calgaro 8a9a886527
Add includes to UI files to resolve FTBFS.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
7 years ago
TDE Gitea 7b24c2fb0b Reset submodule main/applications/filelight/admin to latest HEAD 7 years ago
Michele Calgaro 0d8dd5c3b8
Remove QT_CLEAN_NAMESPACE/TQT_CLEAN_NAMESPACE unnecessary define.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
7 years ago
Michele Calgaro 28b663a311
KDE_USE_QT* -> KDE_USE_TQT* conversion
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
7 years ago
Michele Calgaro 68807270d0
AC_PATH_QT* -> AC_PATH_TQT* conversion
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
7 years ago
Michele Calgaro b03d447539
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 060b145232
LIB_QT -> LIB_TQT conversion to align to updated admin module
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
7 years ago
TDE Gitea b5046419c8 Reset submodule main/applications/filelight/cmake to latest HEAD 7 years ago
TDE Gitea 29894e5df7 Reset submodule main/applications/filelight/admin to latest HEAD 7 years ago
Michele Calgaro 6483db6f10
Removed extension from icon name in desktop file. This relates to bug
2424.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
7 years ago
Slávek Banko 62160e6a20
Fix FTBFS with stricter C++11
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
7 years ago
Automated System 596ae4c1a4 Reset submodule main/applications/filelight/admin to latest HEAD 7 years ago
Automated System 040104544e Reset submodule main/applications/filelight/admin to latest HEAD 7 years ago
Automated System 0eabc1bb9d Reset submodule main/applications/filelight/admin to latest HEAD 7 years ago
Slávek Banko 99ae6aeceb Reset submodule main/applications/filelight/cmake to latest HEAD 8 years ago
Automated System 312e4fa251 Reset submodule main/applications/filelight/cmake to latest HEAD 8 years ago
Slávek Banko e11a07391c Reset submodule main/applications/filelight/cmake to latest HEAD 8 years ago
Slávek Banko dc6d2f251c cmake: add tde_add_check_executable macro 8 years ago
Automated System d6fea3a490 Reset submodule main/applications/filelight/admin to latest HEAD 9 years ago
Timothy Pearson e284fd1c24 Fix invalid headers in PNG files and optimize for size 9 years ago