Commit Graph

508 Commits (master)
 

Author SHA1 Message Date
Michele Calgaro 9bb2ca4409
Removed unused files. These are neither used not installed
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
23 hours ago
Michele Calgaro b39af9e56f
Fix installation location of 128x128 icons
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 days ago
Michele Calgaro 1d5f6d2720
Move data/man folder to doc/man
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 days ago
Michele Calgaro 73ddf4aa7f
Move scripts folder to src/scripts
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 days ago
Michele Calgaro c15b124f40
Removed source code tree from the hacker guide file. The real code is the best source of info for the structure
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 days ago
Michele Calgaro 83c49d66f4
Move data/helppics folder to pics/helppics
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 days ago
Michele Calgaro cba914a8ac
Move data/pics folder to top level
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 days ago
Michele Calgaro 0b5126d0e7
Move data/icons folder to top level
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 days ago
Michele Calgaro 5697220781
Do not enforce strict c++17 if default is >= c++17
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 days ago
Slávek Banko 8061baa5c0
Raised required C++ standard to c++17
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
6 days ago
Slávek Banko b955eec5be
Add TDE_CXX_COMPILE_STDCXX macro to check and enforce C++ standard.
The macro is a simplified form of AX_CXX_COMPILE_STDCXX from autoconf.
To verify the C++ standard supported by the compiler, only the value
of the __cplusplus constant defined by the compiler is checked,
instead of testing examples of using individual C++ features.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
6 days ago
TDE Weblate 5ca25f8045 Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: applications/kvirc - options
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-options/
1 week ago
TDE Weblate b12d386b1e Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: applications/kvirc
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc/
1 week ago
TDE Gitea dffa46b292 Update translation template. 1 week ago
Michele Calgaro e0fa6b89ac
Remove temp file mistakenly added 2 commits earlier
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 week ago
Michele Calgaro caab44d2c4
Look for translation .mo files in the new location
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 week ago
Michele Calgaro bc34bb6c34
Move .mo files to standard TDE location
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 week ago
Michele Calgaro 1c8f24439b
Fix TQString formatting in 'KviTQString::sprintf'.
This was causing translation catalouges not to be found and eventually the program to always display in English.

The problem was introduced by an automated Q --> TQ renaming done sometime in the past. 'KviTQString::sprintf' uses '%Q' as a marker for a TQString* argument, so using '%TQ' was resulting in garbage bytes being fed and the catalouges not being found.

This resolves issue #44.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
2 weeks ago
TDE Weblate 30b47cc3f6 Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: applications/kvirc
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc/
2 weeks ago
TDE Gitea 336d229dd5 Update translation template. 2 weeks ago
Michele Calgaro 5e55ee7988
Move config.h.in to main folder, similar to other TDE applications
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
2 weeks ago
Michele Calgaro 93ec9dda87
Remove src/kvi_configstatus.h, which is generated at build time
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
2 weeks ago
Michele Calgaro 2136673d4c
Remove KVI_VERSION_BRANCH since the version number is no longer used in the application path
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
2 weeks ago
Michele Calgaro 6138cbba10
Remove warning about 'template-id not allowed for constructor in C++20'
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
2 weeks ago
Michele Calgaro 60f2efab89
Remove build date code. The info does not add anything useful and make reproducible builds not possible
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
2 weeks ago
Michele Calgaro 6a183830e0
Do not add creator and date to generated help files. Those info do not add anything useful and make reproducible builds not possible
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
2 weeks ago
Michele Calgaro d21e63970f
Move application files to the more standard location /opt/trinity/share/apps/kvirc.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
3 weeks ago
Michele Calgaro f362a34d25
Move kvirc.desktop from 'applnk' to 'applications/tde' folder and update
its internal structure.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
4 weeks ago
Michele Calgaro 7fa16e5ac8
Remove kvirc version number from module files installation location.
In TDE there is a single version of kvirc, so there is no need to have
separate locations for multiple versions.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
4 weeks ago
Michele Calgaro 16449c599a
Remove kvirc version number from header files installation location. New location is 'opt/trinity/include/kvirc'
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 month ago
Michele Calgaro d1f0e41955
Removed original translations 'po' folder
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 month ago
Michele Calgaro 1fd13d20f7
Clean up unnecessary code in translations's makefiles
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
2 months ago
Michele Calgaro 90dd7f72ad
Move translations to new folder and new structure.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
2 months ago
Alejo Fernández 22492e2b53 Translated using Weblate (Spanish (Argentina))
Currently translated at 4.7% (123 of 2588 strings)

Translation: applications/kvirc
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc/es_AR/
2 months ago
Alexander Golubev 42b206e2a7 Translated using Weblate (Russian)
Currently translated at 100.0% (27 of 27 strings)

Translation: applications/kvirc - sharedfileswindow
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-sharedfileswindow/ru/
6 months ago
Alexander Golubev 8811bb74a3 Translated using Weblate (Russian)
Currently translated at 100.0% (805 of 805 strings)

Translation: applications/kvirc - options
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-options/ru/
6 months ago
Alexander Golubev f259b14277 Translated using Weblate (Russian)
Currently translated at 100.0% (25 of 25 strings)

Translation: applications/kvirc - editor
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-editor/ru/
6 months ago
Alexander Golubev 6ca945d477 Translated using Weblate (Russian)
Currently translated at 93.1% (2411 of 2588 strings)

Translation: applications/kvirc
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc/ru/
6 months ago
Heimen Stoffels 04cdbb023d Translated using Weblate (Dutch)
Currently translated at 100.0% (13 of 13 strings)

Translation: applications/kvirc - torrent
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-torrent/nl/
7 months ago
Heimen Stoffels a403fe9dc1 Translated using Weblate (Dutch)
Currently translated at 100.0% (15 of 15 strings)

Translation: applications/kvirc - notifier
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-notifier/nl/
7 months ago
Heimen Stoffels 0d8a37918d Added translation using Weblate (Dutch) 7 months ago
Heimen Stoffels c77e898b5b Added translation using Weblate (Dutch) 7 months ago
Heimen Stoffels 1d8f1023bc Added translation using Weblate (Dutch) 7 months ago
Alejo Fernández a4bd33923d Translated using Weblate (Spanish (Argentina))
Currently translated at 5.5% (45 of 805 strings)

Translation: applications/kvirc - options
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-options/es_AR/
8 months ago
TDE Weblate 26487e8a80 Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: applications/kvirc
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc/
10 months ago
TDE Gitea 38aa25638f Update translation template. 10 months ago
Michele Calgaro 291b4f5da2
Replace TRUE/FALSE with boolean values true/false
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
10 months ago
TDE Weblate 1f1b292b68 Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: applications/kvirc - options
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-options/
10 months ago
TDE Weblate 74431fffd9 Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: applications/kvirc - editor
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-editor/
10 months ago
TDE Weblate 8c14841349 Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: applications/kvirc - perlcore
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-perlcore/
10 months ago