summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Ensure that printer orientation is preservedTitta Heikkala2012-08-301-2/+15
* Logging: Remove mutex for OutputDebugStringKai Koehne2012-08-302-16/+0
* Fixes possible memory leak in QContiguousCacheFabian Bumberger2012-08-301-2/+4
* QVarLengthArray: C++11-ify insert/erase signaturesMarc Mutz2012-08-302-10/+10
* QString::append: add (const QChar*, int len) overloadMarc Mutz2012-08-302-0/+19
* Document how to remove a QGraphicsEffect.Richard Moore2012-08-291-1/+2
* Fixed the QTreeView expansion/collpasing when animatedThierry Bastian2012-08-291-2/+6
* Made QImage::fill(uint pixel) for RGB888 accept QRgb values.Samuel Rødal2012-08-292-4/+4
* Added OpenGL example and documentation.Samuel Rødal2012-08-291-4/+13
* Ensure child items are updated even if the parent item has no contentAndy Shaw2012-08-291-1/+2
* 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-295-0/+48
* 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
* 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
* doc: fix linksFrederik Gladhorn2012-08-281-1/+1
* Fix qdoc link.Frederik Gladhorn2012-08-281-1/+1
* QSharedPointer: make QT_SHAREDPOINTER_TRACK_POINTERS work with QObjectsGiuseppe D'Angelo2012-08-281-2/+2
* 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-286-9/+9
* Add graphicsview documentation overview.Frederik Gladhorn2012-08-281-0/+557
* Fix qdoc errors in PrinterInfo.Frederik Gladhorn2012-08-281-2/+1
* Add automatic metatype registration for invokable methods.Stephen Kelly2012-08-284-11/+78
* Add automatic metatype registration for Q_PROPERTY types.Stephen Kelly2012-08-285-9/+113
* Handle invalid dates properly for QDataStream versions < 5.Mitch Curtis2012-08-281-1/+2
* Deprecate qWaitForWindowShown QWidget* overload since 5.0.Stephen Kelly2012-08-271-2/+2
* 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
* qcompilerdetection.h: set Q_DECL_OVERRIDE/Q_DECL_FINAL for 2005 <= MSVC <= 2010Marc Mutz2012-08-271-3/+18