summaryrefslogtreecommitdiffstats
path: root/src/gui/graphicsview
Commit message (Expand)AuthorAgeFilesLines
...
* Implemented parallel simplification, some bugfixes of the previous code.Jan-Arve Sæther2009-07-223-44/+104
* QGraphicsAnchorLayout: Add convencience "fill" methodsEduardo M. Fleury2009-07-221-0/+36
* QGraphicsAnchorLayout: Fix QGraphicsItem reparent codeEduardo M. Fleury2009-07-224-38/+3
* Simplify the code that finds the sequential chunks for simplification.Jan-Arve Sæther2009-07-221-14/+4
* Improved sequential simplification. Added restoreSimplifiedGraph().Jan-Arve Sæther2009-07-222-56/+197
* Improve how graphviz (dotty) renders the serialized graph.Jan-Arve Sæther2009-07-221-1/+10
* Simplify the graph by replacing a sequence of anchors with one anchor.Jan-Arve Sæther2009-07-222-2/+172
* Some cleanup - improve dot dumper.Jan-Arve Sæther2009-07-223-70/+52
* QGraphicsAnchorLayout: Fix memory management issue in QSimplex solverEduardo M. Fleury2009-07-223-50/+54
* QGraphicsAnchorLayout: Delete center constraints on item removalEduardo M. Fleury2009-07-223-11/+41
* QGraphicsAnchorLayout: Removing delete d_ptrAnselmo Lacerda S. de Melo2009-07-221-3/+0
* QGraphicsAnchorLayout: Update m_vertexList reference count systemEduardo M. Fleury2009-07-222-26/+30
* QGraphicsAnchorLayout: Bugfix in spacing() methodEduardo M. Fleury2009-07-221-1/+2
* QGraphicsAnchorLayout: Apply Jan-Arve's patchEduardo M. Fleury2009-07-225-80/+136
* QGraphicsAnchorLayout: Temporary destructor to avoid memory leaksEduardo M. Fleury2009-07-221-0/+12
* QGraphicsAnchorLayout: Delete internal layout edges in destructorEduardo M. Fleury2009-07-223-0/+13
* QGraphicsAnchorLayout: Bugfix in preferred size calculationEduardo M. Fleury2009-07-221-3/+7
* QGraphicsAnchorLayout: Bugfix, set skipInPreferred flag for verticalEduardo M. Fleury2009-07-221-0/+2
* QGraphicsAnchorLayout: Making private class inherit from QGraphicsLayoutPrivateJesus Sanchez-Palencia2009-07-223-8/+5
* QGraphicsAnchorLayout: Adding QGraphicsAnchorLayout public and private classesJesus Sanchez-Palencia2009-07-225-2/+1707
* QSimplex: Adding the Simplex solver for linear systemsJesus Sanchez-Palencia2009-07-223-2/+488
* QGraph: Adding the graph structureJesus Sanchez-Palencia2009-07-222-1/+181
* Doc: documentation for boolean properties should say what happens whenVolker Hilsheimer2009-07-211-5/+7
* Doc: make potentially incorrect overloads obsolete.Volker Hilsheimer2009-07-212-3/+25
* Doc: fix links between QGraphicsItem and QTouchEventVolker Hilsheimer2009-07-201-3/+3
* doc: Changed several \reimp to \internalMartin Smith2009-07-201-1/+1
* Merge commit 'origin/4.5'Oswald Buddenhagen2009-07-201-1/+1
|\
| * Fix the hand scrolling in QGraphicsView that will stop unexpectedly.Alexis Menard2009-07-201-1/+1
* | Compile fix with namepaceshjk2009-07-203-16/+13
* | Doc: A few cleanups, fixes and improvements.Volker Hilsheimer2009-07-191-5/+5
* | Doc: add \since 4.6 for new APIsVolker Hilsheimer2009-07-194-8/+24
* | Doc: add documentation for new overloads, and mark old overloads thatVolker Hilsheimer2009-07-181-5/+57
* | Doc: fix qdoc errors and clarify purpose of deviceTransform parameterVolker Hilsheimer2009-07-163-39/+58
* | With license it's better.Alexis Menard2009-07-161-0/+41
* | Update the license header in a few more placesThiago Macieira2009-07-162-2/+2
* | QGraphicsItems not painted after QGraphicsScene::clear().Bjoern Erik Nilsen2009-07-151-0/+1
* | Fix license header in new files - make testcase pass.Volker Hilsheimer2009-07-153-9/+9
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtMarius Bugge Monsen2009-07-143-15/+19
|\ \
| * | Make sure QGraphicsScene::update() only requires one event-loopBjørn Erik Nilsen2009-07-143-15/+19
* | | Remove sendGestureEvent().Marius Bugge Monsen2009-07-141-68/+0
* | | Add QGraphicsView::filtersChildEvents property.Marius Bugge Monsen2009-07-145-9/+149
|/ /
* | Cut-off in QGraphicsView not hit if setting a scene rect.Bjørn Erik Nilsen2009-07-131-1/+1
* | Fixed linking of QtSvg with MSVC.Rohan McGovern2009-07-132-18/+17
* | build fix on windowsThierry Bastian2009-07-111-0/+1
* | Merge commit 'qt/master' into graphicssceneindexBjørn Erik Nilsen2009-07-1012-617/+91
|\ \
| * | Improved the support for input methods in Graphics View.jasplin2009-07-039-10/+90
| * | Refactored gesture apiDenis Dzyubenko2009-07-0210-611/+1
| * | doc: Corrected several qdoc warnings.Martin Smith2009-07-021-1/+4
| * | doc: Corrected several qdoc warnings.Martin Smith2009-07-021-17/+18
* | | QGraphicsItem not updated properly when moving parent.Bjørn Erik Nilsen2009-07-102-2/+3