summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* klaptopdaemon: Fix acpi helper violation check.Slávek Banko2020-05-253-17/+38
| | | | | | | | | | | | | | | | 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 <[email protected]>
* KMilo: added support for PulseAudio volume control.Michele Calgaro2020-05-252-211/+122
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Reset submodule main/tdeutils/cmake to latest HEADAutomated System2020-05-241-0/+0
|
* Desktop file translations:Slávek Banko2020-05-221241-4586/+51479
| | | | | | | + 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 <[email protected]>
* KMilo: changed default OSD notification colors to a more TDE-stylish ones.Michele Calgaro2020-05-211-2/+2
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Reset submodule main/tdeutils/cmake to latest HEADAutomated System2020-05-171-0/+0
|
* fixes #22 multiple entries in kgpg public key listEmanoil Kotsev2020-05-131-109/+99
| | | | Signed-off-by: Emanoil Kotsev <[email protected]>
* Reset submodule main/tdeutils/cmake to latest HEADAutomated System2020-05-111-0/+0
|
* Reset submodule main/tdeutils/cmake to latest HEADAutomated System2020-05-101-0/+0
|
* KMilo: added keyboard support for screen brightness up/down.Michele Calgaro2020-05-102-8/+53
| | | | | | | This is inspired and partially include code from Roman Savochenko proposed in bug 2783 and tdeutils #8. Signed-off-by: Michele Calgaro <[email protected]>
* Reset submodule main/tdeutils/cmake to latest HEADAutomated System2020-05-071-0/+0
|
* Reset submodule main/tdeutils/cmake to latest HEADAutomated System2020-04-081-0/+0
|
* Reset submodule main/tdeutils/cmake to latest HEADAutomated System2020-04-041-0/+0
|
* Reset submodule main/tdeutils/cmake to latest HEADAutomated System2020-03-231-0/+0
|
* DilOS: use linux compatible options for dfDenis Kozadaev2020-02-161-1/+1
| | | | Signed-off-by: Denis Kozadaev <[email protected]>
* Fix CMake build dependencies.Slávek Banko2020-02-031-0/+1
| | | | Signed-off-by: Slávek Banko <[email protected]>
* Removed explicit usage of the 'register' keyword.Michele Calgaro2020-01-302-29/+29
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Make superkaramba copyright translateable.Chris2019-12-171-1/+1
| | | | Signed-off-by: Chris <[email protected]>
* Reset submodule main/tdeutils/cmake to latest HEADAutomated System2019-12-081-0/+0
|
* Switch all submodules to https.Slávek Banko2019-12-081-2/+2
| | | | Signed-off-by: Slávek Banko <[email protected]>
* Clean up desktop files and fix German translations.Chris2019-11-2830-654/+606
| | | | Signed-off-by: Chris <[email protected]>
* Fix German translation.Chris2019-11-052-2/+8
| | | | Signed-off-by: Chris <[email protected]>
* Fix KGpg category to be sorted into utilities.Chris2019-10-111-2/+6
| | | | Signed-off-by: Chris <[email protected]>
* Removed .lsm files. lsm database is outdated and unmaintained.Michele Calgaro2019-09-012-28/+0
|
* Fix remaining branding in tdeutils.Chris2019-08-222-2/+2
| | | | Signed-off-by: Chris <[email protected]>
* tdefilereplace: Fix a damaged character in the original author's name.Slávek Banko2019-08-2211-13/+13
| | | | Signed-off-by: Slávek Banko <[email protected]>
* Replace Qt branding with TQt ones.Chris2019-07-221-1/+1
| | | | Signed-off-by: Chris <[email protected]>
* Fix remaining brandings in tdeutils.Chris2019-07-182-2/+2
| | | | Signed-off-by: Chris <[email protected]>
* Adjusted to new normalized device icon names in tdelibs.Michele Calgaro2019-06-263-3/+3
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* tdefilereplace: updated docbook.Michele Calgaro2019-06-259-68/+35
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* tdefilereplace: added save/load results functionality.Michele Calgaro2019-06-237-147/+277
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* tdefilereplace:Michele Calgaro2019-06-219-213/+81
| | | | | | | | - 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 <[email protected]>
* tdefilereplace: fixed SEGFAULT when trying to delete or remove an entryMichele Calgaro2019-06-212-22/+2
| | | | | | from the result listview. Signed-off-by: Michele Calgaro <[email protected]>
* tdefilereplace: improved logic for string add/edit/remove dialog.Michele Calgaro2019-06-206-113/+29
| | | | | | Removed the string edit action which is now no longer required. Signed-off-by: Michele Calgaro <[email protected]>
* tdefilereplace: fixed up interaction between tdefilereplacepart andMichele Calgaro2019-06-204-147/+118
| | | | | | | tdefilereplaceview, which was causing some odd issues with GUI updates at some times. Signed-off-by: Michele Calgaro <[email protected]>
* tdefilereplace: simplified format of kfr files for string lists.Michele Calgaro2019-06-202-26/+17
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* tdefilereplace:Michele Calgaro2019-06-184-35/+75
| | | | | | | 1) fixed delete button logic 2) added remove entry functionality Signed-off-by: Michele Calgaro <[email protected]>
* Reset submodule main/tdeutils/cmake to latest HEADAutomated System2019-06-121-0/+0
|
* Use `getvfsnumber()` to retrieve filesystem name on OSF/1 (Tru64)OBATA Akio2019-05-041-1/+3
| | | | Signed-off-by: OBATA Akio <[email protected]>
* Change and simplify `statvfs` conditions in FileSystemStatsOBATA Akio2019-05-043-12/+34
| | | | | | | | | | | `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 <[email protected]>
* Fix NetBSD APM supportOBATA Akio2019-04-164-6/+55
| | | | | | | | 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 <[email protected]>
* Fix if-def condition same as *.cppOBATA Akio2019-04-161-1/+1
| | | | Signed-off-by: OBATA Akio <[email protected]>
* Recent NetBSD explicitly need uvm/uvm_extern.hOBATA Akio2019-04-161-0/+1
| | | | Signed-off-by: OBATA Akio <[email protected]>
* Fix to build on NetBSD missing statfs from BSD44 featureOBATA Akio2019-04-161-2/+2
| | | | Signed-off-by: OBATA Akio <[email protected]>
* Reset submodule main/tdeutils/cmake to latest HEADAutomated System2019-04-021-0/+0
|
* Reset submodule main/tdeutils/cmake to latest HEADAutomated System2019-02-191-0/+0
|
* Reset submodule main/tdeutils/admin to latest HEADAutomated System2019-02-191-0/+0
|
* Use common CMake tests.Slávek Banko2019-02-072-21/+13
| | | | | | Drop hardcoded definition -D_LARGEFILE64_SOURCE. Signed-off-by: Slávek Banko <[email protected]>
* Reset submodule main/tdeutils/cmake to latest HEADAutomated System2019-02-031-0/+0
|
* Reset submodule main/tdeutils/cmake to latest HEADAutomated System2019-01-281-0/+0
|