summaryrefslogtreecommitdiffstats
path: root/src/widgets/widgets
Commit message (Expand)AuthorAgeFilesLines
* Fix scrollbar updates in QPlaintTextEdit on block-visibility changesAllan Sandfeld Jensen2018-10-171-2/+7
* Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-10-176-19/+25
|\
| * Modernize the "animation" featureLiang Qi2018-10-126-19/+25
* | Fix typo vice versaCristian Maureira-Fredes2018-10-151-2/+2
* | Doc: Move literal code block to a separate fileCristian Maureira-Fredes2018-10-151-17/+4
* | 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
* | 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
* | QDockWidget: Fix icons being too large when using a style proxying Windows styleFriedemann Kleint2018-09-291-0/+5
* | 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
* | 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
* | Handle negative leading in layoutAllan Sandfeld Jensen2018-06-061-0/+3
* | QLineEdit: Add an inputRejected() signal for when a key is not allowedAndy Shaw2018-06-015-0/+21
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-05-241-8/+9
|\|
| * Fix build without features.cursorTasuku Suzuki2018-05-151-11/+15
* | Apply Qt::ControlModifier to all spin box interactionsNathan Collins2018-05-242-6/+33
* | qtlite: Fix build with -no-feature-cursor or -no-feature-dockwidgetMikhail Svetkin2018-05-152-6/+13
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-05-141-0/+2
|\|
| * Fix build without features.completerTasuku Suzuki2018-05-091-0/+2
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-05-051-1/+1
|\|