summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Made QImage::fill(uint pixel) for RGB888 accept QRgb values.Samuel Rødal2012-08-295-7/+28
* Added OpenGL example and documentation.Samuel Rødal2012-08-2910-5/+612
* Ensure child items are updated even if the parent item has no contentAndy Shaw2012-08-294-1/+86
* Document obsolete functions in QImage to silence qdoc errors.Jason Barron2012-08-291-0/+44
* Fix mistake in docs. Return type should be QSurfaceFormatJason Barron2012-08-291-1/+1
* Add support for explicit TLS 1.1 and 1.2Brendan Long2012-08-296-5/+87
* Blackberry: Fix QFileSystemEngine::tempPath()Thomas McGuire2012-08-291-2/+5
* SSL: remove unneeded volatile qualificationsMarc Mutz2012-08-291-2/+2
* QNativeWifiEnginePlugin: replace a volatile bool with an atomic intMarc Mutz2012-08-291-4/+4
* QDnsLookupRunnable: replace a volatile bool with an atomic intMarc Mutz2012-08-291-4/+4
* QHostInfo: replace a volatile bool with an atomic intMarc Mutz2012-08-292-8/+10
* 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