summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Thiago Macieira2013-08-2231-191/+608
|\
| * Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-08-2131-191/+608
| |\
| | * 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
| | * Windows: Add hit test handling for non-client areas.Friedemann Kleint2013-08-194-2/+51
| | * Fix potential division by zeroFrederik Gladhorn2013-08-191-8/+13
| | * xcb: Fix TouchPointPressed being sent multiple times.Jocelyn Turcotte2013-08-191-3/+5
| | * 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
| | |/ /
| | * | Merge "Merge branch 'release' into stable" into refs/staging/stableSergio Ahumada2013-08-161-2/+1
| | |\ \
| | | * | Merge branch 'release' into stableSergio Ahumada2013-08-151-2/+1
| | | |\|
| | | | * Fix escaped compose key parsingGatis Paeglis2013-08-141-1/+2
| | | | * Avoid a potential crash in unignoredChildrenJan Arve Saether2013-08-091-2/+1
| | * | | Don't use deprecated qInstallMsgHandler in testlibKai Koehne2013-08-161-35/+7
| | * | | add configure -extprefix optionOswald Buddenhagen2013-08-151-1/+1
| | * | | TR_EXCLUDE tools including bootstrap libOswald Buddenhagen2013-08-151-0/+4
| | * | | 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
| | * | update the viewport after changing the backgroundIrfan Omair2013-08-151-1/+1
| | * | QHeaderView::paintSection(): fix visible index handlingJ-P Nurmi2013-08-152-3/+23
| | * | 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-151-1/+1
| | * | 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-212-14/+14
* | | | QUrl: fix host(FullyDecoded), it shouldn't trigger EncodeUnicode.David Faure2013-08-211-2/+5
* | | | QThreadPool: fix typosDavid Faure2013-08-211-10/+10
* | | | Mark qFuzzy* and qIsNull as Q_REQUIRED_RESULTGiuseppe D'Angelo2013-08-211-0/+6
* | | | QComboBox - only react on a mouse-release if we had a mousepressThorbjørn Lund Martsum2013-08-212-2/+21
* | | | QHash: fix compilation with gcc-4.2.1 (Mac OS X)David Faure2013-08-211-7/+2
* | | | QDateTime - Use the copy constructor in addDays/Months/YearsJohn Layt2013-08-211-3/+12
* | | | Android: Add default values for min and target SDKsEskil Abrahamsen Blomfeldt2013-08-211-0/+1