summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* savegame ex.: use NSDMI, =default the default ctorMarc Mutz2023-02-082-6/+4
* savegame ex.: fix include orderMarc Mutz2023-02-082-3/+4
* Avoid multiple transformation of the clip pathSanthosh Kumar2023-02-081-1/+0
* savegame ex.: fix extra ';' after Q_GADGETMarc Mutz2023-02-081-1/+1
* tst_qdbusxml2cpp: test the old-style QDBusReply interface output tooThiago Macieira2023-02-081-1/+2
* macOS: Skip deployment target runtime check when detecting compat versionTor Arne Vestbø2023-02-071-0/+8
* QStandardPaths/Unix: fix logic in xdgDataDirs() functionAhmad Samir2023-02-071-18/+25
* Fix proxy-data handlingFabian Kosmale2023-02-074-4/+57
* dbus: Register QDBusObjectPathAlbert Astals Cid2023-02-071-0/+1
* QStandardPaths/Unix: minor cleanupAhmad Samir2023-02-071-7/+10
* Doc: Update copyright year in the templateTopi Reinio2023-02-074-4/+4
* XCB: do not use reserved identifiersGiuseppe D'Angelo2023-02-0713-466/+466
* uic: Generate string-based connections for QLCDNumber::display()Friedemann Kleint2023-02-071-0/+4
* Fix narrowing in Qt::endPropertyUpdateGroup()Marc Mutz2023-02-061-4/+4
* SQL/ODBC: Pass correct length to SQLColAttribute()Christian Ehrlicher2023-02-051-3/+8
* QXcbConnection::getTimestamp: do not return stale timestampRoland Pallai2023-02-033-4/+6
* QCryptographicHash: fix UB (data race on concurrent result()) [2nd try]Marc Mutz2023-02-031-49/+55
* Use case-insensitive comparison to compare codec with UTF-8 and utf8Edward Welbourne2023-02-031-1/+1
* Remove QResourceGlobalData::resourceSearchPathsEdward Welbourne2023-02-031-14/+4
* Fix android build with -no-feature-settingsTasuku Suzuki2023-02-031-1/+1
* Doc: Only list qt core classes in qt core io groupAndreas Eliasson2023-02-024-4/+1
* Q_APPLICATION_STATIC: add missing std::launder()Marc Mutz2023-02-021-2/+4
* QMimeDatabase: don't stat() something that isn't a local fileThiago Macieira2023-02-026-24/+87
* QAnyStringView: fix MSVC warning C4702Sze Howe Koh2023-02-021-1/+1
* Android: fix height calculationSamuel Mira2023-02-021-73/+15
* SQL/ODBC: fix some users of toSQLTCHAR() to not assume identical UTF-8/16/32 ...Marc Mutz2023-02-021-71/+83
* Examples: Add missing include guardsFriedemann Kleint2023-02-0112-0/+59
* Add right and middle mouse button to tst_QLabel::mouseEventPropagationAxel Spoerl2023-02-011-2/+11
* Avoid unneccessarily long text scansAllan Sandfeld Jensen2023-02-011-14/+20
* Pass short time format to GetTimeFormat from GetLocaleInfoIlya Fedin2023-02-012-4/+6
* rhi: Remove manual release of autoreleased NSStringTor Arne Vestbø2023-02-011-4/+1
* Revert "Fix tst_QWidgetRepaintManager on XCB"Axel Spoerl2023-02-012-37/+12
* ODBC SQL driver: fix conversion of QByteArray to QVLA<SQLTCHAR>Marc Mutz2023-02-011-4/+5
* Docs:Android: Add docs notes about support for content UrisNicholas Bennett2023-02-015-0/+59
* Doc: remove {{ }} for an enum valueTasuku Suzuki2023-02-011-1/+1
* Doc: explicitly mention C++ when discussing linking to C++ librariesMitch Curtis2023-02-011-3/+4
* Windows: fix warning on opening FileDialog after changing filtersVladimir Belyavsky2023-02-011-3/+4
* Free the GLX framebuffer configurationsInho Lee2023-02-011-1/+6
* QToolButton: Elide text when constraints prevent from showing whole textChristian Ehrlicher2023-02-011-1/+2
* Make tst_QFocusEvent::checkReason_ActiveWindow pass on macOSShawn Rutledge2023-02-011-2/+3
* QRegularExpression: fix count() when the RE matches a surrogateThiago Macieira2023-02-012-1/+22
* Windows QPA: also consider window flags when judging frameless or notYuhang Zhao2023-01-263-17/+43
* QUrl: restore empty-but-not-null for components that are presentThiago Macieira2023-01-252-45/+51
* ODBC SQL driver: deal with different sizes of SQLTCHAR correctlyMarc Mutz2023-01-251-14/+30
* Restore Android-conditioning on nl_langinfo() definitionEdward Welbourne2023-01-241-8/+10
* Doc: Fix usages of deleted QVariant constructorsSze Howe Koh2023-01-243-4/+4
* Android: add build dirs/files of Android templates to .gitignoreAssam Boudjelthia2023-01-242-0/+7
* Introduce qt_winrtbase_p.hOliver Wolff2023-01-247-30/+40
* Fix assert when resizing text table with percentage widthsEskil Abrahamsen Blomfeldt2023-01-231-2/+3
* wasm: use uintptr_t for uint32_tLorn Potter2023-01-232-3/+3