summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Doc: Fix qdoc warningsVenugopal Shivashankar2021-11-113-2/+8
* Add missing qt namespace in qthreadstorage.hAlexey Edelev2021-11-111-0/+4
* qmetatype.cpp: provide missing initializer for const variableThiago Macieira2021-11-101-1/+1
* Fix 32-bit builds broken by mul_overflow() on qint64Martin Storsjö2021-11-101-1/+1
* Q{XcbGl,EglFSDevice}IntegrationFactory: remove unused extra plugin pathThiago Macieira2021-11-104-51/+6
* QGuiApplication: properly decode path command-line argumentsThiago Macieira2021-11-101-2/+2
* QFileSystemEngine: Don't use _?W suffixesIevgenii Meshcheriakov2021-11-101-7/+7
* Use nullptr to represent null pointersIevgenii Meshcheriakov2021-11-101-39/+36
* QFileSystemEngine: Fix some code style issues in Windows backendIevgenii Meshcheriakov2021-11-101-55/+113
* configure: Fix --foo=bar argumentsJoerg Bornemann2021-11-101-1/+1
* Repair github action workflowAndreas Buhr2021-11-101-3/+6
* Move toMode_t() from qfilesystemengine_unix.cpp to qfiledevice_p.hIevgenii Meshcheriakov2021-11-102-28/+37
* Clean up exports from qlocale_p.hEdward Welbourne2021-11-102-3/+4
* QPushButton: emit released signal when mouse dragged out of boundsChunLin Wang2021-11-102-0/+33
* Remove useless blocksIevgenii Meshcheriakov2021-11-101-38/+34
* CMake: Add CoreBluetooth framework for macOSJuha Vuolle2021-11-101-0/+1
* Fix tst_qfontdatabase on Windows with FreetypeEskil Abrahamsen Blomfeldt2021-11-101-1/+5
* cmake: Don't notify/warn the user when Xcode is not foundTor Arne Vestbø2021-11-101-3/+0
* qmake: Introduce the variable MSVC_TOOLSET_VERJoerg Bornemann2021-11-103-17/+12
* qmake: Support Visual Studio 2022Joerg Bornemann2021-11-105-1/+24
* Add QGregorianCalendar::yearSharingWeekDays()Edward Welbourne2021-11-102-0/+27
* Improve unicodeForDigit()'s commentsEdward Welbourne2021-11-101-2/+3
* Use a local check-macro to save lots of repetition in time-zone testsEdward Welbourne2021-11-101-90/+53
* Workaround MSVC 2022 bug about QString::replaceAndreas Buhr2021-11-101-2/+5
* Bump WINVER, _WIN32_WINNT and _WIN32_IE to _WIN32_WINNT_WIN10 (0x0A00)Yuhang Zhao2021-11-1013-55/+58
* rhi: Expose the maximum uniform buffer range limitLaszlo Agocs2021-11-1010-1/+66
* Remove unreachable breaksDavid Skoland2021-11-101-5/+0
* Doc: Add \QtMajorVersion macroTopi Reinio2021-11-101-2/+3
* Add additional grapheme, word, and sentence break class tests from tr29Øystein Heskestad2021-11-105-24/+236
* QFactoryLoader: unconditionally provide toJsonFabian Kosmale2021-11-101-2/+0
* QLocale: Add support for Kaingang and Nheengatu languagesIevgenii Meshcheriakov2021-11-107-8/+79
* Update CLDR-derived data to newly-released v40Ievgenii Meshcheriakov2021-11-107-4808/+4838
* locale_database: Add entry for 'South Sudan Standard Time'Ievgenii Meshcheriakov2021-11-102-172/+175
* Capture full logcat output in Android unit testsAndreas Buhr2021-11-091-1/+69
* QTestLog: Properly own the loggersUlf Hermann2021-11-093-10/+12
* QDomDocument::setContent: Open device if necessaryFabian Kosmale2021-11-092-0/+34
* Add compatible weak pointer move operationsAllan Sandfeld Jensen2021-11-091-1/+18
* Fix internal mimetypes db on Windows when compressed by an external toolHannah von Reth2021-11-091-0/+1
* Avoid painting outside boundaries when printing QGraphicsProxyWidgetEirik Aavitsland2021-11-091-0/+4
* Don't quit application if we're not in execTor Arne Vestbø2021-11-081-0/+3
* CMake: Fix default install prefix of top-level non-developer buildsJoerg Bornemann2021-11-081-1/+3
* qoperatingsystemversion_win: fix thread raceMårten Nordheim2021-11-081-3/+4
* Draw QTableView grid lines centered between table cellsTor Arne Vestbø2021-11-081-3/+5
* QNI: Windows support for the isMetered APIMårten Nordheim2021-11-083-18/+36
* Assume qhelpgenerator in libexec instead of binJoerg Bornemann2021-11-083-3/+3
* macOS: Add QCALayerBackingStore::preserveFromFrontBuffer helper functionTor Arne Vestbø2021-11-082-10/+22
* macOS: Rename QCALayerBackingStore::prepareForFlush()Tor Arne Vestbø2021-11-082-39/+50
* macOS: Track painted area of backingstore buffer via its dirty regionTor Arne Vestbø2021-11-082-17/+28
* macOS: Don't defer back/front-buffer swap in CALayer backingstoreTor Arne Vestbø2021-11-081-25/+18
* Correct and clarify some commentsEdward Welbourne2021-11-081-3/+3