summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Exclude the examples/widgets/doc dir for all but widgets.Frederik Gladhorn2012-08-2910-0/+20
* test: Mark tst_qtextboundaryfinder::generateDataFromFile() with internal buildSergio Ahumada2012-08-291-1/+1
* Let qdoc respect excludedirs for examples.Frederik Gladhorn2012-08-293-5/+4
* Don't do path conversions on isEmpty()João Abecasis2012-08-291-2/+1
* Use QString for user-visible stringsJoão Abecasis2012-08-291-1/+1
* Revert "Fix transformation in eglfs backingstore"Jon Trulson2012-08-291-2/+2
* wrap the implementation with NO_SETTINGS macroJing Bai2012-08-291-0/+3
* documentation: grammar nitpickMark Brand2012-08-291-3/+3
* Drawing fix for overlay scrollbars on Mac.Christoph Schleifenbaum2012-08-291-1/+1
* qplatformclipboard.h does not need qplatformdefs.h, so removeThiago Macieira2012-08-291-1/+1
* Use qualified name for QT_MOC_EXPORT_PLUGIN()Lukas Geyer2012-08-291-1/+1
* Harfbuzz: fix build with NO_OPENTYPE macro definedKonstantin Ritt2012-08-294-2/+7
* Plugin metadata is now updated in setFileName(), not load().Lukas Geyer2012-08-293-6/+16
* Removed extra detach calls from QJsonArray::takeAtDenis Dzyubenko2012-08-291-6/+1
* Fix missing cleanup of native Cocoa menus.James Turner2012-08-282-0/+11
* Fix warning when compliling with -Wconversion.Frederik Gladhorn2012-08-281-2/+2
* Fix doc errors.Frederik Gladhorn2012-08-284-11/+3
* 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