| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
| |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 50855e76de13f2ca1361130493cc026b1ea50bba)
|
| | |
|
| | |
|
| |
|
|
|
| |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit fc6cfc7ea2c90debabc2688086df2f6b3994e484)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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 14d84907a09f1216dc067721b806434787291e4c)
(cherry picked from commit 9e80634e0debde20cdb62dbbae49e1728b5579e4)
(cherry picked from commit 1ddc8e16d8bfa6c24af40ed4b7d41a5fdda95a50)
|
| | |
|
| | |
|
| |
|
|
|
|
|
| |
complaint compiler.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit d03c9b495a56d2a87d8fddf75aef11750119dc85)
|
| |
|
|
|
| |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit bdb0aa04da758449d8b82e90f00cae94593146da)
|
| |
|
|
|
| |
Signed-off-by: Denis Kozadaev <denis@dilos.org>
(cherry picked from commit 1dbf304d3b6ff07b17dfc6163c2d5046a8b13e47)
|
| | |
|
| |
|
|
|
| |
Signed-off-by: Denis Kozadaev <denis@dilos.org>
(cherry picked from commit cd292bde6d7cb64aadac9121799f26e5c1e2e77c)
|
| | |
|
| |
|
|
|
|
|
| |
'tde_setup_compiler_flags'
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 70c25da8203a7ba7eb4cf8d129345db2a29b1f36)
|
| |
|
|
|
| |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 3a9dd099fed19700ed32ad36f6a65b1eb7d6200e)
|
| |
|
|
|
| |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 44f4c3e8bee96027983bf23b97aef63c4b925813)
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
| |
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 3a179b33ef4299990486901782802a626bb68b88)
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
| |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 1feaed7cc0457e3cdafe0c0ce8119ae6ec618cb8)
|
| |
|
|
|
| |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 8e2288b4463a0dbe89fccc63f5120746ca5d18ae)
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
| |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 3c48459b505b0a73fc2c1af832223ea753220bf8)
|
| |
|
|
|
|
|
|
|
| |
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 72796561928a42dbffd9dbb422523bb599896ca9)
|
| | |
|
| | |
|
| |
|
|
|
| |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 0b8b32cf93d632e38ea342b77f2d7287a4c7b0b3)
|
| |
|
|
|
|
|
|
|
|
|
| |
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 480f195dde7ef1fd9fd81ce0ea18924d81a4eda9)
|
| |
|
|
|
|
|
| |
Added variants: %fm(b)g %um(b)g %fsg %usg %tmg %tsg
Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
(cherry picked from commit 5965e6b75271960b2a068d37cafb2d76d79b78ac)
|
| |
|
|
|
| |
Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
(cherry picked from commit 1f70d8fa2f268d26374a8c138648fc75edbd73dd)
|
| |
|
|
|
|
|
|
| |
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 d4aeda942540952a90e8f88813b85203259400ac)
|
| | |
|
| |
|
|
|
| |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 7e49f00b318a6a67ebd06b8b5fa491f9030b1ab2)
|
| | |
|
| | |
|
| |
|
|
|
| |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 7becd3521b62d210a41db902e7cc2317304503cf)
|
| | |
|
| | |
|
| |
|
|
|
| |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 2192355d1511c56c255a2d39f701c25f3ef0fdcf)
|
| | |
|
| |
|
|
|
| |
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 088e1f6880fb5f5645b0f1997ec8ae40a4a0bcbc)
|
| |
|
|
|
| |
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 2023e3887765bc0f2f6f4f5d4a0d59b71a4321de)
|