summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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-211-19/+19
* Remove QTest::SkipMode from qtestlib API.Jason McDonald2011-10-213-41/+18
* FTP - fix interoperability issues with SIZE commandShane Kearns2011-10-201-2/+2
* Add the ability to enable various SSL bug workarounds.Richard Moore2011-10-207-9/+102
* 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
* Revert "Update V8"Kent Hansen2011-10-2020-1504/+2702
* Make foreground and backgroundColor proper functions.Frederik Gladhorn2011-10-204-15/+32
* Move the non-atomic and implicit functions from QBasicAtomicXXXThiago Macieira2011-10-202-84/+65
* 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
* Move a11y inspector from tools to util.Morten Sorvig2011-10-201-1/+1
* Update keyToValue and keysToValue in QMetaEnumLiang Qi2011-10-192-10/+34
* Fixed missing return statement in QPrintSupportKevin Simons2011-10-191-1/+1
* Windows: Fix Geometry, OpenGL formatsFriedemann Kleint2011-10-192-10/+41
* Update V8Aaron Kennedy2011-10-1920-2702/+1504
* Refactor QAccessibleActionInterface.Frederik Gladhorn2011-10-1917-693/+341
* Introduce Q_STATIC_ASSERTJędrzej Nowacki2011-10-191-0/+9
* Metatype: Silence MSVC warnings about unused variables.Friedemann Kleint2011-10-191-6/+6
* Widgets: Fix a startup crash in QSplashScreen (Linguist).Friedemann Kleint2011-10-191-2/+3
* Fix "may be used uninitialized" compiler warning.Morten Sorvig2011-10-191-1/+1
* Provide API for "placement new" construction of meta-typesKent Hansen2011-10-194-21/+557
* Widgets: Remove Symbian-specific code.Friedemann Kleint2011-10-1989-21772/+2
* Destroy generic plugins on exit.Laszlo Agocs2011-10-192-0/+9
* Remove DEPENDS_ON from qtestlib API.Jason McDonald2011-10-191-2/+0
* Move QTRY_VERIFY/QTRY_COMPARE into testlib.Jason McDonald2011-10-192-2/+66
* Remove QTEST_NOOP_MAIN from qtestlib API.Jason McDonald2011-10-192-20/+0
* Remove Sensors and Location related macros/defines from qglobal.h.alex2011-10-191-26/+0
* Cocoa: Add initial accessibility implementation.Morten Sorvig2011-10-198-4/+599
* Windows platform: Improve Open GL.Friedemann Kleint2011-10-189-71/+155
* QSurfaceFormat: Use version in comparison and debug, fix setter.Friedemann Kleint2011-10-181-5/+13
* Make some more methods privateLars Knoll2011-10-181-9/+7
* make fromWCharArray() and toWCharArray() inlinedKonstantin Ritt2011-10-182-27/+25
* Move QShortcutMap to QtGuiLars Knoll2011-10-188-11/+5
* Move the widget dependent code away from the shortcutmapLars Knoll2011-10-184-225/+218
* Do not call swapBuffers when surfaceHandle is NULL.Laszlo Agocs2011-10-181-1/+3
* Remove stale documentation.Casper van Donderen2011-10-1821-565/+31
* Remove Q_WS_ in text codecs.Friedemann Kleint2011-10-1812-34/+34
* OpenGL: Remove Q_WS_ defines.Friedemann Kleint2011-10-186-76/+0
* Fix TouchEnd events not being received on Harmattan.Jocelyn Turcotte2011-10-171-2/+3
* Add multipoint touch support for Harmattan to the xcb platform plugin.Jocelyn Turcotte2011-10-175-0/+384
* Fix TouchPoint::lastPos() after TouchPointStationary only events.Jocelyn Turcotte2011-10-171-1/+5
* Fix scaled text rendering with the raster paint engine & FreeTypeSimon Hausmann2011-10-171-0/+7