summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix open HTML with an external programpschwabauer2024-02-121-2/+11
| | | | | | | HTML emails can't be opened because they are not written to disk. This fixes it by writing HTML parts of the email unconditionally to disk and adds a '.html' file extension if the part is of type HTML. This resolves Issue #94
* Reset submodule main/core/tdepim/admin to latest HEADAutomated System2024-02-081-0/+0
|
* Replace Q_SIGNALS and Q_SLOTSMichele Calgaro2024-02-0525-63/+63
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace auto_ptrMichele Calgaro2024-01-2331-121/+92
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT definesMichele Calgaro2024-01-14639-8035/+8035
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Reset submodule main/core/tdepim/admin to latest HEADAutomated System2024-01-021-0/+0
|
* Replace various '#define' strings - part 6Michele Calgaro2023-12-21123-1020/+1020
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replaced various '#define' with actual strings - part 5Michele Calgaro2023-12-042-2/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace 'Event' #define stringsMichele Calgaro2023-11-3011-27/+27
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replaced various '#define' with actual strings - part 4Michele Calgaro2023-11-267-14/+14
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replaced various '#define' with actual strings - part 3Michele Calgaro2023-11-2418-27/+27
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replaced time related '#define' with actual stringsMichele Calgaro2023-11-231-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Holidays: uaRoman Savochenko2023-11-221-106/+114
| | | | Signed-off-by: Roman Savochenko <roman@home.home>
* Replace various strings '#define'd in tqtinterfaceMichele Calgaro2023-11-202-4/+4
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Reset submodule main/core/tdepim/admin to latest HEADAutomated System2023-11-101-0/+0
|
* Replace Qt with TQtMichele Calgaro2023-11-09162-533/+533
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Reset submodule main/core/tdepim/admin to latest HEADAutomated System2023-11-061-0/+0
|
* Raise the minimum required version of CMake to 3.5.Slávek Banko2023-11-052-2/+2
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Reset submodule main/core/tdepim/admin to latest HEADAutomated System2023-11-031-0/+0
|
* Reset submodule main/core/tdepim/admin to latest HEADAutomated System2023-10-301-0/+0
|
* Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, ↵Michele Calgaro2023-09-2511-104/+104
| | | | | | QIODevice with TQ* version Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Reset submodule main/core/tdepim/admin to latest HEADAutomated System2023-09-251-0/+0
|
* 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>