summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Reset submodule main/applications/knmap/cmake to latest HEADAutomated System2020-06-141-0/+0
|
* Reset submodule main/applications/knmap/cmake to latest HEADAutomated System2020-06-121-0/+0
|
* Reset submodule main/applications/knmap/cmake to latest HEADAutomated System2020-06-071-0/+0
|
* Reset submodule main/applications/knmap/cmake to latest HEADAutomated System2020-05-281-0/+0
|
* Translated using Weblate (Italian)Michele Calgaro2020-05-241-8/+9
| | | | | | | Currently translated at 100.0% (3 of 3 strings) Translation: applications/knmap - knmap.desktop Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knmap-knmapdesktop/it/
* Reset submodule main/applications/knmap/cmake to latest HEADAutomated System2020-05-241-0/+0
|
* Reset submodule main/applications/knmap/cmake to latest HEADAutomated System2020-05-171-0/+0
|
* Update translation filesTDE Weblate2020-05-111-3/+3
| | | | | | | Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: applications/knmap Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knmap/
* Update translation template.Automated System2020-05-111-3/+5
|
* Reset submodule main/applications/knmap/cmake to latest HEADAutomated System2020-05-111-0/+0
|
* Reset submodule main/applications/knmap/cmake to latest HEADAutomated System2020-05-101-0/+0
|
* Reset submodule main/applications/knmap/cmake to latest HEADAutomated System2020-05-071-0/+0
|
* Desktop file translations:Slávek Banko2020-04-3034-37/+998
| | | | | | | + 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-04-303-1910/+0
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Move translations to a new directory layout.Slávek Banko2020-04-307-3/+1935
| | | | | | Add support for LINGUAS for listing translations to install. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Reset submodule main/applications/knmap/cmake to latest HEADAutomated System2020-04-081-0/+0
|
* Reset submodule main/applications/knmap/cmake to latest HEADAutomated System2020-04-041-0/+0
|
* Added translation using Weblate (German)Chris2020-03-261-0/+952
|
* Reset submodule main/applications/knmap/cmake to latest HEADAutomated System2020-03-231-0/+0
|
* Reset submodule main/applications/knmap/cmake to latest HEADAutomated System2019-12-081-0/+0
|
* Switch all submodules to https.Slávek Banko2019-12-081-1/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Drop automake build support.gregory guy2019-11-2919-11770/+49
| | | | | | | | Add basic cmake build instructions. Remove empty files: NEWS and TODO. Rework of the README, INSTALL and help page. Signed-off-by: gregory guy <gregory-tde@laposte.net>
* Reset submodule main/applications/knmap/cmake to latest HEADAutomated System2019-06-121-0/+0
|
* Reset submodule main/applications/knmap/cmake to latest HEADAutomated System2019-04-021-0/+0
|
* Reset submodule main/applications/knmap/cmake to latest HEADAutomated System2019-02-191-0/+0
|
* Reset submodule main/applications/knmap/admin to latest HEADAutomated System2019-02-191-0/+0
|
* Use common CMake tests.Slávek Banko2019-02-122-24/+6
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Reset submodule main/applications/knmap/cmake to latest HEADAutomated System2019-02-031-0/+0
|
* Reset submodule main/applications/knmap/cmake to latest HEADAutomated System2019-01-281-0/+0
|
* Update translation template.Automated System2019-01-141-26/+1
|
* Reset submodule main/applications/knmap/cmake to latest HEADAutomated System2019-01-131-0/+0
|
* Reset submodule main/applications/knmap/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-115-0/+1011
| | | | | | | Create translation template. Add CMake rules to build translations. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Reset submodule main/applications/knmap/cmake to latest HEADAutomated System2018-12-101-0/+0
|
* Reset submodule main/applications/knmap/cmake to latest HEADAutomated System2018-12-091-0/+0
|
* Reset submodule main/applications/knmap/admin to latest HEADAutomated System2018-12-091-0/+0
|
* Reset submodule main/applications/knmap/cmake to latest HEADAutomated System2018-12-021-0/+0
|
* Reset submodule main/applications/knmap/cmake to latest HEADAutomated System2018-11-291-0/+0
|
* Add a man page taken from tde-packaging.Slávek Banko2018-10-223-1/+82
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fix incorrect use of TQString() inside i18n().Slávek Banko2018-10-229-32/+32
| | | | | | | Added controlled conversions to char* instead of automatic ascii conversions. The definition of -UTQT_NO_ASCII_CAST is no longer needed. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Removed obsolete Qt2's ASSERT and replace with Q_ASSERT.Slávek Banko2018-10-227-15/+15
| | | | | | The definition of -UTQT_NO_COMPAT is no longer needed. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Removed unnecessary executable flag.Slávek Banko2018-10-223-0/+0
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* conversion to the cmake building systemgregory guy2018-10-2122-0/+230
| | | | Signed-off-by: gregory guy <g-gregory@gmx.fr>
* 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/knmap/admin to latest HEADAutomated System2018-10-081-0/+0
|
* qt -> tqt conversion:Michele Calgaro2018-09-281-5/+5
| | | | | | | | 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-8/+8
| | | | | | | | | | | 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-33/+33
| | | | | | | | | qtlib -> tqtlib libqt -> libtqt QTLIB -> TQTLIB LIBQT -> LIBTQT Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>