summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Reset submodule main/tdeutils/admin to latest HEADAutomated System2018-12-091-0/+0
|
* Reset submodule main/tdeutils/cmake to latest HEADAutomated System2018-12-021-0/+0
|
* Adapted to new KPasswordEdit::password() signature. This relates to bug 2961.Michele Calgaro2018-11-3011-42/+42
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Reset submodule main/tdeutils/cmake to latest HEADAutomated System2018-11-291-0/+0
|
* kcmdf icons are now part of tdebase. Removed from tdeutils to avoidMichele Calgaro2018-11-175-2/+2
| | | | | | conflicts. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* QT_NO_* -> TQT_NO_* renaming.Michele Calgaro2018-10-178-8/+8
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Reset submodule main/tdeutils/admin to latest HEADAutomated System2018-10-081-0/+0
|
* qt -> tqt conversion:Michele Calgaro2018-09-281-1/+1
| | | | | | | | kdeqt -> kdetqt qtkde -> tqtkde qtdesigner -> tqtdesigner Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* qt -> tqt conversion:Michele Calgaro2018-09-271-1/+1
| | | | | | | | | QT_NO_ASCII_CAST -> TQT_NO_ASCII_CAST QT_NO_STL -> TQT_NO_STL QT_NO_COMPAT -> TQT_NO_COMPAT QT_NO_TRANSLATION -> TQT_NO_TRANSLATION Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* qt -> tqt conversion:Michele Calgaro2018-09-271-1/+1
| | | | | | | | | | | QTDIR -> TQTDIR QTDOC -> TQTDOC INCDIR_QT -> INCDIR_TQT LIBDIR_QT -> LIBDIR_TQT QT_INC -> TQT_INC QT_LIB -> TQT_LIB Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* qt -> tqt conversion:Michele Calgaro2018-09-271-1/+1
| | | | | | | | | qtlib -> tqtlib libqt -> libtqt QTLIB -> TQTLIB LIBQT -> LIBTQT Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Reset submodule main/tdeutils/admin to latest HEADAutomated System2018-09-241-0/+0
|
* Add includes to UI files to resolve FTBFSSlávek Banko2018-09-2241-159/+130
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* LIB_QT -> LIB_TQT conversion to align to updated admin moduleMichele Calgaro2018-09-1721-34/+34
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Reset submodule main/tdeutils/cmake to latest HEADAutomated System2018-09-161-0/+0
|
* Reset submodule main/tdeutils/admin to latest HEADAutomated System2018-09-161-0/+0
|
* Removed unnecessary executable flag. This relates to bug 2153.Michele Calgaro2018-09-031-0/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* KEdit: Removed unwanted flag setting that the file is not modifiedSlávek Banko2018-09-011-2/+0
| | | | | | This resolves issue #2 Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Removed extension from icon name in desktop file. This relates to bugMichele Calgaro2018-08-221-1/+1
| | | | | | 2424. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix FTBFS with stricter C++11Slávek Banko2018-08-181-1/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fixed support for existing tar.lzma files. This requires commit 6bbc2b45Michele Calgaro2018-08-184-3/+10
| | | | | | from tdelibs to be installed too. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>