summaryrefslogtreecommitdiffstats
path: root/src/gui/graphicsview/qgraphicsanchorlayout_p.cpp
Commit message (Expand)AuthorAgeFilesLines
* API change. This will get rid of the ugly setAnchorSpacing() method.Jan-Arve Sæther2009-09-141-53/+115
* Respect the layoutDirection property of the parent widget.Jan-Arve Sæther2009-09-111-18/+27
* Update license headers again.Jason McDonald2009-09-091-4/+4
* Fix the issue where the simplification did not simplify 2 anchors.Jan-Arve Sæther2009-09-021-36/+49
* Update tech preview license header for files that are new in 4.6.Jason McDonald2009-08-311-13/+13
* Remove warning.Jan-Arve Sæther2009-08-271-1/+1
* Fix obsolete license headers.Jason McDonald2009-08-211-2/+2
* Fix typo in anchor layout documentation.Alexis Menard2009-08-211-1/+1
* make the new anchor layout code compile with namespaceshjk2009-08-211-3/+10
* Implement the functions we added in the API review:Jan-Arve Sæther2009-08-191-4/+36
* update API to what was agreed on the API review meeting yesterday:Jan-Arve Sæther2009-08-191-111/+127
* Only compile in toString() functions if we are compiling in debug mode.Jan-Arve Sæther2009-08-181-4/+9
* Improved internal docs for simplification.Jan-Arve Sæther2009-08-181-29/+44
* Remove some warningsJan-Arve Sæther2009-08-181-2/+0
* Remove some warningsJan-Arve Sæther2009-08-181-2/+0
* Just a small improvement to SequentialAnchorData::updateChildrenSizes()Jan-Arve Sæther2009-08-181-33/+20
* QGraphicsAnchorLayout: fix calculation of sizeAt* values for SequentialCaio Marcelo de Oliveira Filho2009-08-181-7/+73
* QGraphicsAnchorLayout: missing restoreSimplifiedGraph callCaio Marcelo de Oliveira Filho2009-08-171-0/+2
* QGraphicsAnchorLayout: add QT_ANCHORLAYOUT_NO_SIMPLIFICATION backCaio Marcelo de Oliveira Filho2009-08-171-0/+4
* QGraphicsAnchorLayout: hide some debug messagesCaio Marcelo de Oliveira Filho2009-08-171-0/+8
* QGraphicsAnchorLayout: calculate vertex positions with simplified graphCaio Marcelo de Oliveira Filho2009-08-171-26/+94
* Clean up public API: move dumpGraph() to private API.Jan-Arve Sæther2009-08-171-0/+17
* Small change in the "spacing API".Jan-Arve Sæther2009-08-171-0/+1
* Change the member QGALPrivate::spacing to QGALPrivate::spacings.Jan-Arve Sæther2009-08-171-2/+2
* QGraphicsAnchorLayout: use a recursive approach for size hintsCaio Marcelo de Oliveira Filho2009-08-141-198/+116
* QGraphicsAnchorLayout: add both vertex information in anchor dataCaio Marcelo de Oliveira Filho2009-08-141-33/+31
* QGraphicsAnchorLayout: size hint updated in a simplified graphCaio Marcelo de Oliveira Filho2009-08-141-118/+196
* QGraphicsAnchorLayout: prepare ground for doing less simplificationsCaio Marcelo de Oliveira Filho2009-08-131-15/+44
* QGraphicsAnchorLayout: implement "deep" simplificationCaio Marcelo de Oliveira Filho2009-08-131-6/+33
* QGraphicsAnchorLayout: enable simplificationCaio Marcelo de Oliveira Filho2009-08-131-1/+6
* QGraphicsAnchorLayout: adding small debug messagesCaio Marcelo de Oliveira Filho2009-08-131-0/+6
* QGraphicsAnchorLayout: remove unused functionCaio Marcelo de Oliveira Filho2009-08-131-30/+0
* QGraphicsAnchorLayout: simplify updating of anchor sizesCaio Marcelo de Oliveira Filho2009-08-131-45/+13
* QGraphicsAnchorLayout: use pickEdge()Caio Marcelo de Oliveira Filho2009-08-131-7/+1
* QGraphicsAnchorLayout: fix merging of preferredSizeHintCaio Marcelo de Oliveira Filho2009-08-131-2/+20
* QGraphicsAnchorLayout: fix restore simplification logicCaio Marcelo de Oliveira Filho2009-08-121-31/+13
* QGraphicsAnchorLayout: add a dumper function for AnchorDataCaio Marcelo de Oliveira Filho2009-08-121-0/+18
* Revert "QGraphicsAnchorLayoutPrivate: Avoiding extra loops in getGraphParts"Caio Marcelo de Oliveira Filho2009-08-121-6/+17
* restoring simplified anchors did not work properly recursively.Jan-Arve Sæther2009-08-121-27/+51
* Disable simplification and restoration since it still has problems.Jan-Arve Sæther2009-08-121-2/+2
* Fix implementation of setAnchorSizeHintsFromItems to be simplificationJan-Arve Sæther2009-08-121-48/+65
* Fix a bug in removeAnchors and reorder how anchors are removed.Jan-Arve Sæther2009-08-121-34/+63
* QGraphicsAnchorLayout: Enable graph simplificationEduardo M. Fleury2009-08-101-18/+99
* QGraphicsAnchorLayout: Adding calculateGraphs() method documentationEduardo M. Fleury2009-08-101-7/+23
* QGraphicsAnchorLayout: Adding updateChildrenSizes method to anchorsEduardo M. Fleury2009-08-101-0/+24
* QGraphicsAnchorLayout: Fix center anchor deletion logicEduardo M. Fleury2009-08-061-6/+12
* QGraphicsAnchorLayout: Do not create center anchors in the layoutEduardo M. Fleury2009-08-061-43/+63
* QGraphicsAnchorLayoutPrivate: Avoiding extra loops in getGraphPartsJesus Sanchez-Palencia2009-07-311-9/+6
* QGraphicsAnchorLayout: Remove center anchors when not neededEduardo M. Fleury2009-07-221-3/+68
* QGraphicsAnchorLayout: Create center edges on demandEduardo M. Fleury2009-07-221-0/+62