| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | QGraphicsAnchorLayout: Removing delete d_ptr | Anselmo Lacerda S. de Melo | 2009-07-22 | 1 | -3/+0 |
|
|
* | QGraphicsAnchorLayout: Bugfix in spacing() method | Eduardo M. Fleury | 2009-07-22 | 1 | -1/+2 |
|
|
* | QGraphicsAnchorLayout: Apply Jan-Arve's patch | Eduardo M. Fleury | 2009-07-22 | 1 | -0/+16 |
|
|
* | QGraphicsAnchorLayout: Temporary destructor to avoid memory leaks | Eduardo M. Fleury | 2009-07-22 | 1 | -0/+12 |
|
|
* | QGraphicsAnchorLayout: Delete internal layout edges in destructor | Eduardo M. Fleury | 2009-07-22 | 1 | -0/+2 |
|
|
* | QGraphicsAnchorLayout: Making private class inherit from QGraphicsLayoutPrivate | Jesus Sanchez-Palencia | 2009-07-22 | 1 | -5/+3 |
|
|
* | QGraphicsAnchorLayout: Adding QGraphicsAnchorLayout public and private classes | Jesus Sanchez-Palencia | 2009-07-22 | 1 | -0/+235 |
|
|