| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | -10/+13 |
|
|
* | Some doc fixes | Jan-Arve Sæther | 2009-12-03 | 1 | -2/+2 |
|
|
* | QGAL: default spacing can be unset using a negative value | Eduardo M. Fleury | 2009-11-25 | 1 | -21/+2 |
|
|
* | QGAL: remove the caching of simplified graph | Caio Marcelo de Oliveira Filho | 2009-11-12 | 1 | -3/+0 |
|
|
* | docs: Add a section about known issues for the anchor layout. | Jan-Arve Sæther | 2009-11-06 | 1 | -4/+17 |
|
|
* | Merge commit 'origin/4.6' into feature | Jørgen Lind | 2009-11-02 | 1 | -3/+4 |
|\ |
|
| * | Merge branch 'fixes' of git://gitorious.org/~fleury/qt/fleury-openbossa-clone... | Jan-Arve Sæther | 2009-10-28 | 1 | -51/+71 |
| |\ |
|
| * | | Respect the per-item layoutSpacing() if the style uses that feature. | Jan-Arve Sæther | 2009-10-27 | 1 | -3/+4 |
|
|
* | | | Fix SCROLLAREA by fixing missing QT_NO_GRAPHICSVIEW dependencies | Jørgen Lind | 2009-10-29 | 1 | -1/+2 |
| |/
|/| |
|
* | | Doc: Reviewed and revised QGraphicsAnchorLayout documentation. | David Boddie | 2009-10-23 | 1 | -51/+71 |
|/ |
|
* | Merge branch 'qgal-api' into 4.6 | Jan-Arve Sæther | 2009-10-21 | 1 | -6/+16 |
|\ |
|
| * | Group the spacing functions together, and add a sizePolicy property. | Jan-Arve Sæther | 2009-10-21 | 1 | -6/+16 |
|
|
* | | Add some docs that explicitly mentions how we handle cycles in the tree | Jan-Arve Sæther | 2009-10-20 | 1 | -0/+3 |
|/ |
|
* | API addition: Make it possible to set the size policy of an anchor. | Jan-Arve Sæther | 2009-10-16 | 1 | -0/+17 |
|
|
* | QGraphicsAnchorLayout: Ensure spacing is not negative | Eduardo M. Fleury | 2009-10-09 | 1 | -0/+26 |
|
|
* | Doc: silence more qdoc warnings. | Volker Hilsheimer | 2009-10-03 | 1 | -13/+6 |
|
|
* | After some discussion we decided to remove hasConflicts() from the API. | Jan-Arve Sæther | 2009-09-29 | 1 | -12/+0 |
|
|
* | Add missing docs for QGraphicsAnchor | Jan-Arve Sæther | 2009-09-29 | 1 | -0/+18 |
|
|
* | Fix some docs to follow the Qt style. (remove asterisks, proper indenting) | Jan-Arve Sæther | 2009-09-29 | 1 | -44/+44 |
|
|
* | QGraphicsAnchorLayout: Initial support for Size Policy | Anselmo Lacerda S. de Melo | 2009-09-18 | 1 | -1/+0 |
|
|
* | Implement hasConflicts(). | Jan-Arve Sæther | 2009-09-17 | 1 | -0/+12 |
|
|
* | QGraphicsAnchorLayout: Removing methods names inconsistencies on private class | Jesus Sanchez-Palencia | 2009-09-17 | 1 | -3/+3 |
|
|
* | doc: Fixed some qdoc errors. | Martin Smith | 2009-09-15 | 1 | -42/+3 |
|
|
* | API change. This will get rid of the ugly setAnchorSpacing() method. | Jan-Arve Sæther | 2009-09-14 | 1 | -86/+99 |
|
|
* | Respect the layoutDirection property of the parent widget. | Jan-Arve Sæther | 2009-09-11 | 1 | -1/+1 |
|
|
* | Update license headers again. | Jason McDonald | 2009-09-09 | 1 | -4/+4 |
|
|
* | Update tech preview license header for files that are new in 4.6. | Jason McDonald | 2009-08-31 | 1 | -13/+13 |
|
|
* | Doc fixes. | Jan-Arve Sæther | 2009-08-27 | 1 | -9/+30 |
|
|
* | Fixes typo in doc and missing return in anchor layout | Leonardo Sobral Cunha | 2009-08-26 | 1 | -2/+4 |
|
|
* | Fix obsolete license headers. | Jason McDonald | 2009-08-21 | 1 | -2/+2 |
|
|
* | Doc fixes to anchor layout. | Jan-Arve Sæther | 2009-08-21 | 1 | -6/+6 |
|
|
* | Doc fixes. | Jan-Arve Sæther | 2009-08-21 | 1 | -1/+2 |
|
|
* | make the new anchor layout code compile with namespaces | hjk | 2009-08-21 | 1 | -0/+4 |
|
|
* | Implement the functions we added in the API review: | Jan-Arve Sæther | 2009-08-19 | 1 | -15/+38 |
|
|
* | update API to what was agreed on the API review meeting yesterday: | Jan-Arve Sæther | 2009-08-19 | 1 | -92/+48 |
|
|
* | QGraphicsAnchorLayout: calculate vertex positions with simplified graph | Caio Marcelo de Oliveira Filho | 2009-08-17 | 1 | -5/+0 |
|
|
* | Fill in some missing pieces in the documentation. | Jan-Arve Sæther | 2009-08-17 | 1 | -1/+121 |
|
|
* | Add missing call to invalidate() in all functions that modify the | Jan-Arve Sæther | 2009-08-17 | 1 | -0/+3 |
|
|
* | Clean up public API: move dumpGraph() to private API. | Jan-Arve Sæther | 2009-08-17 | 1 | -18/+0 |
|
|
* | Small change in the "spacing API". | Jan-Arve Sæther | 2009-08-17 | 1 | -7/+57 |
|
|
* | Change the member QGALPrivate::spacing to QGALPrivate::spacings. | Jan-Arve Sæther | 2009-08-17 | 1 | -2/+2 |
|
|
* | QGraphicsAnchorLayout: prepare ground for doing less simplifications | Caio Marcelo de Oliveira Filho | 2009-08-13 | 1 | -0/+10 |
|
|
* | Update Anchor Layout API | Artur Duque de Souza | 2009-08-12 | 1 | -8/+8 |
|
|
* | QGraphicsAnchorLayout: Fix center anchor deletion logic | Eduardo M. Fleury | 2009-08-06 | 1 | -3/+0 |
|
|
* | QGraphicsAnchorLayout: Remove center anchors when not needed | Eduardo M. Fleury | 2009-07-22 | 1 | -0/+2 |
|
|
* | Add QGraphicsLayout::anchor() overloads and query the default spacing. | Jan-Arve Sæther | 2009-07-22 | 1 | -45/+93 |
|
|
* | QGraphicsAnchorLayout: Fix QGraphicsItem reparent code | Eduardo M. Fleury | 2009-07-22 | 1 | -2/+2 |
|
|
* | Some cleanup - improve dot dumper. | Jan-Arve Sæther | 2009-07-22 | 1 | -3/+3 |
|
|
* | QGraphicsAnchorLayout: Delete center constraints on item removal | Eduardo M. Fleury | 2009-07-22 | 1 | -11/+13 |
|
|