summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Replace various Q_* and QT_* defines with TQ_* and TQT_*Michele Calgaro2023-09-061-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace TQ_*Focus* and TQ_Scale* definesMichele Calgaro2023-09-0234-48/+48
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Reset submodule main/core/tdepim/admin to latest HEADAutomated System2023-09-011-0/+0
|
* Drop Symbian supportMichele Calgaro2023-09-012-30/+4
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Drop TQT_BASE_OBJECT* definesMichele Calgaro2023-08-1818-37/+37
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Drop TQT_TQ*_CONST definesMichele Calgaro2023-08-092-10/+10
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Drop TQT_TQ*_OBJECT definesMichele Calgaro2023-08-086-7/+7
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace Q_OBJECT with TQ_OBJECTMichele Calgaro2023-07-20844-1148/+1147
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Reset submodule main/core/tdepim/admin to latest HEADAutomated System2023-07-191-0/+0
|
* Drop compatibility code for TQPaletteMichele Calgaro2023-07-192-14/+14
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the ↵Michele Calgaro2023-07-1221-116/+116
| | | | | | merging of tqtinterface with tqt3. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix functionality broken by commit fd0046c4Michele Calgaro2023-06-298-73/+144
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Drop Qt2's TQSemiModal and TQSortedList classesMichele Calgaro2023-06-199-38/+17
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Drop TQT_NO_COMPAT codeMichele Calgaro2023-06-112-4/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* SunOS requires fcntl.h without any conditionDenis Kozadaev2023-06-021-2/+0
| | | | Signed-off-by: Denis Kozadaev <denis@dilos.org>
* Drop deprecated kitchensync codeMichele Calgaro2023-05-04277-15115/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Translated using Weblate (Italian)r14.1.0Michele Calgaro2023-02-021-23/+19
| | | | | | | Currently translated at 100.0% (66 of 66 strings) Translation: tdepim/kontact - desktop files Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kontact-desktop-files/it/
* Translated using Weblate (Italian)Michele Calgaro2023-01-201-7/+8
| | | | | | | Currently translated at 100.0% (14 of 14 strings) Translation: tdepim/knode - desktop files Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/knode-desktop-files/it/
* Translated using Weblate (Italian)Michele Calgaro2023-01-201-9/+9
| | | | | | | Currently translated at 100.0% (16 of 16 strings) Translation: tdepim/kmobile - desktop files Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmobile-desktop-files/it/
* Translated using Weblate (Italian)Michele Calgaro2023-01-181-10/+11
| | | | | | | Currently translated at 100.0% (34 of 34 strings) Translation: tdepim/kmail - desktop files Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmail-desktop-files/it/
* Reset submodule main/core/tdepim/admin to latest HEADAutomated System2023-01-131-0/+0
|
* Reset submodule main/core/tdepim/admin to latest HEADAutomated System2023-01-101-0/+0
|
* Translated using Weblate (Italian)Michele Calgaro2022-12-241-41/+30
| | | | | | | Currently translated at 100.0% (71 of 71 strings) Translation: tdepim/kaddressbook - desktop files Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kaddressbook-desktop-files/it/
* Translated using Weblate (Italian)Michele Calgaro2022-12-201-8/+8
| | | | | | | Currently translated at 100.0% (5 of 5 strings) Translation: tdepim/kalarm - desktop files Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kalarm-desktop-files/it/
* Prefer pkg-config for gpgme and gpg-error detection.Slávek Banko2022-10-181-64/+66
| | | | | | Use LARGEFILES_DEFINITIONS instead of hard-coded _FILE_OFFSET_BITS=64. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fix libgpg-error detection for libgpg-error >= 1.46.Slávek Banko2022-10-181-12/+8
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Distinguish between settings and explicit override for external contentSlávek Banko2022-10-135-16/+33
| | | | | | | | | | | | Summary: This will allow KMail to properly communicate the difference also when using per-folder settings for loading external references. This in turn makes 746e02af07f7dc223940ad80a0a234c0aff85850 also work in that case. Taken from KDE patches and adapted to TDE. See https://phabricator.kde.org/D12393 and https://phabricator.kde.org/D12394 Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Load external references in encrypted emails only on explicit request.Slávek Banko2022-10-131-4/+14
| | | | | | | Taken from KDE patches and adapted to TDE. See https://phabricator.kde.org/D12391 Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Remove unnecessary accelerators from .ui filesMichele Calgaro2022-09-206-39/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Gender-neutral languageMavridis Philippe2022-07-1811-20/+20
| | | | | | Related to TDE/tde#93. Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
* Use TDE cmake macro to set versionMichele Calgaro2022-06-211-1/+5
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.Michele Calgaro2022-05-032-2/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* kmail: use default transport for message redirect. This resolves issue #54.Michele Calgaro2022-04-061-0/+3
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Reset submodule main/core/tdepim/admin to latest HEADAutomated System2022-01-281-0/+0
|
* Replaced 'includehints' with 'includes' in *.ui files.Michele Calgaro2022-01-1016-72/+40
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.Slávek Banko2021-12-311-1/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Raise the minimum required version of CMake to 3.1.Slávek Banko2021-12-291-1/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* korganizer: do not show reminders on top of a locked screen. ThisMichele Calgaro2021-10-051-0/+14
| | | | | | resolves isue #60. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Translated using Weblate (Czech)Slávek Banko2021-09-131-13/+13
| | | | | | | Currently translated at 100.0% (25 of 25 strings) Translation: tdepim/tdepimresources - desktop files Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/tdepimresources-desktop-files/cs/
* Translated using Weblate (Czech)Slávek Banko2021-09-131-7/+8
| | | | | | | Currently translated at 100.0% (1 of 1 strings) Translation: tdepim/tdeioslave - desktop files Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/tdeioslave-desktop-files/cs/
* Translated using Weblate (Czech)Slávek Banko2021-09-131-7/+8
| | | | | | | Currently translated at 100.0% (4 of 4 strings) Translation: tdepim/tdefile - desktop files Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/tdefile-desktop-files/cs/
* Translated using Weblate (Czech)Slávek Banko2021-09-131-6/+6
| | | | | | | Currently translated at 100.0% (6 of 6 strings) Translation: tdepim/libtdepim - desktop files Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/libtdepim-desktop-files/cs/
* Translated using Weblate (Czech)Slávek Banko2021-09-131-8/+9
| | | | | | | Currently translated at 100.0% (3 of 3 strings) Translation: tdepim/libkcal - desktop files Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/libkcal-desktop-files/cs/
* Translated using Weblate (Czech)Slávek Banko2021-09-131-15/+15
| | | | | | | Currently translated at 100.0% (57 of 57 strings) Translation: tdepim/korganizer - desktop files Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/korganizer-desktop-files/cs/
* Translated using Weblate (Czech)Slávek Banko2021-09-131-61/+58
| | | | | | | Currently translated at 100.0% (66 of 66 strings) Translation: tdepim/kontact - desktop files Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kontact-desktop-files/cs/
* Translated using Weblate (Czech)Slávek Banko2021-09-131-4/+4
| | | | | | | Currently translated at 100.0% (4 of 4 strings) Translation: tdepim/knotes - desktop files Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/knotes-desktop-files/cs/
* Translated using Weblate (Czech)Slávek Banko2021-09-131-5/+5
| | | | | | | Currently translated at 100.0% (14 of 14 strings) Translation: tdepim/knode - desktop files Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/knode-desktop-files/cs/
* Translated using Weblate (Czech)Slávek Banko2021-09-131-9/+10
| | | | | | | Currently translated at 100.0% (4 of 4 strings) Translation: tdepim/kmail plugins - desktop files Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmail-plugins-desktop-files/cs/
* Translated using Weblate (Czech)Slávek Banko2021-09-131-7/+7
| | | | | | | Currently translated at 100.0% (34 of 34 strings) Translation: tdepim/kmail - desktop files Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmail-desktop-files/cs/
* Translated using Weblate (Czech)Slávek Banko2021-09-131-55/+52
| | | | | | | Currently translated at 100.0% (71 of 71 strings) Translation: tdepim/kaddressbook - desktop files Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kaddressbook-desktop-files/cs/