summaryrefslogtreecommitdiffstats
path: root/src/gui/graphicsview/qgraphicsanchorlayout_p.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename identifyNonFloatItems -> identifyFloatItems.Jan-Arve Sæther2009-10-081-7/+7
* Merge branch 'openbossa-expanding' into 4.6Jan-Arve Sæther2009-10-081-18/+23
|\
| * Store the floating items instead of the non-floating items.Jan-Arve Sæther2009-10-071-18/+23
* | Using const refs for passing qreal will make Qt slower on some systems.Jan-Arve Sæther2009-10-071-2/+2
|/
* Cosmetic fixes to the previous patches.Jan-Arve Sæther2009-10-071-32/+36
* QGraphicsAnchorLayoutPrivate: Fixing initial geometry values for new layout i...Jesus Sanchez-Palencia2009-10-061-12/+25
* QGraphicsAnchorLayoutPrivate: Handling floating items as an invalid layout si...Jesus Sanchez-Palencia2009-10-061-1/+50
* QGraphicsAnchorLayout: Fix creation of internal layout anchorsEduardo M. Fleury2009-10-061-62/+83
* QGraphicsAnchorLayout: Add support for expanding SizePolicy with simplificationCaio Marcelo de Oliveira Filho2009-10-061-24/+35
* QGraphicsAnchorLayout: Update solveExpanding to handle simplified graphsEduardo M. Fleury2009-10-061-12/+72
* QGraphicsAnchorLayout: avoid code duplication when initializing complex anchorsCaio Marcelo de Oliveira Filho2009-10-061-52/+50
* QGraphicsAnchorLayout: cleaning up AnchorDataCaio Marcelo de Oliveira Filho2009-10-061-45/+44
* QGraphicsAnchorLayout: Enabling Simplex support for Expanding size policyEduardo M. Fleury2009-10-061-11/+87
* QGraphicsAnchorLayout: Add data structures for Expanding size policyEduardo M. Fleury2009-10-061-8/+36
* After some discussion we decided to remove hasConflicts() from the API.Jan-Arve Sæther2009-09-291-0/+7
* QGraphicsAnchorLayoutPrivate: Avoiding graph simplification on empty layoutsJesus Sanchez-Palencia2009-09-251-1/+1
* Don't loose precision by converting the sizes (qreals) to ints.Jan-Arve Sæther2009-09-181-16/+12
* Call effectiveSizeHint(Qt::MinimumSize).width instead of minimumWidth()Jan-Arve Sæther2009-09-181-48/+40
* QGraphicsAnchorLayout: Initial support for Size PolicyAnselmo Lacerda S. de Melo2009-09-181-4/+39
* Implement hasConflicts().Jan-Arve Sæther2009-09-171-87/+109
* QGraphicsAnchorLayout: Remove QGALPrivate::deleteAnchorData()Eduardo M. Fleury2009-09-171-12/+1
* QGraphicsAnchorLayoutPrivate: Removing item from layout when there are no mor...Jesus Sanchez-Palencia2009-09-171-0/+76
* QGraphicsAnchorLayoutPrivate: Removing method removeAnchor()Jesus Sanchez-Palencia2009-09-171-18/+12
* QGraphicsAnchorLayout: Removing methods names inconsistencies on private classJesus Sanchez-Palencia2009-09-171-12/+12
* QGraphicsAnchorLayout: Handle negative spacing in "setAnchorSpacing"Eduardo M. Fleury2009-09-171-2/+25
* QGraphicsAnchorLayout: Fix anchor creation heuristicsEduardo M. Fleury2009-09-171-19/+17
* 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