summaryrefslogtreecommitdiff
path: root/src/gui/graphicsview/qgraphicsanchorlayout.cpp
Commit message (Expand)AuthorAgeFilesLines
* Change to release licenses for 4.6.3.Jason McDonald2010-05-301-13/+13
* 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-10/+13
* Some doc fixesJan-Arve Sæther2009-12-031-2/+2
* QGAL: default spacing can be unset using a negative valueEduardo M. Fleury2009-11-251-21/+2
* QGAL: remove the caching of simplified graphCaio Marcelo de Oliveira Filho2009-11-121-3/+0
* docs: Add a section about known issues for the anchor layout.Jan-Arve Sæther2009-11-061-4/+17
* Merge commit 'origin/4.6' into featureJørgen Lind2009-11-021-3/+4
|\
| * Merge branch 'fixes' of git://gitorious.org/~fleury/qt/fleury-openbossa-clone...Jan-Arve Sæther2009-10-281-51/+71
| |\
| * | Respect the per-item layoutSpacing() if the style uses that feature.Jan-Arve Sæther2009-10-271-3/+4
* | | Fix SCROLLAREA by fixing missing QT_NO_GRAPHICSVIEW dependenciesJørgen Lind2009-10-291-1/+2
| |/ |/|
* | Doc: Reviewed and revised QGraphicsAnchorLayout documentation.David Boddie2009-10-231-51/+71
|/
* Merge branch 'qgal-api' into 4.6Jan-Arve Sæther2009-10-211-6/+16
|\
| * Group the spacing functions together, and add a sizePolicy property.Jan-Arve Sæther2009-10-211-6/+16
* | Add some docs that explicitly mentions how we handle cycles in the treeJan-Arve Sæther2009-10-201-0/+3
|/
* API addition: Make it possible to set the size policy of an anchor.Jan-Arve Sæther2009-10-161-0/+17
* QGraphicsAnchorLayout: Ensure spacing is not negativeEduardo M. Fleury2009-10-091-0/+26
* Doc: silence more qdoc warnings.Volker Hilsheimer2009-10-031-13/+6
* After some discussion we decided to remove hasConflicts() from the API.Jan-Arve Sæther2009-09-291-12/+0
* Add missing docs for QGraphicsAnchorJan-Arve Sæther2009-09-291-0/+18
* Fix some docs to follow the Qt style. (remove asterisks, proper indenting)Jan-Arve Sæther2009-09-291-44/+44
* QGraphicsAnchorLayout: Initial support for Size PolicyAnselmo Lacerda S. de Melo2009-09-181-1/+0
* Implement hasConflicts().Jan-Arve Sæther2009-09-171-0/+12
* QGraphicsAnchorLayout: Removing methods names inconsistencies on private classJesus Sanchez-Palencia2009-09-171-3/+3
* doc: Fixed some qdoc errors.Martin Smith2009-09-151-42/+3
* API change. This will get rid of the ugly setAnchorSpacing() method.Jan-Arve Sæther2009-09-141-86/+99
* Respect the layoutDirection property of the parent widget.Jan-Arve Sæther2009-09-111-1/+1
* Update license headers again.Jason McDonald2009-09-091-4/+4
* Update tech preview license header for files that are new in 4.6.Jason McDonald2009-08-311-13/+13
* Doc fixes.Jan-Arve Sæther2009-08-271-9/+30
* Fixes typo in doc and missing return in anchor layoutLeonardo Sobral Cunha2009-08-261-2/+4
* Fix obsolete license headers.Jason McDonald2009-08-221-2/+2
* Doc fixes to anchor layout.Jan-Arve Sæther2009-08-211-6/+6
* Doc fixes.Jan-Arve Sæther2009-08-211-1/+2
* make the new anchor layout code compile with namespaceshjk2009-08-211-0/+4
* Implement the functions we added in the API review:Jan-Arve Sæther2009-08-191-15/+38
* update API to what was agreed on the API review meeting yesterday:Jan-Arve Sæther2009-08-191-92/+48
* QGraphicsAnchorLayout: calculate vertex positions with simplified graphCaio Marcelo de Oliveira Filho2009-08-171-5/+0
* Fill in some missing pieces in the documentation.Jan-Arve Sæther2009-08-171-1/+121
* Add missing call to invalidate() in all functions that modify theJan-Arve Sæther2009-08-171-0/+3
* Clean up public API: move dumpGraph() to private API.Jan-Arve Sæther2009-08-171-18/+0
* Small change in the "spacing API".Jan-Arve Sæther2009-08-171-7/+57
* Change the member QGALPrivate::spacing to QGALPrivate::spacings.Jan-Arve Sæther2009-08-171-2/+2
* QGraphicsAnchorLayout: prepare ground for doing less simplificationsCaio Marcelo de Oliveira Filho2009-08-131-0/+10
* Update Anchor Layout APIArtur Duque de Souza2009-08-121-8/+8
* QGraphicsAnchorLayout: Fix center anchor deletion logicEduardo M. Fleury2009-08-061-3/+0
* QGraphicsAnchorLayout: Remove center anchors when not neededEduardo M. Fleury2009-07-221-0/+2
* Add QGraphicsLayout::anchor() overloads and query the default spacing.Jan-Arve Sæther2009-07-221-45/+93
* QGraphicsAnchorLayout: Fix QGraphicsItem reparent codeEduardo M. Fleury2009-07-221-2/+2
* Some cleanup - improve dot dumper.Jan-Arve Sæther2009-07-221-3/+3