summaryrefslogtreecommitdiffstats
path: root/src/corelib/time/qcalendar.cpp
Commit message (Expand)AuthorAgeFilesLines
* QtCore: includemocsMarc Mutz2022-01-271-0/+4
* QCalendar: move memory allocation out of critical sectionMarc Mutz2022-01-271-1/+2
* Doc: Use \inmodule for all classes and headersTopi Reinio2022-01-171-0/+1
* corelib: Fix typos in documentationJonas Kvinge2021-10-121-1/+1
* Doc: Fix documentation issues for Qt CoreTopi Reinio2021-08-241-14/+14
* QCalendarRegistry: Explicitly disable moving and copyingIevgenii Meshcheriakov2021-08-101-0/+2
* QCalendar: Delete registered calendar backends on program exitIevgenii Meshcheriakov2021-08-061-15/+71
* QCalendar: Thread-safe calendar backend registrationIevgenii Meshcheriakov2021-08-061-362/+443
* QCalendarBackend: Use QAnyStringView to create backends by nameIevgenii Meshcheriakov2021-07-271-15/+1
* Make QCalendarBackend's ID an opaque typeEdward Welbourne2021-07-191-45/+80
* Remove qualification for Julian calendarAlex Blasche2021-03-231-1/+1
* Provide calendar backends with a unique IDEdward Welbourne2021-02-181-90/+255
* Make QCalendar's backend registration reentrant-safeEdward Welbourne2021-01-251-32/+120
* Check date validity in calendar methods taking a QDateEdward Welbourne2020-12-101-2/+2
* Enable testing for whether a calendar registered its primary nameEdward Welbourne2020-12-041-24/+94
* QCalendar: increase coverage by testsEdward Welbourne2020-11-271-1/+2
* Break out calendar backend-from-enum as a static functionEdward Welbourne2020-10-061-27/+38
* QCalendar: fixup includesGiuseppe D'Angelo2020-10-061-1/+1
* QCalendar: use LGPL like everything else, not GPLEdward Welbourne2020-09-271-5/+15
* QCalendarBackend: format "enum" as code where usedEdward Welbourne2020-08-201-8/+11
* Document QCalendarBackend::name()Edward Welbourne2020-08-201-1/+8
* QCalendar: actually remember if the registry has been populatedGiuseppe D'Angelo2020-08-061-0/+2
* Change qHash() to work with size_t instead of uintLars Knoll2020-04-091-1/+1
* Pass QDate and QTime as value classesEdward Welbourne2020-02-271-2/+2
* Clarify handling of unspecified year in two QCalendar methodsEdward Welbourne2020-01-311-2/+9
* Doc: Fix qdoc compilation errors qtbaseNico Vertriest2020-01-171-1/+1
* QCalendar: Optimize std::vector accessv5.14.0-rc2v5.14.0Ulf Hermann2019-12-071-2/+2
* Fix QCalendar::isValid(): make it constEdward Welbourne2019-09-261-1/+10
* Reflow documentation after indentation changeEdward Welbourne2019-09-161-94/+99
* Standardize indentation of calendar code's documentationEdward Welbourne2019-09-161-213/+213
* Clarify documentation of daysInMonth()Edward Welbourne2019-09-051-3/+4
* Refine QCalendar::hasYearZero()'s documentationEdward Welbourne2019-09-051-23/+23
* Rename calendar methods from m{in,ax} to m{in,ax}imumEdward Welbourne2019-09-041-24/+25
* Fix some qdoc warnings in 5.14Friedemann Kleint2019-09-031-13/+16
* Fix spelling of primarily in QCalendar::isSolar()'s docEdward Welbourne2019-08-301-1/+1
* Add support for the Islamic Civil calendarSoroush Rabiei2019-08-221-0/+8
* Add support for the Jalali (Solar Hijri or Persian) calendarSoroush Rabiei2019-08-211-0/+8
* Add support for Julian and Milankovic calendarsSoroush Rabiei2019-08-211-0/+14
* Add support for calendars beside GregorianSoroush Rabiei2019-08-201-0/+1060