summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* get rid of qmake warnings when parsing script.pro (JavaScriptCore.pri)Kent Hansen2009-08-211-0/+9
* Fix memory leakOlivier Goffart2009-08-212-4/+7
* Optimize contrcuction of variant of type pointer.Olivier Goffart2009-08-213-9/+29
* qdoc: Moved javascripts for search box from header to footer.Martin Smith2009-08-211-6/+6
* Add documentation for Qt::AnchorPointJan-Arve Sæther2009-08-211-0/+18
* qdoc: Redesigned the Class and Function Documentation page.Martin Smith2009-08-2112-97/+129
* Make QEglContext::extensions() staticTom Cooksey2009-08-212-3/+3
* Add a static QEglProperties::dumpAllConfigs()Tom Cooksey2009-08-212-0/+16
* Fix QGLWidget::showFullScreen() on X11/EGLTom Cooksey2009-08-211-2/+5
* Removed PBO texture upload from QGLContextPrivate::bindTexture().Samuel Rødal2009-08-212-41/+4
* rename QEventTransition::eventObject to eventSourceKent Hansen2009-08-213-14/+14
* move qdoc3 binary to bin, so we can use it for Qt Creator without hacks.Daniel Molkentin2009-08-214-2/+5
* Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtGunnar Sletta2009-08-21469-38009/+24240
|\
| * Fix linking to uninstalled libraries after LIBS_PRIVATE.Thiago Macieira2009-08-211-0/+35
| * Doc fixes to anchor layout.Jan-Arve Sæther2009-08-211-6/+6
| * Doc fixes.Jan-Arve Sæther2009-08-211-1/+2
| * Autotest QEXPECTED_FAIL removedJedrzej Nowacki2009-08-211-3/+1
| * JSC::Debugger fix. Events exceptionThrow and functionExit modificationJedrzej Nowacki2009-08-211-10/+26
| * Another typo.Alexis Menard2009-08-211-1/+1
| * Fix typo in anchor layout documentation.Alexis Menard2009-08-211-1/+1
| * 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-2116-3/+4906
| |\
| | * Remove the anchorlayoyt example that can load layouts.Jan-Arve Sæther2009-08-2014-1759/+0
| | * Add the autotest to auto.proJan-Arve Sæther2009-08-201-1/+2
| | * 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-199-496/+584
| | * Fix one "failure" on the mac.Jan-Arve Sæther2009-08-191-0/+3
| | * 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-182-11/+75
| | * 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: add names to items in examplesCaio Marcelo de Oliveira Filho2009-08-171-33/+33
| | * QGraphicsAnchorLayout: calculate vertex positions with simplified graphCaio Marcelo de Oliveira Filho2009-08-174-33/+100
| | * Fill in some missing pieces in the documentation.Jan-Arve Sæther2009-08-171-1/+121
| | * Clean up exampleJan-Arve Sæther2009-08-172-151/+6
| | * More tests for setSpacingJan-Arve Sæther2009-08-171-0/+15
| | * 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-175-24/+23
| | * Small change in the "spacing API".Jan-Arve Sæther2009-08-173-9/+63