TDE Gitea
89ae0f643f
Reset submodule main/tdeutils/cmake to latest HEAD
4 years ago
TDE Gitea
84f03d42de
Reset submodule main/tdeutils/cmake to latest HEAD
4 years ago
TDE Gitea
821dbf6184
Reset submodule main/tdeutils/admin to latest HEAD
4 years ago
TDE Gitea
3925cae91a
Reset submodule main/tdeutils/cmake to latest HEAD
5 years ago
Slávek Banko
bf71f730b3
klaptopdaemon: Fix acpi helper violation check.
...
1. Dependence on crcresult.h solved correctly.
2. Used macro tde_add_executable to define makecrc target.
3. Fixed command to run makecrc
- it depends on both makecrc and klaptop_acpi_helper,
- it must be run in build binary directory, not source,
- the target name is used as the makecrc command, so there
is no need to use get_target_property( ... LOCATION ), which
caused a warning due to CMP0026.
4. The block of code that performs the binary violation verification
was rolled back because it was removed in commit 2abe1e6f40
for
an unknown reason, and the check was not actually performed.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
5 years ago
Michele Calgaro
c20f6cb658
KMilo: added support for PulseAudio volume control.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
5 years ago
TDE Gitea
9fdd3356a8
Reset submodule main/tdeutils/cmake to latest HEAD
5 years ago
Slávek Banko
296306a273
Desktop file translations:
...
+ Creation of POT template for desktop files added to CMakeL10n rules.
+ Added creation of translated desktop files during build.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
5 years ago
Michele Calgaro
5422ccd94b
KMilo: changed default OSD notification colors to a more TDE-stylish ones.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
5 years ago
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.
5 years ago
Chris
f71ebfe7fa
Fix remaining branding in tdeutils.
...
Signed-off-by: Chris <xchrisx@uber.space>
5 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>
5 years ago
Chris
1ce8f11df5
Replace Qt branding with TQt ones.
...
Signed-off-by: Chris <xchrisx@uber.space>
5 years ago
Chris
7095bd2d8f
Fix remaining brandings in tdeutils.
...
Signed-off-by: Chris <xchrisx@uber.space>
5 years ago
Michele Calgaro
60319c7d5b
Adjusted to new normalized device icon names in tdelibs.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
5 years ago
Michele Calgaro
1c76bf623a
tdefilereplace: updated docbook.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
5 years ago
Michele Calgaro
ae564d14ce
tdefilereplace: added save/load results functionality.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
5 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>
5 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>
5 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>
5 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>
5 years ago
Michele Calgaro
bfd50121e0
tdefilereplace: simplified format of kfr files for string lists.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
5 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>
5 years ago
TDE Gitea
75fedf7ef2
Reset submodule main/tdeutils/cmake to latest HEAD
5 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