Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Format url links in event descriptions making them clickable | Calvin Morrison | 2024-11-18 | 1 | -1/+14 |
| | | | | | | | | | | This allows to click through links in events in description fields wherever the description field is displayed from libkcal. This is useful since links to virtual meetings are often attached in the description field in recent years Signed-off-by: Calvin Morrison <[email protected]> Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Replace kdemacros.h with tdemacros.h | Michele Calgaro | 2024-07-01 | 16 | -16/+16 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Replace KDE_DEPRECATED with TDE_DEPRECATED | Michele Calgaro | 2024-05-15 | 8 | -26/+26 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT | Michele Calgaro | 2024-05-06 | 10 | -11/+11 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Fix spurious quotes in calendar events | pschwabauer | 2024-02-12 | 1 | -12/+3 |
| | | | | | | | | Newer libical versions no longer require the parameters to be quoted. This patch removes the quoting to avoid adding unnecessary quotes to the attendee and organizer parameters. This resolves issue #108. Signed-off-by: pschwabauer <[email protected]> | ||||
* | Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines | Michele Calgaro | 2024-01-14 | 6 | -32/+32 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Replaced various '#define' with actual strings - part 3 | Michele Calgaro | 2023-11-24 | 1 | -1/+1 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Replace Qt with TQt | Michele Calgaro | 2023-11-09 | 2 | -3/+3 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Drop TQT_TQ*_OBJECT defines | Michele Calgaro | 2023-08-08 | 1 | -1/+1 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Replace Q_OBJECT with TQ_OBJECT | Michele Calgaro | 2023-07-20 | 10 | -11/+11 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | 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 <[email protected]> | ||||
* | Removed code formatting modelines. | Michele Calgaro | 2020-09-27 | 3 | -4/+1 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Desktop file translations: | Slávek Banko | 2020-07-12 | 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 <[email protected]> | ||||
* | Removed explicit usage of the 'register' keyword. | Michele Calgaro | 2020-01-30 | 1 | -8/+8 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | 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 <[email protected]> Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Disabled libical tests if libical version is less than 1.0. | Michele Calgaro | 2019-03-29 | 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 <[email protected]> | ||||
* | Fixed support for libical version prior to 3. This is required for libkcal ↵ | Michele Calgaro | 2019-03-28 | 2 | -2/+27 |
| | | | | | | tests to work fine on older distributions. Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Fixed bug in libkcal related to timezones in DT field. | Michele Calgaro | 2019-03-27 | 13 | -72/+78 |
| | | | | | | | Fixed execution of libkcal tests. This resolves bug 2719. Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Fixed building of libkcal tests. Some of the tests still fails when | Michele Calgaro | 2019-03-24 | 9 | -26/+89 |
| | | | | | | | | executed. This relates to bug 2719. Special thanks to Emanoil Kotsev <[email protected]> for providing an inital patch for the same bug, from which I reused a small section of code. Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Add CMakeL10n rules. | Slávek Banko | 2018-12-15 | 1 | -0/+3 |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | ||||
* | 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 <[email protected]> | ||||
* | LIB_QT -> LIB_TQT conversion to align to updated admin module | Michele Calgaro | 2018-09-17 | 2 | -17/+17 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Removed unnecessary executable flag. This relates to bug 2153. | Michele Calgaro | 2018-09-03 | 1 | -0/+0 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Fixed FTBFS caused by migration to libical 3. The changes | Michele Calgaro | 2018-02-11 | 2 | -11/+3 |
| | | | | | | are compatible with previous versions of libical. Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | 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 <[email protected]> | ||||
* | Fix utf8 handling in libkcal/icalformat | Emanoil Kotsev | 2016-10-12 | 1 | -3/+4 |
| | | | | | | This resolves bug 2660 Signed-off-by: Emanoil Kotsev <[email protected]> | ||||
* | 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 |
| |