summaryrefslogtreecommitdiffstats
path: root/src/gui/graphicsview/qgraphicsanchorlayout.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
* Update licenseheader text in source files for qt4.8Jyri Tahtela2011-05-131-17/+17
* Merge branch 'mimir' into 4.7David Boddie2011-02-231-1/+1
|\
| * qdoc: Fixed some validation errors in the DITA filesMartin Smith2011-01-191-1/+1
* | Merge branch '4.7' of ../qt into 4.7David Boddie2011-01-131-1/+1
|\ \ | |/ |/|
| * Update copyright year to 2011.Jason McDonald2011-01-111-1/+1
* | Doc: Used div elements for floats, updated the style sheet.David Boddie2010-12-141-1/+3
* | Doc: Changed floating images to use the new float qdoc macros.David Boddie2010-12-131-3/+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-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