summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* QStyleAnimation: Go down to 15 fpsGabriel de Dietrich2017-06-011-1/+2
* Do its best in QComboBox to map completer's indexAlexey Chernov2017-06-011-1/+15
* Merge "Merge remote-tracking branch 'origin/5.9' into dev" into refs/staging/devLiang Qi2017-05-302-3/+3
|\
| * Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-05-292-3/+3
| |\
| | * Use hasFocus() to check if the QTreeView is considered active or notAndy Shaw2017-05-231-1/+1
| | * Doc: Replace "Macintosh" with something suitable or omit itLeena Miettinen2017-05-231-2/+2
* | | QGestureManager: use QScopedPointer to hold prototype gestureMarc Mutz2017-05-301-2/+1
* | | QGestureManager: use op[] instead of contains() + insert() to ensure an entry...Marc Mutz2017-05-301-4/+3
|/ /
* | Ensure status tips for a headerview section are handledAndy Shaw2017-05-231-2/+14
* | QSplashScreen: make all ctors use the same Qt::WindowFlagsMarc Mutz2017-05-221-1/+1
* | QWizard: move 'initialized' bit into QWizardPageMarc Mutz2017-05-221-15/+14
* | QWidgetWindow: Forward incoming events with their original spontaneous stateTor Arne Vestbø2017-05-201-25/+25
* | QMacStyle: Replace QAquaWidgetSize with WidgetSizePolicyGabriel de Dietrich2017-05-151-1/+1
* | Make QWindow::setVisible() work for widgetsMorten Johan Sørvig2017-05-113-4/+25
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-05-0726-110/+172
|\|
| * Doc: Add information about styling QTableView::indicatorVenugopal Shivashankar2017-05-043-0/+12
| * QMenu: Ensure popup() gets the right screen geometryGabriel de Dietrich2017-05-041-9/+11
| * Fix warning for -no-feature-graphicsviewStephan Binner2017-05-031-0/+2
| * QMenu: Refactor column layout logicGabriel de Dietrich2017-05-031-5/+3
| * macOS: Add auto-release pools for Q*ApplicationPrivate::init()Tor Arne Vestbø2017-05-021-0/+4
| * QFileDialogPrivate: Move inline to declarationFriedemann Kleint2017-05-021-20/+21
| * macOS: Fix return value of PM_TabBarBaseHeight to original valueAndy Shaw2017-05-021-1/+1
| * QMacStyle: Increase accuracy of PM_TitleBarHeightGabriel de Dietrich2017-05-021-4/+6
| * Fix warning for -no-feature-lineeditTasuku Suzuki2017-04-301-0/+2
| * Fix warnings with -no-feature-menuTasuku Suzuki2017-04-302-2/+5
| * Fix build without features.style-stylesheetTasuku Suzuki2017-04-281-1/+1
| * Fix build without features.shortcutTasuku Suzuki2017-04-274-2/+8
| * QOpenGLWidget: Fix UB (invalid cast) in ~QOpenGLWidgetPrivateDyami Caliri2017-04-271-6/+2
| * QMenu: Display the menu title on the torn-off menu's title barGabriel de Dietrich2017-04-261-1/+15
| * Fix warnings for -no-feature-animationStephan Binner2017-04-252-4/+8
| * Fix UB in QSplitter::childEventOlivier Goffart2017-04-231-9/+10
| * Deprecate QCoreApplication::flush()Gatis Paeglis2017-04-222-24/+13
| * QMacStyle: Fix scroller memory leakv5.9.0-beta3Morten Johan Sørvig2017-04-212-5/+14
| * QMacStyle: Properly flip vertical slidersGabriel de Dietrich2017-04-211-2/+4
| * Remove wrong features.rubberband condition of features.itemviewsStephan Binner2017-04-211-1/+1
| * Remove features.rubberband dependency of features.splitterStephan Binner2017-04-213-2/+13
| * Remove wrong features.rubberband condition of features.dockwidgetStephan Binner2017-04-213-3/+1
| * Fix QComboBox popup from opening on wrong screenJoni Poikelin2017-04-211-0/+16
| * QErrorMessage: use QStringBuilderMarc Mutz2017-04-201-21/+24
* | cleanup: remove redundant QGuiApplicationPrivate::buttonsGatis Paeglis2017-05-051-0/+3
* | Fusion: draw DPI-scaled arrowsJ-P Nurmi2017-05-043-138/+87
* | Fusion: DPI-scale menu itemsJ-P Nurmi2017-05-041-16/+22
* | Add a few std::move in functions accepting slotsOlivier Goffart2017-04-292-6/+6
* | Windows QPA: Move system tray icon implementation into the pluginFriedemann Kleint2017-04-272-533/+1
* | QPlatformSystemTrayIcon: Add signal contextMenuRequested()Friedemann Kleint2017-04-272-0/+19
* | QCompletionEngine: avoid a node allocation on lookupMarc Mutz2017-04-272-17/+34
* | Docs: Fix some warningsFriedemann Kleint2017-04-211-1/+1
* | Use list-initialization moreMarc Mutz2017-04-202-4/+2
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-04-2015-70/+173
|\|
| * Move Q_REQUIRED_RESULT to its correct positionThiago Macieira2017-04-201-1/+2