summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Drop Borland compiler specific coder14.1.xMichele Calgaro10 days23-393/+22
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 6b1f9116760b2a693428cc93a0304dd3d7d2856a)
* Reset submodule main/core/tdepim/admin to latest HEADr14.1.3Automated System2024-09-261-0/+0
|
* libemailfunctions: move kAscii* functions to tdelibsMichele Calgaro2024-09-2417-144/+23
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 8e0a91b1a70d6a055a39838489a4dacfd3200740)
* Remove unused codeMichele Calgaro2024-09-2410-84/+8
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 1fb5101d491c1c4b3483540489dd109a59bfce2d)
* KAddressBook: Fix import encoding for vCard v4.Mavridis Philippe2024-09-011-2/+15
| | | | | Signed-off-by: Mavridis Philippe <mavridisf@gmail.com> (cherry picked from commit 12f0bfb59cda3e1b4a88290c1bbf357d3adb46f7)
* Reset submodule main/core/tdepim/admin to latest HEADAutomated System2024-07-121-0/+0
|
* Reset submodule main/core/tdepim/admin to latest HEADAutomated System2024-07-081-0/+0
|
* Replace kdemacros.h with tdemacros.hMichele Calgaro2024-07-01296-298/+298
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 3353e7fa30be3d2f6c5161a7fd10fd056b5828cd)
* Reset submodule main/core/tdepim/admin to latest HEADAutomated System2024-07-011-0/+0
|
* Replace KDE_TQ_EXPORT_PLUGIN with TDE_* equivalentMichele 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
|