| Commit message (Expand) | Author | Age | Files | Lines |
* | QGAL: clean up size hint refresh code | Caio Marcelo de Oliveira Filho | 2009-11-12 | 1 | -8/+4 |
|
|
* | QGAL: clean up interpolation code | Caio Marcelo de Oliveira Filho | 2009-11-12 | 1 | -2/+0 |
|
|
* | QGAL: remove the caching of simplified graph | Caio Marcelo de Oliveira Filho | 2009-11-12 | 1 | -2/+0 |
|
|
* | QGAL: Move size information from AnchorData to QGraphicsAnchorPrivate | Eduardo M. Fleury | 2009-11-12 | 1 | -18/+7 |
|
|
* | QGAL: Update header documentation in QGALPrivate | Eduardo M. Fleury | 2009-11-12 | 1 | -9/+14 |
|
|
* | Compile in 64bit with debug | Olivier Goffart | 2009-11-09 | 1 | -1/+1 |
|
|
* | QGAL: avoid passing Orientation for interpolation functions | Caio Marcelo de Oliveira Filho | 2009-11-06 | 1 | -3/+3 |
|
|
* | QGAL: vertex simplification | Caio Marcelo de Oliveira Filho | 2009-11-06 | 1 | -45/+92 |
|
|
* | QGAL: allow parallel anchors simplify center anchors | Caio Marcelo de Oliveira Filho | 2009-11-06 | 1 | -4/+14 |
|
|
* | QGAL: Revamp the edge interpolation code | Eduardo M. Fleury | 2009-11-06 | 1 | -4/+2 |
|
|
* | QGAL: Support for out-of-order parallel anchors | Eduardo M. Fleury | 2009-11-06 | 1 | -4/+5 |
|
|
* | QGAL: Remove support for QSizePolicy::Expanding | Eduardo M. Fleury | 2009-11-04 | 1 | -9/+3 |
|
|
* | QGAL: Do not create sizeHint constraints for dependent anchors | Eduardo M. Fleury | 2009-11-04 | 1 | -1/+9 |
|
|
* | QGAL: keep references to layout vertices | Caio Marcelo de Oliveira Filho | 2009-11-04 | 1 | -0/+4 |
|
|
* | Merge commit 'origin/4.6' into feature | Jørgen Lind | 2009-11-02 | 1 | -24/+26 |
|\ |
|
| * | Merge branch 'fixes' of git://gitorious.org/~cmarcelo/qt/cmarcelos-clone into... | Jan-Arve Sæther | 2009-10-29 | 1 | -10/+5 |
| |\ |
|
| | * | QGAL: set the orientation bit for complex anchors | Caio Marcelo de Oliveira Filho | 2009-10-28 | 1 | -10/+5 |
|
|
| * | | Merge branch 'fixes' of git://gitorious.org/~fleury/qt/fleury-openbossa-clone... | Jan-Arve Sæther | 2009-10-28 | 1 | -11/+17 |
| |\ \
| | |/ |
|
| | * | QGAL: clarify the usage of isLayoutAnchor bit | Caio Marcelo de Oliveira Filho | 2009-10-26 | 1 | -1/+1 |
|
|
| | * | QGAL: add orientation bit to the anchor | Caio Marcelo de Oliveira Filho | 2009-10-26 | 1 | -1/+2 |
|
|
| | * | QGAL: store item and center-ness information in the anchor | Caio Marcelo de Oliveira Filho | 2009-10-26 | 1 | -2/+7 |
|
|
| | * | QGAL: identify unfeasible setups even when graph is simplified | Caio Marcelo de Oliveira Filho | 2009-10-26 | 1 | -3/+3 |
|
|
| | * | QGAL: complex anchors can indicate errors when refreshing sizehint | Caio Marcelo de Oliveira Filho | 2009-10-26 | 1 | -5/+5 |
|
|
| * | | Respect the per-item layoutSpacing() if the style uses that feature. | Jan-Arve Sæther | 2009-10-27 | 1 | -8/+9 |
| |/ |
|
* | | Fix SCROLLAREA by fixing missing QT_NO_GRAPHICSVIEW dependencies | Jørgen Lind | 2009-10-29 | 1 | -1/+2 |
|/ |
|
* | API addition: Make it possible to set the size policy of an anchor. | Jan-Arve Sæther | 2009-10-16 | 1 | -8/+6 |
|
|
* | Make sure that the anchor layout autotests pass in release configuration | Jan-Arve Sæther | 2009-10-16 | 1 | -1/+1 |
|
|
* | Merge branch 'fixes' of git://gitorious.org/~fleury/qt/fleury-openbossa-clone... | Jan-Arve Sæther | 2009-10-15 | 1 | -4/+18 |
|\ |
|
| * | QGAL: refactor calculateGraphs() method | Caio Marcelo de Oliveira Filho | 2009-10-09 | 1 | -0/+7 |
|
|
| * | QGAL: update the sizes of all anchors instead of doing it separatedly | Caio Marcelo de Oliveira Filho | 2009-10-09 | 1 | -0/+1 |
|
|
| * | QGAL: avoid having to re-calculate lists of variables | Caio Marcelo de Oliveira Filho | 2009-10-09 | 1 | -3/+5 |
|
|
| * | QGAL: add a way to test whether simplex was used in a calculation | Caio Marcelo de Oliveira Filho | 2009-10-09 | 1 | -0/+4 |
|
|
| * | QGAL: improve dump graph and add helper code | Caio Marcelo de Oliveira Filho | 2009-10-09 | 1 | -1/+1 |
|
|
* | | Rename identifyNonFloatItems -> identifyFloatItems. | Jan-Arve Sæther | 2009-10-08 | 1 | -1/+1 |
|
|
* | | Store the floating items instead of the non-floating items. | Jan-Arve Sæther | 2009-10-07 | 1 | -3/+3 |
|/ |
|
* | Cosmetic fixes to the previous patches. | Jan-Arve Sæther | 2009-10-07 | 1 | -2/+0 |
|
|
* | QGraphicsAnchorLayoutPrivate: Handling floating items as an invalid layout si... | Jesus Sanchez-Palencia | 2009-10-06 | 1 | -0/+3 |
|
|
* | QGraphicsAnchorLayout: Add support for expanding SizePolicy with simplification | Caio Marcelo de Oliveira Filho | 2009-10-06 | 1 | -3/+1 |
|
|
* | QGraphicsAnchorLayout: avoid code duplication when initializing complex anchors | Caio Marcelo de Oliveira Filho | 2009-10-06 | 1 | -0/+4 |
|
|
* | QGraphicsAnchorLayout: cleaning up AnchorData | Caio Marcelo de Oliveira Filho | 2009-10-06 | 1 | -38/+15 |
|
|
* | QGraphicsAnchorLayout: Enabling Simplex support for Expanding size policy | Eduardo M. Fleury | 2009-10-06 | 1 | -0/+1 |
|
|
* | QGraphicsAnchorLayout: Add data structures for Expanding size policy | Eduardo M. Fleury | 2009-10-06 | 1 | -5/+15 |
|
|
* | After some discussion we decided to remove hasConflicts() from the API. | Jan-Arve Sæther | 2009-09-29 | 1 | -1/+6 |
|
|
* | Implement hasConflicts(). | Jan-Arve Sæther | 2009-09-17 | 1 | -3/+5 |
|
|
* | QGraphicsAnchorLayout: Remove QGALPrivate::deleteAnchorData() | Eduardo M. Fleury | 2009-09-17 | 1 | -1/+0 |
|
|
* | QGraphicsAnchorLayoutPrivate: Removing item from layout when there are no mor... | Jesus Sanchez-Palencia | 2009-09-17 | 1 | -0/+1 |
|
|
* | QGraphicsAnchorLayoutPrivate: Removing method removeAnchor() | Jesus Sanchez-Palencia | 2009-09-17 | 1 | -4/+0 |
|
|
* | QGraphicsAnchorLayout: Removing methods names inconsistencies on private class | Jesus Sanchez-Palencia | 2009-09-17 | 1 | -4/+4 |
|
|
* | API change. This will get rid of the ugly setAnchorSpacing() method. | Jan-Arve Sæther | 2009-09-14 | 1 | -16/+50 |
|
|
* | Respect the layoutDirection property of the parent widget. | Jan-Arve Sæther | 2009-09-11 | 1 | -1/+1 |
|
|