summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
...
* | | | QApplication: remove obsolete syncX memberVolker Hilsheimer2020-04-081-3/+0
* | | | QApplication: remove obsolete setGraphicsSystemVolker Hilsheimer2020-04-081-3/+0
* | | | QApplication: remove deprecated members for obsolete ColorSpecVolker Hilsheimer2020-04-082-98/+0
* | | | Override virtual method in private class instead of downcastingVolker Hilsheimer2020-04-084-20/+25
* | | | QGraphicsView: consistently use ranged for and iteratorsVolker Hilsheimer2020-04-085-147/+142
* | | | Constify parameter in QGraphicsItem/Object debug streaming operatorVolker Hilsheimer2020-04-082-7/+5
* | | | Move code from QTabBar::event to mouseDoubleClickEvent overrideVolker Hilsheimer2020-04-082-22/+47
|/ / /
* | | Unexport QWidgetResizeHandler and remove move functionalityVolker Hilsheimer2020-04-034-110/+39
* | | CMake: Regenerate projects after .pro files were modifiedAlexandru Croitor2020-04-031-13/+2
* | | Resolve QWidget window handle without depending on QtWidgetsTor Arne Vestbø2020-04-023-0/+13
* | | QTableView: remove unused lambda captureFabian Kosmale2020-04-011-1/+1
* | | Remove all QRegExp dependencies from widgetsLars Knoll2020-04-018-70/+4
* | | Don't keep a reference into the hash while modifying itLars Knoll2020-03-311-1/+1
* | | Move undo framework out of Qt WidgetsMitch Curtis2020-03-3010-2330/+2
* | | Get rid of QRegExp usage in qfiledialogLars Knoll2020-03-301-8/+13
* | | Make MatchRegExp an alias to MatchRegularExpressionLars Knoll2020-03-301-1/+1
* | | Remove some leftovers of QRegExpValidatorLars Knoll2020-03-302-5/+1
* | | Merge QGuiShortcut and QShortcut again in QtGuiVolker Hilsheimer2020-03-295-337/+16
* | | Remove QGuiAction again and split QAction implementation up insteadVolker Hilsheimer2020-03-2931-779/+139
* | | QAbstractItemView::dataChanged(): optimize call to QWidget::update()Christian Ehrlicher2020-03-286-2/+93
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-183-4/+2
|\| |
| * | Header-review: add Q_DECL_DEPRECATED_X macro to deprecated methodVolker Hilsheimer2020-03-171-1/+1
| * | Fix docs suggesting that it's possible to draw to the X11 screenSimon Hausmann2020-03-171-2/+0
| * | Add 'since' tag to documentation of new enum valueVolker Hilsheimer2020-03-171-1/+1
* | | Fix compilation with -no-feature-regularexpressionEskil Abrahamsen Blomfeldt2020-03-171-0/+4
* | | Merge "Merge remote-tracking branch 'origin/5.15' into dev"Simon Hausmann2020-03-165-12/+3
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.15' into devSimon Hausmann2020-03-165-12/+3
| |\| |
| | * | Doc: Remove \contentspage commandsTopi Reinio2020-03-153-8/+0
| | * | Doc: Remove incorrect see-also linkTopi Reinio2020-03-121-2/+0
| | * | QFileDialog: Improve default implementation of getOpenFileContent()Friedemann Kleint2020-03-121-2/+3
* | | | cmake: Remove APPLE prefix from platform namesTor Arne Vestbø2020-03-163-5/+5
* | | | cmake: Fix naming when referring to Apple macOSTor Arne Vestbø2020-03-163-5/+5
|/ / /
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-118-1/+8
|\| |
| * | Add default arguments to QPainterPath methods using transformJarek Kobus2020-03-067-0/+7
| * | Don't use deprecated QPixmapCache::find overloadVolker Hilsheimer2020-03-041-1/+1
* | | CMake: Regenerate configure.cmake files to get reportsAlexandru Croitor2020-03-091-0/+8
* | | Merge "Merge remote-tracking branch 'origin/5.15' into dev"Lars Knoll2020-03-041-4/+5
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.15' into devLars Knoll2020-03-041-4/+5
| |\| |
| | * | QMenu: hide when a QWidgetAction fires the trigged signalVolker Hilsheimer2020-03-031-4/+5
* | | | Remove references to QTextDocumentPrivate from public APIEskil Abrahamsen Blomfeldt2020-03-041-1/+1
|/ / /
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-038-14/+13
|\| |
| * | Name method parameters in declaration, even when it's obviousVolker Hilsheimer2020-02-282-8/+8
| * | Avoid using deprecated QTabletEvent::device() methodAllan Sandfeld Jensen2020-02-281-1/+1
| * | Use Qt::SplitBehavior in preference to QString::SplitBehaviorEdward Welbourne2020-02-283-3/+3
| * | Docs: Use Qt::SplitBehavior in preference to QString::SplitBehaviorEdward Welbourne2020-02-281-1/+1
| * | Remove a "### Qt 6" that I forgot to removeJan Arve Sæther2020-02-281-1/+0
* | | Remove various traces of QGLJohan Klokkhammer Helsing2020-02-283-8/+1
* | | Merge "Merge remote-tracking branch 'origin/5.15' into dev"Lars Knoll2020-02-2812-32/+83
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.15' into devLars Knoll2020-02-2812-32/+83
| |\| |
| | * | Android: QFileDialog::selectedFiles() check isLocalFile()Assam Boudjelthia2020-02-271-2/+6