summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| | * 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
* | | | XCB: Suppress warnings about unhandled client messages.Friedemann Kleint2013-08-211-3/+5
|/ / /
* | | Doc: Renamed list of example page to "Item Views Example".Jerome Pasion2013-08-211-1/+1
* | | Fetch StandardKey shortcuts from QPlatformThemeDavid Edmundson2013-08-206-267/+281
* | | Extend QStyle API with a SH_Splitter_OpaqueResize styleHintRohan Garg2013-08-205-6/+23
* | | Add missing PLUGIN_CLASS_NAMEStephen Kelly2013-08-201-0/+1
* | | Get rid of HB dependency in FT font engineKonstantin Ritt2013-08-205-61/+42
* | | XI2 touch support: must call deviceForId to create the deviceShawn Rutledge2013-08-161-2/+4
* | | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2013-08-1697-1256/+2627
|\ \ \
| * | | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-08-1497-1256/+2627
| |\| |
| | * | Fix crash in QProcess::waitForStarted() on Unix.Christian Strømme2013-08-131-3/+3
| | * | Cocoa: Allow to hide menu items in menubarGabriel de Dietrich2013-08-133-8/+15
| | * | RCC: Mention -list command line option in -help outputhjk2013-08-131-0/+1
| | * | Fix ShortcutOverrid for Qt QuickFrederik Gladhorn2013-08-131-1/+8
| | * | Fix QDialog position shift bug after resize.Balazs Domjan2013-08-131-0/+3
| | * | Reset the QItemSelectionModel when its model is reset.Stephen Kelly2013-08-131-0/+2
| | * | don't put QLibraryInfo and QSettings into bootstrap libOswald Buddenhagen2013-08-121-7/+1
| | * | un-confuse lupdate: use #if 0 consistentlyOswald Buddenhagen2013-08-121-1/+3
| | * | un-confuse lupdate: remove excess brace in dead codeOswald Buddenhagen2013-08-121-1/+0
| | * | un-confuse lupdate: make #ifdef'd braces symmetricalOswald Buddenhagen2013-08-121-3/+2
| | * | Make QCoreWlan plugin compile on 10.9Gabriel de Dietrich2013-08-122-155/+989