summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-07-0148-165/+159
|\
| * QFileIconEngine: Remove reference to QFileIconProviderGabriel de Dietrich2015-06-301-6/+5
| * Switch to new not deprecated apiAndreas Holzammer2015-06-301-5/+1
| * Replace MAC OS X with OS XNico Vertriest2015-06-3034-80/+80
| * Merge "Merge remote-tracking branch 'origin/5.5.0' into 5.5" into refs/stagin...Liang Qi2015-06-283-9/+3
| |\
| | * Merge remote-tracking branch 'origin/5.5.0' into 5.5Liang Qi2015-06-273-9/+3
| | |\
| | | * OSX: show file dialog in showCocoaFilePanel, don't wait for exec()Shawn Rutledge2015-06-171-4/+1
| | | * Inline QSpacerItem::sizePolicy()Marc Mutz2015-06-102-5/+2
| * | | QHeaderView - fix a logical / visual index mismatchThorbjørn Martsum2015-06-271-1/+1
| * | | Doc: rearrange tables with overflowNico Vertriest2015-06-263-18/+24
| |/ /
| * | Fix incorrect warning message in QOpenGLWidgetLaszlo Agocs2015-06-221-1/+1
| * | Fix global coordinate mapping for child widgets in QGraphicsView.Friedemann Kleint2015-06-211-22/+24
| * | QSwipeGestureRecognizer: Allow for small direction changes.Friedemann Kleint2015-06-071-10/+14
| * | Fix centering dialogsAlexander Volkov2015-06-061-7/+0
| * | fix usage of wince scopeOswald Buddenhagen2015-06-056-6/+6
| |/
* | Use QVector::reserve() all over the place.Sérgio Martins2015-06-295-4/+16
* | QGraphicsItemAnimationPrivate: replace a sort with a rotateMarc Mutz2015-06-281-5/+3
* | Make QGraphicsItemAnimationPrivate::Pair a (C++98) PODMarc Mutz2015-06-281-2/+1
* | QGraphicsItemAnimation: don't hold Private::Pair in QListMarc Mutz2015-06-281-15/+16
* | QDataWidgetMapper: use QList::reverse_iteratorMarc Mutz2015-06-281-1/+1
* | QMdiArea: don't hold QPointers in QListMarc Mutz2015-06-241-2/+2
* | QMacStyle: replace a QSet<QPointer> with QVector<QPointer>Marc Mutz2015-06-242-10/+5
* | widgets: Use QList::reserve(), reduces reallocations.Sérgio Martins2015-06-2317-41/+117
* | QGestureManager: fix expensive iteration over QHash::keys()Marc Mutz2015-06-211-3/+4
* | QGestureManager: fix expensive iteration over QHash::keys()Marc Mutz2015-06-211-3/+3
* | QMdiSubWindow: fix O(n+nlogn) loop to O(n)Marc Mutz2015-06-211-2/+2
* | QAbstractItemView: convert some assignments into RVO'ed initializationsMarc Mutz2015-06-201-4/+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
* | Don't try to load plugins if QT_NO_LIBRARY is set.Ulf Hermann2015-06-122-0/+6
* | Mark unused parameters with Q_UNUSEDUlf Hermann2015-06-121-0/+2
* | Add qHash(QSizePolicy)Marc Mutz2015-06-122-0/+15
* | itemsviews: Add 15 QList::reserve() callsSérgio Martins2015-06-085-11/+37
* | Remove exec bits from files that should not be executableDmitry Shachnev2015-06-074-0/+0
* | doc: Remove uses of \returnsMartin Smith2015-06-051-2/+2
* | Merge "Merge remote-tracking branch 'origin/5.5' into dev" into refs/staging/devSimon Hausmann2015-06-0439-213/+337
|\ \
| * | Merge remote-tracking branch 'origin/5.5' into devSimon Hausmann2015-06-0339-213/+337
| |\|
| | * 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
| | * | | Avoid QWidget dependency in QtGuiLaszlo Agocs2015-06-011-1/+1
| | * | | Clip QOpenGLWidget and QQuickWidget correctlyLaszlo Agocs2015-06-011-1/+2
| | * | | Fix combobox regression 5.4 -> 5.5Allan Sandfeld Jensen2015-05-301-1/+1
| | |/ /
| | * | Emphasize the need for calling setDefaultFormat early on OS XLaszlo Agocs2015-05-291-0/+6
| | * | Windows: Fix font metrics of Vista style wizards.Friedemann Kleint2015-05-292-16/+35
| | * | Improve QHeaderView::sectionsInserted performanceIvan Komissarov2015-05-281-7/+7
| | * | Translate AM/PM under the QDateTimeParser context so it is consistentAndy Shaw2015-05-281-2/+2
| | * | Fix crash due to QTreeView accessing deleted model indexes.Joerg Bornemann2015-05-271-0/+1
| | * | QWindowsVistaStyle: Do not stop animations when falling back to XP.Friedemann Kleint2015-05-261-6/+0