summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* QtWidgets: Propagate event device when translating mouse eventsFriedemann Kleint2020-11-275-6/+12
* Change android target SDK version to 29Fabio Falsini2020-11-261-1/+1
* QPushButton: fix support of style sheet rule for text alignmentXiang Xiaojun2020-11-261-2/+4
* Reduce the scope of variables in exec() and fetchNext()Zou Ya2020-11-262-7/+3
* Rename Application ExampleVolker Hilsheimer2020-11-261-1/+1
* QString/QByteArray: add erase() for iteratorsGiuseppe D'Angelo2020-11-264-0/+32
* QVLA: modernize some codeGiuseppe D'Angelo2020-11-261-25/+16
* QVLA: always use new to create new objectsGiuseppe D'Angelo2020-11-261-14/+3
* QEventDispatcherWin32Private: Get rid of TimerInfo struct listMaks Naumov2020-11-262-30/+20
* QTextDocument: allow css border-style of table collapsed cell bordersChristian Ehrlicher2020-11-261-1/+1
* RHI: Reset attribute instancing properly for OpenGL ESPaul Olav Tvete2020-11-261-3/+24
* Remove deprecated algorithms from documentationMarcel Krems2020-11-262-319/+7
* QSet: add missing insert-with-hintMarc Mutz2020-11-252-0/+19
* Remove some examples from highlighted listVolker Hilsheimer2020-11-251-3/+0
* Output source in debug operator of QMouseEventFriedemann Kleint2020-11-251-0/+4
* Document removal of QEvent copyingVolker Hilsheimer2020-11-251-0/+39
* Fix link to Qt OpenGL C++ classesVolker Hilsheimer2020-11-251-1/+1
* CMake: Change generated resources namingAlexey Edelev2020-11-241-1/+1
* CMake: Use lower cased property name for entrypoint library opt-outAlexandru Croitor2020-11-241-2/+2
* Return a QString() if the families list is emptyAndy Shaw2020-11-241-2/+2
* Add font function to OffscreenTheme to run unit tests with offscreenAndreas Buhr2020-11-241-0/+14
* Update container overview documentation - section on growth strategiesAndreas Buhr2020-11-241-30/+14
* Re-fix the definition of primitive typesGiuseppe D'Angelo2020-11-241-1/+1
* Reduce the scope of variables in bindInValues()Huang Jie2020-11-241-4/+3
* QStackedLayout: fix a memory leakGiuseppe D'Angelo2020-11-231-1/+3
* Drop a [[maybe_unused]] on a variableGiuseppe D'Angelo2020-11-231-1/+1
* Avoid integer overflow and division by zeroAllan Sandfeld Jensen2020-11-231-3/+3
* CMake: Fix entrypoint output directory when multi-config buildLi Xinwei2020-11-231-0/+1
* Return subclass type from overrides of QEvent::cloneVolker Hilsheimer2020-11-232-38/+38
* Clean up docs of QCalendar-related QLocale::toString() variantsEdward Welbourne2020-11-232-45/+63
* Doc: Update CMake functions in Qt Widgets for Qt 6Kai Koehne2020-11-233-80/+12
* Do not advise using AUTORCC anymoreKai Koehne2020-11-231-3/+0
* Doc: Update CMake functions in Qt Core for Qt 6Kai Koehne2020-11-237-494/+115
* QMetaType: Track whether type is QML list typeFabian Kosmale2020-11-232-0/+6
* Add convenience functions for QFuture creationIvan Solovev2020-11-232-1/+170
* Replace qt_make_unique with std::make_uniqueAllan Sandfeld Jensen2020-11-2315-120/+28
* Drop a [[maybe_unused]] on a variableGiuseppe D'Angelo2020-11-231-1/+1
* wasm: fix resizing of qwidget windowsLorn Potter2020-11-232-1/+36
* wasm: fix mouse double clickLorn Potter2020-11-232-6/+21
* QMargins(F): add support for structured bindingGiuseppe D'Angelo2020-11-221-0/+60
* QCache: fix accidental pessimizationMÃ¥rten Nordheim2020-11-211-2/+1
* QGuiAppPriv: don't clear target and window for TouchCancelShawn Rutledge2020-11-211-2/+0
* Delete move constructor and move-assignment for QEventVolker Hilsheimer2020-11-201-1/+3
* QWin32PrintEngine: fix compilationAlex Trotsenko2020-11-201-2/+0
* Fix weight when reading old serialized QFontsEskil Abrahamsen Blomfeldt2020-11-201-1/+4
* QLayout: add a way to unset user-defined contents marginsGiuseppe D'Angelo2020-11-202-0/+14
* Fix safe conversionAllan Sandfeld Jensen2020-11-201-4/+11
* QCoreApplication: add doc to discourage use of processEventsThiago Macieira2020-11-201-4/+8
* QCoreApplication: add more information to processEvents() docsThiago Macieira2020-11-201-0/+3
* CMake: Fix build of plugins/styles/mac using PCHCristian Adam2020-11-201-0/+7