| Commit message (Expand) | Author | Age | Files | Lines |
* | Update licenseheader text in source files for qt4.8 | Jyri Tahtela | 2011-05-13 | 1 | -17/+17 |
|
|
* | Fixes warnings about unused variables | Olivier Goffart | 2011-04-28 | 1 | -2/+2 |
|
|
* | Update copyright year to 2011. | Jason McDonald | 2011-01-10 | 1 | -1/+1 |
|
|
* | Update copyright year to 2010 | Jason McDonald | 2010-01-06 | 1 | -1/+1 |
|
|
* | Add a simple check for a common wrong usage to avoid infinite recursion | Jan-Arve Sæther | 2009-12-11 | 1 | -0/+7 |
|
|
* | Made sure that we didn't reference dangling parallel anchors. | Jan-Arve Sæther | 2009-12-04 | 1 | -2/+2 |
|
|
* | Rename the global limit to g_offset. | Jan-Arve Sæther | 2009-12-03 | 1 | -13/+13 |
|
|
* | QGAL: Remove deprecated assert clauses | Eduardo M. Fleury | 2009-11-27 | 1 | -16/+0 |
|
|
* | QGAL: Refactor solvePreferred to support min/maxPrefSize | Eduardo M. Fleury | 2009-11-27 | 1 | -24/+69 |
|
|
* | QGAL: Add AnchorData::minPrefSize and maxPrefSize | Eduardo M. Fleury | 2009-11-27 | 1 | -43/+138 |
|
|
* | QGAL: parallel anchors sometimes have to fix constraints | Caio Marcelo de Oliveira Filho | 2009-11-27 | 1 | -16/+35 |
|
|
* | QGAL: move second child direction check to a function | Caio Marcelo de Oliveira Filho | 2009-11-27 | 1 | -11/+15 |
|
|
* | QGAL: Enable out-of-order sequential simplification | Eduardo M. Fleury | 2009-11-27 | 1 | -46/+23 |
|
|
* | QGAL: Support for out-of-order sequential anchors | Eduardo M. Fleury | 2009-11-27 | 1 | -6/+34 |
|
|
* | QGAL: Do not revert negative anchors | Jesus Sanchez-Palencia | 2009-11-27 | 1 | -22/+4 |
|
|
* | QGAL: Limit absolute size of anchors and add offset to calculation | Eduardo M. Fleury | 2009-11-27 | 1 | -11/+56 |
|
|
* | QGAL: Rename internalSizeHints to applySizePolicy | Eduardo M. Fleury | 2009-11-27 | 1 | -10/+15 |
|
|
* | QGAL: Fix memory management issues (leak + invalid read) | Eduardo M. Fleury | 2009-11-27 | 1 | -4/+26 |
|
|
* | QGAL: Prevent internal anchors from being exposed by QGAL::anchor() | Eduardo M. Fleury | 2009-11-27 | 1 | -2/+14 |
|
|
* | QGAL: sizeHint constraints needed by anchors parallel with the layout | Eduardo M. Fleury | 2009-11-20 | 1 | -6/+14 |
|
|
* | QGAL: deal correctly with anchors in parallel with the layout | Caio Marcelo de Oliveira Filho | 2009-11-20 | 1 | -3/+3 |
|
|
* | Merge branch 'fixes' of git://gitorious.org/~fleury/qt/fleury-openbossa-clone... | Jan-Arve Sæther | 2009-11-13 | 1 | -326/+156 |
|\ |
|
| * | QGAL: clean up size hint refresh code | Caio Marcelo de Oliveira Filho | 2009-11-12 | 1 | -57/+21 |
|
|
| * | QGAL: clean up interpolation code | Caio Marcelo de Oliveira Filho | 2009-11-12 | 1 | -93/+16 |
|
|
| * | QGAL: remove the caching of simplified graph | Caio Marcelo de Oliveira Filho | 2009-11-12 | 1 | -67/+22 |
|
|
| * | QGAL: fix update size hints logic in parallel anchors | Caio Marcelo de Oliveira Filho | 2009-11-12 | 1 | -6/+13 |
|
|
| * | QGAL: Update code documentation | Eduardo M. Fleury | 2009-11-12 | 1 | -13/+26 |
|
|
| * | QGAL: Move size information from AnchorData to QGraphicsAnchorPrivate | Eduardo M. Fleury | 2009-11-12 | 1 | -90/+58 |
|
|
* | | Fix warnings | Thierry Bastian | 2009-11-09 | 1 | -1/+1 |
|/ |
|
* | Use at() instead of operator[] for vectors and lists. | Jan-Arve Sæther | 2009-11-07 | 1 | -24/+24 |
|
|
* | Merge branch 'anchor-vertex-simplification' of git://gitorious.org/~cmarcelo/... | Jan-Arve Sæther | 2009-11-07 | 1 | -113/+445 |
|\ |
|
| * | QGAL: avoid passing Orientation for interpolation functions | Caio Marcelo de Oliveira Filho | 2009-11-06 | 1 | -20/+13 |
|
|
| * | QGAL: vertex simplification | Caio Marcelo de Oliveira Filho | 2009-11-06 | 1 | -28/+287 |
|
|
| * | QGAL: allow parallel anchors simplify center anchors | Caio Marcelo de Oliveira Filho | 2009-11-06 | 1 | -12/+68 |
|
|
| * | QGAL: fix leak when restoring anchors | Caio Marcelo de Oliveira Filho | 2009-11-06 | 1 | -36/+27 |
|
|
| * | QGAL: Revamp the edge interpolation code | Eduardo M. Fleury | 2009-11-06 | 1 | -25/+24 |
|
|
| * | QGAL: Support for out-of-order parallel anchors | Eduardo M. Fleury | 2009-11-06 | 1 | -6/+40 |
|
|
* | | Use 0 instead of NULL. | Jan-Arve Sæther | 2009-11-06 | 1 | -6/+6 |
|/ |
|
* | QGAL: Remove support for QSizePolicy::Expanding | Eduardo M. Fleury | 2009-11-04 | 1 | -193/+17 |
|
|
* | QGAL: Avoid false assertions due to floating point precision errors | Eduardo M. Fleury | 2009-11-04 | 1 | -10/+12 |
|
|
* | QGAL: Do not create sizeHint constraints for dependent anchors | Eduardo M. Fleury | 2009-11-04 | 1 | -9/+16 |
|
|
* | QGAL: Do not restrict maximum size of layout anchors | Eduardo M. Fleury | 2009-11-04 | 1 | -9/+47 |
|
|
* | QGAL: extend helper function to always return parallel anchor created | Caio Marcelo de Oliveira Filho | 2009-11-04 | 1 | -8/+17 |
|
|
* | QGAL: keep references to layout vertices | Caio Marcelo de Oliveira Filho | 2009-11-04 | 1 | -26/+35 |
|
|
* | Merge commit 'origin/4.6' into feature | Jørgen Lind | 2009-11-02 | 1 | -148/+241 |
|\ |
|
| * | Merge branch 'fixes' of git://gitorious.org/~cmarcelo/qt/cmarcelos-clone into... | Jan-Arve Sæther | 2009-10-29 | 1 | -3/+3 |
| |\ |
|
| | * | QGAL: set the orientation bit for complex anchors | Caio Marcelo de Oliveira Filho | 2009-10-28 | 1 | -3/+3 |
|
|
| * | | Merge branch 'fixes' of git://gitorious.org/~fleury/qt/fleury-openbossa-clone... | Jan-Arve Sæther | 2009-10-28 | 1 | -122/+204 |
| |\ \
| | |/ |
|
| | * | QGAL (QSimplex): Make deep copy of constraints inside QSimplex | Eduardo M. Fleury | 2009-10-26 | 1 | -1/+1 |
|
|
| | * | QGAL: Use constraints of type "equal" for fixed items | Eduardo M. Fleury | 2009-10-26 | 1 | -12/+22 |
|
|