summaryrefslogtreecommitdiffstats
path: root/src/gui/graphicsview/qgraphicsanchorlayout.cpp
Commit message (Expand)AuthorAgeFilesLines
* QGraphicsAnchorLayout: calculate vertex positions with simplified graphCaio Marcelo de Oliveira Filho2009-08-171-5/+0
* Fill in some missing pieces in the documentation.Jan-Arve Sæther2009-08-171-1/+121
* Add missing call to invalidate() in all functions that modify theJan-Arve Sæther2009-08-171-0/+3
* Clean up public API: move dumpGraph() to private API.Jan-Arve Sæther2009-08-171-18/+0
* Small change in the "spacing API".Jan-Arve Sæther2009-08-171-7/+57
* Change the member QGALPrivate::spacing to QGALPrivate::spacings.Jan-Arve Sæther2009-08-171-2/+2
* QGraphicsAnchorLayout: prepare ground for doing less simplificationsCaio Marcelo de Oliveira Filho2009-08-131-0/+10
* Update Anchor Layout APIArtur Duque de Souza2009-08-121-8/+8
* QGraphicsAnchorLayout: Fix center anchor deletion logicEduardo M. Fleury2009-08-061-3/+0
* QGraphicsAnchorLayout: Remove center anchors when not neededEduardo M. Fleury2009-07-221-0/+2
* Add QGraphicsLayout::anchor() overloads and query the default spacing.Jan-Arve Sæther2009-07-221-45/+93
* QGraphicsAnchorLayout: Fix QGraphicsItem reparent codeEduardo M. Fleury2009-07-221-2/+2
* Some cleanup - improve dot dumper.Jan-Arve Sæther2009-07-221-3/+3
* QGraphicsAnchorLayout: Delete center constraints on item removalEduardo M. Fleury2009-07-221-11/+13
* QGraphicsAnchorLayout: Removing delete d_ptrAnselmo Lacerda S. de Melo2009-07-221-3/+0
* QGraphicsAnchorLayout: Bugfix in spacing() methodEduardo M. Fleury2009-07-221-1/+2
* QGraphicsAnchorLayout: Apply Jan-Arve's patchEduardo M. Fleury2009-07-221-0/+16
* QGraphicsAnchorLayout: Temporary destructor to avoid memory leaksEduardo M. Fleury2009-07-221-0/+12
* QGraphicsAnchorLayout: Delete internal layout edges in destructorEduardo M. Fleury2009-07-221-0/+2
* QGraphicsAnchorLayout: Making private class inherit from QGraphicsLayoutPrivateJesus Sanchez-Palencia2009-07-221-5/+3
* QGraphicsAnchorLayout: Adding QGraphicsAnchorLayout public and private classesJesus Sanchez-Palencia2009-07-221-0/+235