summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Disabled libical tests if libical version is less than 1.0.Michele Calgaro2019-04-012-0/+10
| | | | | | | | | On old libical versions, DST change date is wrong and this would fail some of the tests. This is not a bug in TDE but in old libical libraries. Starting from libical 1.0, the bug seems to have been fixed. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit b1b5ff52bea5c734e3f0d77a0a08aff4037fcc5d)
* Fixed support for libical version prior to 3. This is required for libkcal ↵Michele Calgaro2019-04-012-2/+27
| | | | | | | tests to work fine on older distributions. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 858a7e560af13f2b6fe8849c717997c2238763fd)
* Fixed bug in libkcal related to timezones in DT field.Michele Calgaro2019-04-0113-72/+78
| | | | | | | | Fixed execution of libkcal tests. This resolves bug 2719. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 48af72cbe8a4f0cc22de3e2ceda5db47ca922759)
* Fixed building of libkcal tests. Some of the tests still fails whenMichele Calgaro2019-04-0110-26/+90
| | | | | | | | | executed. This relates to bug 2719. Special thanks to Emanoil Kotsev <deloptes@gmail.com> for providing an inital patch for the same bug, from which I reused a small section of code. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit ce47e20ed3f172bb04a2d4055a9326fec1c879b0)
* Reset submodule main/tdepim/cmake to latest HEADr14.0.6Automated System2019-03-051-0/+0
|
* Updated date and version to R14.0.6 in .lsm files.Michele Calgaro2019-03-033-6/+6
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Updated VERSION reference to R14.0.6 in CMakeLists.txtMichele Calgaro2019-03-031-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Reset submodule main/tdepim/cmake to latest HEADAutomated System2019-02-191-0/+0
|
* Reset submodule main/tdepim/admin to latest HEADAutomated System2019-02-191-0/+0
|
* Use common CMake tests.Slávek Banko2019-02-052-8/+5
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit f7fe0b261ed7f78d88ce98c7a239b09ae572b427)
* Reset submodule main/tdepim/cmake to latest HEADAutomated System2019-02-031-0/+0
|
* Reset submodule main/tdepim/cmake to latest HEADAutomated System2019-01-281-0/+0
|
* Reset submodule main/tdepim/cmake to latest HEADAutomated System2019-01-131-0/+0
|
* Reset submodule main/tdepim/cmake to latest HEADAutomated System2019-01-121-0/+0
|
* Avoid overriding user linker flags (LDFLAGS) for modules and shared libsFabio Rossi2018-12-181-2/+2
| | | | | Signed-off-by: Fabio Rossi <rossi.f@inwind.it> (cherry picked from commit e0e7f74ed2c71bd0e47735913860acaa3230b23b)
* Add CMakeL10n rules.Slávek Banko2018-12-1570-0/+320
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 72b5adf49ccd012414f2758e0427639ee926e9b2)
* Reset submodule main/tdepim/cmake to latest HEADAutomated System2018-12-101-0/+0
|
* Reset submodule main/tdepim/cmake to latest HEADAutomated System2018-12-091-0/+0
|
* Reset submodule main/tdepim/admin to latest HEADAutomated System2018-12-091-0/+0
|
* Reset submodule main/tdepim/cmake to latest HEADAutomated System2018-12-021-0/+0
|
* Reset submodule main/tdepim/cmake to latest HEADAutomated System2018-11-291-0/+0
|
* Use TQString for debugging output with unicode stringsFabio Rossi2018-11-291-1/+5
| | | | | Signed-off-by: Fabio Rossi <rossi.f@inwind.it> (cherry picked from commit 1340cc32351256546e33f07f974fe63fb6c29eaa)
* Add unicode string support to the ktnef parser libraryFabio Rossi2018-11-291-1/+14
| | | | | Signed-off-by: Fabio Rossi <rossi.f@inwind.it> (cherry picked from commit 9fd3b6acfa7f8fc347f8678e969c7deeb3ab516b)
* Update About Info for kmail, kontact and korganizer, this relates to bug 2401gregory guy2018-11-256-13/+15
| | | | | | Signed-off-by: gregory guy <g-gregory@gmx.fr> (cherry picked from commit 74cbb937c7d08a77954e8b05dc6011ef04cb309e) Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Added missing applications icons for Kleopatra.François Andriot2018-11-189-0/+13
| | | | | | | | Icons have been taken from GnuPG/KDE version of Kleopatra, which is available under GPL version >= 2. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit f524f014dbe5c1aded491b20044978878b3eb805)
* Add missing icons for Kleopatra's GpgME backends.Michele Calgaro2018-11-1815-3/+7
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit e07bf1c45ebf498c9c980aa9d2328fedeb005ac0)
* korganizer: fixed SEGFAULT when deleting recurring TODOs.Michele Calgaro2018-11-101-2/+4
| | | | | | | This resolves bug 2335 and 2682. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 4e2582d3ebe797a3054e33c6c5d7000395642f42)
* Add includes to UI files to resolve FTBFSSlávek Banko2018-09-2127-122/+100
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 0d192ed6f2b536340ff8cc1838d56fa1e151d119)
* Fix inadvertly renamed QT_THREAD_SUPPORTSlávek Banko2018-09-173-6/+6
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Reset submodule main/tdepim/admin to latest HEADAutomated System2018-09-161-0/+0
|
* Removed unnecessary executable flag. This relates to bug 2153.Michele Calgaro2018-09-034-0/+0
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 4041c4fa0a0a53459ea5afdde9a0e6ba49fff160)
* Fix FTBFS with stricter C++11Slávek Banko2018-08-182-6/+6
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 6494172e98ea4244cefede4afeb1c950ef4ebc6e)
* Fixed corrupted japanese translations. This relates to bug 2952.Michele Calgaro2018-08-183-3/+3
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit a78272517536f7622bccaf45d0b40a1273cef438)
* Update version numbers and date for R14.0.5 final releaser14.0.5Slávek Banko2018-07-263-3/+3
|
* Update bug reports url to bugs.trinitydesktop.orgSlávek Banko2018-07-014-6/+6
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 3d35050f2c8f005063404f3c692413985d8467a4)
* Reset submodule main/tdepim/admin to latest HEADAutomated System2018-05-241-0/+0
|
* Reset submodule main/tdepim/admin to latest HEADAutomated System2018-05-081-0/+0
|
* libkpgp: Fix signature key exctraction for GnuPG 2.1Emanoil Kotsev2018-05-051-4/+20
| | | | | | | This resolves bug 2883 Signed-off-by: Emanoil Kotsev <deloptes@gmail.com> (cherry picked from commit f09192b22acd8e7719f8eb31a2348a40f944df25)
* Reset submodule main/tdepim/admin to latest HEADAutomated System2018-04-291-0/+0
|
* kmail: Avoid setting charset on non-textual parts of emailsSlávek Banko2018-03-255-9/+13
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 3479159c7ff5c918af12e29a32367843f336b57f)
* Fixed FTBFS caused by migration to libical 3. The changesMichele Calgaro2018-02-134-14/+6
| | | | | | | are compatible with previous versions of libical. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 8996740084e6d31d323cfeb1a269f8427ff3f6bf)
* Fix FTBFS with GCC7François Andriot2017-07-231-1/+1
| | | | | Signed-off-by: François Andriot <francois.andriot@free.fr> (cherry picked from commit 4767f333ca8a7997b4c4f9ec3f2f4fdb6e59d7ea)
* Fix crash on NULL pointer dereferenceSlávek Banko2017-05-141-2/+5
| | | | | | | This resolves Bug 2773 Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit eecb4690f18650b9139071301db63a24e6da0e39)
* Reset submodule main/tdepim/cmake to latest HEADAutomated System2017-03-261-0/+0
|
* Reset submodule main/tdepim/cmake to latest HEADAutomated System2017-02-181-0/+0
|
* Fix detection whether the system is big endianSlávek Banko2017-02-024-0/+16
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 1458cc35b20c25c30db011c3ce958b7bd5d62c34)
* Reset submodule main/tdepim/cmake to latest HEADAutomated System2017-01-291-0/+0
|
* Reset submodule main/tdepim/cmake to latest HEADAutomated System2017-01-261-0/+0
|
* Reset submodule main/tdepim/admin to latest HEADAutomated System2017-01-261-0/+0
|
* cmake: add tde_add_check_executable macroSlávek Banko2017-01-262-0/+0
|