summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-12-123-6/+17
|\
| * Fix QtDeclarative and QtQml co-existence part three ;(v5.2.0Simon Hausmann2013-12-062-4/+15
| * Windows command line parsing: Do escape backslash.Friedemann Kleint2013-12-061-2/+2
* | Make QTemporaryDir file name more randomKai Koehne2013-12-121-14/+25
* | Check if device is opened before trying to create image handler.ABBAPOH2013-12-121-14/+35
* | iOS: Fix failing assert in QUIView displayLayer()Tor Arne Vestbø2013-12-111-3/+4
* | Move notification of layout change up from QApplication to QGuiApplication.Robin Burchell2013-12-103-11/+5
* | QProcess/Win: allow child processes to change modes of the stdin pipeJoerg Bornemann2013-12-101-28/+42
* | Windows: Show context menu on mouse release.Friedemann Kleint2013-12-104-3/+13
* | SSL: blacklist ANSSI intermediate certificatePeter Hartmann2013-12-101-0/+2
* | Disable the eglfs input handlers by Environment variableDominik Holland2013-12-102-1/+5
* | Styles: Fix upRule used instead of downRuleCaroline Chao2013-12-101-1/+1
* | GitIgnore updatesOrgad Shaneh2013-12-091-0/+6
* | Remove unused function "quadraticRoots"Thiago Macieira2013-12-091-31/+0
* | QWidgetTextControl: drop some actions when QT_NO_CLIPBOARDMarc Mutz2013-12-091-1/+5
* | QMetaStringTable: make ctor explicitMarc Mutz2013-12-091-1/+1
* | QPrintDialog - Fix Cups printer setup sequenceJohn Layt2013-12-091-2/+4
* | Simplify linking to different jpeg libs.Mitch Curtis2013-12-091-2/+4
* | Windows: Fix corner case where frameless windows would cover the taskbar.Sérgio Martins2013-12-091-1/+2
* | Reinitialize the printer after changing the custom paper sizeAndy Shaw2013-12-081-0/+1
* | QPageSetupWidget - Fix copying of printer settingsJohn Layt2013-12-081-3/+0
* | QPrintDialog - Fix setting of PageOrderJohn Layt2013-12-082-14/+1
* | Don't check the Qt version across modules in -developer-buildThiago Macieira2013-12-071-0/+6
* | Revert "Move the glxfbconfig configtest to qpa and rename it to glx"Thiago Macieira2013-12-071-1/+1
* | Fix quadratic behavior in QMetaObjectBuilder when writing string tableSimon Hausmann2013-12-063-20/+40
* | Windows: Don't cover the taskbar when maximizing frameless windowsSérgio Martins2013-12-062-2/+29
* | Correct compiler warnings for sign conversionKurt Pattyn2013-12-061-3/+3
* | QCommandLineParser: pluck some low-hanging fruit re: exception safetyMarc Mutz2013-12-062-7/+14
* | QTimeZone: Fix isValidId()John Layt2013-12-061-2/+4
* | QSpinBox: allow positive values to be entered with the '+' prefix.Mitch Curtis2013-12-051-1/+1
* | Fix bad CSS color: O (the letter) is not a valid hex digitThiago Macieira2013-12-051-1/+1
* | Replace the qCpuHasFeature function with a macroThiago Macieira2013-12-051-5/+1
* | Merge "Merge remote-tracking branch 'origin/release' into stable" into refs/s...Frederik Gladhorn2013-12-0532-67/+159
|\ \
| * | Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-12-0532-67/+159
| |\|
| | * enable path replacement in installed prl files on all platformsOswald Buddenhagen2013-12-041-6/+4
| | * properly replace windows paths in installed meta filesOswald Buddenhagen2013-12-041-0/+1
| | * Document that disconnectNotify may be called with a mutex lockedOlivier Goffart2013-12-041-0/+13
| | * QComboBox: Don't do anything if wheel event delta is zeroGabriel de Dietrich2013-12-041-1/+1
| | * QStyle: Fix painting of pixmaps with non-integer devicePixelRatioEike Ziller2013-12-041-1/+1
| | * Android: Fix crash caused by QJNIs classLoader code.Christian Strømme2013-12-041-1/+2
| | * iOS: move infoPlistValue to qiosglobalRichard Moe Gustavsen2013-12-043-7/+8
| | * iOS: don't show statusbar if hidden from Info.plistRichard Moe Gustavsen2013-12-041-0/+3
| | * iOS: Handle statusbar changes to child windowsTor Arne Vestbø2013-12-043-6/+6
| | * Doc: Adjust description of the qreal typedefhjk2013-12-041-4/+2
| | * Revert "Cocoa (OpenGL): If no view is attached, makeCurrent() should return f...Morten Johan Sørvig2013-12-041-2/+0
| | * iOS: fix assert when using QOffscreenSurfaceRichard Moe Gustavsen2013-12-041-2/+0
| | * iOS: Disable drag and drop completely instead of enabling simple d'n'dTor Arne Vestbø2013-12-041-0/+2
| | * Improve expose event handling.Morten Johan Sørvig2013-12-043-4/+48
| | * iOS: fix crash when focusWindow changes while keyboard is openRichard Moe Gustavsen2013-12-041-1/+1
| | * iOS: fix crash when application quitsRichard Moe Gustavsen2013-12-041-3/+7