summaryrefslogtreecommitdiffstats
path: root/src/widgets/widgets
Commit message (Expand)AuthorAgeFilesLines
* 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
* | QSplitter: some cleanupAnton Kudryavtsev2018-04-111-7/+6
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-04-112-4/+5
|\|
| * Fix crash if dock widget gets deleted while draggingSergio Martins2018-04-101-2/+3
| * QSplitter::indexOf: fix documentationAnton Kudryavtsev2018-04-101-2/+2
* | QSplitter: micro optimizationAnton Kudryavtsev2018-04-101-3/+1
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-04-062-6/+9
|\|
| * QTabBar: Repaint when releasing mouse on selected tabGabriel de Dietrich2018-04-051-1/+5
| * Improve QAbstractSpinBox::stepBy() docsMitch Curtis2018-04-051-5/+4
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-04-051-1/+1
|\|
| * Check if the movie's current pixmap is null before drawing itAndy Shaw2018-04-041-1/+1
* | QTabBar: properly clean up move animationChristian Ehrlicher2018-04-042-2/+2
* | QTextBrowser: do not try to open file with empty filenameChristian Ehrlicher2018-04-031-0/+5
* | Add missing Q_ENUM to QAbstractSpinBox::StepTypeFriedemann Kleint2018-03-291-0/+2
* | Allow adaptive decimal stepping for QSpinBox and QDoubleSpinBoxHarald Nordgren2018-03-225-1/+146
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-03-211-3/+7
|\|
| * widgets: Add a QT_CONFIG(style_stylesheet) guardMikhail Svetkin2018-03-201-3/+7
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-03-171-0/+7
|\|
| * QMenu: Realign submenu first action with its parent menu actionGabriel de Dietrich2018-03-161-0/+7
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-03-103-1/+22
|\|
| * Fix QLabel crash if buddy's lifetime is too shortSergio Martins2018-03-083-1/+22