summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * QGraphicsAnchorLayout: Initialize spacing variablesEduardo M. Fleury2009-07-221-0/+2
| * QGraphicsAnchorLayout: Use Q_ASSERT instead of "if" testsEduardo M. Fleury2009-07-222-10/+10
| * Anchors to center edges should also have a default spacing of 0.Jan-Arve Sæther2009-07-221-6/+16
| * Make sure that internal center anchors are not simplified.Jan-Arve Sæther2009-07-221-2/+19
| * Fix typo: feaseable => feasibleJan-Arve Sæther2009-07-221-1/+1
| * The simplification makes the parallel autotest fail. Disable it for now.Jan-Arve Sæther2009-07-221-4/+4
| * Avoid some warnings (unused variables)Jan-Arve Sæther2009-07-221-2/+0
| * Add QGraphicsLayout::anchor() overloads and query the default spacing.Jan-Arve Sæther2009-07-224-50/+246
| * QSimplex: Skip x = x + y*0.0Anselmo Lacerda S. de Melo2009-07-221-1/+7
| * QSimplex: new method solver, avoinding code replicationAnselmo Lacerda S. de Melo2009-07-222-18/+18
| * Implemented parallel simplification, some bugfixes of the previous code.Jan-Arve Sæther2009-07-223-44/+104
| * QGraphicsAnchorLayout: Add convencience "fill" methodsEduardo M. Fleury2009-07-221-0/+36
| * QGraphicsAnchorLayout: Fix QGraphicsItem reparent codeEduardo M. Fleury2009-07-224-38/+3
| * Simplify the code that finds the sequential chunks for simplification.Jan-Arve Sæther2009-07-221-14/+4
| * Improved sequential simplification. Added restoreSimplifiedGraph().Jan-Arve Sæther2009-07-222-56/+197
| * Improve how graphviz (dotty) renders the serialized graph.Jan-Arve Sæther2009-07-221-1/+10
| * Simplify the graph by replacing a sequence of anchors with one anchor.Jan-Arve Sæther2009-07-222-2/+172
| * Some cleanup - improve dot dumper.Jan-Arve Sæther2009-07-223-70/+52
| * QGraphicsAnchorLayout: Fix memory management issue in QSimplex solverEduardo M. Fleury2009-07-223-50/+54
| * QGraphicsAnchorLayout: Delete center constraints on item removalEduardo M. Fleury2009-07-223-11/+41
| * QGraphicsAnchorLayout: Removing delete d_ptrAnselmo Lacerda S. de Melo2009-07-221-3/+0
| * QGraphicsAnchorLayout: Update m_vertexList reference count systemEduardo M. Fleury2009-07-222-26/+30
| * QGraphicsAnchorLayout: Bugfix in spacing() methodEduardo M. Fleury2009-07-221-1/+2
| * QGraphicsAnchorLayout: Apply Jan-Arve's patchEduardo M. Fleury2009-07-225-80/+136
| * QGraphicsAnchorLayout: Temporary destructor to avoid memory leaksEduardo M. Fleury2009-07-221-0/+12
| * QGraphicsAnchorLayout: Delete internal layout edges in destructorEduardo M. Fleury2009-07-223-0/+13
| * QGraphicsAnchorLayout: Bugfix in preferred size calculationEduardo M. Fleury2009-07-221-3/+7
| * QGraphicsAnchorLayout: Bugfix, set skipInPreferred flag for verticalEduardo M. Fleury2009-07-221-0/+2
| * QGraphicsAnchorLayout: Making private class inherit from QGraphicsLayoutPrivateJesus Sanchez-Palencia2009-07-223-8/+5
| * QGraphicsAnchorLayout: Adding QGraphicsAnchorLayout public and private classesJesus Sanchez-Palencia2009-07-225-2/+1707
| * QSimplex: Adding the Simplex solver for linear systemsJesus Sanchez-Palencia2009-07-223-2/+488
| * QGraph: Adding the graph structureJesus Sanchez-Palencia2009-07-222-1/+181
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into qtscript-jsc-b...Kent Hansen2009-08-2116-151/+262
|\ \
| * | Register interpolators for math3d classesRhys Weatherley2009-08-211-1/+23
| * | Add implicit conversions from math3d classes to QVariantRhys Weatherley2009-08-2110-0/+58
| * | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtRhys Weatherley2009-08-202-8/+15
| |\ \
| | * | Force rasterfallbacks with a env variable in dfbAnders Bakken2009-08-201-0/+7
| | * | Support RGB32 in DirectFB againAnders Bakken2009-08-201-8/+8
| * | | Merge branch 'kinetic-transform' of git@scm.dev.nokia.troll.no:qt/kineticRhys Weatherley2009-08-205-142/+166
| |\ \ \ | | |/ / | |/| |
| | * | Remove QGraphicsTransform::project()Rhys Weatherley2009-08-193-33/+2
| | * | Add projection support to QMatrix4x4::toTransform()Rhys Weatherley2009-08-192-7/+48
| | * | Fix comment for QGraphicsTransform::project()Rhys Weatherley2009-08-191-1/+1
| | * | Re-implement QGraphicsTransform to use QMatrix4x4Rhys Weatherley2009-08-193-133/+147
* | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into qtscript-jsc-b...Kent Hansen2009-08-2053-1307/+1829
|\ \ \ \ | |/ / /
| * | | Add value_type definition for STL compatibility.David Faure2009-08-201-0/+1
| * | | Respect SmoothPixmapTransform in dfbpeAnders Bakken2009-08-201-3/+7
| * | | Fix undo/redo of single-command edit blocksmae2009-08-202-19/+27
| * | | QNAM HTTP: New attribute, Demo browser: Some request statistic outputMarkus Goetz2009-08-206-0/+19
| * | | This variable is used to signal a thread to exit. It should be volatile.Thiago Macieira2009-08-201-1/+1
| * | | Cocoa: cannot quit applicationRichard Moe Gustavsen2009-08-201-5/+13