summaryrefslogtreecommitdiffstats
path: root/src/gui/graphicsview/qgraphicsanchorlayout_p.h
Commit message (Expand)AuthorAgeFilesLines
* Cosmetic fixes to the previous patches.Jan-Arve Sæther2009-10-071-2/+0
* QGraphicsAnchorLayoutPrivate: Handling floating items as an invalid layout si...Jesus Sanchez-Palencia2009-10-061-0/+3
* QGraphicsAnchorLayout: Add support for expanding SizePolicy with simplificationCaio Marcelo de Oliveira Filho2009-10-061-3/+1
* QGraphicsAnchorLayout: avoid code duplication when initializing complex anchorsCaio Marcelo de Oliveira Filho2009-10-061-0/+4
* QGraphicsAnchorLayout: cleaning up AnchorDataCaio Marcelo de Oliveira Filho2009-10-061-38/+15
* QGraphicsAnchorLayout: Enabling Simplex support for Expanding size policyEduardo M. Fleury2009-10-061-0/+1
* QGraphicsAnchorLayout: Add data structures for Expanding size policyEduardo M. Fleury2009-10-061-5/+15
* After some discussion we decided to remove hasConflicts() from the API.Jan-Arve Sæther2009-09-291-1/+6
* Implement hasConflicts().Jan-Arve Sæther2009-09-171-3/+5
* QGraphicsAnchorLayout: Remove QGALPrivate::deleteAnchorData()Eduardo M. Fleury2009-09-171-1/+0
* QGraphicsAnchorLayoutPrivate: Removing item from layout when there are no mor...Jesus Sanchez-Palencia2009-09-171-0/+1
* QGraphicsAnchorLayoutPrivate: Removing method removeAnchor()Jesus Sanchez-Palencia2009-09-171-4/+0
* QGraphicsAnchorLayout: Removing methods names inconsistencies on private classJesus Sanchez-Palencia2009-09-171-4/+4
* API change. This will get rid of the ugly setAnchorSpacing() method.Jan-Arve Sæther2009-09-141-16/+50
* Respect the layoutDirection property of the parent widget.Jan-Arve Sæther2009-09-111-1/+1
* Update license headers again.Jason McDonald2009-09-091-4/+4
* Removing a few superfluous semicolons.Alessandro Portale2009-09-031-2/+2
* Update tech preview license header for files that are new in 4.6.Jason McDonald2009-08-311-13/+13
* Add missing license headers and header guards.Jason McDonald2009-08-211-0/+16
* Fix obsolete license headers.Jason McDonald2009-08-211-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