| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove warning. | Jan-Arve Sæther | 2009-08-27 | 1 | -1/+1 |
|
|
* | Fix obsolete license headers. | Jason McDonald | 2009-08-21 | 1 | -2/+2 |
|
|
* | Fix typo in anchor layout documentation. | Alexis Menard | 2009-08-21 | 1 | -1/+1 |
|
|
* | make the new anchor layout code compile with namespaces | hjk | 2009-08-21 | 1 | -3/+10 |
|
|
* | Implement the functions we added in the API review: | Jan-Arve Sæther | 2009-08-19 | 1 | -4/+36 |
|
|
* | update API to what was agreed on the API review meeting yesterday: | Jan-Arve Sæther | 2009-08-19 | 1 | -111/+127 |
|
|
* | Only compile in toString() functions if we are compiling in debug mode. | Jan-Arve Sæther | 2009-08-18 | 1 | -4/+9 |
|
|
* | Improved internal docs for simplification. | Jan-Arve Sæther | 2009-08-18 | 1 | -29/+44 |
|
|
* | Remove some warnings | Jan-Arve Sæther | 2009-08-18 | 1 | -2/+0 |
|
|
* | Remove some warnings | Jan-Arve Sæther | 2009-08-18 | 1 | -2/+0 |
|
|
* | Just a small improvement to SequentialAnchorData::updateChildrenSizes() | Jan-Arve Sæther | 2009-08-18 | 1 | -33/+20 |
|
|
* | QGraphicsAnchorLayout: fix calculation of sizeAt* values for Sequential | Caio Marcelo de Oliveira Filho | 2009-08-18 | 1 | -7/+73 |
|
|
* | QGraphicsAnchorLayout: missing restoreSimplifiedGraph call | Caio Marcelo de Oliveira Filho | 2009-08-17 | 1 | -0/+2 |
|
|
* | QGraphicsAnchorLayout: add QT_ANCHORLAYOUT_NO_SIMPLIFICATION back | Caio Marcelo de Oliveira Filho | 2009-08-17 | 1 | -0/+4 |
|
|
* | QGraphicsAnchorLayout: hide some debug messages | Caio Marcelo de Oliveira Filho | 2009-08-17 | 1 | -0/+8 |
|
|
* | QGraphicsAnchorLayout: calculate vertex positions with simplified graph | Caio Marcelo de Oliveira Filho | 2009-08-17 | 1 | -26/+94 |
|
|
* | Clean up public API: move dumpGraph() to private API. | Jan-Arve Sæther | 2009-08-17 | 1 | -0/+17 |
|
|
* | Small change in the "spacing API". | Jan-Arve Sæther | 2009-08-17 | 1 | -0/+1 |
|
|
* | Change the member QGALPrivate::spacing to QGALPrivate::spacings. | Jan-Arve Sæther | 2009-08-17 | 1 | -2/+2 |
|
|
* | QGraphicsAnchorLayout: use a recursive approach for size hints | Caio Marcelo de Oliveira Filho | 2009-08-14 | 1 | -198/+116 |
|
|
* | QGraphicsAnchorLayout: add both vertex information in anchor data | Caio Marcelo de Oliveira Filho | 2009-08-14 | 1 | -33/+31 |
|
|
* | QGraphicsAnchorLayout: size hint updated in a simplified graph | Caio Marcelo de Oliveira Filho | 2009-08-14 | 1 | -118/+196 |
|
|
* | QGraphicsAnchorLayout: prepare ground for doing less simplifications | Caio Marcelo de Oliveira Filho | 2009-08-13 | 1 | -15/+44 |
|
|
* | QGraphicsAnchorLayout: implement "deep" simplification | Caio Marcelo de Oliveira Filho | 2009-08-13 | 1 | -6/+33 |
|
|
* | QGraphicsAnchorLayout: enable simplification | Caio Marcelo de Oliveira Filho | 2009-08-13 | 1 | -1/+6 |
|
|
* | QGraphicsAnchorLayout: adding small debug messages | Caio Marcelo de Oliveira Filho | 2009-08-13 | 1 | -0/+6 |
|
|
* | QGraphicsAnchorLayout: remove unused function | Caio Marcelo de Oliveira Filho | 2009-08-13 | 1 | -30/+0 |
|
|
* | QGraphicsAnchorLayout: simplify updating of anchor sizes | Caio Marcelo de Oliveira Filho | 2009-08-13 | 1 | -45/+13 |
|
|
* | QGraphicsAnchorLayout: use pickEdge() | Caio Marcelo de Oliveira Filho | 2009-08-13 | 1 | -7/+1 |
|
|
* | QGraphicsAnchorLayout: fix merging of preferredSizeHint | Caio Marcelo de Oliveira Filho | 2009-08-13 | 1 | -2/+20 |
|
|
* | QGraphicsAnchorLayout: fix restore simplification logic | Caio Marcelo de Oliveira Filho | 2009-08-12 | 1 | -31/+13 |
|
|
* | QGraphicsAnchorLayout: add a dumper function for AnchorData | Caio Marcelo de Oliveira Filho | 2009-08-12 | 1 | -0/+18 |
|
|
* | Revert "QGraphicsAnchorLayoutPrivate: Avoiding extra loops in getGraphParts" | Caio Marcelo de Oliveira Filho | 2009-08-12 | 1 | -6/+17 |
|
|
* | restoring simplified anchors did not work properly recursively. | Jan-Arve Sæther | 2009-08-12 | 1 | -27/+51 |
|
|
* | Disable simplification and restoration since it still has problems. | Jan-Arve Sæther | 2009-08-12 | 1 | -2/+2 |
|
|
* | Fix implementation of setAnchorSizeHintsFromItems to be simplification | Jan-Arve Sæther | 2009-08-12 | 1 | -48/+65 |
|
|
* | Fix a bug in removeAnchors and reorder how anchors are removed. | Jan-Arve Sæther | 2009-08-12 | 1 | -34/+63 |
|
|
* | QGraphicsAnchorLayout: Enable graph simplification | Eduardo M. Fleury | 2009-08-10 | 1 | -18/+99 |
|
|
* | QGraphicsAnchorLayout: Adding calculateGraphs() method documentation | Eduardo M. Fleury | 2009-08-10 | 1 | -7/+23 |
|
|
* | QGraphicsAnchorLayout: Adding updateChildrenSizes method to anchors | Eduardo M. Fleury | 2009-08-10 | 1 | -0/+24 |
|
|
* | QGraphicsAnchorLayout: Fix center anchor deletion logic | Eduardo M. Fleury | 2009-08-06 | 1 | -6/+12 |
|
|
* | QGraphicsAnchorLayout: Do not create center anchors in the layout | Eduardo M. Fleury | 2009-08-06 | 1 | -43/+63 |
|
|
* | QGraphicsAnchorLayoutPrivate: Avoiding extra loops in getGraphParts | Jesus Sanchez-Palencia | 2009-07-31 | 1 | -9/+6 |
|
|
* | QGraphicsAnchorLayout: Remove center anchors when not needed | Eduardo M. Fleury | 2009-07-22 | 1 | -3/+68 |
|
|
* | QGraphicsAnchorLayout: Create center edges on demand | Eduardo M. Fleury | 2009-07-22 | 1 | -0/+62 |
|
|
* | QGraphicsAnchorLayout: Do not create center anchors by default | Eduardo M. Fleury | 2009-07-22 | 1 | -28/+8 |
|
|
* | QGraphicsAnchorLayout: Testing for existing anchors before adding new ones | Eduardo M. Fleury | 2009-07-22 | 1 | -0/+5 |
|
|
* | QGraphicsAnchorLayout: Initialize spacing variables | Eduardo M. Fleury | 2009-07-22 | 1 | -0/+2 |
|
|
* | QGraphicsAnchorLayout: Use Q_ASSERT instead of "if" tests | Eduardo M. Fleury | 2009-07-22 | 1 | -3/+3 |
|
|
* | Anchors to center edges should also have a default spacing of 0. | Jan-Arve Sæther | 2009-07-22 | 1 | -6/+16 |
|
|