Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reset submodule main/tdeutils/cmake to latest HEAD | Automated System | 2020-04-04 | 1 | -0/+0 |
| | |||||
* | Reset submodule main/tdeutils/cmake to latest HEAD | Automated System | 2020-03-23 | 1 | -0/+0 |
| | |||||
* | DilOS: use linux compatible options for df | Denis Kozadaev | 2020-02-16 | 1 | -1/+1 |
| | | | | Signed-off-by: Denis Kozadaev <denis@dilos.org> | ||||
* | Fix CMake build dependencies. | Slávek Banko | 2020-02-03 | 1 | -0/+1 |
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | Removed explicit usage of the 'register' keyword. | Michele Calgaro | 2020-01-30 | 2 | -29/+29 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Make superkaramba copyright translateable. | Chris | 2019-12-17 | 1 | -1/+1 |
| | | | | Signed-off-by: Chris <xchrisx@uber.space> | ||||
* | Reset submodule main/tdeutils/cmake to latest HEAD | Automated System | 2019-12-08 | 1 | -0/+0 |
| | |||||
* | Switch all submodules to https. | Slávek Banko | 2019-12-08 | 1 | -2/+2 |
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | Clean up desktop files and fix German translations. | Chris | 2019-11-28 | 30 | -654/+606 |
| | | | | Signed-off-by: Chris <xchrisx@uber.space> | ||||
* | Fix German translation. | Chris | 2019-11-05 | 2 | -2/+8 |
| | | | | Signed-off-by: Chris <xchrisx@uber.space> | ||||
* | Fix KGpg category to be sorted into utilities. | Chris | 2019-10-11 | 1 | -2/+6 |
| | | | | Signed-off-by: Chris <xchrisx@uber.space> | ||||
* | Removed .lsm files. lsm database is outdated and unmaintained. | Michele Calgaro | 2019-09-01 | 2 | -28/+0 |
| | |||||
* | Fix remaining branding in tdeutils. | Chris | 2019-08-22 | 2 | -2/+2 |
| | | | | Signed-off-by: Chris <xchrisx@uber.space> | ||||
* | tdefilereplace: Fix a damaged character in the original author's name. | Slávek Banko | 2019-08-22 | 11 | -13/+13 |
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | Replace Qt branding with TQt ones. | Chris | 2019-07-22 | 1 | -1/+1 |
| | | | | Signed-off-by: Chris <xchrisx@uber.space> | ||||
* | Fix remaining brandings in tdeutils. | Chris | 2019-07-18 | 2 | -2/+2 |
| | | | | Signed-off-by: Chris <xchrisx@uber.space> | ||||
* | Adjusted to new normalized device icon names in tdelibs. | Michele Calgaro | 2019-06-26 | 3 | -3/+3 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | tdefilereplace: updated docbook. | Michele Calgaro | 2019-06-25 | 9 | -68/+35 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | tdefilereplace: added save/load results functionality. | Michele Calgaro | 2019-06-23 | 7 | -147/+277 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | tdefilereplace: | Michele Calgaro | 2019-06-21 | 9 | -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 entry | Michele Calgaro | 2019-06-21 | 2 | -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 Calgaro | 2019-06-20 | 6 | -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 and | Michele Calgaro | 2019-06-20 | 4 | -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 Calgaro | 2019-06-20 | 2 | -26/+17 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | tdefilereplace: | Michele Calgaro | 2019-06-18 | 4 | -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 HEAD | Automated System | 2019-06-12 | 1 | -0/+0 |
| | |||||
* | Use `getvfsnumber()` to retrieve filesystem name on OSF/1 (Tru64) | OBATA Akio | 2019-05-04 | 1 | -1/+3 |
| | | | | Signed-off-by: OBATA Akio <obache@wizdas.com> | ||||
* | Change and simplify `statvfs` conditions in FileSystemStats | OBATA Akio | 2019-05-04 | 3 | -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 support | OBATA Akio | 2019-04-16 | 4 | -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 *.cpp | OBATA Akio | 2019-04-16 | 1 | -1/+1 |
| | | | | Signed-off-by: OBATA Akio <obache@wizdas.com> | ||||
* | Recent NetBSD explicitly need uvm/uvm_extern.h | OBATA Akio | 2019-04-16 | 1 | -0/+1 |
| | | | | Signed-off-by: OBATA Akio <obache@wizdas.com> | ||||
* | Fix to build on NetBSD missing statfs from BSD44 feature | OBATA Akio | 2019-04-16 | 1 | -2/+2 |
| | | | | Signed-off-by: OBATA Akio <obache@wizdas.com> | ||||
* | Reset submodule main/tdeutils/cmake to latest HEAD | Automated System | 2019-04-02 | 1 | -0/+0 |
| | |||||
* | Reset submodule main/tdeutils/cmake to latest HEAD | Automated System | 2019-02-19 | 1 | -0/+0 |
| | |||||
* | Reset submodule main/tdeutils/admin to latest HEAD | Automated System | 2019-02-19 | 1 | -0/+0 |
| | |||||
* | Use common CMake tests. | Slávek Banko | 2019-02-07 | 2 | -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 HEAD | Automated System | 2019-02-03 | 1 | -0/+0 |
| | |||||
* | Reset submodule main/tdeutils/cmake to latest HEAD | Automated System | 2019-01-28 | 1 | -0/+0 |
| | |||||
* | Reset submodule main/tdeutils/cmake to latest HEAD | Automated System | 2019-01-13 | 1 | -0/+0 |
| | |||||
* | Reset submodule main/tdeutils/cmake to latest HEAD | Automated System | 2019-01-12 | 1 | -0/+0 |
| | |||||
* | Add CMakeL10n rules. | Slávek Banko | 2018-12-25 | 36 | -0/+204 |
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | Avoid overriding user linker flags (LDFLAGS) for modules and shared libs | Fabio Rossi | 2018-12-17 | 1 | -2/+2 |
| | | | | Signed-off-by: Fabio Rossi <rossi.f@inwind.it> | ||||
* | Reset submodule main/tdeutils/cmake to latest HEAD | Automated System | 2018-12-10 | 1 | -0/+0 |
| | |||||
* | Reset submodule main/tdeutils/cmake to latest HEAD | Automated System | 2018-12-09 | 1 | -0/+0 |
| | |||||
* | Reset submodule main/tdeutils/admin to latest HEAD | Automated System | 2018-12-09 | 1 | -0/+0 |
| | |||||
* | Reset submodule main/tdeutils/cmake to latest HEAD | Automated System | 2018-12-02 | 1 | -0/+0 |
| | |||||
* | Adapted to new KPasswordEdit::password() signature. This relates to bug 2961. | Michele Calgaro | 2018-11-30 | 11 | -42/+42 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Reset submodule main/tdeutils/cmake to latest HEAD | Automated System | 2018-11-29 | 1 | -0/+0 |
| | |||||
* | kcmdf icons are now part of tdebase. Removed from tdeutils to avoid | Michele Calgaro | 2018-11-17 | 5 | -2/+2 |
| | | | | | | conflicts. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | QT_NO_* -> TQT_NO_* renaming. | Michele Calgaro | 2018-10-17 | 8 | -8/+8 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> |