summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Fix bootstrap class path warning (java)Frederik Gladhorn2013-08-221-4/+5
* QMessageBox - merge some mac and non-mac codeThorbjørn Martsum2013-08-221-6/+2
* QMessageBox - move layout handlingThorbjørn Martsum2013-08-221-12/+18
* Add x86 arch detection support for AVX512 and SHA instructionsThiago Macieira2013-08-221-0/+20
* Define Q_PROCESSOR_X86 to the x86 familyThiago Macieira2013-08-221-2/+24
* Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Thiago Macieira2013-08-22117-1416/+1238
|\
| * Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-08-21117-1416/+1238
| |\
| | * Tidy up QJsonObject documentation.Mitch Curtis2013-08-201-19/+19
| | * Doc: qtgui configuration file with commentsNico Vertriest2013-08-201-0/+292
| | * Use correct mask constant in the Windows event dispatcher.Friedemann Kleint2013-08-201-1/+14
| | * Revert "Disable precision timers when running MSVC2012 code on pre-Windows 8."Friedemann Kleint2013-08-201-8/+0
| | * Give the extra compiler a unique name for the vcproj generationMat Sutcliffe2013-08-201-1/+1
| | * Windows: Add hit test handling for non-client areas.Friedemann Kleint2013-08-194-2/+51
| | * QtBase: Skip some tst_qwidget steps in Ubuntu 11.10Simo Fält2013-08-192-0/+10
| | * Fix potential division by zeroFrederik Gladhorn2013-08-191-8/+13
| | * xcb: Fix TouchPointPressed being sent multiple times.Jocelyn Turcotte2013-08-191-3/+5
| | * Fix QGraphics(Ellipse)Item autotestGiuseppe D'Angelo2013-08-191-4/+7
| | * Fix QPointF::division autotestGiuseppe D'Angelo2013-08-191-2/+2
| | * Add manual test for shortcutsGatis Paeglis2013-08-193-0/+155