summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [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-302-2/+7
* Cocoa: Fix QFontDialog, QColorDialog auto-testsGabriel de Dietrich2013-08-297-25/+42
* 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-2913-347/+384
* QFileDialog: add MIME Type filtersDavid Faure2013-08-297-5/+135
* Port uic to QCommandLineParserDavid Faure2013-08-291-79/+60
* tst_qthreadpool: fix flaky test I introduced in last commitDavid Faure2013-08-291-0/+4
* Port rcc to QCommandLineParser.David Faure2013-08-291-98/+90
* QLinkedList - extend the auto test.Thorbjørn Martsum2013-08-291-1/+1005
* QDateTime - Extend fromMSecsSinceEpoch APIJohn Layt2013-08-293-17/+93
* QDateTime - Improve and expose Qt::OffsetFromUtcJohn Layt2013-08-287-215/+637
* 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-286-2/+65
* Doc: Changed CSS text-align from "justify" to "left".Jerome Pasion2013-08-282-3/+3
* 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
* Revert "Add the same flags for the c++ compiler as they are already defined f...Wolfgang Bremer2013-08-281-1/+0
* Don't compare const_iterator with iterator.Stephen Kelly2013-08-271-2/+2
* Test layout engine fundamentalsPaul Olav Tvete2013-08-271-0/+155
* Add configure options for [experimental] HarfBuzz-NG supportKonstantin Ritt2013-08-274-8/+121
* Fix help output for freetype and PCRE in windows configure appKonstantin Ritt2013-08-271-2/+2
* Refactor line breaks in windows configure appKonstantin Ritt2013-08-271-6/+12
* Add freetype result info to unix configure outputKonstantin Ritt2013-08-271-0/+1
* 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-277-0/+182
* avoid deadlock in cache() during spec/cache loadingOswald Buddenhagen2013-08-271-1/+1
* lock baseEnv in cache()Oswald Buddenhagen2013-08-272-34/+58
* always check for baseEnv init failureOswald Buddenhagen2013-08-271-0/+2
* Add QJsonValue::toInt().Mitch Curtis2013-08-273-4/+33
* 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
* Make sure deprecation warnings don't cause errors with -WerrorThiago Macieira2013-08-271-3/+4
* Don't try to detect the CPUID instruction if we're compiling for PentiumThiago Macieira2013-08-271-1/+1
* remove support for Qtopia's QOM_OBJECT macroJoerg Bornemann2013-08-261-8/+3
* QAIV - Fix scollbars with ScrollPerPixel to scroll 1 pixel.Thorbjørn Lund Martsum2013-08-264-8/+8
* qdoc: Fixed the relative link to installdir problemMartin Smith2013-08-261-1/+2
* Long live QCommandLineParser!David Faure2013-08-2415-1/+2233
* 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-242-0/+22
* QList - fix insert with iterator on shared instanceThorbjørn Martsum2013-08-242-1/+21
* QLinkedList - fix erase with iterator when the list is shared.Thorbjørn Martsum2013-08-244-2/+115
* QList - fix QList::erase when the list is sharedThorbjørn Martsum2013-08-242-0/+48
* QMap - fix erase with iterator when the map is sharedThorbjørn Martsum2013-08-242-0/+78
* QHash/QSet - fix QHash::erase when the hash is sharedThorbjørn Martsum2013-08-242-0/+46