summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
...
| * QMacStyle: More tweaks for editable QComboBoxGabriel de Dietrich2014-11-021-5/+18
| * Cleanup: Remove some obsolete code supporting a pre-4.3 formatLars Knoll2014-10-314-32/+16
| * QWindowsStyle: fix CE_ComboBoxLabel text colorJ-P Nurmi2014-10-301-0/+14
| * QMacStyle: Several fixes for QtQuick Controls on YosemiteGabriel de Dietrich2014-10-302-15/+12
| * QMacStyle: Fix QCombobox offsets in YosemiteGabriel de Dietrich2014-10-301-3/+6
| * Cocoa: Handle Qt::WA_MacAlwaysShowToolWindowShawn Rutledge2014-10-291-0/+2
| * Merge "Merge remote-tracking branch 'origin/5.3' into 5.4" into refs/staging/5.4Oswald Buddenhagen2014-10-296-4/+14
| |\
| | * Merge remote-tracking branch 'origin/5.3' into 5.4Oswald Buddenhagen2014-10-286-4/+14
| | |\
| | | * Doc: Don't show a description for omitted SH_ComboBox_UseNativePopup enum itemAlexander Volkov2014-10-282-2/+3
| | | * OS X: Fix broken 2x menu icon when style sheet is appliedMihailNaydenov2014-10-281-2/+2
| | | * Compile fix for QT_NO_IM in QtWidgetsSteffen Imhof2014-10-283-1/+10
| | | * Move animation-related header out of QT_NO_IM #ifndef.Steffen Imhof2014-10-281-1/+1
| * | | Fix QWidget::scroll during paintingAllan Sandfeld Jensen2014-10-291-1/+1
| |/ /
| * | Doc: Fix method names for QFileSystemModelAlexander Volkov2014-10-281-1/+1
| * | Check geometry correctly when replaying popup mouse events.Friedemann Kleint2014-10-281-8/+13
| * | QMacStyle: Remove code depending depending on OS X 10.6 and olderGabriel de Dietrich2014-10-272-121/+36
| * | QMacStyle: Refactor painter offset into drawNSViewInRect()Gabriel de Dietrich2014-10-272-39/+40
| * | QGtkStyle: fix segfault after re-creating QAppJ-P Nurmi2014-10-271-1/+3
| * | QSwipeGestureRecognizer: Prevent cancel in startup-phase.Friedemann Kleint2014-10-272-10/+23
| * | Doc: Include QtWidgets instead of QtGuiAlexander Volkov2014-10-271-1/+1
* | | Item delegates: refactor and unify codeGiuseppe D'Angelo2014-11-198-211/+197
* | | Q(Styled)ItemDelegate: code tidiesGiuseppe D'Angelo2014-11-142-4/+4
* | | Ensure that a leave event is sent to a popup that is being closedJørgen Lind2014-11-072-1/+3
* | | QFrame: introduce initStyleOption (and use it)Giuseppe D'Angelo2014-11-042-31/+47
* | | Add QKeySequence::BackspaceMorten Johan Sørvig2014-10-311-2/+4
* | | Implement QTableWidget/QListWidget::mimeData()Giuseppe D'Angelo2014-10-314-4/+38
* | | Clean up ShortcutOverride handlingFrederik Gladhorn2014-10-301-33/+9
* | | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-10-2728-88/+148
|\| |
| * | Android: Keyboard doesn't hide from done buttonSamuel Nevala2014-10-251-0/+7
| * | Doc: Fix CustomStyle snippetAlexander Volkov2014-10-245-4/+5
| * | QGraphicsScene: stabilize stacking order of toplevel itemsaavit2014-10-241-1/+1
| * | Fix rubberband selection in rotated GraphicsViewaavit2014-10-241-1/+1
| * | QStyleSheetStyle: Don't interfere with QFontDialogPierre Rossi2014-10-242-0/+5
| * | Correctly update QComboBox appearance on editable changeEskil Abrahamsen Blomfeldt2014-10-242-4/+3
| * | Item view: Update item positions when delegate changesEskil Abrahamsen Blomfeldt2014-10-241-0/+1
| * | QMainWindow: respect the maximum size of the central widgetPaul Olav Tvete2014-10-241-2/+4
| * | Doc: warn about preserving input method hintsPaul Olav Tvete2014-10-241-0/+4
| * | QSwipeGestureRecognizer: Fix gesture cancel on direction change.Friedemann Kleint2014-10-231-2/+2
| * | Fix styled vertical dockwidget title cut off bug and elide text if longMarko Kangas2014-10-231-4/+6
| * | Adjust the layout if a QGraphicsWidget is explicitly hiddenJan Arve Saether2014-10-233-0/+28
| * | Fix title font of Vista-style wizards.Friedemann Kleint2014-10-231-4/+1
| * | Fix QWidget::mapTo/FromGlobal() when embedded in QGraphicsView.Friedemann Kleint2014-10-231-0/+22
| * | Doc: Fix obsoleteness of some QStyle::PixelMetric enum itemsAlexander Volkov2014-10-221-6/+6
| * | Windows XP style: Fix size calculation of QScrollBar's grip.Friedemann Kleint2014-10-223-37/+17
| * | Respect contents margins when calculating the size hintLars Knoll2014-10-221-0/+3
| * | Respect minimum size of heightForWidth layoutsPaul Olav Tvete2014-10-221-9/+0
| * | Fix helper function call in QWindowsVistaStyle::pixelMetric().Friedemann Kleint2014-10-221-1/+1
| * | Windows: Implement Qt::WA_ShowWithoutActivating.Friedemann Kleint2014-10-221-2/+0
| * | Fix height of combo popup when the list view has non-zero spacing.Friedemann Kleint2014-10-222-5/+23
| * | Produce more correct clip path for QGraphicsShapeItemLars Knoll2014-10-211-1/+1