summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Reset submodule main/applications/kvkbd/cmake to latest HEADAutomated System2020-05-111-0/+0
|
* Reset submodule main/applications/kvkbd/cmake to latest HEADAutomated System2020-05-101-0/+0
|
* Reset submodule main/applications/kvkbd/cmake to latest HEADAutomated System2020-05-071-0/+0
|
* Desktop file translations:Slávek Banko2020-05-034-5/+38
| | | | | | | + 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>
* Remove the original translation directory layout.Slávek Banko2020-05-033-86/+0
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Move translations to a new directory layout.Slávek Banko2020-05-037-3/+111
| | | | | | Add support for LINGUAS for listing translations to install. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Reset submodule main/applications/kvkbd/cmake to latest HEADAutomated System2020-04-081-0/+0
|
* Reset submodule main/applications/kvkbd/cmake to latest HEADAutomated System2020-04-041-0/+0
|
* Added translation using Weblate (German)Chris2020-03-291-0/+40
|
* Reset submodule main/applications/kvkbd/cmake to latest HEADAutomated System2020-03-231-0/+0
|
* Fixed up previous commit.gregory guy2020-02-121-3/+0
| | | | | Signed-off-by: gregory guy <gregory-tde@laposte.net> Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Drop automake build support.gregory guy2020-02-1226-13364/+61
| | | | | | | | | | | | Add basic cmake build instructions. Delete empty file NEWS, TODO and ChangeLog. Delete empty folder "templates". Add detection for the XTest library. Move the kvkbd.desktop file into XDG_APPS_INSTALL_DIR directory, see TDE/tde#26 . Some cosmetics. Signed-off-by: gregory guy <gregory-tde@laposte.net>
* Reset submodule main/applications/kvkbd/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>
* Removed .lsm files. lsm database is outdated and unmaintained.Michele Calgaro2019-09-011-14/+0
|
* Reset submodule main/applications/kvkbd/cmake to latest HEADAutomated System2019-06-121-0/+0
|
* Reset submodule main/applications/kvkbd/cmake to latest HEADAutomated System2019-04-021-0/+0
|
* Reset submodule main/applications/kvkbd/cmake to latest HEADAutomated System2019-02-191-0/+0
|
* Reset submodule main/applications/kvkbd/admin to latest HEADAutomated System2019-02-191-0/+0
|
* Use common CMake tests.Slávek Banko2019-02-132-23/+6
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Reset submodule main/applications/kvkbd/cmake to latest HEADAutomated System2019-02-031-0/+0
|
* Reset submodule main/applications/kvkbd/cmake to latest HEADAutomated System2019-01-281-0/+0
|
* Reset submodule main/applications/kvkbd/cmake to latest HEADAutomated System2019-01-131-0/+0
|
* Reset submodule main/applications/kvkbd/cmake to latest HEADAutomated System2019-01-121-0/+0
|
* 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>
* Add CMakeL10n rules.Slávek Banko2018-12-116-0/+89
| | | | | | | Create translation template. Add CMake rules to build translations. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Reset submodule main/applications/kvkbd/cmake to latest HEADAutomated System2018-12-101-0/+0
|
* Reset submodule main/applications/kvkbd/cmake to latest HEADAutomated System2018-12-091-0/+0
|
* Reset submodule main/applications/kvkbd/admin to latest HEADAutomated System2018-12-091-0/+0
|
* Reset submodule main/applications/kvkbd/cmake to latest HEADAutomated System2018-12-021-0/+0
|
* Reset submodule main/applications/kvkbd/cmake to latest HEADAutomated System2018-11-291-0/+0
|
* Replaced _BSD_SOURCE, _SVID_SOURCE with _DEFAULT_SOURCE. Removed ↵Michele Calgaro2018-10-131-30/+2
| | | | | | AC_CHECK_GNU_EXTENSIONS. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Reset submodule main/applications/kvkbd/admin to latest HEADAutomated System2018-10-081-0/+0
|
* clean up header in CMakeList, remove unused variable, this fixes issue #3gregory guy2018-09-302-6/+5
| | | | Signed-off-by: gregory guy <g-gregory@gmx.fr>
* Inappropriately used TQString::fromUtf8() moved to place where it is needed.Slávek Banko2018-09-282-6/+6
| | | | | | The definition of -UTQT_NO_ASCII_CAST is no longer needed. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* convert to the cmake building systemgregory guy2018-09-2811-2/+173
| | | | Signed-off-by: gregory guy <g-gregory@gmx.fr>
* qt -> tqt conversion:Michele Calgaro2018-09-281-5/+5
| | | | | | | | kdeqt -> kdetqt qtkde -> tqtkde qtdesigner -> tqtdesigner Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* delete empty files, this fixes issue #1gregory guy2018-09-273-2/+2
| | | | Signed-off-by: gregory guy <g-gregory@gmx.fr>
* 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-9/+9
| | | | | | | | | | | 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-28/+28
| | | | | | | | | qtlib -> tqtlib libqt -> libtqt QTLIB -> TQTLIB LIBQT -> LIBTQT Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* qt_includes => tqt_includes conversionSlávek Banko2018-09-261-18/+18
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* QT_INCLUDES => TQT_INCLUDES conversionSlávek Banko2018-09-261-5/+5
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Reset submodule main/applications/kvkbd/admin to latest HEADAutomated System2018-09-241-0/+0
|
* Remove QT_CLEAN_NAMESPACE/TQT_CLEAN_NAMESPACE unnecessary define.Michele Calgaro2018-09-251-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* KDE_USE_QT* -> KDE_USE_TQT* conversionMichele Calgaro2018-09-242-5/+5
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* AC_PATH_QT* -> AC_PATH_TQT* conversionMichele Calgaro2018-09-241-10/+10
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* QT_THREAD_SUPPORT -> TQT_THREAD_SUPPORT conversion to align to updated admin ↵Michele Calgaro2018-09-181-1/+1
| | | | | | module Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* LIB_QT -> LIB_TQT conversion to align to updated admin moduleMichele Calgaro2018-09-172-10/+10
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Reset submodule main/applications/kvkbd/cmake to latest HEADAutomated System2018-09-161-0/+0
|