summaryrefslogtreecommitdiffstats
path: root/src/widgets/graphicsview
Commit message (Expand)AuthorAgeFilesLines
* Move the QDataStream operator<< for QPair to qdatastream.hThiago Macieira2012-06-281-0/+1
* Add const & to foreach 'iterators'Albert Astals Cid2012-06-271-1/+1
* Remove .values() call in foreachAlbert Astals Cid2012-06-271-1/+1
* Remove references to Q_WS_QWSGirish Ramakrishnan2012-06-201-1/+1
* QtWidgets: Fix warnings about deprecated QGraphicsView functions.Friedemann Kleint2012-06-144-5/+5
* Fix Qt5 To-Do's in QGraphicsItemGatis Paeglis2012-06-122-59/+21
* Use QPointer instead of QWeakPointer.Stephen Kelly2012-06-051-2/+2
* QtWidgets: remove \link usagesGiuseppe D'Angelo2012-05-291-5/+5
* Fix compiler warnings when simply including qgraphicsscene.hSimon Hausmann2012-05-271-1/+2
* Fix To-Do's in QGraphicsScene.Gatis Paeglis2012-05-262-154/+22
* Fix Qt 5 to-do's in QGraphicsProxyWidgetGatis Paeglis2012-05-265-74/+50
* Gestures & events: compile with QT_STRICT_ITERATORS.Thiago Macieira2012-05-251-4/+4
* Restore the QEvent::d pointer to null after we're done using itThiago Macieira2012-05-151-1/+4
* Doc: Fix \sa usageMarius Storm-Olsen2012-05-112-5/+5
* Doc: Modularize QtWidgets documentation.Casper van Donderen2012-05-0910-55/+55
* Change remaining uses of {to,from}Ascii to {to,from}Latin1 [QtWidgets]Thiago Macieira2012-05-037-34/+34
* Merge remote-tracking branch 'origin/master' into api_changesLars Knoll2012-04-162-3/+1
|\
| * Remove Qt 5 to-do comment that will not be addressed.Jason McDonald2012-04-121-1/+0
| * Remove Qt 5 to-do comments from qgraphicslayoutitem.h.Jason McDonald2012-04-111-2/+1
* | Merge remote-tracking branch 'origin/master' into api_changesOswald Buddenhagen2012-04-101-4/+3
|\|
| * Reverted use of tentative commit use in QWidget editorsPekka Vuorela2012-03-271-4/+3
* | Merge "Merge master into api_changes" into refs/staging/api_changesKent Hansen2012-03-231-1/+1
|\|
| * Remove QAccessibleEvent child parameter.Frederik Gladhorn2012-03-191-1/+1
* | Remove QWorkspace.Debao Zhang2012-03-232-2/+2
|/
* Use pointers for QAccessibleEvent.Frederik Gladhorn2012-03-151-1/+2
* Call updateAccessibility with the right index.Frederik Gladhorn2012-03-081-1/+1
* Merge remote-tracking branch 'origin/api_changes'Lars Knoll2012-03-041-7/+7
|\
| * QEvent (and subclasses): make ctors explicitMarc Mutz2012-03-011-7/+7
* | Use QHash<K,V> instead of QMap<K,V> when K is a pointer typeGiuseppe D'Angelo2012-03-024-7/+7
* | Remove the usage of deprecated qdoc macros.Casper van Donderen2012-03-026-164/+164
* | Revert "Don't rely on mapFromGlobal in QGraphicsScenePrivate::itemsAtPosition."Jonathan Liu2012-03-021-3/+7
|/
* Various documentation fixes ported from 4.8Teemu Katajisto2012-02-092-3/+7
* Remove QInputContextPekka Vuorela2012-02-031-5/+5
* Renamed QInputPanel as QInputMethodPekka Vuorela2012-02-022-7/+7
* Accessibility: Use new updateAccessibility() API in widgets.Friedemann Kleint2012-02-011-1/+1
* Add native event filters to Windows, forward to Widgets.Friedemann Kleint2012-01-301-4/+0
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-3051-51/+51
* Remove use of QT_MODULE from libraryGunnar Sletta2012-01-2524-38/+24
* Update contact information in license headers.Jason McDonald2012-01-2351-51/+51
* Rename all our interfaces from com.trolltech to org.qt-projectLars Knoll2012-01-193-3/+3
* Fix constness of QGraphicsSceneBspTreeIndex::bspTreeDepth()Stephen Kelly2012-01-092-2/+2
* Remove the Q_TYPENAME define.Stephen Kelly2012-01-081-3/+3
* Update copyright year in license headers.Jason McDonald2012-01-0551-51/+51
* Remove QWidget dependency from QTouchEvent.Laszlo Agocs2011-12-092-7/+7
* Extend touch events.Laszlo Agocs2011-12-091-3/+5
* Move the metatype declaration for QGraphicsScene.Stephen Kelly2011-12-042-1/+2
* QWidget text editors to commit text on their own on losing focusPekka Vuorela2011-11-102-4/+2
* Widgets: Remove Q_WS_QPA and qpa-sections from .pro files.Friedemann Kleint2011-10-211-1/+1
* Remove dependencies of QShortcutMap onto widgetsLars Knoll2011-10-141-1/+1
* Fix bug in QGraphicsItem::isVisibleTo().Andreas Aardal Hanssen2011-10-031-9/+11