summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use a QFunctionPointer for getProcAddress()Casper van Donderen2011-10-172-10/+3
* Replace Q_WS_WIN by Q_OS_WIN in uic/network.Friedemann Kleint2011-10-173-7/+3
* Add a warning and a return value to xcb's createGLPlatformContextLaszlo Agocs2011-10-171-0/+2
* Do not fail user time window creation when xcb is using xlibLaszlo Agocs2011-10-172-2/+8
* Less friends is good, at least for C++ code :)Lars Knoll2011-10-172-3/+0
* QHttpNetworkConnection: fix compile warningMartin Petersson2011-10-141-2/+2
* Add QGlyphRun::SplitLigature flagEskil Abrahamsen Blomfeldt2011-10-143-28/+49
* Disable ELF interpreter check when cross-compilingHarald Fernengel2011-10-141-1/+1
* Avoid using 0 as the default winId in QPlatformWindow.Laszlo Agocs2011-10-141-1/+8
* Make the window active in eglfs and minimal plaform plugins.Laszlo Agocs2011-10-142-2/+6
* Remove commented out reference to QShortcutMapLars Knoll2011-10-141-9/+0
* Remove dependencies of QShortcutMap onto widgetsLars Knoll2011-10-148-43/+57
* Accessibility plugin for mac and xcb.Frederik Gladhorn2011-10-145-1/+25
* Fix OpenGL on Harmattan showing only the first frame.Jocelyn Turcotte2011-10-141-0/+14
* Calculate an area in the touchscreen qpa plugin.Laszlo Agocs2011-10-132-3/+6
* Remove Q_WS_ and Q_OS_SYMBIAN from QtGui.Friedemann Kleint2011-10-1374-2611/+5
* Fix struct/class mismatch.Friedemann Kleint2011-10-131-3/+4
* Cocoa: Update QPlatformWindow geometry on moveMorten Sorvig2011-10-131-0/+1
* Migrate the touchscreen generic qpa plugin to QWindow.Laszlo Agocs2011-10-131-4/+5
* QNetworkAccessManager: hostInfo lookup should use proxy if setMartin Petersson2011-10-121-2/+10
* Fix construction races in QtNetworkShane Kearns2011-10-111-5/+10
* Windows: Adapt to new Lighthouse APIFriedemann Kleint2011-10-116-55/+103
* Move input panel visibility ownership from QInputPanel to QPlatformInputContextJoona Petrell2011-10-116-16/+66