summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix usage of QtConcurrent headers with -Wshadow -WerrorDavid Faure2011-11-041-2/+2
* Windows: Add dialog helpers for native dialogs.Friedemann Kleint2011-11-049-0/+1506
* Revert "Avoid fontconfig access in fontEngine creation"Jiang Jiang2011-11-042-25/+43
* Improve QtGui start-up time and memory use.Samuel Rødal2011-11-043-61/+98
* Revert "Use standard spelling for two languages"Lars Knoll2011-11-042-49/+49
* QStandardPaths: add DownloadLocation.David Faure2011-11-045-3/+13
* Do not put cursor at non-stop character positionsJiang Jiang2011-11-041-0/+3
* Release font engine refcount when done using it in QTextEngineJiang Jiang2011-11-043-5/+12
* Use standard spelling for two languagesJiang Jiang2011-11-042-49/+49
* QWidgets: Delayed creation of the QPlatformDialogHelper.Friedemann Kleint2011-11-044-41/+52
* Add QT_MODULE(Gui) macroSergio Ahumada2011-11-031-0/+2
* QtGui: Fix compilation with gcc 4.4Friedemann Kleint2011-11-036-52/+101
* Fixed returned geometry of toplevel child widgetsOliver Wolff2011-11-031-11/+9
* QThread::isFinished should return true from finished()Olivier Goffart2011-11-031-2/+2
* Enable deprecated feature for nowOlivier Goffart2011-11-031-2/+3
* Renamed QTextLayout member variable for readabilityPekka Vuorela2011-11-032-39/+39
* Documented side-effect of QTextLayout::setPreeditArea()Pekka Vuorela2011-11-031-1/+2
* Fix getting of enviroment strings in testlibJason McDonald2011-11-031-5/+5
* QStandardPaths: fix encoding of XDG_CONFIG_HOME env varDavid Faure2011-11-021-1/+1
* Adding custom bezier easing curves to QEasingCurveThomas Hartmann2011-11-022-6/+541
* Windows platform plugin: Fix compiler warnings.Friedemann Kleint2011-11-022-3/+2
* Use C++11 static_assertOlivier Goffart2011-11-021-0/+10
* Silence warning from clang: semicolon before method body is ignoredBradley T. Hughes2011-11-021-5/+5
* Disable warnings while building QtV8Bradley T. Hughes2011-11-021-0/+1
* Testlib: Remove remains of qpa.Friedemann Kleint2011-11-021-4/+4
* Silence warning from clangBradley T. Hughes2011-11-011-1/+1
* Fix broken build.Jędrzej Nowacki2011-11-011-2/+2
* Add Q_PROPERTY declarations to QScreen.Samuel Rødal2011-11-012-19/+62
* Tentatively keep operator=(const QAtomic* &other)Bradley T. Hughes2011-11-011-2/+0
* qeventdispatcher_win: Fix warnings about QAtomicInt.Friedemann Kleint2011-11-011-2/+2
* Revert "Fix use of qMax() with floating point constants"Sergio Ahumada2011-11-012-3/+3
* 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