- 16 Nov, 2020 1 commit
-
-
Script Kiddy authored
-
- 09 Nov, 2020 1 commit
-
-
Damien Caliste authored
-
- 08 Nov, 2020 1 commit
-
-
Allen Winter authored
This reverts commit c5d7bc89.
-
- 07 Nov, 2020 1 commit
-
-
Script Kiddy authored
-
- 05 Nov, 2020 1 commit
-
-
Damien Caliste authored
For some reason, CI had trouble to compile toString(calendar), making toString(KCalendarCore::MemoryCalendar::Ptr&) and toString(const KCalendarCore::Incidence::Ptr&) ambiguous. Add the optional argument to the first call so the ambiguity is raised.
-
- 04 Nov, 2020 1 commit
-
-
Damien Caliste authored
-
- 12 Oct, 2020 1 commit
-
-
Damien Caliste authored
MemoryCalendar::rawTodos() can already use open bounds, but rawEvents() cannot. This patch is fixing this and is adding a non-regression test for events.
-
- 10 Oct, 2020 1 commit
-
-
Script Kiddy authored
-
- 04 Oct, 2020 1 commit
-
-
Script Kiddy authored
-
- 17 Sep, 2020 2 commits
-
-
Andreas Cord-Landwehr authored
-
Andreas Cord-Landwehr authored
License change confirmed by relicensecheck.pl and manual review of copyright holders in license header.
-
- 12 Sep, 2020 1 commit
-
-
Script Kiddy authored
-
- 06 Sep, 2020 1 commit
-
-
Script Kiddy authored
-
- 03 Sep, 2020 2 commits
-
-
Damien Caliste authored
When setting custom a property with CustomProperties::setNonKDECustomProperty, save properties starting with X-KDE-VOLATILE- into the mVolatileProperties member. This is symetrical with removeNonKDECustomProperty().
-
Adriaan de Groot authored
- test that the transitions match the tzdump output - there are 2 transitions in the relevant timeframe
-
- 17 Aug, 2020 1 commit
-
-
Andreas Cord-Landwehr authored
-
- 08 Aug, 2020 1 commit
-
-
Script Kiddy authored
-
- 01 Aug, 2020 1 commit
-
-
Script Kiddy authored
-
- 13 Jul, 2020 1 commit
- 12 Jul, 2020 1 commit
-
-
Script Kiddy authored
-
- 09 Jul, 2020 1 commit
-
-
Adriaan de Groot authored
- The "short form" timezone "GMT" does not always exist on FreeBSD. Use short form "UTC" instead. - While here, add a little test that the named timezone is valid. - Make tests a little more explicit as to what they're testing.
-
- 04 Jul, 2020 1 commit
-
-
Script Kiddy authored
-
- 01 Jul, 2020 1 commit
-
-
Glen Ditchfield authored
The value of the `start` parameter does not affect the all-day setting.
-
- 13 Jun, 2020 1 commit
-
-
Script Kiddy authored
-
- 12 Jun, 2020 4 commits
-
-
Friedrich W. H. Kossebau authored
GIT_SILENT
-
Friedrich W. H. Kossebau authored
GIT_SILENT
-
Friedrich W. H. Kossebau authored
GIT_SILENT
-
David Jarvie authored
QSaveFile::write() doesn't return an error if the write fails because the disk is full, at least on Linux when writing to an unnamed temporary file. This fix works around this by checking that the buffered write can be flushed to disk and if not, returning an error. BUG: 370708
-
- 10 Jun, 2020 3 commits
-
-
Glen Ditchfield authored
`Todo::iconName()` compares a "recurrenceId" to the due date of the current occurrence of the todo to decide whether the specified occurrence has been completed. * To-dos do not have to have a due date. In that case the comparison fails, and `"view-calendar-tasks"` is always returned. * RFC 2445/RFC 5545 say that a recurrence ID is the start date of an occurrence, and KOrganizer's Agenda view passes start dates to `iconName()`. In that case `iconName()` incorrectly returns `"task-complete"` for the first occurrence of a never-completed to-do. Comparing the recurrence ID to the start date of the current occurrence fixes the problems.
-
Glen Ditchfield authored
KCalendarCore uses Todo::Private::mDtRecurrence to hold the start date and time of the next uncompleted occurrance of a recurring Todo, and deserializes it from the X-KDE-LIBKCAL-DTRECURRENCE property of iCalendar files. However, ICalFormatImpl::writeTodo() serializes dtDue() into that property, not dtStart(). When KOrganizer creates a new recurring to-do, it serializes the to-do, then deserializes it to populate the To-Do List view, so the view shows an incorrect start date (and an incorrect due date, which is calculated from the start date). BUG: 345498 BUG: 345565
-
Glen Ditchfield authored
Also, edits the comments on getNextDayTime()'s declaration to make it plain that the the start dates are used, as opposed to the due dates.
-
- 06 Jun, 2020 1 commit
-
-
Script Kiddy authored
-
- 09 May, 2020 1 commit
-
-
Script Kiddy authored
-
- 02 May, 2020 1 commit
-
-
Script Kiddy authored
-
- 11 Apr, 2020 1 commit
-
-
Script Kiddy authored
-
- 04 Apr, 2020 1 commit
-
-
Script Kiddy authored
-
- 30 Mar, 2020 1 commit
-
-
Allen Winter authored
if iCalendar loading fails in ICalFormat::load() set exception Then look for that exception in FileStorage::load(). If set, we know to try vCalendar loading. Differential Revision: https://phabricator.kde.org/D28361
-
- 12 Mar, 2020 1 commit
-
-
Script Kiddy authored
-
- 07 Mar, 2020 2 commits
-
-
Script Kiddy authored
-
Script Kiddy authored
-