Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | The workaround that tdepimmacros.h do is no longer needed | Slávek Banko | 2021-02-26 | 17 | -16/+18 |
| | | | | | | | and kdemacros.h can be used directly. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit e77087ce3d590ddede0a0590caaade9aadc78d41) | ||||
* | Removed code formatting modelines. | Michele Calgaro | 2020-09-27 | 3 | -4/+1 |
| | | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit cf916d8af78db19e0df37b12e63f35bf21f2da5b) | ||||
* | Desktop file translations: | Slávek Banko | 2020-07-14 | 5 | -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 Calgaro | 2020-01-30 | 1 | -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 Banko | 2019-04-01 | 1 | -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 Calgaro | 2019-04-01 | 2 | -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 Calgaro | 2019-04-01 | 2 | -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 Calgaro | 2019-04-01 | 13 | -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 when | Michele Calgaro | 2019-04-01 | 9 | -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 Banko | 2018-12-15 | 1 | -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 Calgaro | 2018-11-10 | 1 | -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 Calgaro | 2018-09-03 | 1 | -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 changes | Michele Calgaro | 2018-02-13 | 2 | -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 space | Emanoil Kotsev | 2016-10-12 | 2 | -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/icalformat | Emanoil Kotsev | 2016-10-12 | 1 | -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.0 | Timothy Pearson | 2014-12-06 | 1 | -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 warning | Timothy Pearson | 2014-12-04 | 1 | -1/+1 |
| | |||||
* | Bring mail_forward, mail_new, mail_replyall, mail_reply, mail_send, ↵ | Timothy Pearson | 2014-10-13 | 1 | -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 Pearson | 2014-10-11 | 3 | -3/+3 |
| | | | | match XDG specifications | ||||
* | Finish renaming kresources->tderesources. | Darrell Anderson | 2014-02-14 | 3 | -3/+3 |
| | |||||
* | Additional k => tde renaming and fixes | Slávek Banko | 2013-09-03 | 2 | -15/+15 |
| | |||||
* | Fix incorrect characters. | Darrell Anderson | 2013-05-23 | 3 | -3/+3 |
| | |||||
* | Cleanup output clutter. | Darrell Anderson | 2013-05-06 | 1 | -3/+3 |
| | |||||
* | Rename KABC namespace | Timothy Pearson | 2013-02-20 | 9 | -36/+36 |
| | |||||
* | Fix references to lkabc | Timothy Pearson | 2013-02-17 | 1 | -1/+1 |
| | |||||
* | Rename additional header files to avoid conflicts with KDE4 | Timothy Pearson | 2013-02-15 | 42 | -64/+64 |
| | |||||
* | Rename common header files for consistency with class renaming | Timothy Pearson | 2013-02-14 | 15 | -37/+37 |
| | |||||
* | Rename KCmd to avoid conflicts with KDE4 | Timothy Pearson | 2013-02-06 | 11 | -22/+22 |
| | |||||
* | Rename KIcon to enhance compatibility with KDE4 | Timothy Pearson | 2013-02-04 | 1 | -11/+11 |
| | |||||
* | Rename many classes and header files to avoid conflicts with KDE4 | Timothy Pearson | 2013-02-01 | 2 | -3/+3 |
| | |||||
* | Rename a number of classes to enhance compatibility with KDE4 | Timothy Pearson | 2013-02-01 | 4 | -6/+6 |
| | |||||
* | Rename KStandard for enhanced compatibility with KDE4 | Timothy Pearson | 2013-01-31 | 4 | -8/+8 |
| | |||||
* | Rename a number of libraries and executables to avoid conflicts with KDE4 | Timothy Pearson | 2013-01-27 | 10 | -13/+13 |
| | |||||
* | Rename a number of libraries and executables to avoid conflicts with KDE4 | Timothy Pearson | 2013-01-26 | 12 | -35/+35 |
| | |||||
* | Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 | Timothy Pearson | 2013-01-25 | 16 | -42/+42 |
| | |||||
* | Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4 | Timothy Pearson | 2013-01-24 | 6 | -55/+55 |
| | |||||
* | Rename KInstance and KAboutData to avoid conflicts with KDE4 | Timothy Pearson | 2013-01-22 | 10 | -10/+10 |
| | |||||
* | Rename KApplication to TDEApplication to avoid conflicts with KDE4 | Timothy Pearson | 2013-01-20 | 13 | -16/+16 |
| | |||||
* | Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4 | Timothy Pearson | 2013-01-19 | 12 | -37/+37 |
| | |||||
* | Fix references to user profile directory. | Darrell Anderson | 2012-11-04 | 1 | -1/+1 |
| | |||||
* | Update XDG information in support of bug report 892. | Darrell Anderson | 2012-06-08 | 18 | -37/+37 |
| | |||||
* | Branding cleanup: *.desktop files | Darrell Anderson | 2012-05-28 | 1 | -1/+0 |
| | |||||
* | GCC 4.7 fix. | Darrell Anderson | 2012-04-27 | 1 | -1/+1 |
| | | | | This partially resolves bug report 958. | ||||
* | Change ${INCLUDE_INSTALL_DIR}/tde -> ${INCLUDE_INSTALL_DIR}. | Darrell Anderson | 2012-03-21 | 1 | -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 Anderson | 2012-03-07 | 1 | -1/+1 |
| | |||||
* | Rename additional global TQt functions | Timothy Pearson | 2012-03-01 | 1 | -3/+3 |
| | |||||
* | Remove spurious TQ_OBJECT instances | Timothy Pearson | 2012-02-17 | 10 | -11/+11 |
| | |||||
* | Rename include subdirectory to tde | Timothy Pearson | 2012-02-07 | 1 | -1/+1 |
| | |||||
* | Fix inadvertent TQt changes | Timothy Pearson | 2012-01-13 | 5 | -12/+12 |
| | | | | This closes Bug 752 | ||||
* | Rename KDE_MAKE_VERSION and update TDE version string | Timothy Pearson | 2011-12-26 | 1 | -2/+2 |
| |