summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* fixes #22 multiple entries in kgpg public key listEmanoil Kotsev2020-05-131-109/+99
| | | | Signed-off-by: Emanoil Kotsev <deloptes@gmail.com>
* 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 <michele.calgaro@yahoo.it>
* 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 <denis@dilos.org>
* Fix CMake build dependencies.Slávek Banko2020-02-031-0/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Removed explicit usage of the 'register' keyword.Michele Calgaro2020-01-302-29/+29
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Make superkaramba copyright translateable.Chris2019-12-171-1/+1
| | | | Signed-off-by: Chris <xchrisx@uber.space>
* 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 <slavek.banko@axis.cz>
* Clean up desktop files and fix German translations.Chris2019-11-2830-654/+606
| | | | Signed-off-by: Chris <xchrisx@uber.space>
* Fix German translation.Chris2019-11-052-2/+8
| | | | Signed-off-by: Chris <xchrisx@uber.space>
* Fix KGpg category to be sorted into utilities.Chris2019-10-111-2/+6
| | | | Signed-off-by: Chris <xchrisx@uber.space>
* 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 <xchrisx@uber.space>
* tdefilereplace: Fix a damaged character in the original author's name.Slávek Banko2019-08-2211-13/+13
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Replace Qt branding with TQt ones.Chris2019-07-221-1/+1
| | | | Signed-off-by: Chris <xchrisx@uber.space>
* Fix remaining brandings in tdeutils.Chris2019-07-182-2/+2
| | | | Signed-off-by: Chris <xchrisx@uber.space>
* Adjusted to new normalized device icon names in tdelibs.Michele Calgaro2019-06-263-3/+3
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* tdefilereplace: updated docbook.Michele Calgaro2019-06-259-68/+35
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* tdefilereplace: added save/load results functionality.Michele Calgaro2019-06-237-147/+277
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* 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 <michele.calgaro@yahoo.it>
* 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 <michele.calgaro@yahoo.it>
* 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 <michele.calgaro@yahoo.it>
* 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 <michele.calgaro@yahoo.it>
* tdefilereplace: simplified format of kfr files for string lists.Michele Calgaro2019-06-202-26/+17
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* tdefilereplace:Michele Calgaro2019-06-184-35/+75
| | | | | | | 1) fixed delete button logic 2) added remove entry functionality Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* 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 <obache@wizdas.com>
* 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 <obache@wizdas.com>
* 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 <obache@wizdas.com>
* Fix if-def condition same as *.cppOBATA Akio2019-04-161-1/+1
| | | | Signed-off-by: OBATA Akio <obache@wizdas.com>
* Recent NetBSD explicitly need uvm/uvm_extern.hOBATA Akio2019-04-161-0/+1
| | | | Signed-off-by: OBATA Akio <obache@wizdas.com>
* Fix to build on NetBSD missing statfs from BSD44 featureOBATA Akio2019-04-161-2/+2
| | | | Signed-off-by: OBATA Akio <obache@wizdas.com>
* 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 <slavek.banko@axis.cz>
* 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
|
* Reset submodule main/tdeutils/cmake to latest HEADAutomated System2019-01-131-0/+0
|
* Reset submodule main/tdeutils/cmake to latest HEADAutomated System2019-01-121-0/+0
|
* Add CMakeL10n rules.Slávek Banko2018-12-2536-0/+204
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Avoid overriding user linker flags (LDFLAGS) for modules and shared libsFabio Rossi2018-12-171-2/+2
| | | | Signed-off-by: Fabio Rossi <rossi.f@inwind.it>
* Reset submodule main/tdeutils/cmake to latest HEADAutomated System2018-12-101-0/+0
|
* Reset submodule main/tdeutils/cmake to latest HEADAutomated System2018-12-091-0/+0
|