summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Fix QTemporaryFile regressions and new found issuesJoão Abecasis2011-10-212-50/+36
* Use "native paths" on POSIX platforms as wellJoão Abecasis2011-10-211-27/+3
* Cleanup #includesJoão Abecasis2011-10-211-2/+0
* Atomic implementation of create file and obtain handle for Win/SymbianJoão Abecasis2011-10-212-60/+122
* Minimize encoding conversions when generating unique file nameJoão Abecasis2011-10-211-15/+54
* Use QStringBuilder when copying template for modificationJoão Abecasis2011-10-211-15/+47
* Make Symbian follow Windows code in temporary path generationJoão Abecasis2011-10-211-8/+5
* Encapsulate pointer manipulations to createFileTemplate functionJoão Abecasis2011-10-211-15/+18
* Widgets: Remove Q_WS_QPA and qpa-sections from .pro files.Friedemann Kleint2011-10-2129-763/+60
* [directfb] Implement grab/ungrab of keyboard/pointerHolger Hans Peter Freyther2011-10-212-0/+26
* [directfb] Remove grabbing of the pointer on inputHolger Hans Peter Freyther2011-10-211-5/+0
* [directfb] Implement QPixmap::fromFile using DirectFB routinesHolger Hans Peter Freyther2011-10-212-0/+114
* [directfb] Prepare to select the alpha/opaque pixel formatsHolger Hans Peter Freyther2011-10-212-2/+21
* [directfb] Manage the font database with a QScopedPointerHolger Hans Peter Freyther2011-10-212-2/+2
* [directfb] Remove some duplication in the QDirectFbBlitter c'tor.Holger Hans Peter Freyther2011-10-211-8/+11
* directfb: Initialize m_dfb after DirectFBInit has been calledHolger Hans Peter Freyther2011-10-211-2/+4
* [directfb] Introduce the QDirectFBPointer from QWS/gfxdriversHolger Hans Peter Freyther2011-10-2114-93/+126
* [directfb] Make QDirectFBInput a QThread to allow proper exitsHolger Hans Peter Freyther2011-10-213-29/+18
* [directfb] Use QScopedPointer to manage heap allocated objectsHolger Hans Peter Freyther2011-10-217-33/+16
* [directfb] Fix memory leak when passing arguments to directFBHolger Hans Peter Freyther2011-10-211-0/+3
* [directfb] Do not call a pure virtual functionHolger Hans Peter Freyther2011-10-211-2/+0
* [directfb] Rename class from WindowSurface to BackingStoreHolger Hans Peter Freyther2011-10-215-17/+17
* [blitter] Work on tst_QPixmap::clear()Holger Hans Peter Freyther2011-10-214-16/+45
* Fix compilation on HarmattanSimon Hausmann2011-10-211-9/+3
* [blitter] Generate a new serial number when resizing the pixmapHolger Hans Peter Freyther2011-10-211-0/+1
* Testlib: Fixed compilation with MSVC.Friedemann Kleint2011-10-211-0/+9
* Fix compiler warnings when using QT_DEPRECATEDSergio Ahumada2011-10-211-0/+2
* Remove mtdev dependency from the touchscreen QPA plugin.Laszlo Agocs2011-10-216-142/+145
* qmake: Replace Q_WS_WIN by Q_OS_WINFriedemann Kleint2011-10-212-2/+2
* Use QBasicAtomicInt as a static variableShane Kearns2011-10-211-4/+4
* Expand QT_TR_NOOP("str") to "str", not ("str").Jan-Arve Saether2011-10-211-4/+4
* Fix some compiler warnings on MacSergio Ahumada2011-10-212-1/+3
* Make testlib use #include consistently.Jason McDonald2011-10-2122-85/+81
* Fix shadow build error for qmltestCharles Yin2011-10-211-1/+1
* Fix misleading comment on test execution order.Jason McDonald2011-10-211-1/+1
* Update QSKIP documentation.Jason McDonald2011-10-211-9/+17
* Remove SkipMode parameter from QSKIP calls.Jason McDonald2011-10-21132-654/+569
* Remove QTest::SkipMode from qtestlib API.Jason McDonald2011-10-2122-64/+75
* Fix FTP example to handle failure to open network sessionShane Kearns2011-10-202-24/+35
* FTP - fix interoperability issues with SIZE commandShane Kearns2011-10-201-2/+2
* Teach syncqt to handle multiple %moduleheaders directoriesTor Arne Vestbø2011-10-201-135/+142
* Moved tests into integrationtests/ and widgets/Jo Asplin2011-10-20765-238/+270
* Add the ability to enable various SSL bug workarounds.Richard Moore2011-10-209-9/+206
* ret is an "internal" path, no need to re-process itJoão Abecasis2011-10-201-1/+1
* We prefer capitalized drive letters, make it so soonerJoão Abecasis2011-10-201-2/+3
* Avoid spurious detaching in QDir::to/fromNativeSeparatorsJoão Abecasis2011-10-201-10/+28
* Fix tst_qsocketnotifierShane Kearns2011-10-201-44/+1
* Generate dependencies for moc_ style includes when using CONFIG+=GNUmakeTor Arne Vestbø2011-10-201-1/+2
* Revert "Update V8"Kent Hansen2011-10-2024-1567/+2702
* Make foreground and backgroundColor proper functions.Frederik Gladhorn2011-10-204-15/+32