summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix constant false comparison of out-of-range enumsThiago Macieira2013-09-071-3/+3
* Reimplement qBinaryFind in terms of std::lower_boundGiuseppe D'Angelo2013-09-071-2/+3
* QDateTime - Change debug output to ISO FormatJohn Layt2013-09-063-4/+25
* Move the preprocessor iterator for Qt smart pointers with the others.Stephen Kelly2013-09-061-8/+10
* Make the automatic 1arg and 2arg metatype macros work with namespaced Qt.Stephen Kelly2013-09-062-4/+38
* Fix the automatic declaration of smart pointer types.Stephen Kelly2013-09-062-6/+60
* Windows: Added support for large icons to QFileIconProvider.Friedemann Kleint2013-09-063-6/+81
* Remove qFind usages from the XCB pluginGiuseppe D'Angelo2013-09-062-10/+13
* Remove qSort usages from the Cocoa helpersGiuseppe D'Angelo2013-09-061-1/+3
* Remove unused check_gradient functionThiago Macieira2013-09-061-6/+0
* Fix new change-of-sign warning detected by ICC 14.Thiago Macieira2013-09-061-1/+1
* Add C++11 features supported by the Intel Compiler 14.0Thiago Macieira2013-09-061-0/+9
* Remove qSort usages from QtDBusGiuseppe D'Angelo2013-09-061-1/+1
* QDateTime - Documentation clean-upsJohn Layt2013-09-061-27/+33
* QDateTime - Clean up Qt::DateFormat formatting and parsingJohn Layt2013-09-063-315/+341
* QDateTime - Remove incorrect year range checkJohn Layt2013-09-061-6/+0
* QDateTime - Switch to using the QLocale date formatterJohn Layt2013-09-052-254/+16
* QLocale - Improve date formatterJohn Layt2013-09-053-77/+163
* Remove qFill from the Windows XP styleGiuseppe D'Angelo2013-09-051-1/+1
* Remove qFill from the Windows platform pluginGiuseppe D'Angelo2013-09-053-9/+15
* Remove deprecated QtAlgorithms calls from QtGuiGiuseppe D'Angelo2013-09-0513-24/+44
* add QProcess::InputChannelModeOswald Buddenhagen2013-09-057-17/+94
* add QProcess::Forwarded{Output,Error}ChannelOswald Buddenhagen2013-09-056-15/+79
* make the pipe setup code less convolutedOswald Buddenhagen2013-09-051-16/+21
* never create a console for command line tools launched from gui appsOswald Buddenhagen2013-09-051-3/+6
* Remove qSort from QtWidgetsGiuseppe D'Angelo2013-09-057-11/+20
* Remove deprecated QtAlgorithms calls from the compose inputcontextGiuseppe D'Angelo2013-09-052-2/+6
* Change QXcbConnection::atom() to be inline.Friedemann Kleint2013-09-052-6/+1
* qdoc: Removed declared but undefined member functionMartin Smith2013-09-051-1/+0
* Remove deprecated algorithms usage from itemviewsGiuseppe D'Angelo2013-09-054-8/+10
* Fix warning about unused variable.Friedemann Kleint2013-09-051-1/+1
* QVariant: Make it possible to extract a QObject* from a wrapper without conve...Stephen Kelly2013-09-052-1/+4
* QVariant: Don't crash when doing user-defined conversion to QObject*Stephen Kelly2013-09-052-0/+38
* QVariant::canConvert: Use the old type when checking for QObject* conversion.Stephen Kelly2013-09-051-1/+1
* Simplify the smart pointer metatype templateStephen Kelly2013-09-051-17/+6
* Doc: Get QDoc to list the QT variable for namespaces.Jerome Pasion2013-09-051-13/+14
* fix warnings - qprocess needs a qcoreapp instanceOswald Buddenhagen2013-09-051-1/+4
* remove redundant forwardedChannels() testOswald Buddenhagen2013-09-051-21/+0
* make error reporting in forwardedChannelsOutput test more usefulOswald Buddenhagen2013-09-052-6/+16
* micro-optimization/-clarificationOswald Buddenhagen2013-09-051-4/+4
* remove redundant conditionOswald Buddenhagen2013-09-051-3/+2
* Remove undesired pixel padding of glyphs on windows.Gunnar Sletta2013-09-051-4/+4
* Rely solely on alphaMapBoundingBox in QTextureGlyphCacheGunnar Sletta2013-09-055-12/+44
* qimagereader: fix build on iOSRichard Moe Gustavsen2013-09-051-1/+1
* qpluginloader: fix static build (on iOS)Richard Moe Gustavsen2013-09-051-0/+2
* Make tst_qalgorithms compliant with the StandardGiuseppe D'Angelo2013-09-051-0/+7
* Compile fix in qxcbwindowhjk2013-09-051-1/+1
* Fix Clang 3.3 warning on using an undefined inline functionThiago Macieira2013-09-051-12/+16
* Revert "Implement move-ctor and move-assignment-op for QScopedPointer"Stephen Kelly2013-09-054-194/+0
* Add an advisory interruption mechanism to QThread.Corentin Jabot2013-09-056-1/+107