mio
21eecbb7c5
ark: autodetect date order
...
unzip-6 can be configured at build time to return date in several
different fromats. There is no easy way to query unzip itself which one
it uses, but in the wild only to formats were seen: MM-DD-YYYY (default
for *nix) and YYYY-MM-DD (some linux distros; e.g. debian). So we will
be guestimating before those two.
Generic Arch class is not flexible enough, so it was necessary to
override whole processLine() and parse everything with RegExes.
Closes: https://mirror.git.trinitydesktop.org/gitea/TDE/tdeutils/issues/115
See-also: https://mirror.git.trinitydesktop.org/gitea/TDE/tdeutils/pulls/102
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
(cherry picked from commit 14d84907a0 )
(cherry picked from commit 9e80634e0d )
(cherry picked from commit 1ddc8e16d8 )
1 month ago
TDE Gitea
35e04f0c63
Reset submodule main/core/tdeutils/admin to latest HEAD
2 months ago
TDE Gitea
1eb68a27b7
Reset submodule main/core/tdeutils/admin to latest HEAD
2 months ago
Michele Calgaro
832df55643
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 d03c9b495a )
2 months ago
Michele Calgaro
7b4cebbb59
Replace TRUE/FALSE with boolean values true/false
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit bdb0aa04da )
3 months ago
Denis Kozadaev
9872a60370
Modern size cannot fit into int
...
Signed-off-by: Denis Kozadaev <denis@dilos.org>
(cherry picked from commit 1dbf304d3b )
3 months ago
TDE Gitea
f3d6ce3baa
Reset submodule main/core/tdeutils/admin to latest HEAD
3 months ago
Denis Kozadaev
191436fb4a
FreeBSD df can handle -T flag
...
Signed-off-by: Denis Kozadaev <denis@dilos.org>
(cherry picked from commit cd292bde6d )
3 months ago
TDE Gitea
e0fd4fb0b2
Reset submodule main/core/tdeutils/admin to latest HEAD
4 months ago
Michele Calgaro
de12307638
Rename 'tde_setup_architecture_flags' to a more appropriate 'tde_setup_compiler_flags'
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 70c25da820 )
4 months ago
Michele Calgaro
f33913473f
Rename KDE_BINDIR to TDE_BINDIR
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 3a9dd099fe )
4 months ago
Michele Calgaro
b8bb7f148d
Use tdeinstance.h
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 44f4c3e8be )
7 months ago
TDE Gitea
43307b7794
Merge translation files from master branch.
10 months ago
TDE Gitea
a5397d215a
Merge translation files from master branch.
10 months ago
TDE Gitea
242ac4c90e
Merge translation files from master branch.
10 months ago
mio
80ca7b28a3
ark: Fix unzip v6 date parsing
...
unzip v6 changed the date format from MM-DD-YY to YYYY-MM-DD.
Fixes: https://bugs.trinitydesktop.org/show_bug.cgi?id=3207
Signed-off-by: mio <stigma@disroot.org>
(cherry picked from commit 3a179b33ef )
11 months ago
TDE Gitea
194a97c77a
Merge translation files from master branch.
1 year ago
TDE Gitea
ce6266690c
Merge translation files from master branch.
1 year ago
TDE Gitea
cd140bbfa7
Merge translation files from master branch.
1 year ago
TDE Gitea
7e2fcbb5d1
Merge translation files from master branch.
1 year ago
TDE Gitea
dfa4f4cd81
Reset submodule main/core/tdeutils/admin to latest HEAD
1 year ago
Michele Calgaro
a568436706
Fix FTBFS with gcc 15. This resolves issue 97
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 1feaed7cc0 )
1 year ago
Michele Calgaro
dec3b5b60e
Remove support for OSF
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 8e2288b446 )
1 year ago
TDE Gitea
17b2c6b85c
Reset submodule main/core/tdeutils/admin to latest HEAD
1 year ago
TDE Gitea
c3214195dc
Reset submodule main/core/tdeutils/admin to latest HEAD
1 year ago
TDE Gitea
ad64d43cfc
Reset submodule main/core/tdeutils/admin to latest HEAD
1 year ago
Michele Calgaro
62dd96a746
Remove unnecessary files
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 3c48459b50 )
1 year ago
mio
7304b1a1e7
Update KJots to use KTextEdit
...
KEdit is deprecated and KTextEdit is one of the replacements. KTextEdit
doesn't provide the find & replace functionality, so we have to
re-implement that in KJotsEdit.
Signed-off-by: mio <stigma@disroot.org>
(cherry picked from commit 7279656192 )
1 year ago
TDE Gitea
f5130739bb
Merge translation files from master branch.
1 year ago
TDE Gitea
9717db9960
Merge translation files from master branch.
1 year ago
Michele Calgaro
ba72c879c7
Drop Borland compiler specific code
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 0b8b32cf93 )
1 year ago
Mavridis Philippe
8bd95de8fd
Superkaramba: add GPU load sensor
...
The sensor has a required `driver` parameter and an optional `gpu` parameter.
- The former specifies the backend to use to query the system about GPU load.
- The latter specifies the id of the GPU to check. If left out, the backend default will be used.
For now it only supports NVidia GPUs via the `nvidia` driver, but it can be extended.
Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
(cherry picked from commit 480f195dde )
2 years ago
Mavridis Philippe
2c4a3e7f85
Superkaramba: add GB format strings to memory sensor
...
Added variants: %fm(b)g %um(b)g %fsg %usg %tmg %tsg
Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
(cherry picked from commit 5965e6b752 )
2 years ago
Mavridis Philippe
6b7d5441cc
Superkaramba: minor code refactoring/restyling in memsensor
...
Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
(cherry picked from commit 1f70d8fa2f )
2 years ago
Mavridis Philippe
9a9ab1be61
Superkaramba: add memory sensor percentage format strings
...
The strings which end in 'p' represent percentage value variants of the following pre-existing format strings:
%fmb(p) %fm(p) %umb(p) %um(p) %fs(p) %us(p)
Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
(cherry picked from commit d4aeda9425 )
2 years ago
TDE Gitea
058eaa735b
Reset submodule main/core/tdeutils/admin to latest HEAD
2 years ago
Michele Calgaro
222d52d971
Improve location of kedit desktop file. This resolves issue #46
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 7e49f00b31 )
2 years ago
TDE Gitea
a1f24ad94d
Reset submodule main/core/tdeutils/admin to latest HEAD
2 years ago
TDE Gitea
cd11bef631
Reset submodule main/core/tdeutils/admin to latest HEAD
2 years ago
Michele Calgaro
b23bc1fa1e
Replace kdemacros.h with tdemacros.h
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 7becd3521b )
2 years ago
TDE Gitea
365b38c924
Reset submodule main/core/tdeutils/admin to latest HEAD
2 years ago
TDE Gitea
9eb5b12fd3
Merge translation files from master branch.
2 years ago
Michele Calgaro
7138762071
Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 2192355d15 )
2 years ago
TDE Gitea
0600279d2d
Reset submodule main/core/tdeutils/admin to latest HEAD
2 years ago
Slávek Banko
bbdb67eef6
Fix compatibility with C++17.
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 088e1f6880 )
2 years ago
Slávek Banko
d546951a0c
Use the new way to find Python with CMake >= 3.12.
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 2023e38877 )
2 years ago
Michele Calgaro
6e0ff42c65
Remove unnecessary 'tde_set_project_version' from CMakeL10n.txt
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit d80915dd0c )
2 years ago
Michele Calgaro
75fa7e0801
Use centralized cmake version
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit a932089064 )
2 years ago
Michele Calgaro
43a8c03e83
cmake files: change keywords to lower case
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 19d57580bd )
2 years ago
Michele Calgaro
7f582d9a8f
Simplify code since cmake minimum version is now 3.5
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 57be2f09e2 )
2 years ago