summaryrefslogtreecommitdiffstats
path: root/src/widgets/widgets
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge remote-tracking branch 'origin/5.5' into devFrederik Gladhorn2015-08-063-1/+12
|\
| * QLineEdit should inherit the input methods from QComboBox.BogDan Vatra2015-07-301-0/+1
| * Fix action shortcuts for QToolButtonPaul Olav Tvete2015-07-231-1/+6
| * Doc:added doc to undocumented functionsNico Vertriest2015-07-221-0/+5
* | Fix for build with -qreal floatTimur Pocheptsov2015-08-041-1/+1
* | QMainWindow: allow dropping QDockWidget to floating docksOlivier Goffart2015-08-013-34/+153
* | Enable non-integer device pixel ratioMorten Johan Sørvig2015-07-301-1/+1
* | Fix nullptr literal 0s which would look odd as nullptrMarc Mutz2015-07-192-4/+4
* | Merge remote-tracking branch 'origin/5.5' into HEADSimon Hausmann2015-07-172-3/+4
|\|
| * QDial: remove documentation for non-existent functions.Mitch Curtis2015-07-141-3/+2
| * QComboBox: Fix compilation with QT_NO_COMPLETERChristoph Schleifenbaum2015-07-131-0/+2
* | QMainWindow: Remove dockwidgets from the floating tabs when pluggingOlivier Goffart2015-07-161-0/+10
* | QtWidgets: mark some private types movable or primitiveMarc Mutz2015-07-131-0/+1
* | QLineEdit: don't hold SideWidgetEntry's in a QListMarc Mutz2015-07-131-1/+2
* | QMenu: don't hold QPointers in QListMarc Mutz2015-07-132-9/+9
* | Polish the widgets/mainwindows/application example.Friedemann Kleint2015-07-131-2/+14
* | Fix some qdoc-warnings.Friedemann Kleint2015-07-102-9/+1
* | QComboBox::setView only delete the old view if it is a childThorbjørn Martsum2015-07-081-1/+2
* | QMainWindowLayout::hover does not need to return a valueOlivier Goffart2015-07-072-9/+7
* | QLabelPrivate: separate data and function members, avoid paddingMarc Mutz2015-07-072-43/+47
* | QLabelPrivate: de-inline ctorMarc Mutz2015-07-072-34/+44
* | QtWidgets: Use Q_NULLPTR instead of 0 in all public headersMarc Mutz2015-07-0641-81/+81
* | Make QWidget *=0, Qt::WindowFlags f=0 functions use Q_NULLPTRMarc Mutz2015-07-048-12/+13
* | 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