summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* QFile: unset errorString as well as errorRitt Konstantin2009-08-211-3/+3
* QFile: use fileEngine's errorString() instead of errno/GetLastError()Ritt Konstantin2009-08-213-29/+61
* QFSFileEngine: fix inverted logic for return valuesRitt Konstantin2009-08-211-5/+5
* Oops: fix compilerSupportsFlag: must return $ret, not $?Thiago Macieira2009-08-211-1/+1
* Execute some small performance improvements in QProcessEnvironmentThiago Macieira2009-08-212-5/+11
* Document the new QProcessEnvironment classThiago Macieira2009-08-212-3/+166
* Remove the xxxRaw versions of the QProcessEnvironment functions.Thiago Macieira2009-08-212-30/+2
* Add the reason for a process's failure to start to the errorStringThiago Macieira2009-08-211-1/+4
* Add a new class for handling a process's environment variables.Thiago Macieira2009-08-217-86/+300
* Improved a QGesture api a little bit.Denis Dzyubenko2009-08-216-63/+88
* Improved the QPanGesture implementation.Denis Dzyubenko2009-08-211-16/+18
* Fixed gesture handling on Windows when there are no alien widgetsDenis Dzyubenko2009-08-211-4/+13
* Dont create native windows when setting up gestures.Denis Dzyubenko2009-08-213-64/+82
* Doc - Clarified the use of layoutChanged() in relation to persistentKavindra Devi Palaraja2009-08-211-1/+10
* 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