summaryrefslogtreecommitdiffstats
path: root/src/widgets/widgets
Commit message (Expand)AuthorAgeFilesLines
* Warn when setting a completer on non-editable QComboBoxFrederik Gladhorn2018-10-191-1/+4
* Qt 6: Change QMainWindow::toolBarArea to take const pointer insteadJoni Poikelin2018-10-156-6/+14
* QWidgetTextControl: Get rid of dependency on QTextEditPrivateAlexander Volkov2018-10-092-10/+8
* 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-089-26/+9
|\| |
| * | QLineEdit: take the size of actions' icons from a styleAlexander Volkov2018-10-062-2/+3
| * | Restore styling of QDockWidget title fontAllan Sandfeld Jensen2018-10-031-2/+6
| * | Make overloaded function appear in assistant indexJarek Kobus2018-10-017-22/+0
* | | QAbstractScrollArea: fix sizeHint when widget is not visibleChristian Ehrlicher2018-10-041-2/+4
* | | Minor performance improvement to QLabel with ImageLuca Beldi2018-10-031-1/+1
* | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-10-011-0/+5
|\| |
| * | QDockWidget: Fix icons being too large when using a style proxying Windows styleFriedemann Kleint2018-09-291-0/+5
* | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-09-293-2/+4
|\| |
| * | Fix disabled IME when QPlainTextEdit read only property is toggledJussi Witick2018-09-281-1/+1
| * | Do not fall back after resizing a dockMaurice Kalinowski2018-09-281-0/+2
| * | Keep tiled subwindow order on resizePaul Olav Tvete2018-09-271-1/+1
* | | QPlainTextEdit: add current state of modifiers to auto scroll eventDavid Schulz2018-09-271-1/+1
* | | QPlainTextEdit: update scrollbars after setting center on scrollDavid Schulz2018-09-261-0/+1
|/ /
* | Fix shortcuts in dock widgets with custom title barMorten Kristensen2018-09-241-0/+1
* | Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-09-101-0/+5
|\|
| * Make QMacCocoaViewContainer work againMorten Johan Sørvig2018-09-021-0/+5
* | QComboBox: Start blockMouseReleaseTimer after showPopup callAles Erjavec2018-08-171-2/+3
* | qdoc: Fix several minor errors to reduce qdoc warningsMartin Smith2018-08-145-13/+35
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-08-071-5/+5
|\|
| * QLabel: Use nullptr in documentationAndre Hartmann2018-08-011-5/+5
* | QLabel: Use nullptrAndre Hartmann2018-08-061-13/+14
* | Make local symbols of some leaked namesThiago Macieira2018-08-032-17/+18
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-07-174-4/+6
|\|
| * QCalendarWidget: update the year label correctly on locale changeEirik Aavitsland2018-07-161-1/+1
| * QLineEdit: Fix behavior of DeleteStartOfWord keyAlexander Volkov2018-07-161-1/+2
| * Show the toolbutton's menu in the right place on multiple screensAndy Shaw2018-07-101-2/+2
| * QSplashScreen: Pass the layout direction set on widget to the painterAndy Shaw2018-07-101-0/+1
* | Add QStyle::SH_SpinBox_StepModifier style hintNathan Collins2018-07-121-0/+5
* | Fix build with '-no-feature-action' configurationValentin Fokin2018-07-122-0/+8
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-07-023-4/+11
|\|
| * QMenuBar: Account for displays that are above 0x0Andy Shaw2018-06-291-1/+1
| * Fix interaction with the menu bar on touchscreensAlexander Volkov2018-06-251-1/+8
| * Doc: Add missing full stops in briefsPaul Wicking2018-06-212-2/+2
* | QToolbar: Un-hide the QLayout::indexOf non-virtualThiago Macieira2018-06-181-1/+1
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-06-0714-32/+45
|\|
| * Fix build for Android with android-clang in r17Liang Qi2018-06-061-1/+1
| * QAbstractSpinBox: Add more documentation cross linksAndre Hartmann2018-06-041-0/+4
| * QAbstractSpinBox: Fix missing frame conditionGabriel de Dietrich2018-05-301-1/+1
| * Make sure we can build with -no-feature-draganddropJoerg Bornemann2018-05-2912-30/+39
* | QLineEdit: Emit inputRejected() when part of the input is rejectedAndy Shaw2018-06-062-2/+7