summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Replace KDE_TQ_EXPORT_PLUGIN with TDE_* equivalentr14.1.xMichele Calgaro2024-05-212-4/+4
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 5b07ddbad4bd99ea23817aafa9e3650d7eca91ba)
* Replace KDE_DEPRECATED with TDE_DEPRECATEDMichele Calgaro2024-05-1514-43/+43
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 2f5f281048b6969c784a62fa296e9dac65c246d3)
* Add documentation builds for each package separatelyormorph2024-05-141-13/+17
| | | | | Signed-off-by: ormorph <roma251078@mail.ru> (cherry picked from commit fc33fbf5ae054e039bfd10238a5f1c6cdde6fea3)
* Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORTMichele Calgaro2024-05-06316-659/+659
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit d6705bac5da767ff271b66c0f01ff6ed6352515e)
* Reset submodule main/core/tdepim/admin to latest HEADAutomated System2024-05-021-0/+0
|
* Fix attachment filename handlingpschwabauer2024-04-301-1/+1
| | | | | | | | Currently filenames containing '#' are not correctly escaped, which prevents to open attachments. This resolves issue #119. Signed-off-by: pschwabauer <pschwabauer@intevation.de> (cherry picked from commit 8c541bef9340e210e31eeb62e572b75ffcdd0b4a)
* Merge translation files from master branch.r14.1.2Automated System2024-04-144-27/+31
|
* Merge translation files from master branch.Automated System2024-04-129-67/+84
|
* Fix compatibility with C++17.Slávek Banko2024-04-122-6/+6
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 3d5bff624aa23bdf6521d15449b385558fff5a8d)
* Merge translation files from master branch.Automated System2024-04-111-0/+25
|
* Merge translation files from master branch.Automated System2024-04-051-4/+8
|
* Allow open on all HTML partspschwabauer2024-04-051-1/+2
| | | | | | | | | Currently, it is not possible to open a mail with HTML as main body part. This fixes it by checking if the content type is of `HTML` and allow it to be opened. This resolves issue #89. Signed-off-by: pschwabauer <pschwabauer@intevation.de> (cherry picked from commit 9ab93f257bb9d9a62ab8c13bc654fd10f0df4f27)
* Merge translation files from master branch.Automated System2024-04-041-0/+20
|
* Merge translation files from master branch.Automated System2024-03-294-26/+32
|
* Remove unnecessary 'tde_set_project_version' from CMakeL10n.txtMichele Calgaro2024-03-171-1/+0
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 68e85f3d5e281d48706232b3d6f60bed9e1defa7)
* Use centralized cmake versionMichele Calgaro2024-03-152-7/+12
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 2d7b94b22a3e6915c3861ee49945a4f59cb56757)
* Simplify code since cmake minimum version is now 3.5Michele Calgaro2024-02-151-7/+1
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 296421fe123cb218edd8461cfb9920bad0f6afda)
* Replace Q_WS_* defines with TQ_WS_* equivalentsMichele Calgaro2024-02-141-1/+1
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 23c6e54fc3e56a43790d86f7bd71b232a8a75869)
* Reset submodule main/core/tdepim/admin to latest HEADAutomated System2024-02-141-0/+0
|
* Fix spurious quotes in calendar eventspschwabauer2024-02-121-12/+3
| | | | | | | | | Newer libical versions no longer require the parameters to be quoted. This patch removes the quoting to avoid adding unnecessary quotes to the attendee and organizer parameters. This resolves issue #108. Signed-off-by: pschwabauer <pschwabauer@intevation.de> (cherry picked from commit cf6c82feb822a95d66ef0c6e29a83e33485e41b5)
* 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 (cherry picked from commit 33ffa952335f63ccaacd90dd611c6d5896412c53)
* Replace Q_SIGNALS and Q_SLOTSMichele Calgaro2024-02-0625-63/+63
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 477975ca208e5f68bc748118dc6a18bd94895961)
* Replace auto_ptrMichele Calgaro2024-01-2631-121/+92
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit d2f343cc239e1fa25c9581cf35bada96692c41db)
* Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT definesMichele Calgaro2024-01-16639-8035/+8035
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 3b3f9ec8f31978030c17309fae48335bea5c1587)
* Reset submodule main/core/tdepim/admin to latest HEADAutomated System2024-01-021-0/+0
|
* Replace various '#define' strings - part 6Michele Calgaro2023-12-27123-1020/+1020
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 762dc98fa6b143629c75b3bbe277228fb04e8324)
* Replaced various '#define' with actual strings - part 5Michele Calgaro2023-12-052-2/+2
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 6ab7f162f49900770424dba529cba4a8a8a4a242)
* Replace 'Event' #define stringsMichele Calgaro2023-12-0211-27/+27
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit ef173e633b7d068c4ddd2209af41899ec44e47ce)
* Replaced various '#define' with actual strings - part 4Michele Calgaro2023-11-267-14/+14
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 1d421717fba9b8ea1ca121a58e1023b8a6a8871b)
* Replaced various '#define' with actual strings - part 3Michele Calgaro2023-11-2518-27/+27
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 3b66617d9d5f343c30a87381720db2fc835ce52b)
* Replaced time related '#define' with actual stringsMichele Calgaro2023-11-231-1/+1
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit d3aa578340c0d8e9ef17abb208ae0e4cae4b22dc)
* Holidays: uaRoman Savochenko2023-11-221-106/+114
| | | | | Signed-off-by: Roman Savochenko <roman@home.home> (cherry picked from commit ffa9e16f78be6e7de86ecc52ccd494924c41ae95)
* Replace various strings '#define'd in tqtinterfaceMichele Calgaro2023-11-202-4/+4
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit d470e73134c09daf33a87bd80920fc278bf2b3c2)
* Reset submodule main/core/tdepim/admin to latest HEADAutomated System2023-11-101-0/+0
|
* Replace Qt with TQtMichele Calgaro2023-11-10164-535/+535
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 98876ba8c52c0fc2f38c258476bc9637f055d576)
* 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-062-2/+2
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit c1ce1cc0ca38fd0b28e489662f5459fb8fd38e63)
* 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, ↵r14.1.1Michele Calgaro2023-09-2511-104/+104
| | | | | | | QIODevice with TQ* version Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 33ba77ee894fb6368e3804458ddd52ea1a1f0909)
* 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-071-1/+1
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 956795b76724634f6643ca5c6a1e25058bce0981)
* Replace TQ_*Focus* and TQ_Scale* definesMichele Calgaro2023-09-0434-48/+48
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 84129a6fadb049acceb743bd6cf1dea0c513522a)
* 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> (cherry picked from commit 889e93b72081a12bb3767b5c4fa6e351362abd37)
* Drop TQT_BASE_OBJECT* definesMichele Calgaro2023-08-1818-37/+37
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit ca120c61e6281a9f8b89be860a7e975b5384bd07)
* Drop TQT_TQ*_CONST definesMichele Calgaro2023-08-092-10/+10
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit ddf896e8d22004797d141e221455cbdaa45b3f80)
* Drop TQT_TQ*_OBJECT definesMichele Calgaro2023-08-086-7/+7
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 33b2a9cc7dc561872d96ef9f42d894497e2e7c42)
* Replace Q_OBJECT with TQ_OBJECTMichele Calgaro2023-07-20844-1148/+1147
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit cd4b0ac22608120ad003f575a1640e1ddc7703df)
* Reset submodule main/core/tdepim/admin to latest HEADAutomated System2023-07-191-0/+0
|