summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* QThreadPool: fix counting of waiting threadsDavid Faure2013-08-242-2/+64
* Add unit test to ensure %3A in a path isn't decoded to ':'Thiago Macieira2013-08-231-0/+5
* Set an upper range of compiler versions for -WerrorThiago Macieira2013-08-231-11/+13
* Fix name of configure flag in QSettings documentation.Christian Kandeler2013-08-231-1/+1
* iOS: Make the event dispatcher properly emit aboutToBlock() and awake()Tor Arne Vestbø2013-08-232-0/+72
* Share named time-interval constants in CoreFoundation event dispatcherTor Arne Vestbø2013-08-231-9/+12
* iOS: Wrap CFRunLoopSource in C++ class for easier code legibilityTor Arne Vestbø2013-08-232-60/+77
* Rename QIOSEventDispatcher to QEventDispatcherCoreFoundationTor Arne Vestbø2013-08-234-43/+44
* iOS: Determine render buffer resize based on CA layer, not Qt windowTor Arne Vestbø2013-08-231-5/+5
* Move SnapToDefaultButton from QPlatformDialogHelper to QPlatformThemeAndy Shaw2013-08-2310-41/+45
* Accessibility for AndroidFrederik Gladhorn2013-08-2220-6/+942
* Remove rowColumnExtents from QAccessibleTableCellInterfaceFrederik Gladhorn2013-08-225-20/+11
* iOS: Activate window on touchesEnded instead of touchesBeganRichard Moe Gustavsen2013-08-221-6/+8
* qdoc: Fix the qdoc \include commandMartin Smith2013-08-225-6/+44
* qdoc: Make example file names uniqueMartin Smith2013-08-223-1/+10