summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* Typo-fix: s/looses/loses/gEdward Welbourne2017-06-081-1/+1
* Start supporting purely offscreen QOpenGLWidgetLaszlo Agocs2017-06-082-12/+25
* Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-0733-268/+100
|\
| * Doc: Remove references to screenshots illustrating different stylesLeena Miettinen2017-06-0122-231/+51
| * Merge remote-tracking branch 'origin/5.9.0' into 5.9Liang Qi2017-05-311-3/+5
| |\
| | * QHeaderView: fix visual/logical index corruption when restoring statev5.9.0-rc2v5.9.0David Faure2017-05-261-3/+5
| * | QStackedLayout: Fix UB (invalid cast) in qt_wasDeleted()Olivier Goffart2017-05-301-1/+1
| * | QWidgetWindow: don't give focus to windows that are being destroyedMitch Curtis2017-05-301-0/+4
| * | Convert features.splashscreen to QT_REQUIRE_CONFIGStephan Binner2017-05-293-10/+10
| * | Convert features.lcdnumber to QT_[REQUIRE_]CONFIGStephan Binner2017-05-294-10/+12
| * | Convert features.movie to QT_[REQUIRE_]CONFIGStephan Binner2017-05-294-14/+16
| * | QWidgetEffectSourcePrivate::draw(): Call render() when no shared painter existsFriedemann Kleint2017-05-291-1/+1
* | | QStyle: deprecate SH_Widget_Animate in favor of SH_Widget_Animation_DurationElvis Angelaccio2017-06-0410-12/+41
* | | 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