summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [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
* Move the non-atomic and implicit functions from QBasicAtomicXXXThiago Macieira2011-10-203-85/+66
* Remove unused variable from qdbusintegrator.cpp.Jędrzej Nowacki2011-10-201-2/+0
* Use fromLocal8Bit for reversing toLocal8BitJoão Abecasis2011-10-201-1/+1
* Don't convert template's path separators againJoão Abecasis2011-10-201-1/+1
* Changed if/if/else/if/eleven chain to switchJoão Abecasis2011-10-201-15/+22
* Modulus of negative dividends is undefined or negativeJoão Abecasis2011-10-201-1/+1
* Mark the most important MSAA functions as "moz: [important]"Jan-Arve Saether2011-10-201-0/+20
* Add files from qtdoc for documentation modularization.Casper van Donderen2011-10-20188-0/+204
* Move a11y inspector from tools to util.Morten Sorvig2011-10-2013-1/+1
* Update keyToValue and keysToValue in QMetaEnumLiang Qi2011-10-193-28/+87
* Fixed missing return statement in QPrintSupportKevin Simons2011-10-191-1/+1