summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-238-38/+13
* 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-224-4/+44
* qdoc: Make example file names uniqueMartin Smith2013-08-223-1/+10
* Fix typo in qkeysequence.cpp code comment.Mitch Curtis2013-08-221-1/+1
* HTTP socket engine: support newer HTTP proxiesPeter Hartmann2013-08-222-37/+60
* QMessageBox - merge some mac and non-mac codeThorbjørn Martsum2013-08-221-6/+2
* QMessageBox - move layout handlingThorbjørn Martsum2013-08-221-12/+18
* Define Q_PROCESSOR_X86 to the x86 familyThiago Macieira2013-08-221-2/+24