summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* macOS: Remove support for child NSWindowsTor Arne Vestbø2017-06-211-1/+0
* QStyleHelper: add missing forward declarationsSamuli Piippo2017-06-211-0/+4
* Item widgets: API cleanupsGiuseppe D'Angelo2017-06-203-0/+25
* Eliminate in/out arguments from QDateTimeParser::parse()Edward Welbourne2017-06-201-0/+1
* Add QLocale::formattedDataSize and consolidate use casesShawn Rutledge2017-06-202-31/+2
* Fix dereferencing non-existent TLW with hidden QOpenGLWidgetLaszlo Agocs2017-06-201-12/+12
* QAbstractItemView: add isPersistentEditorOpen()Marc Mutz2017-06-208-8/+71
* Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-1932-975/+87
|\
| * Convert features.columnview to QT_[REQUIRE_]CONFIGStephan Binner2017-06-126-24/+19
| * Drop dead qfiledialog_embedded.uiStephan Binner2017-06-122-355/+1
| * QDialog: Fix typo in documentationhjk2017-06-121-1/+1
| * Doc: Update widget style gallery topicLeena Miettinen2017-06-0921-736/+63
| * QPlainTextEdit: not show place holder when having preedit stringLiang Qi2017-06-081-1/+1
| * Help GCC understand that variable is never used unintializedThiago Macieira2017-06-071-1/+1
| * Fix crash when calling QWidget::grab() on a QOpenGLWidgetSérgio Martins2017-06-071-2/+4
* | 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