summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix QtTestlib build under QT_NO_REGULAREXPRESSIONGiuseppe D'Angelo2014-05-153-0/+12
* Make QColorDialog build under QT_NO_REGULAREXPRESSIONGiuseppe D'Angelo2014-05-151-0/+8
* Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Friedemann Kleint2014-05-1448-223/+257
|\
| * Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-05-1348-223/+257
| |\
| | * Fix MSVC warnings in qspdyprotocolhandlerKai Koehne2014-05-131-3/+3
| | * Remove an unused workaround and fix up the comments in the glyph cacheLaszlo Agocs2014-05-131-29/+2
| | * Merge "Merge remote-tracking branch 'origin/release' into stable" into refs/s...Frederik Gladhorn2014-05-138-105/+63
| | |\
| | | * Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2014-05-128-105/+63
| | | |\
| | | | * Ignore expired certificate during certificate validationDaniel Molkentin2014-05-112-23/+24
| | | | * Avoid using repeat on widget textures in eglfsLaszlo Agocs2014-05-091-3/+2
| | | | * Fix crash on startup when running screenreaderFrederik Gladhorn2014-05-091-2/+4
| | | | * Use XI2 event detail to determine changed mouse buttonv5.3.0-rc1Allan Sandfeld Jensen2014-05-053-20/+6
| | | | * WinRT: Fix multi-touch on PCAndrew Knight2014-05-052-59/+31
| | * | | Fix horizontal scrolling on Windows when ALT + mouse wheel is usedAndy Shaw2014-05-131-1/+1
| | * | | QNX: Silence startup warningsBernd Weimer2014-05-133-25/+10
| | * | | QPpsObject compile added for QNX platformNedim Hadzic2014-05-131-2/+8
| | * | | QNX: Don't build QNX-only parts on BlackBerryBernd Weimer2014-05-122-10/+14
| | * | | [QNX]Clear transparent regionsAndreas Holzammer2014-05-121-0/+21
| | * | | CoreText: Prevent creation of CGContext for glyphs with empty bounding boxTor Arne Vestbø2014-05-121-0/+5
| | * | | Allow QFont lookups using localized family names by adding family aliasTor Arne Vestbø2014-05-121-1/+8
| | * | | Direct2D QPA: Choose linear interpolation for smooth pixmap transformLouai Al-Khanji2014-05-121-2/+1
| | * | | Direct2D QPA: Never queue more than one frameLouai Al-Khanji2014-05-121-1/+4
| | |/ /
| | * | QTextLayout: Fix cursor position calculation for BiDi textAndrey Volykhin2014-05-121-1/+0
| | * | Respect fixed pitch request when font family is not availableEskil Abrahamsen Blomfeldt2014-05-121-1/+5
| | * | Doc: change the name of the QTemporaryDir parameter nameThiago Macieira2014-05-111-7/+7
| | * | Don't assume QLocale::codecForLocale always returns non-nullThiago Macieira2014-05-111-1/+3
| | * | Enable support for OpenGL 4 on OS X 10.9Sean Harmer2014-05-101-4/+6
| | * | Limit the QString pretty outputs to 256 charactersThiago Macieira2014-05-091-1/+14
| | * | Document the X11 DISPLAY variable in the -display option docsThiago Macieira2014-05-091-0/+2
| | * | Doc: fix -qwindowgeometry and -qwindowtitle option docsThiago Macieira2014-05-091-2/+1
| | * | Document that the -reverse option is only for debugging and its defaultThiago Macieira2014-05-091-1/+3
| | * | Document that env variables are preferable to cmdline optionsThiago Macieira2014-05-091-1/+8
| | * | ANGLE D3D11: Don't use mipmaps in level 9 texturesAndrew Knight2014-05-092-1/+32
| | * | Avoid corruption in Q(Open)GLFunctions when used on multiple threadsLaszlo Agocs2014-05-092-2/+6
| | * | Direct2D QPA: Bump copyright year to match realityLouai Al-Khanji2014-05-0914-14/+14
| | * | Ensure the QMenu is polished before creating the native windowMartin Gräßlin2014-05-091-0/+1
| | * | QDateTime: Fix sign handling in the timezone offset writerDaniel Seither2014-05-081-1/+1
| | * | QDateTime: Fix sign handling in the timezone offset parserDaniel Seither2014-05-081-6/+13
* | | | Windows: Improve checking of options to the QPA plugin.Friedemann Kleint2014-05-141-6/+30
* | | | Move the PKCS#12 support from QSslSocket to QSslCertificate.Richard J. Moore2014-05-144-25/+25
|/ / /
* | | Removed unused variable macItemVMargin in qmacstyle_mac.mm.Ivan Komissarov2014-05-131-1/+0
* | | Moved qt_mac_toQColor(CGColorRef) to qcocoahelpers.Ivan Komissarov2014-05-133-20/+22
* | | QMenu: Use Qt::QueuedConnection when connecting to native menu.Ivan Komissarov2014-05-131-2/+2
* | | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2014-05-1375-310/+840
|\ \ \
| * | | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-05-1375-310/+840
| |\| |
| | * | kms plugin: use first returned mode if no preferred one is presentRolf Eike Beer2014-05-081-2/+6
| | * | kms plugin: do not needlessly query drm information twiceRolf Eike Beer2014-05-083-16/+8
| | * | Accessibility Android: Make debug tags consistentFrederik Gladhorn2014-05-081-1/+1
| | * | Avoid drawing when the QOpenGLWidget isn't mappedJocelyn Turcotte2014-05-081-1/+1
| | * | Android: text cursor position fixesPaul Olav Tvete2014-05-081-11/+44