summaryrefslogtreecommitdiffstats
path: root/src/widgets/widgets
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge "Merge remote-tracking branch 'origin/5.6' into dev" into refs/staging/devLiang Qi2015-12-032-2/+2
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-12-022-2/+2
| |\| |
| | * | QtBase: remove explicit function info from qWarning() etcMarc Mutz2015-11-281-1/+1
| | * | Fix closing a QMenu by pressing Alt.Friedemann Kleint2015-11-271-1/+1
* | | | QComboBox: don't re-evaluate count()/model->rowCount() all the timeMarc Mutz2015-12-021-8/+12
|/ / /
* | | Remove dead code.Jake Petroules2015-11-271-12/+0
* | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-11-231-4/+3
|\| |
| * | Replace backwards Java-style iteration with new reverse_iteratorsMarc Mutz2015-11-191-4/+3
* | | QtWidgets: use Q_UNLIKELY for every qWarning() (1)Marc Mutz2015-11-2124-60/+59
* | | QtWidgets: use new qUtf16Printable() instead of qPrintable()Marc Mutz2015-11-211-2/+2
* | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-11-181-0/+4
|\| |
| * | Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-11-171-0/+4
| |\|
| | * QComboBox: Disable wheel events on OS X & iOSAdam Strzelecki2015-11-091-0/+4
* | | Widgets: enable scroll buttons to be placed anywhere on a QTabBarRichard Moe Gustavsen2015-11-162-88/+171
* | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-11-0412-90/+78
|\| |
| * | QtWidgets: remove use of obsolete QStyleOption*V<N>Marc Mutz2015-11-046-78/+60
| * | QDockAreaLayoutInfo::updateTabBar(): Save and restore current index.Friedemann Kleint2015-11-031-0/+5
| * | QtWidgets: use printf-style qWarning/qDebug where possible (I)Marc Mutz2015-10-272-2/+2
| * | Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-10-231-3/+3
| |\|
| | * QLineEdit: Fix visibility handling of side widgets.Friedemann Kleint2015-10-221-3/+3
| * | QMenu: Fix a typo EventShouldBePropogated -> EventShouldBePropagatedAlexander Volkov2015-10-232-6/+6
| * | QWidgetAction: Don't deactivate the current window on MacGabriel de Dietrich2015-10-232-1/+2
* | | QCalendarWidget: replace a QVector by std::vectorMarc Mutz2015-11-041-14/+13
* | | QCalendarWidget: replace a QMap<Qt::DayOfWeek,.> with a static assoc arrayMarc Mutz2015-11-041-1/+36
* | | QCalendarWidget: hold SectionToken by-valueMarc Mutz2015-11-031-46/+42
* | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-10-234-2/+12
|\| |
| * | QMdiSubWindow: Do not close when doubleclicking on disabled Restore action.Friedemann Kleint2015-10-191-1/+4
| * | QLineEdit: Unable to drag selected text when aligned right or centerDan Cape2015-10-193-1/+8
* | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-10-147-43/+46
|\| |
| * | Clean up cancel operation handling on OS XTor Arne Vestbø2015-09-277-43/+46
* | | Allow to minimize frameless MDI subwindowsSerge Lysenko2015-09-302-3/+3
* | | Avoid unnecessary setParent(0) in QMdiSubWindow::removeBaseWidget()Serge Lysenko2015-09-291-1/+3
* | | Fix building with QT_NO_IMUlf Hermann2015-09-281-0/+2
* | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-09-258-23/+61
|\| |
| * | QAbstractSpinBox::inputMethodQuery(): Consider input method hints set on the ...Friedemann Kleint2015-09-221-1/+10
| * | QLineEdit: Don't include left and right minimum bearing when drawing textTor Arne Vestbø2015-09-221-12/+6
| * | Fix some doc warnings.Friedemann Kleint2015-09-111-3/+0
| * | Fix some qdoc warnings.Friedemann Kleint2015-09-071-1/+1
| * | Merge "Merge remote-tracking branch 'origin/5.5' into 5.6" into refs/staging/5.6Simon Hausmann2015-08-274-5/+42
| |\ \
| | * | Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-08-264-5/+42
| | |\|
| | | * Handle action events in QLineEditIconButton.Friedemann Kleint2015-08-182-4/+36
| | | * Open menu on the third click on QMenuBar on X11Alexander Volkov2015-08-171-1/+1
| | | * QComboBox: make editable comboboxes usable with input methodsRichard Moe Gustavsen2015-08-111-0/+2
| | | * QLineEdit: update IM status after selection changeRichard Moe Gustavsen2015-08-111-0/+3
| * | | Fix some qdoc-warnings.Friedemann Kleint2015-08-271-1/+1
| |/ /
| * | Set QAction::NoRole on dock widget view actions.Friedemann Kleint2015-08-221-0/+1
* | | Fixed build breaks that result after disabling "contextmenu" featureShrikant Dhumal2015-09-094-4/+8
* | | Link to AppKit instead of Cocoa.Jake Petroules2015-09-053-3/+3
* | | QGroupBox: Send unhandled mouse events to parent widgetAlex Henrie2015-09-031-0/+4
|/ /
* | Add QMainWindow::resizeDocksOlivier Goffart2015-08-164-0/+80