summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* The use of the static keyword is deprecated when declaring objects in a ↵Ingo Klöcker2019-04-231-2/+2
| | | | | | | | | | | namespace scope.... - The C++ Standard, ISO/IEC 14882:1998, section 7.3.1.1 paragraph 2 Cherry-picked from: a16596e1c16c3d5509d6d3f37ed9287ea61ef9df Signed-off-by: Luke Dashjr <luke-jr+git@utopios.org> (cherry picked from commit 147bb5982f8f760c470566370b988dfc06ce7d31)
* Use static const instead of #defineJakub Stachowski2019-04-231-3/+3
| | | | | | | Cherry-picked from: c247b0607d3315a43f21c417ef261ab8eb2979e1 Signed-off-by: Luke Dashjr <luke-jr+git@utopios.org> (cherry picked from commit 738d19c1eb8dc042f0f5f9236e1864971f8a2c43)
* Default port for imap and imaps. Before after typing imap://server/ inJakub Stachowski2019-04-231-1/+6
| | | | | | | | | konqueror, slave would try to connect to port 0. Cherry-picked from: b35c00016dd671aca964907d76aa5a2ed4bc15cc Signed-off-by: Luke Dashjr <luke-jr+git@utopios.org> (cherry picked from commit 4aacbe5b9ef8a4188b8196d261e06ca2a7ce25e3)
* "x" -> 'x' micro-optimization.Allen Winter2019-04-231-2/+2
| | | | | | | Cherry-picked from: b75a062ffed7a7e0e7cd284d5885ec8744a7cbd3 Signed-off-by: Luke Dashjr <luke-jr+git@utopios.org> (cherry picked from commit fa8bdd097af1961ec3d8ab6bc3a1793e8eaae856)
* Mischael's fix for "IMAP KIO process dies (due to trailing nulls?)"Allen Winter2019-04-231-0/+3
| | | | | | | | | BUG: 153885 Cherry-picked from: 1d8208d3815088eea3c36767acb0c5a0a1a61ec8 Signed-off-by: Luke Dashjr <luke-jr+git@utopios.org> (cherry picked from commit b08cf5263b3fa78462f6d309a7f8dbe95ed51201)
* Removed useless 'true &&' statementTobias Koenig2019-04-231-1/+1
| | | | | | | Cherry-picked from: 6965c8b9dac4bb0383a520a829b6689ea597764f Signed-off-by: Luke Dashjr <luke-jr+git@utopios.org> (cherry picked from commit 5aa4ac948f5eca76af9946b7abe3413ee8f46893)
* Fix mailAddress:getStr when rawComment is non-emptyTill Adam2019-04-231-1/+1
| | | | | | | | | | | | WAS: Fix the rest of 152692, another interesting QCString -> QByteArray gotcha. Seems to work ok with more email adresses now. CCBUG: 152692 Partially cherry-picked from: 9df2cbd9db920123c7ab51c63ea927f0af5545aa Signed-off-by: Luke Dashjr <luke-jr+git@utopios.org> (cherry picked from commit 20c686e489c56e8f3e1aeba9090ebfe1897ea6b5)
* Make getStr const correct.Till Adam2019-04-232-4/+5
| | | | | | | Cherry-picked from: 925d1f70010bc111ad9f4a3e910d689aa4e27181 Signed-off-by: Luke Dashjr <luke-jr+git@utopios.org> (cherry picked from commit b07b3401ab3167d0d83078ce52705e5aa49c9776)
* fixup the CopyrightsAllen Winter2019-04-2310-13/+13
| | | | | | | Cherry-picked from: edcd66a23bc102ec914c4a8702dc12b7241840c6 Signed-off-by: Luke Dashjr <luke-jr+git@utopios.org> (cherry picked from commit fcd267d0363d26be78a5652da81cb470d0a9fc46)
* Fix a small typo in API docs of imap4 kio-slave: send -> sentRaphael Langerhorst2019-04-231-1/+1
| | | | | | | Cherry-picked from: 62950207dbc59863ddb0cf5ca01271fbac0df4c3 Signed-off-by: Luke Dashjr <luke-jr+git@utopios.org> (cherry picked from commit c25824ac0f30983bdfe6a87db69dcd281c1a7de7)
* - avoid unnecessary string conversion.Dirk Mueller2019-04-231-1/+1
| | | | | | | Partial cherry pick from: 35f536ddb27633e8cac40eb4c99c5b370fdb14cb Signed-off-by: Luke Dashjr <luke-jr+git@utopios.org> (cherry picked from commit 86d107daed688d9f69f789e9087c48250126612f)
* Bugfix: KMail: Detach from message observation when destructing KMReaderWinLuke Dashjr2019-04-211-0/+3
| | | | | Signed-off-by: Luke Dashjr <luke-jr+git@utopios.org> (cherry picked from commit e53303b9298bc47bd864caea6725ff09c5c6e6bb)
* Reset submodule main/tdepim/cmake to latest HEADAutomated System2019-04-021-0/+0
|
* libkcal tests: small improvement to cmake code to avoid having to escape quotes.Slávek Banko2019-04-011-2/+2
| | | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 309e91d9d69d2fdf3ad1280688e41247621e8388)
* 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
|