summaryrefslogtreecommitdiffstats
path: root/src/widgets/widgets
Commit message (Expand)AuthorAgeFilesLines
* 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
|\|
| * Fix Clang 6 warning about comparing different enumsThiago Macieira2018-05-041-1/+1
* | Port placeholder rendering to palette placeholder color roleFilipe Azevedo2018-05-043-6/+3
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-05-0220-131/+133
|\|
| * Convert features.toolbar to QT_[REQUIRE_]CONFIGStephan Binner2018-05-0219-130/+127
| * Fix for input method commit that ends with newlinePaul Olav Tvete2018-04-271-1/+6
* | Fix crash in QMainWindow::tabifyDockWidgets()Friedemann Kleint2018-04-251-1/+2
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-04-202-8/+13
|\|
| * QTabWidget: clarify ownership after insertTab() and addTab()Anton Kudryavtsev2018-04-201-4/+8
| * QSplitter: fix doc for widget() and handle()Anton Kudryavtsev2018-04-181-4/+5
* | QSplashScreen: honor alignment when message contains htmlChristian Ehrlicher2018-04-151-0/+6
* | Widgets: use range-based for instead of foreachAnton Kudryavtsev2018-04-155-33/+42
* | Merge remote-tracking branch 'origin/5.11' into devLars Knoll2018-04-122-1/+21
|\|
| * dockwidgets: Resize the rubber-band when our drop target is resizedSergio Martins2018-04-122-1/+18
| * Fix grouped dock widget from shifting down when createdSergio Martins2018-04-111-0/+2
| * Fix z-order when dragging a dock widget over anotherSergio Martins2018-04-111-0/+1