TDE Gitea
fd89435b25
Reset submodule main/applications/kchmviewer/cmake to latest HEAD
4 years ago
TDE Gitea
61c13048f8
Reset submodule main/applications/kchmviewer/cmake to latest HEAD
4 years ago
Heimen Stoffels
231575b0a5
Translated using Weblate (Dutch)
...
Currently translated at 100.0% (4 of 4 strings)
Translation: applications/kchmviewer - desktop files
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kchmviewer-desktop-files/nl/
4 years ago
TDE Gitea
bc336c7e78
Reset submodule main/applications/kchmviewer/cmake to latest HEAD
4 years ago
TDE Gitea
5e11241946
Reset submodule main/applications/kchmviewer/cmake to latest HEAD
4 years ago
TDE Gitea
1f5d61c3ca
Reset submodule main/applications/kchmviewer/cmake to latest HEAD
4 years ago
Jan Stolarek
437aa054ab
Translated using Weblate (Polish)
...
Currently translated at 100.0% (4 of 4 strings)
Translation: applications/kchmviewer - desktop files
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kchmviewer-desktop-files/pl/
4 years ago
TDE Gitea
efdf4182b5
Reset submodule main/applications/kchmviewer/cmake to latest HEAD
4 years ago
Slávek Banko
15270eab64
Simplify CMake rules for desktop file translations.
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
4 years ago
Slávek Banko
f6449dbda4
Use PATH in call get_filename_component instead of DIRECTORY
...
to ensure compatibility with CMake <= 2.8.11.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
4 years ago
TDE Gitea
3a5039bb6f
Reset submodule main/applications/kchmviewer/cmake to latest HEAD
4 years ago
TDE Gitea
f220efb71e
Reset submodule main/applications/kchmviewer/cmake to latest HEAD
4 years ago
Slávek Banko
a0ea767dd2
Desktop file translations:
...
+ Creation of POT template for desktop files added to CMakeL10n rules.
+ Added creation of translated desktop files during build.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
4 years ago
Slávek Banko
55eab5ce28
Remove the original translation directory layout.
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
4 years ago
Slávek Banko
bbee8816a4
Move translations to a new directory layout.
...
Add support for LINGUAS for listing translations to install.
Use common cmake rules for documentation.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
4 years ago
gregory guy
ce2ef1f4f8
Drop automake build support.
...
Add basic cmake instructions with new file INSTALL.
Add an AUTHOR file.
Rework of the README file.
Removed unnecessary files lchmurlhandler.cpp, lchmurlhandler.h,
qt34.cpp and qt34.h.
Removed the install of the static lib libchmfile.
Removed the kchmdcopiface_skel.cpp file, this file should be created
at build time.
Moved the desktop file kchmviewer.desktop into the XDG_APPS_INSTALL_DIR
directory, see TDE/tde#26 and bug 2408.
Signed-off-by: gregory guy <gregory-tde@laposte.net>
4 years ago
TDE Gitea
84063aa8b6
Reset submodule main/applications/kchmviewer/cmake to latest HEAD
4 years ago
TDE Gitea
35317ab32e
Reset submodule main/applications/kchmviewer/cmake to latest HEAD
4 years ago
TDE Gitea
494bc9e74a
Reset submodule main/applications/kchmviewer/cmake to latest HEAD
4 years ago
TDE Gitea
7a965d3c52
Reset submodule main/applications/kchmviewer/cmake to latest HEAD
4 years ago
TDE Gitea
fd50a284f9
Reset submodule main/applications/kchmviewer/admin to latest HEAD
4 years ago
TDE Gitea
a24d0318d0
Reset submodule main/applications/kchmviewer/cmake to latest HEAD
4 years ago
TDE Gitea
2a7b7de0a9
Reset submodule main/applications/kchmviewer/cmake to latest HEAD
5 years ago
TDE Gitea
c73917897b
Reset submodule main/applications/kchmviewer/cmake to latest HEAD
5 years ago
TDE Weblate
5ca8455320
Update translation files
...
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: applications/kchmviewer
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kchmviewer/
5 years ago
Slávek Banko
917841ba27
Update translation template.
5 years ago
TDE Gitea
a9128f6ff4
Reset submodule main/applications/kchmviewer/cmake to latest HEAD
5 years ago
TDE Gitea
6a1c18a463
Reset submodule main/applications/kchmviewer/cmake to latest HEAD
5 years ago
TDE Gitea
f0a9fa0c89
Reset submodule main/applications/kchmviewer/cmake to latest HEAD
5 years ago
TDE Gitea
7f7624b64a
Reset submodule main/applications/kchmviewer/cmake to latest HEAD
5 years ago
TDE Gitea
8d8898f13a
Reset submodule main/applications/kchmviewer/cmake to latest HEAD
5 years ago
TDE Gitea
7d291a2afb
Reset submodule main/applications/kchmviewer/cmake to latest HEAD
5 years ago
Michele Calgaro
9d71490e25
Removed explicit usage of the 'register' keyword.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
5 years ago
TDE Gitea
bd9128ecd7
Reset submodule main/applications/kchmviewer/cmake to latest HEAD
5 years ago
Slávek Banko
6f1666066d
Switch all submodules to https.
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
5 years ago
TDE Gitea
c44d3cc37d
Reset submodule main/applications/kchmviewer/cmake to latest HEAD
5 years ago
Slávek Banko
441a472527
Added linking to kdeextra library.
...
This resolve FTBFS on some systems.
Because the kdeextra library is linked as static, there
is no reason to be installed as a separate library.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
6 years ago
Slávek Banko
c0263d89c6
Added controlled conversions to char* instead of automatic ascii conversions.
...
The definition of -UTQT_NO_ASCII_CAST is no longer needed.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
6 years ago
Slávek Banko
f0a3534123
Fix FTBFS for build without TDE integration.
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
6 years ago
Slávek Banko
2ac1800224
Fix FTBFS for build with builtin libchm.
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
6 years ago
gregory guy
db17d12f24
conversion to the cmake building system
...
Signed-off-by: gregory guy <g-gregory@gmx.fr>
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
6 years ago
TDE Gitea
45746889b1
Reset submodule main/applications/kchmviewer/cmake to latest HEAD
6 years ago
TDE Gitea
232ba8fa70
Reset submodule main/applications/kchmviewer/cmake to latest HEAD
6 years ago
TDE Gitea
cf2bc1f749
Reset submodule main/applications/kchmviewer/admin to latest HEAD
6 years ago
TDE Gitea
7346630cd9
Reset submodule main/applications/kchmviewer/cmake to latest HEAD
6 years ago
TDE Gitea
e019190c14
Reset submodule main/applications/kchmviewer/cmake to latest HEAD
6 years ago
TDE Weblate
e13412002d
Update translation files
...
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: applications/kchmviewer
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kchmviewer/
6 years ago
Slávek Banko
ebc361856c
Update translation template.
6 years ago
TDE Gitea
236d9de642
Reset submodule main/applications/kchmviewer/cmake to latest HEAD
6 years ago
TDE Gitea
8cb9e38722
Reset submodule main/applications/kchmviewer/cmake to latest HEAD
6 years ago