summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Move address book example images to proper location.Frederik Gladhorn2012-08-286-0/+0
* Add missing examples from doc repo.Frederik Gladhorn2012-08-282-0/+85
* doc: fix linksFrederik Gladhorn2012-08-283-4/+4
* Fix qdoc link.Frederik Gladhorn2012-08-281-1/+1
* QSharedPointer: make QT_SHAREDPOINTER_TRACK_POINTERS work with QObjectsGiuseppe D'Angelo2012-08-282-2/+9
* Don't attempt to test DBus on QNX.Stephen Kelly2012-08-281-1/+1
* Forward the CMAKE_TOOLCHAIN_FILE to tests.Stephen Kelly2012-08-281-2/+2
* Find example images for widget docs.Frederik Gladhorn2012-08-281-1/+2
* doc: remove links to Qt DesignerFrederik Gladhorn2012-08-287-12/+12
* Add graphicsview documentation overview.Frederik Gladhorn2012-08-281-0/+557
* Fix qdoc errors in PrinterInfo.Frederik Gladhorn2012-08-281-2/+1
* beautify string operationsOswald Buddenhagen2012-08-282-5/+4
* micro-optimize: use POD-initializable lists of variable namesOswald Buddenhagen2012-08-2810-42/+42
* remove unused checkMultipleDefinition()Oswald Buddenhagen2012-08-282-24/+0
* remove dead variable assignmentsOswald Buddenhagen2012-08-284-5/+0
* de-duplicate codeOswald Buddenhagen2012-08-281-26/+18
* cmake: use .exe suffix only on WindowsPeter Kümmel2012-08-281-1/+1
* Fix CMake file INSTALLS with debug_and_release configurations.Stephen Kelly2012-08-282-4/+4
* Add automatic metatype registration for invokable methods.Stephen Kelly2012-08-285-11/+312
* Add automatic metatype registration for Q_PROPERTY types.Stephen Kelly2012-08-286-9/+285
* Handle invalid dates properly for QDataStream versions < 5.Mitch Curtis2012-08-282-1/+63
* Fix some warnings in tests.Friedemann Kleint2012-08-282-3/+3
* 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