summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* cmake: find gtk3 and build the gtk3 platformthemeAlbert Astals Cid2019-02-111-1/+3
* cmake: Fix build widgets on macOSМихаил Светкин2019-02-111-5/+5
* cmake: Make sure moc/rcc/uic are built when neededAlbert Astals Cid2019-02-071-0/+2
* Rerun configurejson2cmake after rebase on top of newer devTobias Hunger2018-11-011-1/+1
* Begin port of qtbase to CMakeSimon Hausmann2018-11-012-0/+1179
* Mark deprecated functions with QT_DEPRECATEDChristian Ehrlicher2018-10-213-2/+13
* Itemviews: mark some functions as deprecatedChristian Ehrlicher2018-10-213-12/+36
* Warn when setting a completer on non-editable QComboBoxFrederik Gladhorn2018-10-191-1/+4
* Qt Style Sheets: add support for hsl(a) colorsChristian Ehrlicher2018-10-182-13/+21
* Let QApplication emit paletteChangedFrederik Gladhorn2018-10-171-0/+1
* QPixmapFilter: some cleanupAnton Kudryavtsev2018-10-161-2/+3
* Qt 6: Change QMainWindow::toolBarArea to take const pointer insteadJoni Poikelin2018-10-156-6/+14
* QTreeView: small optimization in verticalOffset()Christian Ehrlicher2018-10-131-5/+3
* QWidget: set brushOrigin in paintBackground() only when really neededChristian Ehrlicher2018-10-132-14/+18
* QWidgetTextControl: Get rid of dependency on QTextEditPrivateAlexander Volkov2018-10-092-10/+8
* Fix drawing of QGroupBox's title when check box is higher than textAlexander Volkov2018-10-091-11/+16
* QSideBar: take the icon size from a styleAlexander Volkov2018-10-092-3/+11
* Deprecate QFont::lastResortFamily() and QFont::lastResortFont()Eskil Abrahamsen Blomfeldt2018-10-091-1/+1
* Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-10-091-1/+1
|\
| * Merge remote-tracking branch 'origin/5.11' into 5.12Qt Forward Merge Bot2018-10-081-1/+1
| |\
| | * Use update() instead of repaint() when displaying a new messageAndy Shaw2018-10-021-1/+1
* | | Move cursor selection to start when there isn't any previous line in selectio...Michal Lazo2018-10-081-0/+8
* | | Implement QRegularExpression overload for QPlainTextEdit::findSamuel Gaist2018-10-082-0/+25
* | | Implement QRegularExpression overload for QTextEdit::findSamuel Gaist2018-10-084-0/+42
* | | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2018-10-0827-84/+138
|\| |
| * | QLineEdit: take the size of actions' icons from a styleAlexander Volkov2018-10-062-2/+3
| * | QtWidgets: Fix Qt application coming to the foreground when launching app by ...Friedemann Kleint2018-10-051-2/+5
| * | QTreeView: adjust documentation of key bindingsChristian Ehrlicher2018-10-041-3/+4
| * | StyleSheetStyle: Load @Nx imagesMorten Johan Sørvig2018-10-042-9/+39
| * | QGraphicsScene: Make focusing on touchBegin optionalUlf Hermann2018-10-043-27/+71
| * | QAccessibleTable(Header)Cell: fix isValid()Christian Ehrlicher2018-10-031-3/+5
| * | Restore styling of QDockWidget title fontAllan Sandfeld Jensen2018-10-031-2/+6
| * | Prevent instantiation of QGestureManager in ~QWidget, ~QGraphicsItem()Friedemann Kleint2018-10-035-6/+8
| * | Make overloaded function appear in assistant indexJarek Kobus2018-10-0114-31/+0
* | | QAbstractScrollArea: fix sizeHint when widget is not visibleChristian Ehrlicher2018-10-043-9/+5
* | | QStyleSheetStyle: use specified font property from css for QMenuChristian Ehrlicher2018-10-031-6/+12
* | | Minor performance improvement to QLabel with ImageLuca Beldi2018-10-031-1/+1
* | | Allow to prevent blocking of native dialogs by a proxy Qt dialogAlexander Volkov2018-10-021-0/+19
* | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-10-015-34/+41
|\| |
| * | Merge remote-tracking branch 'origin/5.11' into 5.12Qt Forward Merge Bot2018-09-303-31/+33
| |\|
| | * Modernize the "filesystemwatcher" featureLiang Qi2018-09-273-31/+33
| * | QDockWidget: Fix icons being too large when using a style proxying Windows styleFriedemann Kleint2018-09-291-0/+5
| * | Doc: fix minor issues in QMessageBox docsShawn Rutledge2018-09-291-3/+3
* | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-09-2911-18/+38
|\| |
| * | Doc: Remove expired link and add see also entry for style sheetsPaul Wicking2018-09-281-4/+2
| * | Fix disabled IME when QPlainTextEdit read only property is toggledJussi Witick2018-09-281-1/+1
| * | QGraphicsScene::update(): Keep the list of updatedRects() uniqueFriedemann Kleint2018-09-281-1/+2
| * | Do not fall back after resizing a dockMaurice Kalinowski2018-09-281-0/+2
| * | wasm: enable filesystemmodel for nothreadLorn Potter2018-09-281-1/+1
| * | Merge "Merge remote-tracking branch 'origin/5.11' into 5.12" into refs/stagin...Liang Qi2018-09-274-6/+10
| |\ \