summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
| | * Rename template parameter: "I" -> "II"Sze Howe Koh2013-08-181-9/+9
| | * Fix mouse test event in window warning message.Martin Jones2013-08-181-1/+5
| | * Merge "Merge remote-tracking branch 'origin/release' into stable" into refs/s...Frederik Gladhorn2013-08-171-1/+2
| | |\
| | | * Merge remote-tracking branch 'origin/release' into stableSergio Ahumada2013-08-161-1/+2
| | | |\
| | | | * ANGLE: Fix MSVC compiler warningKai Koehne2013-08-161-1/+2
| | * | | Add documentation about reconnect attempts.Jonas Gastal2013-08-171-0/+4
| | |/ /
| | * | test: Skip some more qsslsocket flaky tests [part 2]Sergio Ahumada2013-08-161-5/+13
| | * | Merge "Merge branch 'release' into stable" into refs/staging/stableSergio Ahumada2013-08-164-31/+32
| | |\ \
| | | * | Merge branch 'release' into stableSergio Ahumada2013-08-154-31/+32
| | | |\|
| | | | * Fix escaped compose key parsingGatis Paeglis2013-08-141-1/+2
| | | | * Doc: Updated the tagged examples list for AndroidVenu2013-08-141-1/+0
| | | | * Doc: Adding link to Qt for BlackBerry wiki as external pageJerome Pasion2013-08-141-0/+5
| | | | * Tidy up collidingmice example documentation.Mitch Curtis2013-08-131-28/+26
| | | | * Avoid a potential crash in unignoredChildrenJan Arve Saether2013-08-091-2/+1
| | * | | Don't use deprecated qInstallMsgHandler in testlibKai Koehne2013-08-161-35/+7
| | * | | Integrate device-option into the windows configureBjoern Breitmeyer2013-08-153-27/+49
| | * | | add configure -extprefix optionOswald Buddenhagen2013-08-154-5/+150
| | * | | TR_EXCLUDE tools including bootstrap libOswald Buddenhagen2013-08-151-0/+4
| | * | | suppress error output from pkg-configOswald Buddenhagen2013-08-151-0/+5
| | * | | don't include qconfig.cpp into moc and uicOswald Buddenhagen2013-08-153-4/+2
| | |/ /
| | * | Cut away 2/3 of the startup time on LinuxLars Knoll2013-08-154-87/+138
| | * | Doc: public test functions in function librariesLeena Miettinen2013-08-152-0/+135
| | * | update the viewport after changing the backgroundIrfan Omair2013-08-151-1/+1
| | * | Remove not supported mkspecs for Windows CE.Bjoern Breitmeyer2013-08-1558-1142/+0
| | * | QHeaderView::paintSection(): fix visible index handlingJ-P Nurmi2013-08-153-3/+88
| | * | Cocoa: bugfix mouse wheel + modifier keys not workingRichard Moe Gustavsen2013-08-151-2/+2
| | * | Ensure that bootstrapped users of QCryptographicHash only use SHA-1Thiago Macieira2013-08-152-1/+9
| | * | Don't compile MD4, MD5, SHA-2 and SHA-3 into qmakeThiago Macieira2013-08-157-9/+9
| | * | Don't compile qcryptographichash into configure.exeThiago Macieira2013-08-152-3/+0
| | * | Cocoa: Set window title after setting window flags if window has borderDaiwei Li2013-08-151-0/+3
| | * | Fix QKeyEvent::isAutoRepeat on MacGatis Paeglis2013-08-141-1/+1
* | | | QThreadPool: fix data races in activeThreadCount()David Faure2013-08-211-5/+3
* | | | QUrl: Use decoded mode by default for individual getters/setters.David Faure2013-08-213-27/+32
* | | | QUrl: fix host(FullyDecoded), it shouldn't trigger EncodeUnicode.David Faure2013-08-212-2/+30