summaryrefslogtreecommitdiffstats
path: root/src/widgets/widgets
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-07-0113-16/+16
|\
| * Replace MAC OS X with OS XNico Vertriest2015-06-3012-15/+15
| * fix usage of wince scopeOswald Buddenhagen2015-06-051-1/+1
* | Use QVector::reserve() all over the place.Sérgio Martins2015-06-291-1/+3
* | QMdiArea: don't hold QPointers in QListMarc Mutz2015-06-241-2/+2
* | widgets: Use QList::reserve(), reduces reallocations.Sérgio Martins2015-06-235-6/+19
* | QMdiSubWindow: fix O(n+nlogn) loop to O(n)Marc Mutz2015-06-211-2/+2
* | QMenu/QToolBar: Add overloads of addAction() using Qt 5 signals and slots.Friedemann Kleint2015-06-184-0/+282
* | QButtonGroup: don't create a list just to find the minimum elementMarc Mutz2015-06-171-7/+6
* | Make sure the QDockAreaLayoutInfo item_list is detached when we are going to ...Olivier Goffart2015-06-161-2/+2
* | doc: Remove uses of \returnsMartin Smith2015-06-051-2/+2
* | Merge remote-tracking branch 'origin/5.5' into devSimon Hausmann2015-06-0310-18/+31
|\|
| * Merge "Merge remote-tracking branch 'origin/5.4' into 5.5" into refs/staging/...Jani Heikkinen2015-06-021-1/+3
| |\
| | * Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-06-011-1/+3
| | |\
| | | * Doc: clarify ownership after QStackedWidget::removeWidgetJoerg Bornemann2015-05-131-1/+3
| * | | Fix combobox regression 5.4 -> 5.5Allan Sandfeld Jensen2015-05-301-1/+1
| |/ /
| * | Translate AM/PM under the QDateTimeParser context so it is consistentAndy Shaw2015-05-281-2/+2
| * | D-Bus system tray icon: submenus can be created after context menuShawn Rutledge2015-05-211-5/+7
| * | QMenuBar: honor the left widget size hintGiuseppe D'Angelo2015-05-161-1/+1
| * | Remove init() function declaration.Morten Johan Sørvig2015-05-131-1/+0
| * | QDialogButtonBox: prevent crashes on deletions in slotsGiuseppe D'Angelo2015-05-091-1/+11
| * | Merge remote-tracking branch 'origin/5.4' into merge5.5Allan Sandfeld Jensen2015-05-081-1/+1
| |\|
| | * Fix shortcuts when using setDefaultActionPaul Olav Tvete2015-05-021-1/+1
| * | QLineEdit: show the clear button if it gets enabled after setting a textGiuseppe D'Angelo2015-05-072-5/+5
* | | QFramePrivate & subclasses: declare dtor out-of-lineMarc Mutz2015-06-028-1/+24
* | | QFramePrivate: use direct instead of copy initializationMarc Mutz2015-06-011-1/+1
* | | QWidget{Text,Line}Control: reserve() a vectorMarc Mutz2015-05-302-0/+2
* | | Fix users of QTextLayout::additionalFormats to use the new APIMarc Mutz2015-05-302-6/+6
* | | Add shared implementation of a NSAutoreleasePool wrapper to qglobalTor Arne Vestbø2015-05-271-1/+1
* | | Respecting correct text interaction flags when setting text cursor.David Schulz2015-05-181-2/+3
* | | QMouseEvent: add constructor which takes the source as a parameterAlexander Volkov2015-05-121-2/+1
* | | Add QMainWindow::GroupedDragging DockOptionOlivier Goffart2015-05-128-90/+705
* | | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-271-2/+8
|\| |
| * | QMainWindow::restoreDockWidget(): Fix positioning of floating docks with nati...Friedemann Kleint2015-04-261-2/+8
* | | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-221-2/+2
|\| |
| * | QToolButton: Fix popup menu geometry in case of QGraphicsProxyWidget.Friedemann Kleint2015-04-091-2/+2
* | | Remove <qhash.h> where it's not usedMarc Mutz2015-04-201-1/+0
* | | Allow for rearranging tabified QDockWidgetsOlivier Goffart2015-04-114-0/+32
|/ /
* | Add Q_UNUSED for parameter (OS X)Timur Pocheptsov2015-04-071-0/+2
* | QComboBox: also adjust size on model reset, with AdjustToContentsDavid Faure2015-04-041-0/+1
* | QComboBox: open popup on touch release if QStyleHints has setFocusOnTouchRele...Richard Moe Gustavsen2015-04-042-16/+32
* | Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-03-313-1/+12
|\|
| * Doc: warn about resize event bugPaul Olav Tvete2015-03-211-0/+3
| * QComboBox: Update completer on setCurrentIndex()Andre Hartmann2015-03-181-1/+4
| * Workaround for programs depending on previous layout bugPaul Olav Tvete2015-03-111-0/+5
* | QTabBar: Disable wheel events on MacGabriel de Dietrich2015-03-301-0/+2
* | Do not emit textEdited on inputMask changeJoni Poikelin2015-03-271-2/+2
* | QComboBox: use native popup on iOSRichard Moe Gustavsen2015-03-252-7/+7
* | QComboBox: change showNativePopup to be non-blockingRichard Moe Gustavsen2015-03-252-51/+81
* | QSplashScreen: Center also on high-dpi screensMorten Johan Sørvig2015-03-231-1/+1