summaryrefslogtreecommitdiffstats
path: root/src/gui/graphicsview/qgraphicsanchorlayout_p.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use at() instead of operator[] for vectors and lists.Jan-Arve Sæther2009-11-071-24/+24
* Merge branch 'anchor-vertex-simplification' of git://gitorious.org/~cmarcelo/...Jan-Arve Sæther2009-11-071-113/+445
|\
| * QGAL: avoid passing Orientation for interpolation functionsCaio Marcelo de Oliveira Filho2009-11-061-20/+13
| * QGAL: vertex simplificationCaio Marcelo de Oliveira Filho2009-11-061-28/+287
| * QGAL: allow parallel anchors simplify center anchorsCaio Marcelo de Oliveira Filho2009-11-061-12/+68
| * QGAL: fix leak when restoring anchorsCaio Marcelo de Oliveira Filho2009-11-061-36/+27
| * QGAL: Revamp the edge interpolation codeEduardo M. Fleury2009-11-061-25/+24
| * QGAL: Support for out-of-order parallel anchorsEduardo M. Fleury2009-11-061-6/+40
* | Use 0 instead of NULL.Jan-Arve Sæther2009-11-061-6/+6
|/
* QGAL: Remove support for QSizePolicy::ExpandingEduardo M. Fleury2009-11-041-193/+17
* QGAL: Avoid false assertions due to floating point precision errorsEduardo M. Fleury2009-11-041-10/+12
* QGAL: Do not create sizeHint constraints for dependent anchorsEduardo M. Fleury2009-11-041-9/+16
* QGAL: Do not restrict maximum size of layout anchorsEduardo M. Fleury2009-11-041-9/+47
* QGAL: extend helper function to always return parallel anchor createdCaio Marcelo de Oliveira Filho2009-11-041-8/+17
* QGAL: keep references to layout verticesCaio Marcelo de Oliveira Filho2009-11-041-26/+35
* Merge commit 'origin/4.6' into featureJørgen Lind2009-11-021-148/+241
|\
| * Merge branch 'fixes' of git://gitorious.org/~cmarcelo/qt/cmarcelos-clone into...Jan-Arve Sæther2009-10-291-3/+3
| |\
| | * QGAL: set the orientation bit for complex anchorsCaio Marcelo de Oliveira Filho2009-10-281-3/+3
| * | Merge branch 'fixes' of git://gitorious.org/~fleury/qt/fleury-openbossa-clone...Jan-Arve Sæther2009-10-281-122/+204
| |\ \ | | |/
| | * 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
| * | CompileOlivier Goffart2009-10-271-0/+1
| * | Respect the per-item layoutSpacing() if the style uses that feature.Jan-Arve Sæther2009-10-271-34/+44
| |/
* | Fix SCROLLAREA by fixing missing QT_NO_GRAPHICSVIEW dependenciesJørgen Lind2009-10-291-1/+2
|/
* 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