summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
| | * qdoc: Fix output filenames for QML basic type documentationTopi Reinio2013-12-041-8/+8
| | * Fix style animations to stop when the animation target is hiddenJ-P Nurmi2013-12-044-13/+19
| | * qdoc: Replaced hard-coded href with computed hrefMartin Smith2013-12-032-1/+5
| | * iOS: fix application hangs when opening keyboardRichard Moe Gustavsen2013-12-031-6/+2
| | * QtConcurrent: Workaround GCC bug 58800 in median calculationNikolai Kosjar2013-12-031-0/+9
| | * Use Q_QDOC for Qt namespace declaration in Qt GuiTopi Reinio2013-12-031-0/+2
| | * Cocoa: Mouse enter events on window activation.Christoph Schleifenbaum2013-12-033-0/+14
| | * Default to 5.2 source repository for Qt 5.2.xBogDan Vatra2013-12-032-2/+2
* | | Protect implementation of QNativeGestureEvent against QT_NO_GESTURESAndy Shaw2013-12-051-0/+2