summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove automatic drive letter lowercasing from Option::fixString()v5.0.0-beta1Miikka Heikkinen2012-08-281-3/+0
* Deprecate qWaitForWindowShown QWidget* overload since 5.0.Stephen Kelly2012-08-271-2/+2
* Make it possible to use static builds of Qt with CMake.Stephen Kelly2012-08-272-41/+35
* cmake: define QT_NO_DEBUG in client release buildsPeter Kümmel2012-08-271-0/+1
* Add some error checking to the qt5_use_modules function.Stephen Kelly2012-08-271-0/+8
* Fix plugin docs regarding location of json files.Stephen Kelly2012-08-271-1/+2
* doc: key -> uicontrolFrederik Gladhorn2012-08-271-1/+1
* qcompilerdetection.h: set Q_DECL_OVERRIDE/Q_DECL_FINAL for 2005 <= MSVC <= 2010Marc Mutz2012-08-271-3/+18
* Make letter spacing APIs in QTextFormat more consistentEskil Abrahamsen Blomfeldt2012-08-273-42/+60
* QNX: Enable pre-compiled header support for QNXSean Harmer2012-08-272-1/+6
* Enable symbol visibility support on QNXSean Harmer2012-08-271-1/+1
* Remove mentioning of Phonon.Frederik Gladhorn2012-08-271-4/+3
* doc: clean up model view overview linksFrederik Gladhorn2012-08-271-12/+10
* Fix limitting shortcuts to keypad onlyJani Honkonen2012-08-272-2/+54
* Update Q_PLUGIN_METADATA docu.Peter Kümmel2012-08-261-1/+6
* QMetaTypeId: optimize qt_metatype_id() in special casesMarc Mutz2012-08-261-48/+50
* QMetaTypeId: optimize qt_metatype_id()Marc Mutz2012-08-261-4/+6
* QSlotObjectBase: make 'impl' and 'ref' privateMarc Mutz2012-08-262-20/+21
* QSlotObjectBase: make Operation enum protectedMarc Mutz2012-08-261-3/+5
* QSlotObjectBase: remove misleading commentMarc Mutz2012-08-261-1/+1
* moc: test slots marked final/override in various waysMarc Mutz2012-08-263-0/+297
* moc: parse classes that use Q_DECL_FINAL|final|sealedMarc Mutz2012-08-264-4/+178
* syncqt: parse classes that use Q_DECL_FINAL|final|sealedMarc Mutz2012-08-261-1/+2
* QtGlobal: document Q_DECL_FINAL and Q_DECL_OVERRIDEMarc Mutz2012-08-261-0/+56
* QtGlobal: remove Q_DECL_FINAL_CLASSMarc Mutz2012-08-262-9/+3
* QVariant: make the HasIsNullMethod check work across all compilers (maybe)Marc Mutz2012-08-261-0/+12
* qcompilerdetection.h: add MSVC 2012 featuresMarc Mutz2012-08-261-0/+7
* qcompilerdetection.h: stream-line MSVC feature detectionMarc Mutz2012-08-261-6/+9
* Small optimisation to recursive mutexesThiago Macieira2012-08-261-2/+2
* blockSignals should block QML signal emission.Michael Brasser2012-08-261-3/+3
* QUrl: port thread-safety autotest from Qt4.David Faure2012-08-263-1/+94
* QFileSystemModel: remove incorrect #ifndefMarc Mutz2012-08-261-2/+0
* HarfBuzz: fix unused parameter / variable warningsMarc Mutz2012-08-251-2/+5
* Fix infinite recursion while dragging toolbar of QMainWindow.Markku Heikkila2012-08-252-3/+61
* explain specifically how to make a transparent windowShawn Rutledge2012-08-251-2/+10
* OSX: Drag and Drop QMimeData.Christoph Schleifenbaum2012-08-251-4/+17
* doc: Fix doc warnings for qtextlayout.cppEskil Abrahamsen Blomfeldt2012-08-251-3/+7
* doc: Fix several text-related qdoc warningsEskil Abrahamsen Blomfeldt2012-08-2510-39/+87
* filter standard paths from mysql_config & pg_configOswald Buddenhagen2012-08-251-5/+65
* Split the futexFlags() function in two: a hot and a cold pathThiago Macieira2012-08-251-18/+26
* Mark mutex locking and unlocking functions with noexceptThiago Macieira2012-08-257-33/+37
* Add a way for QtDBus to force a call to dbus_shutdownThiago Macieira2012-08-252-3/+17
* Print some debugging from QDBusConnection when disconnectingThiago Macieira2012-08-251-0/+1
* Do not build qpa/gui dependant plugins in no-gui modeJ-P Nurmi2012-08-251-3/+1
* src.pro: remove redundant & incorrect platformsupport dependencyJ-P Nurmi2012-08-251-1/+1
* Use nanosleep instead of pthread_cond_timedwait for thread sleepingThiago Macieira2012-08-254-40/+36
* Improve docs.Frederik Gladhorn2012-08-251-129/+5
* Don't define QT_NO_ICONV on Windows: that comes from qconfig.hThiago Macieira2012-08-251-1/+1
* Add qiterator.h to tools.priThiago Macieira2012-08-251-0/+1
* QDBusMetaType: #if -> #ifdef QT_BOOTSTRAPPEDMarc Mutz2012-08-251-1/+1