summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| | * CMake: Don't FATAL_ERROR if GL libraries can not be found.Stephen Kelly2014-05-191-28/+37
| | * Fix potential null pointer accessFrederik Gladhorn2014-05-191-1/+1
| | * Fix crash in QNetworkAccessManager.Jędrzej Nowacki2014-05-192-4/+12
| | * Direct2D QPA: Use correct buffer size constantLouai Al-Khanji2014-05-191-2/+2
| | * Direct2D QPA: Stroke using direct2d primitivesLouai Al-Khanji2014-05-192-1/+84
| | * Direct2D QPA: Fix version checkLouai Al-Khanji2014-05-191-2/+2
| | * Fix compilation on libxcb 1.5Gatis Paeglis2014-05-192-2/+25
| | * egl cursor: The sampler is a uniform not an attributeLaszlo Agocs2014-05-191-1/+1
| | * Fix auto test failure output on QNXBernd Weimer2014-05-191-8/+9
| | * CoreWLan: wait for scan thread to finishDyami Caliri2014-05-182-0/+4
| | * QMacStyle: Always draw status bar in active state if the window is main.Jake Petroules2014-05-171-2/+2
| | * Call tzset() before localtime_r() as the docs say.Gunnar Sletta2014-05-161-0/+3
| | * QOpenGLTextureBlitter fix allocating 4 times as much memory as neededJorgen Lind2014-05-161-2/+2
| | * Accessibility Android: Fix statesFrederik Gladhorn2014-05-161-6/+5
| | * Accessibility: Update ComboBox text on arrow keysFrederik Gladhorn2014-05-162-13/+26
| | * Merge "Merge remote-tracking branch 'origin/release' into stable" into refs/s...Frederik Gladhorn2014-05-165-31/+80
| | |\
| | | * Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2014-05-145-31/+80
| | | |\
| | | | * Fix an off-by-4 error in qHash with CRC32Thiago Macieira2014-05-131-1/+1
| | | | * Scrolling devices should not override touch or tablet devicesAllan Sandfeld Jensen2014-05-131-13/+33
| | | | * Assume unlabelled mouse buttons are default buttonsAllan Sandfeld Jensen2014-05-131-7/+9
| | | | * Fix stateful handling of invalid UTF-8 straddling buffer bordersThiago Macieira2014-05-131-8/+36
| | | | * Fix the documentation on how to use -openssl-linked.Richard J. Moore2014-05-131-1/+1
| | | | * Mac OS X: Fix crash in Harfbuzz-NGEskil Abrahamsen Blomfeldt2014-05-121-1/+0
| | * | | cocoa: remove rtf converter from cocoaRichard Moe Gustavsen2014-05-161-67/+0
| | * | | qmacmime: rename and move QMacPasteboardMimePlainText to the cocoa pluginRichard Moe Gustavsen2014-05-162-62/+62
| | * | | qmacmime: add support for public.rtfRichard Moe Gustavsen2014-05-161-0/+88
| | * | | Avoid setting unnecessary parameters in QOpenGLWidgetLaszlo Agocs2014-05-161-6/+0
| | * | | Revert "fix build for MSVC 2010"Joerg Bornemann2014-05-151-2/+2
| | * | | Disable compiler warnings for libqtharfbuzz-ngJ-P Nurmi2014-05-151-1/+1
| | * | | Fix error when reading newlinesFrederik Gladhorn2014-05-141-1/+1
| | * | | Move the hex digits out of _q_toHexThiago Macieira2014-05-141-2/+2
| | * | | QDoc: Added "QML Type" to HTML titles of QML type pages.Jerome Pasion2014-05-141-0/+4
| | * | | Restore fullscreen mode after keyboard is dismissedPaul Olav Tvete2014-05-141-6/+12
| | * | | Android: Support QFont::Courier style hintEskil Abrahamsen Blomfeldt2014-05-141-1/+1
| | * | | qmacmime: add support for public.textRichard Moe Gustavsen2014-05-141-0/+65
| | * | | Direct2D QPA: Fix check for cosmetic penLouai Al-Khanji2014-05-141-3/+7
| | * | | Fix crash when loading invalid font data in QRawFontEskil Abrahamsen Blomfeldt2014-05-142-0/+6
| | |/ /
| | * | Accessibility Android: Fix crash for invalid interfacesFrederik Gladhorn2014-05-133-6/+12
* | | | Remove two unused functions in the CoreGraphics paint engineTor Arne Vestbø2014-05-221-6/+0
* | | | fix crash in connman bearer backend when accessing null objectsLorn Potter2014-05-221-3/+9
* | | | De-inline QDebug destructorKai Koehne2014-05-222-12/+15
|/ / /
* | | Turn setUnifiedTitleAndToolBarOnMac into a slot.Jake Petroules2014-05-211-3/+4
* | | Improve a few string operations with AVX2Thiago Macieira2014-05-212-17/+55
* | | Decrease the life time of SpecialData::resolvedFormatsKonstantin Ritt2014-05-211-5/+4
* | | qscopedvaluerollback: add convenience constructorRichard Moe Gustavsen2014-05-212-2/+18
* | | QWinOverlappedIoNotifier: Add an extended waitForAnyNotified() methodDenis Shienkov2014-05-212-18/+43
* | | Rename some QTextEngine members to reflect their meaningKonstantin Ritt2014-05-203-55/+56
* | | Minor code clean-upKonstantin Ritt2014-05-203-10/+5
* | | Drop some qtextengine_win.cpp leftoversKonstantin Ritt2014-05-201-5/+0
* | | Windows: Adapt custom cursors to observe the system metrics.Friedemann Kleint2014-05-201-10/+31