summaryrefslogtreecommitdiffstats
path: root/src/gui/graphicsview/qgraphicsanchorlayout_p.cpp
Commit message (Expand)AuthorAgeFilesLines
* Updated year in copyright headerKai Koehne2014-03-261-1/+1
* Update copyright year in Digia's license headersSergio Ahumada2013-01-131-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-291-24/+24
* Update contact information in license headers.Sergio Ahumada2012-08-011-2/+2
* Update year in Nokia copyright messages.Jason McDonald2012-01-111-1/+1
* Do not leak memoryJan-Arve Saether2011-09-071-4/+5
* Update licenseheader text in source files for qt4.8Jyri Tahtela2011-05-131-17/+17
* Fixes warnings about unused variablesOlivier Goffart2011-04-281-2/+2
* Update copyright year to 2011.Jason McDonald2011-01-111-1/+1
* Update copyright year to 2010Jason McDonald2010-01-071-1/+1
* Add a simple check for a common wrong usage to avoid infinite recursionJan-Arve Sæther2009-12-111-0/+7
* Made sure that we didn't reference dangling parallel anchors.Jan-Arve Sæther2009-12-041-2/+2
* Rename the global limit to g_offset.Jan-Arve Sæther2009-12-031-13/+13
* QGAL: Remove deprecated assert clausesEduardo M. Fleury2009-11-271-16/+0
* QGAL: Refactor solvePreferred to support min/maxPrefSizeEduardo M. Fleury2009-11-271-24/+69
* QGAL: Add AnchorData::minPrefSize and maxPrefSizeEduardo M. Fleury2009-11-271-43/+138
* QGAL: parallel anchors sometimes have to fix constraintsCaio Marcelo de Oliveira Filho2009-11-271-16/+35
* QGAL: move second child direction check to a functionCaio Marcelo de Oliveira Filho2009-11-271-11/+15
* QGAL: Enable out-of-order sequential simplificationEduardo M. Fleury2009-11-271-46/+23
* QGAL: Support for out-of-order sequential anchorsEduardo M. Fleury2009-11-271-6/+34
* QGAL: Do not revert negative anchorsJesus Sanchez-Palencia2009-11-271-22/+4
* QGAL: Limit absolute size of anchors and add offset to calculationEduardo M. Fleury2009-11-271-11/+56
* QGAL: Rename internalSizeHints to applySizePolicyEduardo M. Fleury2009-11-271-10/+15
* QGAL: Fix memory management issues (leak + invalid read)Eduardo M. Fleury2009-11-271-4/+26
* QGAL: Prevent internal anchors from being exposed by QGAL::anchor()Eduardo M. Fleury2009-11-271-2/+14
* QGAL: sizeHint constraints needed by anchors parallel with the layoutEduardo M. Fleury2009-11-201-6/+14
* QGAL: deal correctly with anchors in parallel with the layoutCaio Marcelo de Oliveira Filho2009-11-201-3/+3
* Merge branch 'fixes' of git://gitorious.org/~fleury/qt/fleury-openbossa-clone...Jan-Arve Sæther2009-11-131-326/+156
|\
| * QGAL: clean up size hint refresh codeCaio Marcelo de Oliveira Filho2009-11-121-57/+21
| * QGAL: clean up interpolation codeCaio Marcelo de Oliveira Filho2009-11-121-93/+16
| * QGAL: remove the caching of simplified graphCaio Marcelo de Oliveira Filho2009-11-121-67/+22
| * QGAL: fix update size hints logic in parallel anchorsCaio Marcelo de Oliveira Filho2009-11-121-6/+13
| * QGAL: Update code documentationEduardo M. Fleury2009-11-121-13/+26
| * QGAL: Move size information from AnchorData to QGraphicsAnchorPrivateEduardo M. Fleury2009-11-121-90/+58
* | Fix warningsThierry Bastian2009-11-091-1/+1
|/
* Use at() instead of operator[] for vectors and lists.Jan-Arve Sæther2009-11-081-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