summaryrefslogtreecommitdiffstats
path: root/src/widgets/graphicsview
Commit message (Expand)AuthorAgeFilesLines
* Add a QEnterEvent containing the mouse position.Friedemann Kleint2012-11-101-4/+4
* Fix sentences in QGraphicsItem documentation.Mitch Curtis2012-11-071-10/+10
* De-inline some destructors in QtWidgetsMarc Mutz2012-11-062-0/+8
* QtWidgets: add some explicitMarc Mutz2012-11-051-24/+24
* Make QPen default to 1-width non-cosmetic.Samuel Rødal2012-10-223-16/+5
* QGraphicsObject: handle QEvent::StyleAnimationUpdateJ-P Nurmi2012-10-172-0/+15
* Clarify ownership of scene in QGraphicsView::setScene() docs.Mitch Curtis2012-10-161-0/+2
* Mac: Bring back "Text boxes and list only" tab navigationGabriel de Dietrich2012-10-101-2/+2
* Add QEvent::StyleAnimationUpdate: style animation target should updateJ-P Nurmi2012-10-091-0/+1
* Remove duplicate words and punctuation from documentation.Mitch Curtis2012-09-261-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-2251-1224/+1224
* Doc: Remove references to the deprecated QGraphicsItemAnimationGeir Vattekar2012-09-112-6/+8
* Document how opacity affects QGraphicsScene item queries.Mitch Curtis2012-09-072-18/+51
* graphicsview: use std::sort instead of qSortRobin Burchell2012-09-045-15/+15
* Make QGraphicsView respect scrollbar policiesJeremy Lainé2012-08-311-6/+8
* Document how to remove a QGraphicsEffect.Richard Moore2012-08-291-1/+2
* Ensure child items are updated even if the parent item has no contentAndy Shaw2012-08-291-1/+2
* Clean up docs for graphicsview.Jan-Arve Saether2012-08-174-10/+11
* QtWidgets: use new qEnvironmentVariableIs{Empty,Set}()Marc Mutz2012-08-101-1/+1
* Remove the obsolete scene argument for constructors of graphics itemsLars Knoll2012-08-035-322/+80
* change \img to \image in docsJeremy Katz2012-08-012-5/+5
* Remove Qt5 to-do remarkGatis Paeglis2012-07-251-1/+1
* Remove obsolete or commented use of Q_DECLARE_METATYPE.Stephen Kelly2012-07-241-2/+0
* Remove #ifdef Q_WS_ / include / #endif conditionals.Friedemann Kleint2012-07-163-13/+0
* 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