Commit Graph

422 Commits (e440b460fbced4da496aab4a080d39ffd1bdedce)
 

Author SHA1 Message Date
Michele Calgaro e440b460fb
Fix invalid comparison warnings
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 562f8a7669)
2 months ago
Michele Calgaro 4372e8a0a4
Fix 'this if clause does not guard...' warnings
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 33b84dbbb4)
2 months ago
Michele Calgaro 35519f4691
Fix 'ISO C++11 forbids converting a string constant to char*' warnings
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit a9f2b04e53)
2 months ago
Michele Calgaro 8b37d8edf1
Remove support for HPUX, which is discontinued and does not provide a c++17 complaint compiler.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit c801dc76b8)
2 months ago
Michele Calgaro 306c3db992
Remove code related to obsoleted thread libraries
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 99e229125e)
2 months ago
TDE Gitea 8190f109c5 Merge translation files from master branch. 2 months ago
TDE Gitea 2988190d0b Merge translation files from master branch. 2 months ago
Michele Calgaro 66ed1b1a89
Remove kvirc-config
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 62c2474c8c)
2 months ago
Michele Calgaro ccfcc07310
Install script examples files in the application data folder
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 6d7d4ce7f3)
2 months ago
Michele Calgaro 1d98349b60
Move admin/gendoc.pl to data/gendoc/gendoc.pl.
Once the cmake conversion is completed and the support for autotools is
dropped, the admin folder will no longer exist but "gendoc.pl" is still
required to generate the help documentation.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 10f91a66b6)
2 months ago
Michele Calgaro 66e85ce859
Remove object prelink logic
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 19b03cd019)
2 months ago
Michele Calgaro d6f8126db3
Remove unused files from admin subfolder
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit f175a58c41)
2 months ago
Michele Calgaro 4c0771a234
Remove internal copy of libtool, which is not used
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit c93ccfb821)
2 months ago
Michele Calgaro 7620c9ef0c
Removed unused files. These are neither used not installed
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 9bb2ca4409)
2 months ago
Michele Calgaro d135fc9d41
Fix installation location of 128x128 icons
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit b39af9e56f)
2 months ago
Michele Calgaro 881b11c62e
Move data/man folder to doc/man
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 1d5f6d2720)
2 months ago
Michele Calgaro 6e01199d42
Move scripts folder to src/scripts
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 73ddf4aa7f)
2 months ago
Michele Calgaro 317d00a6d1
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>
(cherry picked from commit c15b124f40)
2 months ago
Michele Calgaro a52e8d4ce4
Move data/helppics folder to pics/helppics
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 83c49d66f4)
2 months ago
Michele Calgaro b1c280577b
Move data/pics folder to top level
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit cba914a8ac)
2 months ago
Michele Calgaro 3ac9a1f2d9
Move data/icons folder to top level
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 0b5126d0e7)
2 months ago
Michele Calgaro 59b32c78ba
Do not enforce strict c++17 if default is >= c++17
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 5697220781)
2 months ago
Slávek Banko 0547646361
Raised required C++ standard to c++17
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 8061baa5c0)
2 months ago
Slávek Banko 2156776a5f
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>
(cherry picked from commit b955eec5be)
2 months ago
Slávek Banko 8fcbc58dfc
Fix compatibility of recent patch with r14.1.x branch.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
2 months ago
TDE Gitea 60ca2d2202 Merge translation files from master branch. 2 months ago
TDE Gitea eeb340a5fe Update translation template. 2 months ago
Michele Calgaro 5f1a9bb819
Remove temp file mistakenly added 2 commits earlier
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit e0fa6b89ac)
2 months ago
Michele Calgaro 3e56235b7a
Look for translation .mo files in the new location
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit caab44d2c4)
2 months ago
Michele Calgaro e482426d4f
Move .mo files to standard TDE location
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit bc34bb6c34)
2 months ago
Michele Calgaro c171523a2a
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>
(cherry picked from commit 1c8f24439b)
2 months ago
TDE Gitea 2923d53ab8 Merge translation files from master branch. 3 months ago
TDE Gitea 25eb03c54f Update translation template. 3 months ago
Michele Calgaro 241a623669
Move config.h.in to main folder, similar to other TDE applications
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 5e55ee7988)
3 months ago
Michele Calgaro 78397cd65a
Remove src/kvi_configstatus.h, which is generated at build time
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 93ec9dda87)
3 months ago
Michele Calgaro 9457953964
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>
(cherry picked from commit 2136673d4c)
3 months ago
Michele Calgaro 13156e31c5
Remove warning about 'template-id not allowed for constructor in C++20'
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 6138cbba10)
3 months ago
Michele Calgaro e25fb59836
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>
(cherry picked from commit 60f2efab89)
3 months ago
Michele Calgaro 840d450a80
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>
(cherry picked from commit 6a183830e0)
3 months ago
Michele Calgaro e3462d9b7c
Move application files to the more standard location /opt/trinity/share/apps/kvirc.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit d21e63970f)
3 months ago
Michele Calgaro 7670c9e2fc
Move kvirc.desktop from 'applnk' to 'applications/tde' folder and update
its internal structure.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit f362a34d25)
3 months ago
Michele Calgaro 9695287f37
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>
(cherry picked from commit 7fa16e5ac8)
3 months ago
Michele Calgaro beee507b75
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>
(cherry picked from commit 16449c599a)
3 months ago
TDE Gitea 56f5e15c2d Merge translation files from master branch. 3 months ago
Michele Calgaro c112dbdb92 Removed original translations 'po' folder
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit d1f0e41955)
3 months ago
Michele Calgaro 9a6af574f2
Clean up unnecessary code in translations's makefiles
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 1fd13d20f7)
4 months ago
Michele Calgaro 9343592553
Move translations to new folder and new structure.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 90dd7f72ad)
4 months ago
TDE Gitea 383ec03371 Merge translation files from master branch. 4 months ago
TDE Gitea a85d15342f Merge translation files from master branch. 8 months ago
TDE Gitea f27cc4a493 Merge translation files from master branch. 9 months ago