summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Remove S60/symbian specific code in plugins/bearerLiang Qi2011-11-0111-3617/+0
* Use QAtomicInt::store() instead of operator=(int)Bradley T. Hughes2011-11-011-2/+2
* Fixes to the ibus input contextLars Knoll2011-11-012-4/+35
* Remove S60/symbian specific code in corelib/archLiang Qi2011-11-0114-7469/+1
* HTTP proxy engine - accept standard Connection headerShane Kearns2011-10-311-0/+4
* SSL documentation: correct enum namePeter Hartmann2011-10-311-1/+1
* Update enums in documentation.Casper van Donderen2011-10-311-1/+2
* Remove Symbian support from bind enum documentation.Robin Burchell2011-10-311-7/+0
* Move support for socket binding from QUdpSocket upstream to QAbstractSocket.Robin Burchell2011-10-314-171/+151
* Set localAddress and localPort on socket binding.Robin Burchell2011-10-312-0/+6
* Remove declaration of QRasterPlatformPixmap::fromFile()Bradley T. Hughes2011-10-311-1/+0
* Move QPrinter::init() to QPrinterPrivate::init()Bradley T. Hughes2011-10-313-14/+13
* Re-added hellogl_es and ES 1 support for QOpenGLContext.Samuel Rødal2011-10-314-6/+10
* QRecursiveMutexPrivate should not inherit from QMutexPrivateOlivier Goffart2011-10-317-49/+55
* Rename QBasicMutex::d to QBasicMutex::d_ptrOlivier Goffart2011-10-313-26/+26
* Add missing include when enabling deprecated codeOlivier Goffart2011-10-311-0/+4
* Gui/OpenGL: Remove remains of qpa from profiles.Friedemann Kleint2011-10-313-71/+47
* Fix most warnings about assignments of QAtomicInt.Friedemann Kleint2011-10-3120-66/+52
* Correctly handle null windows or widgets in keyClick()Lars Knoll2011-10-311-0/+11
* Fix use of qMax() with floating point constantsSergio Ahumada2011-10-302-3/+3
* moc: support c++11 style enumsOlivier Goffart2011-10-293-4/+15
* Remove S60/symbian specific codeLars Knoll2011-10-2957-51780/+5
* Remove symbian threading primitive.Olivier Goffart2011-10-286-928/+3
* Correct dependencies for the platformsupport libraryLars Knoll2011-10-281-0/+1
* Remove stuff related to obsolete platformsLars Knoll2011-10-281-14/+0
* Remove Windows and X11 from src/widgets/platforms.Robin Burchell2011-10-2876-52687/+7
* Examples, plugins: Remove remains of qpa in profiles.Friedemann Kleint2011-10-281-5/+1
* Mark QAtomic* implicit cast and other operators as deprecatedBradley T. Hughes2011-10-281-0/+13
* Get rid of legacy glTexParameterf calls.Samuel Rødal2011-10-287-67/+49
* Update qmltest usage helpCharles Yin2011-10-281-2/+3
* Freetype: Do not unlock face when returning superclass value in lockedAlphaMa...Oliver Wolff2011-10-281-1/+0
* Replace implicit QAtomic* casts with explicit load()/store()Bradley T. Hughes2011-10-2749-143/+140
* Fix compiler warnings.Friedemann Kleint2011-10-2715-40/+25
* Use load() instead of implicit cast when using QueuedConnectionBradley T. Hughes2011-10-271-12/+15
* Move the implementation of normalizeTypeInternal()Bradley T. Hughes2011-10-275-153/+212
* Add QT_BEGIN_HEADER/QT_END_HEADER macrosSergio Ahumada2011-10-271-0/+4
* Compilation fix (cannot assign const pointer to non-const pointer)Bradley T. Hughes2011-10-271-1/+1
* Fixed crash in printsupport on WindowsOliver Wolff2011-10-271-8/+1
* Compile with QT_ENABLE_DEPRECATED_BEFORE set to old version of QtOlivier Goffart2011-10-272-13/+12
* Add QDataStream operators to QMargins, so it can be streamedSteven Ceuppens2011-10-272-0/+49
* Do not call setCursor on Desktop or if there is no platform window.Friedemann Kleint2011-10-271-4/+10
* Use load() when constructing QSimpleCodec's reverse mapBradley T. Hughes2011-10-271-7/+10
* Windows: More fine-grained paint event handling.Friedemann Kleint2011-10-273-5/+15
* Fixed resource leak when setting QProgressBar style sheetTero Ahola2011-10-271-1/+2
* Initial support for MeeGo's input method serverSimon Hausmann2011-10-279-0/+1267
* Add default actions to QAccessibleWidget.Frederik Gladhorn2011-10-277-37/+59
* Native file dialog support for MacMorten Sorvig2011-10-2718-74/+1171
* Unix (non-Glib) event dispatcher: round sleep to millisecond boundary.Thiago Macieira2011-10-271-1/+15
* Cocoa: Set correct child window geometry.Morten Sorvig2011-10-274-31/+14
* Cocoa: Implement propagateSizeHints.Morten Sorvig2011-10-274-0/+28