summaryrefslogtreecommitdiffstats
path: root/src/gui/graphicsview/qgraphicsanchorlayout_p.cpp
Commit message (Expand)AuthorAgeFilesLines
* The simplification makes the parallel autotest fail. Disable it for now.Jan-Arve Sæther2009-07-221-4/+4
* Avoid some warnings (unused variables)Jan-Arve Sæther2009-07-221-2/+0
* Add QGraphicsLayout::anchor() overloads and query the default spacing.Jan-Arve Sæther2009-07-221-0/+121
* Implemented parallel simplification, some bugfixes of the previous code.Jan-Arve Sæther2009-07-221-35/+69
* QGraphicsAnchorLayout: Fix QGraphicsItem reparent codeEduardo M. Fleury2009-07-221-30/+0
* 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-221-56/+195
* Simplify the graph by replacing a sequence of anchors with one anchor.Jan-Arve Sæther2009-07-221-0/+135
* Some cleanup - improve dot dumper.Jan-Arve Sæther2009-07-221-4/+2
* QGraphicsAnchorLayout: Fix memory management issue in QSimplex solverEduardo M. Fleury2009-07-221-49/+52
* QGraphicsAnchorLayout: Delete center constraints on item removalEduardo M. Fleury2009-07-221-0/+27
* QGraphicsAnchorLayout: Update m_vertexList reference count systemEduardo M. Fleury2009-07-221-25/+29
* QGraphicsAnchorLayout: Apply Jan-Arve's patchEduardo M. Fleury2009-07-221-65/+77
* QGraphicsAnchorLayout: Delete internal layout edges in destructorEduardo M. Fleury2009-07-221-0/+10
* 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: Adding QGraphicsAnchorLayout public and private classesJesus Sanchez-Palencia2009-07-221-0/+1056