Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge translation files from master branch. | Automated System | 2024-01-16 | 1 | -7/+8 |
| | |||||
* | Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines | Michele Calgaro | 2024-01-06 | 55 | -782/+782 |
| | | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 35a77ad24c1557b88fc7792467183abf65b3f53c) | ||||
* | Remove various '#define' strings - part 6 | Michele Calgaro | 2023-12-15 | 13 | -308/+308 |
| | | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 03c1680767b3848061c17bd04fc32e355d07d247) | ||||
* | Merge translation files from master branch. | Automated System | 2023-12-01 | 1 | -8/+10 |
| | |||||
* | Replace 'Event' #define strings | Michele Calgaro | 2023-11-30 | 1 | -1/+1 |
| | | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 9310b03dcfb213c0551bf9decb2c3a2445decf5c) | ||||
* | Replaced various '#define' with actual strings - part 3 | Michele Calgaro | 2023-11-24 | 2 | -4/+4 |
| | | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 7281cbd9fb8d1d9718cdd51d06cc7ff8a89510a5) | ||||
* | Raise the minimum required version of CMake to 3.5. | Slávek Banko | 2023-11-10 | 2 | -2/+2 |
| | | | | | Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit 01aebec2b5e9485c00cb693973c653f0349176f3) | ||||
* | Replace Qt with TQt | Michele Calgaro | 2023-11-05 | 17 | -42/+42 |
| | | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 9074681d6ed501fc072053aee017bc6b4356ce87) | ||||
* | Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, ↵r14.1.1 | Michele Calgaro | 2023-09-28 | 1 | -8/+8 |
| | | | | | | | QIODevice with TQ* version Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 01795835d5c1ff258e872627652191051ecf4bfc) | ||||
* | Replace TQ_*Focus* and TQ_Scale* defines | Michele Calgaro | 2023-09-03 | 4 | -9/+9 |
| | | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 992e8db5fd6bf4ba26c8856b63bd0f4db6daf6c6) | ||||
* | Drop TQT_BASE_OBJECT* defines | Michele Calgaro | 2023-08-16 | 5 | -12/+12 |
| | | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 64c147d64f9c7b72c584346c33c010c0b3754351) | ||||
* | Replace Q_OBJECT with TQ_OBJECT | Michele Calgaro | 2023-07-24 | 61 | -96/+96 |
| | | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit ef6344d6ede02a3ae8e82ba418142dd5a5590609) | ||||
* | Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the ↵ | Michele Calgaro | 2023-07-12 | 2 | -2/+2 |
| | | | | | | | merging of tqtinterface with tqt3. Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 218e9f7e37efccdd01e25cc1c2e51d674dc33a06) | ||||
* | Improve code of commit 76c89b8.r14.1.0 | Michele Calgaro | 2022-11-26 | 1 | -2/+2 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Insert an explicit cast for -Wc++11-narrowing error | Ray-V | 2022-11-24 | 1 | -2/+2 |
| | | | | | | | | clang/i?86 build Resolves issue #4 Signed-off-by: Ray-V <[email protected]> | ||||
* | Remove unnecessary backup translations. | Michele Calgaro | 2022-09-30 | 8 | -176/+0 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Update translation files | TDE Weblate | 2022-09-11 | 45 | -630/+630 |
| | | | | | | | Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: applications/kile Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kile/ | ||||
* | Update translation template. | Automated System | 2022-09-11 | 1 | -14/+14 |
| | |||||
* | Remove unnecessary accelerators from .ui files. | Michele Calgaro | 2022-09-11 | 2 | -9/+0 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Add man page from tde packaging repo. | Michele Calgaro | 2022-08-13 | 1 | -0/+64 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Rework the README and INSTALL files. | Slávek Banko | 2022-07-01 | 5 | -106/+82 |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Added translation of .desktop files. | Slávek Banko | 2022-07-01 | 39 | -111/+1348 |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Drop automake build support. | Slávek Banko | 2022-07-01 | 45 | -1578/+0 |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Use TDE cmake macro to set [Bversion | Michele Calgaro | 2022-06-24 | 1 | -1/+5 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Exclude installation of syntax highlight files | Slávek Banko | 2022-05-19 | 1 | -1/+7 |
| | | | | | | that are already installed by tdelibs. Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Remove obsolete setting of CMAKE_MODULE_PATH in cmake files. | Michele Calgaro | 2022-05-03 | 2 | -2/+0 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Reset submodule main/applications/office/kile/admin to latest HEAD | Automated System | 2022-01-28 | 1 | -0/+0 |
| | |||||
* | Restore the documentation inadvertently deleted in the past commit | Slávek Banko | 2022-01-07 | 98 | -0/+38534 |
| | | | | | | | along with the original layout of translations. The translated documentation is now placed in the doc folder. Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Remove the original translation directory layout. | Slávek Banko | 2022-01-05 | 234 | -412946/+0 |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Update CMake rules accorting to TDE style. | Slávek Banko | 2022-01-05 | 128 | -2422/+374621 |
| | | | | | | | Copy translations to a new directory layout. Move documentation to a new directory layout. Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Fix the initialization of the automake project. | Slávek Banko | 2022-01-04 | 4 | -13861/+3 |
| | | | | | | Delete generated configure.in and *.m4 files from sources. Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Replaced 'includehints' with 'includes' in *.ui files. | Michele Calgaro | 2022-01-03 | 9 | -55/+34 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Raise the minimum required version of CMake to 3.1 in CMakeL10n rules. | Slávek Banko | 2021-12-31 | 1 | -1/+1 |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Update translation files | TDE Weblate | 2021-09-03 | 1 | -19/+17 |
| | | | | | | | Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: applications/kile Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kile/ | ||||
* | Translated using Weblate (Italian) | Michele Calgaro | 2021-09-01 | 1 | -38/+32 |
| | | | | | | | Currently translated at 100.0% (1587 of 1587 strings) Translation: applications/kile Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kile/it/ | ||||
* | Update translation files | TDE Weblate | 2021-07-07 | 45 | -45/+45 |
| | | | | | | | Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: applications/kile Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kile/ | ||||
* | Update translation template. | Automated System | 2021-07-07 | 1 | -78/+70 |
| | |||||
* | Remove cmake submodule since it has now been replaced by cmake-trinity ↵ | Slávek Banko | 2021-05-24 | 2 | -3/+0 |
| | | | | | | dependency. Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Reset submodule main/applications/kile/cmake to latest HEAD | Automated System | 2021-05-15 | 1 | -0/+0 |
| | |||||
* | Reset submodule main/applications/kile/cmake to latest HEAD | Automated System | 2021-02-28 | 1 | -0/+0 |
| | |||||
* | Reset submodule main/applications/kile/admin to latest HEAD | Automated System | 2021-02-28 | 1 | -0/+0 |
| | |||||
* | Reset submodule main/applications/kile/cmake to latest HEAD | Automated System | 2021-01-27 | 1 | -0/+0 |
| | |||||
* | Reset submodule main/applications/kile/cmake to latest HEAD | Automated System | 2021-01-27 | 1 | -0/+0 |
| | |||||
* | Reset submodule main/applications/kile/admin to latest HEAD | Automated System | 2021-01-27 | 1 | -0/+0 |
| | |||||
* | Reset submodule main/applications/kile/cmake to latest HEAD | Automated System | 2021-01-13 | 1 | -0/+0 |
| | |||||
* | Reset submodule main/applications/kile/cmake to latest HEAD | Automated System | 2020-12-07 | 1 | -0/+0 |
| | |||||
* | Reset submodule main/applications/kile/admin to latest HEAD | Automated System | 2020-12-07 | 1 | -0/+0 |
| | |||||
* | Reset submodule main/applications/kile/cmake to latest HEAD | Automated System | 2020-10-09 | 1 | -0/+0 |
| | |||||
* | Reset submodule main/applications/kile/admin to latest HEAD | Automated System | 2020-10-09 | 1 | -0/+0 |
| | |||||
* | Removed code formatting modelines. | Michele Calgaro | 2020-09-28 | 9 | -98/+0 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> |