summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* Add a metatype helper class for Qt CoreLars Knoll2020-08-241-3/+0
* Use QMetaTypeModuleHelper as the interface to do type conversionsLars Knoll2020-08-241-15/+0
* Remove some dead codeLars Knoll2020-08-241-15/+0
* Get rid of the custom debug stream handling in QVariantLars Knoll2020-08-241-20/+1
* QWidget: drop an unncessary const_castGiuseppe D'Angelo2020-08-241-1/+1
* QAutoPointer: port to explicit operator boolGiuseppe D'Angelo2020-08-231-3/+1
* QSizePolicy: Fix warning about mixing different enumsMarcel Krems2020-08-231-2/+2
* QLayout: make its indexOf functions take pointer-to-constGiuseppe D'Angelo2020-08-232-5/+5
* Properly deprecate Qt::MidButton in favor of Qt::MiddleButtonEdward Welbourne2020-08-226-8/+8
* QGuiApplication: fix handling of spontaneous events' modifiersNicolas Guichard2020-08-201-53/+1
* Fix a number of qdoc warningsFriedemann Kleint2020-08-204-11/+3
* QFileSystemModel: don't display a modal messagebox on errorVolker Hilsheimer2020-08-191-23/+2
* Clean up itemviews after QStyleOption version cleanupVolker Hilsheimer2020-08-197-28/+22
* QMenu: make less sensitive to mouse jitterVolker Hilsheimer2020-08-191-1/+1
* Don't crop the icon when it is aligned to the leftAndy Shaw2020-08-191-3/+3
* Use [[nodiscard]] with clang in C++17 modeAllan Sandfeld Jensen2020-08-182-4/+4
* Introduce QEvent::isInputEventVolker Hilsheimer2020-08-171-19/+5
* Move QDesktopWidget API used by QApplication into QDesktopWidgetVolker Hilsheimer2020-08-173-10/+15
* Introduce QWidget::setScreenVolker Hilsheimer2020-08-176-61/+34
* Remove call to static QGuiApplication::keyboardModifiers methodVolker Hilsheimer2020-08-171-2/+2
* macOS: Check if the base of the style as well if it is a QProxyStyleAndy Shaw2020-08-171-1/+4
* CMake: Re-implement configure/qmake's command line handling in CMakeJoerg Bornemann2020-08-171-0/+6
* Reset version of QStyleOption types to 1 for Qt 6Volker Hilsheimer2020-08-161-10/+10
* Remove QVariant(int type, void *data, ...) constructorLars Knoll2020-08-153-3/+3
* Replace Qt CONSTEXPR defines with constexprAllan Sandfeld Jensen2020-08-144-80/+46
* Doc: Change QPixmap::grabWindow with QScreen::grabWindowAndy Shaw2020-08-141-1/+1
* Restrict QVariant::isNull() behaviorLars Knoll2020-08-131-6/+0
* Use the new support for comparisons in QMetaType for QVariantLars Knoll2020-08-131-13/+0
* QHeaderView: create virutal initStyleOptionForIndex functionThorbjørn Lund Martsum2020-08-132-19/+50
* QFileSystemModel: use the QFileInfo from the model as much as possibleVolker Hilsheimer2020-08-121-9/+19
* QFileDialog: fix warning message when navigating to "My Computer"Volker Hilsheimer2020-08-121-4/+5
* QFileDialog: reduce number of times a file is stat'edVolker Hilsheimer2020-08-122-76/+65
* Document how keyboard tracking can prevent use of a date/time editorEdward Welbourne2020-08-111-9/+52
* CMake: pro2cmake: Specify library versions for 3rd party libs part 2Alexandru Croitor2020-08-101-1/+1
* QLayout: minor tidy in the docsGiuseppe D'Angelo2020-08-101-1/+1
* Fix build with mingw gcc 9 and -Wsuggest-overrideKai Koehne2020-08-101-1/+1
* Long Live QMap as a refcounted std::map!Giuseppe D'Angelo2020-08-062-3/+3
* Make QFontDatabase member functions staticEskil Abrahamsen Blomfeldt2020-08-061-3/+3
* Fix compiler issues when qreal is floatMichal Klocek2020-08-051-1/+1
* Remove last remaining bits of QtPlatformHeadersTor Arne Vestbø2020-08-044-5/+1
* Make initStyleOption virtual for various classesThorbjørn Lund Martsum2020-07-3127-23/+39
* QFileSystemModel: make sure files are stat'ed in the worker threadVolker Hilsheimer2020-07-311-5/+11
* Windows QPA: Move some internal functions to the new interfaceFriedemann Kleint2020-07-281-5/+3
* QCompleter: fix an out of bounds access in a QMapGiuseppe D'Angelo2020-07-271-1/+2
* Windows QPA: Move dark mode handling to the new interfaceFriedemann Kleint2020-07-251-6/+5
* fix qcombobox code styleWang Peng2020-07-251-1/+1
* Windows QPA: Move window properties to the new interfacesFriedemann Kleint2020-07-241-6/+6
* Remove the space before the ')'Li Zhong Ming2020-07-241-3/+3
* QLineEdit: Fix cursor drawing issuesLu YaNing2020-07-232-1/+3
* Ensure styles always get to polish the application paletteTor Arne Vestbø2020-07-211-17/+26