| Commit message (Expand) | Author | Age | Files | Lines |
* | QGraphicsAnchorLayout: use a recursive approach for size hints | Caio Marcelo de Oliveira Filho | 2009-08-14 | 2 | -204/+130 |
|
|
* | QGraphicsAnchorLayout: add both vertex information in anchor data | Caio Marcelo de Oliveira Filho | 2009-08-14 | 3 | -41/+48 |
|
|
* | QGraphicsAnchorLayout: size hint updated in a simplified graph | Caio Marcelo de Oliveira Filho | 2009-08-14 | 2 | -123/+196 |
|
|
* | QGraphicsAnchorLayout: prepare ground for doing less simplifications | Caio Marcelo de Oliveira Filho | 2009-08-13 | 3 | -15/+57 |
|
|
* | QGraphicsAnchorLayout: implement "deep" simplification | Caio Marcelo de Oliveira Filho | 2009-08-13 | 2 | -6/+35 |
|
|
* | 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 | 2 | -1/+8 |
|
|
* | QGraphicsAnchorLayout: remove unused function | Caio Marcelo de Oliveira Filho | 2009-08-13 | 2 | -31/+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 | 2 | -0/+20 |
|
|
* | Revert "QGraphicsAnchorLayoutPrivate: Avoiding extra loops in getGraphParts" | Caio Marcelo de Oliveira Filho | 2009-08-12 | 1 | -6/+17 |
|
|
* | Update Anchor Layout API | Artur Duque de Souza | 2009-08-12 | 2 | -27/+59 |
|
|
* | 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 | 2 | -48/+70 |
|
|
* | Fix a bug in removeAnchors and reorder how anchors are removed. | Jan-Arve Sæther | 2009-08-12 | 2 | -35/+66 |
|
|
* | Added Graph::connections(). | Jan-Arve Sæther | 2009-08-12 | 1 | -0/+40 |
|
|
* | 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 | 2 | -0/+31 |
|
|
* | QGraphicsAnchorLayout: Fix center anchor deletion logic | Eduardo M. Fleury | 2009-08-06 | 2 | -9/+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 | 3 | -3/+71 |
|
|
* | QGraphicsAnchorLayout: Create center edges on demand | Eduardo M. Fleury | 2009-07-22 | 2 | -0/+63 |
|
|
* | 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 | 2 | -10/+10 |
|
|
* | Anchors to center edges should also have a default spacing of 0. | Jan-Arve Sæther | 2009-07-22 | 1 | -6/+16 |
|
|
* | Make sure that internal center anchors are not simplified. | Jan-Arve Sæther | 2009-07-22 | 1 | -2/+19 |
|
|
* | Fix typo: feaseable => feasible | Jan-Arve Sæther | 2009-07-22 | 1 | -1/+1 |
|
|
* | The simplification makes the parallel autotest fail. Disable it for now. | Jan-Arve Sæther | 2009-07-22 | 1 | -4/+4 |
|
|
* | Avoid some warnings (unused variables) | Jan-Arve Sæther | 2009-07-22 | 1 | -2/+0 |
|
|
* | Add QGraphicsLayout::anchor() overloads and query the default spacing. | Jan-Arve Sæther | 2009-07-22 | 4 | -50/+246 |
|
|
* | QSimplex: Skip x = x + y*0.0 | Anselmo Lacerda S. de Melo | 2009-07-22 | 1 | -1/+7 |
|
|
* | QSimplex: new method solver, avoinding code replication | Anselmo Lacerda S. de Melo | 2009-07-22 | 2 | -18/+18 |
|
|
* | Implemented parallel simplification, some bugfixes of the previous code. | Jan-Arve Sæther | 2009-07-22 | 3 | -44/+104 |
|
|
* | QGraphicsAnchorLayout: Add convencience "fill" methods | Eduardo M. Fleury | 2009-07-22 | 1 | -0/+36 |
|
|
* | QGraphicsAnchorLayout: Fix QGraphicsItem reparent code | Eduardo M. Fleury | 2009-07-22 | 4 | -38/+3 |
|
|
* | Simplify the code that finds the sequential chunks for simplification. | Jan-Arve Sæther | 2009-07-22 | 1 | -14/+4 |
|
|
* | Improved sequential simplification. Added restoreSimplifiedGraph(). | Jan-Arve Sæther | 2009-07-22 | 2 | -56/+197 |
|
|
* | Improve how graphviz (dotty) renders the serialized graph. | Jan-Arve Sæther | 2009-07-22 | 1 | -1/+10 |
|
|
* | Simplify the graph by replacing a sequence of anchors with one anchor. | Jan-Arve Sæther | 2009-07-22 | 2 | -2/+172 |
|
|
* | Some cleanup - improve dot dumper. | Jan-Arve Sæther | 2009-07-22 | 3 | -70/+52 |
|
|
* | QGraphicsAnchorLayout: Fix memory management issue in QSimplex solver | Eduardo M. Fleury | 2009-07-22 | 3 | -50/+54 |
|
|
* | QGraphicsAnchorLayout: Delete center constraints on item removal | Eduardo M. Fleury | 2009-07-22 | 3 | -11/+41 |
|
|