summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update date in lsm filesr14.0.4Slávek Banko2016-10-233-3/+3
|
* Fix decoding quoted printable multiline string with blank spaceEmanoil Kotsev2016-10-122-0/+2
| | | | | | | | on beginning of line in libkcal/versit This resolves bug 2688 Signed-off-by: Emanoil Kotsev <deloptes@gmail.com> (cherry picked from commit f26592c41232219275004403b426b8bffeaa6c6f)
* Fix utf8 handling in libkcal/icalformatEmanoil Kotsev2016-10-121-3/+4
| | | | | | | This resolves bug 2660 Signed-off-by: Emanoil Kotsev <deloptes@gmail.com> (cherry picked from commit 63c4d2db479e17f91e61616fd736185277524d89)
* Fix missing return in KMobileDevice::unlockDeviceSlávek Banko2016-09-291-4/+6
| | | | | | | This resolves bug 2692 Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 105df0826eca906593e73a0a6333e3c867067ed2)
* Fix FTBFS with GCC6Slávek Banko2016-09-033-12/+12
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit dcf83fa05df5be638bd93b7b13e2ad7d1335ec65)
* Reset submodule main/tdepim/admin to latest HEADAutomated System2016-08-071-0/+0
|
* Fix invalid headers in PNG files and optimize for sizeTimothy Pearson2016-07-24526-0/+0
| | | | (cherry picked from commit fc24d7b0fcdf0bfddd8b313fa96bedf4877be2c5)
* Fix utf8 handling in kaddressbook thumbnailcreatorSlávek Banko2016-05-291-1/+3
| | | | | | | This relates to bug 2625 Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit fba4827c29257321c11528f8ff6567172efe2c63)
* Fix utf8 handling in tdeabc resource cacheSlávek Banko2016-05-291-3/+9
| | | | | | | This relates to bug 2625 Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 85a02f7b0d1cbc92ea4273443bb95a652a5ad8ab)
* Fix utf8 handling in CardDAVEmanoil Kotsev2016-05-291-2/+2
| | | | | | | This relates to bug 2625 Signed-off-by: Emanoil Kotsev <deloptes@gmail.com> (cherry picked from commit 5b9cd454fb9dae99dc766b72bd049f826f4ddf66)
* Reset submodule main/tdepim/cmake to latest HEADAutomated System2016-04-191-0/+0
|
* Reset submodule main/tdepim/cmake to latest HEADAutomated System2016-03-171-0/+0
|
* Update version number for new target R14.0.4Slávek Banko2016-02-294-7/+7
|
* Fixed FTBFS in Debian/Ubuntu due to missing liblockdev1-dev package. Device ↵Michele Calgaro2016-02-2611-262/+79
| | | | | | | locking is now done through 'flock()' Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 3ed5f6bda5dabbb74b0126982cb515de1a8e2558)
* Update date in lsm filesr14.0.3Slávek Banko2016-02-073-3/+3
|
* Update version number for new target R14.0.3Slávek Banko2015-11-304-7/+7
|
* Update date in lsm filesr14.0.2Slávek Banko2015-10-253-3/+3
|
* Fixed KAlarm building warnings. Minor style patch up. Fixed possible error ↵Michele Calgaro2015-08-2723-219/+218
| | | | | | | in treating deferred evens (see kalarm/alarmevent.cpp:1739). (cherry picked from commit c036d97d35d25c4511d9569d40c1de07dab96bb6) Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Update version number for new target R14.0.2Slávek Banko2015-08-264-7/+7
|
* Update date in lsm filesr14.0.1Slávek Banko2015-07-133-3/+3
|
* Update version in CMakeLists filesSlávek Banko2015-07-111-1/+1
|
* Update version in lsm filesSlávek Banko2015-07-113-3/+3
|
* Fix kmail crash when start in offline modeSlávek Banko2015-07-091-1/+1
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit f2e211e2f359c13e153fff5d77a75c5cd6003c72)
* Remove incorrect CMake recipe for templatesconfiguration_baseSlávek Banko2015-07-042-39/+33
| | | | | | | Fix CMake build dependencies Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 19e5646ba63e7255e0532295eaec2f476009d275)
* Fix FTBFS with clangSlávek Banko2015-06-146-9/+17
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 4554b6c6fb200addc5fbc833df4f42a65070cdd9)
* Fix FTBFS when build without tdehw-libSlávek Banko2015-06-142-1/+16
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit c0e6e0eddc721f28a273c15688db0c6f46ed78e1)
* Reset submodule main/tdepim/cmake to latest HEADSlávek Banko2015-05-311-0/+0
|
* Reset submodule main/tdepim/cmake to latest HEADSlávek Banko2015-04-171-0/+0
|
* Reset submodule main/tdepim/admin to latest HEADSlávek Banko2015-04-171-0/+0
|
* Bring printer1 icon into XDG complianceTimothy Pearson2015-03-263-3/+3
| | | | (cherry picked from commit bd1f48e21af502a0f86602a19c33b9d52bc3fd8f)
* Fixed wrong DocPath strings. This relates to bug 2319.Michele Calgaro2015-01-2318-18/+18
| | | | | (cherry picked from commit 7a320d874dcdf954fdb6666e3ca54ea817670345) Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Changed default value of "Default duration of new appointment" from 2 hours ↵Michele Calgaro2014-12-231-1/+1
| | | | | | | | | to 15 minutes. This resolves bug 236. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit b46c8e41db48863140066441f56fb0cedb583db9) Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix Kontact crash in Akregator part due to identical destructor signatures ↵r14.0.0Timothy Pearson2014-12-0638-57/+95
| | | | | | | being generated for two unrelated classes This relates to Bug 2235 Fix a slew of non-virtual destructor problems
* Fix non-virtual destructor warningTimothy Pearson2014-12-041-1/+1
|
* Fix crash of type reported inTimothy Pearson2014-12-041-11/+13
| | | | TDECRSH-02c7aad-341394a-38a161d-3c0c32e-b7216be-e399e04-a0b51d0
* Fix disconnected slotTimothy Pearson2014-12-031-1/+1
|
* Fix KOrganizer alarm daemon systray popup menu damage caused by commit 8231cc23Slávek Banko2014-12-031-1/+2
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tdepimTimothy Pearson2014-11-081-1/+1
|\
| * Fix renaming icon fonts => font-x-generic in desktop filesSlávek Banko2014-11-081-1/+1
| |
* | Fix up remaining references to DocPathTimothy Pearson2014-11-081-1/+1
|/
* Fix stragglers that were not properly renamed in the XDG standardization commitsTimothy Pearson2014-10-242-2/+2
|
* Fix typos from commit 8bd51635Slávek Banko2014-10-223-3/+3
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fix exec icon location and bring it into XDG complianceTimothy Pearson2014-10-222-2/+2
|
* Fix remaining issues from mimetype icon renameTimothy Pearson2014-10-222-4/+4
|
* Repair mimetype icon usage, part 1. The following are not fully verified in ↵Timothy Pearson2014-10-223-3/+3
| | | | source as of this commit due to ubiquity: info, unknown
* Bring most mimetypes in line with XDG specifications. The following are not ↵Timothy Pearson2014-10-2215-23/+23
| | | | fully verified in source as of this commit due to ubiquity: html, empty, info, make, man, misc, source, unknown
* Reset submodule main/tdepim/admin to latest HEADAutomated System2014-10-191-0/+0
|
* Fix remaining missing semicolons at end of Keywords stringsTimothy Pearson2014-10-1928-1226/+1226
|
* Revert "Fix remaining missing semicolons at end of Keywords strings"Timothy Pearson2014-10-1928-1226/+1226
| | | | This reverts commit e51d886a5d03a1f4799dabbe7b518d2fac73c4bb.
* Fix remaining missing semicolons at end of Keywords stringsTimothy Pearson2014-10-1928-1226/+1226
|