summaryrefslogtreecommitdiffstats
path: root/libkcal
Commit message (Collapse)AuthorAgeFilesLines
* Removed code formatting modelines.Michele Calgaro2020-09-273-4/+1
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit cf916d8af78db19e0df37b12e63f35bf21f2da5b)
* Desktop file translations:Slávek Banko2020-07-145-164/+20
| | | | | | | | + Creation of POT template for desktop files added to CMakeL10n rules. + Added creation of translated desktop files during build. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 0d3043b6308af148da06ac14c53defc4b1e7e138)
* Removed explicit usage of the 'register' keyword.Michele Calgaro2020-01-301-8/+8
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 90c6a46c9c8d9d18e74302fa43b80ef77ce48f93)
* 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-019-26/+89
| | | | | | | | | 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)
* Add CMakeL10n rules.Slávek Banko2018-12-151-0/+3
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 72b5adf49ccd012414f2758e0427639ee926e9b2)
* 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)
* Removed unnecessary executable flag. This relates to bug 2153.Michele Calgaro2018-09-031-0/+0
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 4041c4fa0a0a53459ea5afdde9a0e6ba49fff160)
* Fixed FTBFS caused by migration to libical 3. The changesMichele Calgaro2018-02-132-11/+3
| | | | | | | are compatible with previous versions of libical. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 8996740084e6d31d323cfeb1a269f8427ff3f6bf)
* 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 Kontact crash in Akregator part due to identical destructor signatures ↵r14.0.0Timothy Pearson2014-12-061-0/+3
| | | | | | | 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
|
* Bring mail_forward, mail_new, mail_replyall, mail_reply, mail_send, ↵Timothy Pearson2014-10-131-2/+2
| | | | player_pause, player_play, player_stop, player_rew, player_fwd, player_start, player_end, rotate_ccw, rotate_cw, window_fullscreen, window_nofullscreen, window_new, viewmagfit, viewmag+, viewmag1, and viewmag- icons into XDG compliance
* Fix ServiceTypes, ExcludeServiceTypes, and DocPath desktop file entries to ↵Timothy Pearson2014-10-113-3/+3
| | | | match XDG specifications
* Finish renaming kresources->tderesources.Darrell Anderson2014-02-143-3/+3
|
* Additional k => tde renaming and fixesSlávek Banko2013-09-032-15/+15
|
* Fix incorrect characters.Darrell Anderson2013-05-233-3/+3
|
* Cleanup output clutter.Darrell Anderson2013-05-061-3/+3
|
* Rename KABC namespaceTimothy Pearson2013-02-209-36/+36
|
* Fix references to lkabcTimothy Pearson2013-02-171-1/+1
|
* Rename additional header files to avoid conflicts with KDE4Timothy Pearson2013-02-1542-64/+64
|
* Rename common header files for consistency with class renamingTimothy Pearson2013-02-1415-37/+37
|
* Rename KCmd to avoid conflicts with KDE4Timothy Pearson2013-02-0611-22/+22
|
* Rename KIcon to enhance compatibility with KDE4Timothy Pearson2013-02-041-11/+11
|
* Rename many classes and header files to avoid conflicts with KDE4Timothy Pearson2013-02-012-3/+3
|
* Rename a number of classes to enhance compatibility with KDE4Timothy Pearson2013-02-014-6/+6
|
* Rename KStandard for enhanced compatibility with KDE4Timothy Pearson2013-01-314-8/+8
|
* Rename a number of libraries and executables to avoid conflicts with KDE4Timothy Pearson2013-01-2710-13/+13
|
* Rename a number of libraries and executables to avoid conflicts with KDE4Timothy Pearson2013-01-2612-35/+35
|
* Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4Timothy Pearson2013-01-2516-42/+42
|
* Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4Timothy Pearson2013-01-246-55/+55
|
* Rename KInstance and KAboutData to avoid conflicts with KDE4Timothy Pearson2013-01-2210-10/+10
|
* Rename KApplication to TDEApplication to avoid conflicts with KDE4Timothy Pearson2013-01-2013-16/+16
|
* Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4Timothy Pearson2013-01-1912-37/+37
|
* Fix references to user profile directory.Darrell Anderson2012-11-041-1/+1
|
* Update XDG information in support of bug report 892.Darrell Anderson2012-06-0818-37/+37
|
* Branding cleanup: *.desktop filesDarrell Anderson2012-05-281-1/+0
|
* GCC 4.7 fix.Darrell Anderson2012-04-271-1/+1
| | | | This partially resolves bug report 958.
* Change ${INCLUDE_INSTALL_DIR}/tde -> ${INCLUDE_INSTALL_DIR}.Darrell Anderson2012-03-211-1/+1
| | | | | | | Installing header files to ${INCLUDE_INSTALL_DIR}/tde added another subdirectory layer that caused build failures in certain apps such as kipi-plugins. This partially resolves bug report 600.
* Rename straggling environment variables KDE->TDE.Darrell Anderson2012-03-071-1/+1
|
* Rename additional global TQt functionsTimothy Pearson2012-03-011-3/+3
|
* Remove spurious TQ_OBJECT instancesTimothy Pearson2012-02-1710-11/+11
|
* Rename include subdirectory to tdeTimothy Pearson2012-02-071-1/+1
|
* Fix inadvertent TQt changesTimothy Pearson2012-01-135-12/+12
| | | | This closes Bug 752
* Rename KDE_MAKE_VERSION and update TDE version stringTimothy Pearson2011-12-261-2/+2
|
* Rename obsolete tq methods to standard namesTimothy Pearson2011-12-213-10/+10
|