summaryrefslogtreecommitdiffstats
path: root/src/gui/graphicsview/qgraphicsanchorlayout_p.cpp
Commit message (Expand)AuthorAgeFilesLines
* QGAL (QSimplex): Make deep copy of constraints inside QSimplexEduardo M. Fleury2009-10-261-1/+1
* QGAL: Use constraints of type "equal" for fixed itemsEduardo M. Fleury2009-10-261-12/+22
* QGAL: clarify the usage of isLayoutAnchor bitCaio Marcelo de Oliveira Filho2009-10-261-10/+3
* QGAL: add orientation bit to the anchorCaio Marcelo de Oliveira Filho2009-10-261-8/+9
* QGAL: simplification doesn't depend on vertex anchor point informationCaio Marcelo de Oliveira Filho2009-10-261-4/+4
* QGAL: store item and center-ness information in the anchorCaio Marcelo de Oliveira Filho2009-10-261-12/+12
* QGAL: identify unfeasible setups even when graph is simplifiedCaio Marcelo de Oliveira Filho2009-10-261-31/+68
* QGAL: separate parallel anchor creation from sequence creationCaio Marcelo de Oliveira Filho2009-10-261-29/+61
* QGAL: complex anchors can indicate errors when refreshing sizehintCaio Marcelo de Oliveira Filho2009-10-261-17/+26
* API addition: Make it possible to set the size policy of an anchor.Jan-Arve Sæther2009-10-161-46/+63
* Merge branch 'fixes' of git://gitorious.org/~fleury/qt/fleury-openbossa-clone...Jan-Arve Sæther2009-10-161-159/+165
|\
| * QGAL: refactor and document the simplification algorithmCaio Marcelo de Oliveira Filho2009-10-151-159/+165
| * QGAL: refactor calculateGraphs() methodCaio Marcelo de Oliveira Filho2009-10-151-75/+86
| * QGAL: update the sizes of all anchors instead of doing it separatedlyCaio Marcelo de Oliveira Filho2009-10-151-9/+19
| * QGAL: avoid having to re-calculate lists of variablesCaio Marcelo de Oliveira Filho2009-10-151-28/+22
| * QGAL: add a way to test whether simplex was used in a calculationCaio Marcelo de Oliveira Filho2009-10-151-0/+8
| * QGAL: improve dump graph and add helper codeCaio Marcelo de Oliveira Filho2009-10-151-2/+12
| * QGraphicsAnchorLayout: Fix sequential anchor distribution w/ expanding sizesEduardo M. Fleury2009-10-151-86/+76
| * QGraphicsAnchorLayout: Ensure spacing is not negativeEduardo M. Fleury2009-10-151-0/+7
* | Make sure that the anchor layout autotests pass in release configurationJan-Arve Sæther2009-10-161-1/+1
* | Merge branch 'fixes' of git://gitorious.org/~fleury/qt/fleury-openbossa-clone...Jan-Arve Sæther2009-10-151-177/+207
|\ \ | |/ |/|
| * QGAL: refactor calculateGraphs() methodCaio Marcelo de Oliveira Filho2009-10-091-75/+86
| * QGAL: update the sizes of all anchors instead of doing it separatedlyCaio Marcelo de Oliveira Filho2009-10-091-9/+19
| * QGAL: avoid having to re-calculate lists of variablesCaio Marcelo de Oliveira Filho2009-10-091-28/+22
| * QGAL: add a way to test whether simplex was used in a calculationCaio Marcelo de Oliveira Filho2009-10-091-0/+8
| * QGAL: improve dump graph and add helper codeCaio Marcelo de Oliveira Filho2009-10-091-2/+12
| * QGraphicsAnchorLayout: Fix sequential anchor distribution w/ expanding sizesEduardo M. Fleury2009-10-091-86/+76
| * QGraphicsAnchorLayout: Ensure spacing is not negativeEduardo M. Fleury2009-10-091-0/+7
* | 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