summaryrefslogtreecommitdiffstats
path: root/src/widgets/widgets
Commit message (Expand)AuthorAgeFilesLines
* 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
* | QDoubleSpinBox: Set back an upper limit widthCaroline Chao2015-03-232-4/+16
* | Fix high-dpi scaledContents QLabelMorten Johan Sørvig2015-03-191-1/+4
* | QtWidgets: Fix const correctness in old style castsThiago Macieira2015-03-173-9/+9
* | Remove scrollarea cornerarea when only one scrollbar is visible.Marko Kangas2015-03-121-11/+3
* | QAbstractButton: emit released on focus out or disableFrederik Gladhorn2015-03-101-3/+7
* | Doc: added doc QProgressBar about undeterm. stateNico Vertriest2015-03-091-0/+2
* | Fix crash when accessing QStyleHints before QGuiApplication is constructed.Friedemann Kleint2015-02-253-3/+3
* | Fix invocations of static methods of QGuiApplication/QApplication.Friedemann Kleint2015-02-255-9/+9
* | Merge remote-tracking branch 'origin/5.4' into 5.5Frederik Gladhorn2015-02-241-1/+4
|\|
| * Make sure the QSplashScreen isn't closed instantly when calling finish()Andy Shaw2015-02-171-1/+4