summaryrefslogtreecommitdiffstats
path: root/src/gui/graphicsview/qgraphicsanchorlayout_p.h
Commit message (Expand)AuthorAgeFilesLines
* Add missing license headers and header guards.Jason McDonald2009-08-221-0/+16
* Fix obsolete license headers.Jason McDonald2009-08-221-2/+2
* make the new anchor layout code compile with namespaceshjk2009-08-211-0/+3
* Implement the functions we added in the API review:Jan-Arve Sæther2009-08-191-3/+16
* update API to what was agreed on the API review meeting yesterday:Jan-Arve Sæther2009-08-191-33/+50
* Only compile in toString() functions if we are compiling in debug mode.Jan-Arve Sæther2009-08-181-8/+16
* Remove some warningsJan-Arve Sæther2009-08-181-0/+2
* Fix a potential crash in AnchorVertex::toString().Jan-Arve Sæther2009-08-181-5/+6
* QGraphicsAnchorLayout: calculate vertex positions with simplified graphCaio Marcelo de Oliveira Filho2009-08-171-1/+6
* Clean up public API: move dumpGraph() to private API.Jan-Arve Sæther2009-08-171-0/+6
* Change the member QGALPrivate::spacing to QGALPrivate::spacings.Jan-Arve Sæther2009-08-171-1/+1
* QGraphicsAnchorLayout: use a recursive approach for size hintsCaio Marcelo de Oliveira Filho2009-08-141-6/+14
* QGraphicsAnchorLayout: add both vertex information in anchor dataCaio Marcelo de Oliveira Filho2009-08-141-7/+16
* QGraphicsAnchorLayout: size hint updated in a simplified graphCaio Marcelo de Oliveira Filho2009-08-141-5/+0
* QGraphicsAnchorLayout: prepare ground for doing less simplificationsCaio Marcelo de Oliveira Filho2009-08-131-0/+3
* QGraphicsAnchorLayout: implement "deep" simplificationCaio Marcelo de Oliveira Filho2009-08-131-0/+2
* QGraphicsAnchorLayout: remove unused functionCaio Marcelo de Oliveira Filho2009-08-131-1/+0
* QGraphicsAnchorLayout: add a dumper function for AnchorDataCaio Marcelo de Oliveira Filho2009-08-121-0/+2
* Fix implementation of setAnchorSizeHintsFromItems to be simplificationJan-Arve Sæther2009-08-121-0/+5
* Fix a bug in removeAnchors and reorder how anchors are removed.Jan-Arve Sæther2009-08-121-1/+3
* QGraphicsAnchorLayout: Adding updateChildrenSizes method to anchorsEduardo M. Fleury2009-08-101-0/+7
* QGraphicsAnchorLayout: Remove center anchors when not neededEduardo M. Fleury2009-07-221-0/+1
* QGraphicsAnchorLayout: Create center edges on demandEduardo M. Fleury2009-07-221-0/+1
* Add QGraphicsLayout::anchor() overloads and query the default spacing.Jan-Arve Sæther2009-07-221-4/+21
* Implemented parallel simplification, some bugfixes of the previous code.Jan-Arve Sæther2009-07-221-4/+22
* QGraphicsAnchorLayout: Fix QGraphicsItem reparent codeEduardo M. Fleury2009-07-221-4/+0
* Improved sequential simplification. Added restoreSimplifiedGraph().Jan-Arve Sæther2009-07-221-0/+2
* Simplify the graph by replacing a sequence of anchors with one anchor.Jan-Arve Sæther2009-07-221-2/+37
* QGraphicsAnchorLayout: Fix memory management issue in QSimplex solverEduardo M. Fleury2009-07-221-0/+1
* QGraphicsAnchorLayout: Delete center constraints on item removalEduardo M. Fleury2009-07-221-0/+1
* QGraphicsAnchorLayout: Update m_vertexList reference count systemEduardo M. Fleury2009-07-221-1/+1
* QGraphicsAnchorLayout: Apply Jan-Arve's patchEduardo M. Fleury2009-07-221-3/+19
* QGraphicsAnchorLayout: Delete internal layout edges in destructorEduardo M. Fleury2009-07-221-0/+1
* QGraphicsAnchorLayout: Making private class inherit from QGraphicsLayoutPrivateJesus Sanchez-Palencia2009-07-221-2/+2
* QGraphicsAnchorLayout: Adding QGraphicsAnchorLayout public and private classesJesus Sanchez-Palencia2009-07-221-0/+301