summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'qt/master'Jason Barron2009-08-217-11/+36
|\
| * Make QEglContext::extensions() staticTom Cooksey2009-08-212-3/+3
| * Add a static QEglProperties::dumpAllConfigs()Tom Cooksey2009-08-212-0/+16
| * Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtGunnar Sletta2009-08-2146-838/+4923
| |\
| | * Doc fixes to anchor layout.Jan-Arve Sæther2009-08-211-6/+6
| | * Doc fixes.Jan-Arve Sæther2009-08-211-1/+2
| | * Fix typo in anchor layout documentation.Alexis Menard2009-08-211-1/+1
| * | Reset clip structure when we use Qt::ReplaceClip or Qt::NoClipGunnar Sletta2009-08-211-0/+8
* | | Merge commit 'qt/master'Jason Barron2009-08-2113-20/+3967
|\ \ \ | | |/ | |/|
| * | Handle Touch* events in the same way as other input events in QAbstractScroll...Bradley T. Hughes2009-08-211-0/+7
| * | Convert the screen cursor image to native premultiplied formatPaul Olav Tvete2009-08-211-1/+21
| * | Allow linuxfb device names like /dev/fb/0Takumi ASAKI2009-08-211-9/+7
| * | Avoid painting window decorations flicker showPaul Olav Tvete2009-08-211-6/+9
| * | Fix blend function crash on AVR32Paul Olav Tvete2009-08-211-2/+2
| * | make the new anchor layout code compile with namespaceshjk2009-08-216-5/+29
| * | Merge branch 'anchorlayout' of git@gitorious.org:+openbossa-developers/qt/ope...Jan-Arve Sæther2009-08-218-2/+3897
| |\ \
| | * | Implement the functions we added in the API review:Jan-Arve Sæther2009-08-194-26/+95
| | * | update API to what was agreed on the API review meeting yesterday:Jan-Arve Sæther2009-08-194-313/+257
| | * | Only compile in toString() functions if we are compiling in debug mode.Jan-Arve Sæther2009-08-183-15/+32
| | * | Improved internal docs for simplification.Jan-Arve Sæther2009-08-181-29/+44
| | * | Remove some warningsJan-Arve Sæther2009-08-182-2/+2
| | * | Remove some warningsJan-Arve Sæther2009-08-181-2/+0
| | * | Just a small improvement to SequentialAnchorData::updateChildrenSizes()Jan-Arve Sæther2009-08-181-33/+20
| | * | Fix a potential crash in AnchorVertex::toString().Jan-Arve Sæther2009-08-181-5/+6
| | * | QGraphicsAnchorLayout: fix calculation of sizeAt* values for SequentialCaio Marcelo de Oliveira Filho2009-08-181-7/+73
| | * | QGraphicsAnchorLayout: missing restoreSimplifiedGraph callCaio Marcelo de Oliveira Filho2009-08-171-0/+2
| | * | QGraphicsAnchorLayout: add QT_ANCHORLAYOUT_NO_SIMPLIFICATION backCaio Marcelo de Oliveira Filho2009-08-171-0/+4
| | * | QGraphicsAnchorLayout: hide some debug messagesCaio Marcelo de Oliveira Filho2009-08-171-0/+8
| | * | QGraphicsAnchorLayout: calculate vertex positions with simplified graphCaio Marcelo de Oliveira Filho2009-08-173-32/+100
| | * | Fill in some missing pieces in the documentation.Jan-Arve Sæther2009-08-171-1/+121
| | * | Add missing call to invalidate() in all functions that modify theJan-Arve Sæther2009-08-171-0/+3
| | * | Clean up public API: move dumpGraph() to private API.Jan-Arve Sæther2009-08-174-22/+23
| | * | Small change in the "spacing API".Jan-Arve Sæther2009-08-173-9/+63
| | * | Change the member QGALPrivate::spacing to QGALPrivate::spacings.Jan-Arve Sæther2009-08-173-5/+5
| | * | QGraphicsAnchorLayout: use a recursive approach for size hintsCaio Marcelo de Oliveira Filho2009-08-142-204/+130
| | * | QGraphicsAnchorLayout: add both vertex information in anchor dataCaio Marcelo de Oliveira Filho2009-08-143-41/+48
| | * | QGraphicsAnchorLayout: size hint updated in a simplified graphCaio Marcelo de Oliveira Filho2009-08-142-123/+196
| | * | QGraphicsAnchorLayout: prepare ground for doing less simplificationsCaio Marcelo de Oliveira Filho2009-08-133-15/+57
| | * | QGraphicsAnchorLayout: implement "deep" simplificationCaio Marcelo de Oliveira Filho2009-08-132-6/+35
| | * | QGraphicsAnchorLayout: enable simplificationCaio Marcelo de Oliveira Filho2009-08-131-1/+6
| | * | QGraphicsAnchorLayout: adding small debug messagesCaio Marcelo de Oliveira Filho2009-08-132-1/+8
| | * | QGraphicsAnchorLayout: remove unused functionCaio Marcelo de Oliveira Filho2009-08-132-31/+0
| | * | QGraphicsAnchorLayout: simplify updating of anchor sizesCaio Marcelo de Oliveira Filho2009-08-131-45/+13
| | * | QGraphicsAnchorLayout: use pickEdge()Caio Marcelo de Oliveira Filho2009-08-131-7/+1
| | * | QGraphicsAnchorLayout: fix merging of preferredSizeHintCaio Marcelo de Oliveira Filho2009-08-131-2/+20
| | * | QGraphicsAnchorLayout: fix restore simplification logicCaio Marcelo de Oliveira Filho2009-08-121-31/+13
| | * | QGraphicsAnchorLayout: add a dumper function for AnchorDataCaio Marcelo de Oliveira Filho2009-08-122-0/+20
| | * | Revert "QGraphicsAnchorLayoutPrivate: Avoiding extra loops in getGraphParts"Caio Marcelo de Oliveira Filho2009-08-121-6/+17
| | * | Update Anchor Layout APIArtur Duque de Souza2009-08-122-27/+59
| | * | restoring simplified anchors did not work properly recursively.Jan-Arve Sæther2009-08-121-27/+51