Commit Graph

522 Commits (bb50c6c7db8b2aea456c1d8a6129db24df9a4f2e)
 

Author SHA1 Message Date
TDE Gitea 3637e560f7 Reset submodule main/tdeutils/cmake to latest HEAD 5 years ago
Emanoil Kotsev 1df6286ec0
fixes #22 multiple entries in kgpg public key list
Signed-off-by: Emanoil Kotsev <deloptes@gmail.com>
5 years ago
TDE Gitea e2ce3b772e Reset submodule main/tdeutils/cmake to latest HEAD 5 years ago
TDE Gitea f1a2465329 Reset submodule main/tdeutils/cmake to latest HEAD 5 years ago
Michele Calgaro 3c70b34ae3
KMilo: added keyboard support for screen brightness up/down.
This is inspired and partially include code from Roman Savochenko
proposed in bug 2783 and tdeutils #8.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
5 years ago
TDE Gitea eabfd64e74 Reset submodule main/tdeutils/cmake to latest HEAD 5 years ago
TDE Gitea 9e42afcb8e Reset submodule main/tdeutils/cmake to latest HEAD 5 years ago
TDE Gitea 5b8c4d66d2 Reset submodule main/tdeutils/cmake to latest HEAD 5 years ago
TDE Gitea 8159ab1053 Reset submodule main/tdeutils/cmake to latest HEAD 5 years ago
Denis Kozadaev 4a6cbbe2e9 DilOS: use linux compatible options for df
Signed-off-by: Denis Kozadaev <denis@dilos.org>
5 years ago
Slávek Banko 3ac6039929
Fix CMake build dependencies.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
5 years ago
Michele Calgaro 40fd0fdd5f
Removed explicit usage of the 'register' keyword.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
5 years ago
Chris fc4ea6af6c Make superkaramba copyright translateable.
Signed-off-by: Chris <xchrisx@uber.space>
5 years ago
TDE Gitea d66bae7a83 Reset submodule main/tdeutils/cmake to latest HEAD 5 years ago
Slávek Banko d2b1c85923
Switch all submodules to https.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
5 years ago
Chris 5e1b444da1 Clean up desktop files and fix German translations.
Signed-off-by: Chris <xchrisx@uber.space>
5 years ago
Chris 7a356d9632 Fix German translation.
Signed-off-by: Chris <xchrisx@uber.space>
5 years ago
Chris 1d73474ca7 Fix KGpg category to be sorted into utilities.
Signed-off-by: Chris <xchrisx@uber.space>
5 years ago
Michele Calgaro c53ced3b91
Removed .lsm files. lsm database is outdated and unmaintained. 6 years ago
Chris f71ebfe7fa Fix remaining branding in tdeutils.
Signed-off-by: Chris <xchrisx@uber.space>
6 years ago
Slávek Banko 308d2aa8c8
tdefilereplace: Fix a damaged character in the original author's name.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
6 years ago
Chris 1ce8f11df5 Replace Qt branding with TQt ones.
Signed-off-by: Chris <xchrisx@uber.space>
6 years ago
Chris 7095bd2d8f Fix remaining brandings in tdeutils.
Signed-off-by: Chris <xchrisx@uber.space>
6 years ago
Michele Calgaro 60319c7d5b
Adjusted to new normalized device icon names in tdelibs.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Michele Calgaro 1c76bf623a
tdefilereplace: updated docbook.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Michele Calgaro ae564d14ce
tdefilereplace: added save/load results functionality.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Michele Calgaro 10db438b9a
tdefilereplace:
- removed old unused code
- removed broken and non functional "recent string files" menu code
- moved string load code from part to view, together with the save code.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Michele Calgaro c722431cbb
tdefilereplace: fixed SEGFAULT when trying to delete or remove an entry
from the result listview.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Michele Calgaro a58ed21074
tdefilereplace: improved logic for string add/edit/remove dialog.
Removed the string edit action which is now no longer required.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Michele Calgaro 281f1ab591
tdefilereplace: fixed up interaction between tdefilereplacepart and
tdefilereplaceview, which was causing some odd issues with GUI updates
at some times.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Michele Calgaro bfd50121e0
tdefilereplace: simplified format of kfr files for string lists.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Michele Calgaro 588b1440b5
tdefilereplace:
1) fixed delete button logic
2) added remove entry functionality

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
TDE Gitea 75fedf7ef2 Reset submodule main/tdeutils/cmake to latest HEAD 6 years ago
OBATA Akio a52303734b Use `getvfsnumber()` to retrieve filesystem name on OSF/1 (Tru64)
Signed-off-by: OBATA Akio <obache@wizdas.com>
6 years ago
OBATA Akio d349995488 Change and simplify `statvfs` conditions in FileSystemStats
`getfsstat` v.s. `getvfsstat` condition is different than
`statfs` v.s. `statvfs`, so split each condition and simplify.

For `get(v)fsstat` side, changed to check and use `getmntinfo`, because
it is better than `get(v)fsstat` with fixed buffer size, and easier
than improve it with dynamic buffer allocation.

Signed-off-by: OBATA Akio <obache@wizdas.com>
6 years ago
OBATA Akio f8424834b6 Fix NetBSD APM support
NetBSD APM is supported other than i386 too, emulate API,
so change to detect with MI support header.
Additionally, catch up support codes to others.

Signed-off-by: OBATA Akio <obache@wizdas.com>
6 years ago
OBATA Akio da2fceb03b Fix if-def condition same as *.cpp
Signed-off-by: OBATA Akio <obache@wizdas.com>
6 years ago
OBATA Akio 032b927bf5 Recent NetBSD explicitly need uvm/uvm_extern.h
Signed-off-by: OBATA Akio <obache@wizdas.com>
6 years ago
OBATA Akio 630abb9f24 Fix to build on NetBSD missing statfs from BSD44 feature
Signed-off-by: OBATA Akio <obache@wizdas.com>
6 years ago
TDE Gitea 78eb05cf32 Reset submodule main/tdeutils/cmake to latest HEAD 6 years ago
TDE Gitea e0116b143e Reset submodule main/tdeutils/cmake to latest HEAD 6 years ago
TDE Gitea 581168db62 Reset submodule main/tdeutils/admin to latest HEAD 6 years ago
Slávek Banko cd36265ed3
Use common CMake tests.
Drop hardcoded definition -D_LARGEFILE64_SOURCE.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
6 years ago
TDE Gitea 0b84a252fb Reset submodule main/tdeutils/cmake to latest HEAD 6 years ago
TDE Gitea 18586a57e7 Reset submodule main/tdeutils/cmake to latest HEAD 6 years ago
TDE Gitea 12c4cba654 Reset submodule main/tdeutils/cmake to latest HEAD 6 years ago
TDE Gitea e46426b35a Reset submodule main/tdeutils/cmake to latest HEAD 6 years ago
Slávek Banko 4fe6ee9e7f
Add CMakeL10n rules.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
6 years ago
Fabio Rossi 44d731b5ac Avoid overriding user linker flags (LDFLAGS) for modules and shared libs
Signed-off-by: Fabio Rossi <rossi.f@inwind.it>
6 years ago
TDE Gitea d1d62f1a0f Reset submodule main/tdeutils/cmake to latest HEAD 6 years ago