summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* QStyleSheetStyle: Fix (!a != b)Tobias Hunger2013-09-021-1/+1
* QDoc: Fix (!a == b) bugTobias Hunger2013-09-022-2/+2
* QDbus: Fix (!a == b) comparisonTobias Hunger2013-09-021-1/+1
* Revert Mac event loop changes.Morten Johan Sørvig2013-09-0217-401/+365
* Graphicsview: Simplify codeTobias Hunger2013-09-021-4/+1
* Fix last warning of qtbase with GCC.Thiago Macieira2013-08-311-1/+1
* Improve QBitArray's construction performance a littleThiago Macieira2013-08-311-5/+4
* Add a construction note on why QBitArray has a +1 everywhereThiago Macieira2013-08-311-0/+14
* Fix corner-case counting of bits in QBitArray::count(bool)Thiago Macieira2013-08-311-3/+3
* Remove workarounds to old GCC bugs we had encountered on IRIXThiago Macieira2013-08-312-30/+0
* QPainter: Fix (!a == b) bugTobias Hunger2013-08-311-2/+2
* add QProcess::nullDevice()Oswald Buddenhagen2013-08-302-0/+29
* QTreeView - fix next focus when there is no current indexThorbjørn Martsum2013-08-301-2/+2
* [2/2] Update bundled HarfBuzz-NG sources up to 0.9.20Konstantin Ritt2013-08-302-0/+5
* [1/2] Update bundled HarfBuzz-NG sources up to 0.9.20Konstantin Ritt2013-08-3018-440/+662
* Fix warning about class/struct mismatchTobias Hunger2013-08-301-2/+3
* Doc: Enable documentation for QScopedPointer's rvalue ref functionsTopi Reinio2013-08-301-3/+1
* qdoc: Enable support for rvalue references in function signaturesTopi Reinio2013-08-301-1/+5
* Cocoa: Fix QFontDialog, QColorDialog auto-testsGabriel de Dietrich2013-08-295-8/+31
* Make Qt process native and timer events on Cocoa applicationsGabriel de Dietrich2013-08-291-10/+0
* Make QGuiApplication::exec() run within NSApplicationMain()Gabriel de Dietrich2013-08-2912-347/+370
* QFileDialog: add MIME Type filtersDavid Faure2013-08-295-0/+99
* Port uic to QCommandLineParserDavid Faure2013-08-291-79/+60
* Port rcc to QCommandLineParser.David Faure2013-08-291-98/+90
* QDateTime - Extend fromMSecsSinceEpoch APIJohn Layt2013-08-292-10/+64
* QDateTime - Improve and expose Qt::OffsetFromUtcJohn Layt2013-08-285-151/+349
* Remove Maliit input context.Robin Burchell2013-08-2812-1438/+1
* Android: added ApplicationState capability.Yoann Lopes2013-08-288-0/+64
* QButtonGroup - add buttonToggled signalsThorbjørn Martsum2013-08-284-2/+39
* Add QCommandLineParser to the bootstrap libDavid Faure2013-08-281-0/+2
* Enable DWM transparency for OpenGL windows under WindowsGiuseppe D'Angelo2013-08-285-0/+86
* Don't compare const_iterator with iterator.Stephen Kelly2013-08-271-2/+2
* Add stripped version of HarfBuzz-NG 0.9.19 sources to 3rdpartyKonstantin Ritt2013-08-2784-0/+33805
* Make it possible to build HarfBuzz-NG in QtKonstantin Ritt2013-08-2715-0/+148
* Add operator[] to QVectorND classesSean Harmer2013-08-276-0/+102
* Add QJsonValue::toInt().Mitch Curtis2013-08-272-0/+15
* QMessageBox - move informative+details text to new layout functionThorbjørn Martsum2013-08-271-39/+47
* Move the creation of QElapsedTimer out of the inner function in QMutexThiago Macieira2013-08-271-21/+5
* Don't try to detect the CPUID instruction if we're compiling for PentiumThiago Macieira2013-08-271-1/+1
* QAIV - Fix scollbars with ScrollPerPixel to scroll 1 pixel.Thorbjørn Lund Martsum2013-08-263-7/+7
* qdoc: Fixed the relative link to installdir problemMartin Smith2013-08-261-1/+2
* Long live QCommandLineParser!David Faure2013-08-248-1/+1594
* Remove use of QFlag in the SQL driversThiago Macieira2013-08-242-23/+23
* QLinkedList - fix insert with iterator when the list is shared.Thorbjørn Martsum2013-08-241-0/+3
* QList - fix insert with iterator on shared instanceThorbjørn Martsum2013-08-241-1/+5
* QLinkedList - fix erase with iterator when the list is shared.Thorbjørn Martsum2013-08-241-2/+32
* QList - fix QList::erase when the list is sharedThorbjørn Martsum2013-08-241-0/+15
* QMap - fix erase with iterator when the map is sharedThorbjørn Martsum2013-08-241-0/+21
* QHash/QSet - fix QHash::erase when the hash is sharedThorbjørn Martsum2013-08-241-0/+16
* QThreadPool: fix counting of waiting threadsDavid Faure2013-08-241-2/+8