summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Silence warning in QPrintDialogSzabolcs David2021-05-013-8/+8
* ItemViews: don't delete dragged items when a subclass accepted the moveVolker Hilsheimer2021-05-013-12/+25
* Add _qt_internal_wrap_tool_command to replace QT_TOOL_PATH_SETUP_COMMANDAlexey Edelev2021-04-301-0/+24
* Port QVariantAnimation to the new property systemSona Kurazyan2021-04-303-6/+35
* QSFPM: fix filterCaseSensitivityChanged signal emission logicIvan Solovev2021-04-301-0/+4
* Add a helper method for testing write-once bindable propertiesJuha Vuolle2021-04-301-4/+117
* Exclude unused functions from WASM buildMorten Sørvig2021-04-301-0/+2
* Add missing case for ResizeNoneMorten Sørvig2021-04-301-0/+3
* Fix “unused variable” warningMorten Sørvig2021-04-301-0/+1
* Fix “unused variable” warningMorten Sørvig2021-04-301-0/+2
* QVnc: clip requested screen region to available screen imageEirik Aavitsland2021-04-301-2/+3
* fix: Optimize the performance of the inotify file system monitoring program。Gong Heng2021-04-301-1/+1
* QCoreApplication::applicationFilePath: remove redundant cleanPathThiago Macieira2021-04-301-2/+0
* QCoreApplication::applicationFilePath: don't check for existence twiceThiago Macieira2021-04-291-17/+7
* QCoreApplication::applicationFilePath: simplify by merging some codeThiago Macieira2021-04-291-16/+14
* QCoreApplication::applicationDirPath/Linux: use /proc/selfThiago Macieira2021-04-291-1/+1
* uic/Python: Add comments for mypy to ignore star importsFriedemann Kleint2021-04-291-3/+3
* Revert "Add grabber context pointers"Shawn Rutledge2021-04-293-16/+11
* Use a more forgiving threshold for qFuzzyIsNull(qfloat16)Edward Welbourne2021-04-291-1/+1
* Add tests for qFuzzyIsNull() to tst_QNumeric and tst_QFloat16Edward Welbourne2021-04-291-8/+8
* Revert early return from QTimeZone on invalid IDEdward Welbourne2021-04-291-3/+0
* Handle invalid system zone case when falling back from time_t functionsEdward Welbourne2021-04-291-26/+30
* Fix mix-guided use of const reference variableEdward Welbourne2021-04-291-1/+1
* HTTP: Don't call allDone twiceMårten Nordheim2021-04-291-0/+2
* HTTP/2 authentication requiredMårten Nordheim2021-04-295-29/+101
* Fix namespace error of std::source_location under C++20Zhang Xiang2021-04-291-2/+6
* macOS: Don't override action set during drop handlingAndy Shaw2021-04-291-1/+3
* Fix comparison between nullptr and QWeakPointerVille Voutilainen2021-04-281-3/+9
* Call updateHighDpiScaling() on screenAdded()Morten Johan Sørvig2021-04-285-18/+1
* Port QDBusServiceWatcher::watchedServices to bindable propertiesAndreas Buhr2021-04-282-12/+50
* Add grabber context pointersShawn Rutledge2021-04-283-11/+16
* Port QPropertyAnimation::targetObject to bindable propertiesAndreas Buhr2021-04-283-31/+58
* Doc: Remove mention of no longer supported formatPaul Wicking2021-04-271-3/+1
* Include qsimd.cpp in bootstrap buildTor Arne Vestbø2021-04-271-0/+1
* Compile resource objects of the static library using same optionsAlexey Edelev2021-04-271-0/+53
* Create link from property overview documentation to bindable propertiesAndreas Buhr2021-04-271-1/+2
* CMake: Regenerate configure.cmake filesAlexandru Croitor2021-04-273-7/+25
* Port QAbstractAnimation to the new property systemSona Kurazyan2021-04-273-15/+97
* Add storage for (pixel) deltas and fingerCount to QNativeGestureEventShawn Rutledge2021-04-277-14/+106
* Port of QItemSelectionModel::model to new property systemAndreas Buhr2021-04-273-24/+86
* CMake: Remove GENERATE_METATYPES usageMaximilian Goldstein2021-04-272-2/+0
* Fix typo in a comment, PE_PanelViewItemRow doesn't existSérgio Martins2021-04-271-1/+1
* Check POSIX rules during QTzTimeZone creationEdward Welbourne2021-04-272-15/+65
* Fix handling of a POSIX zone rule describing permanent DSTEdward Welbourne2021-04-271-17/+44
* Correct the parsing of POSIX rule day-of-year fieldsEdward Welbourne2021-04-271-8/+11
* doc: Warn about kerning in QRawFont::advancesForGlyphIndexes()Eskil Abrahamsen Blomfeldt2021-04-271-2/+12
* Remove links to QRegularExpression#Wildcard matchingVolker Hilsheimer2021-04-272-8/+4
* Change QList's insert() and emplace() to always invalidate [pos, end())Andrei Golubev2021-04-271-107/+114
* Do not shift the data pointer when removing all elements from QListAndrei Golubev2021-04-271-5/+7
* Resurrect data moves in QListAndrei Golubev2021-04-276-83/+307