summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| | * Turn off font hinting when we do high DPI scalingPaul Olav Tvete2015-01-165-2/+21
| | * Fix constantly growing window bug with devicePixelRatioPaul Olav Tvete2015-01-161-6/+10
| | * Windows: Use DND effect chosen in DragEnter/Move for Drop.Friedemann Kleint2015-01-161-1/+1
| | * Fix namespacing of QNSViewMouseMoveHelperFrederik Gladhorn2015-01-162-5/+5
| | * Fix inlining order of functions in qpathclipper_p.h.Friedemann Kleint2015-01-161-16/+16
| | * Update doc saying QDateTime::setTime with invalid time sets to midnightThiago Macieira2015-01-151-3/+10
| | * iOS: guard text responder from clearing selectionRichard Moe Gustavsen2015-01-152-0/+12
| | * Doc: link issue D-Bus ViewerNico Vertriest2015-01-121-0/+17
| | * Multi-screen DPI support for X11Paul Olav Tvete2015-01-121-2/+8
| | * X11 devicePixelRatio screen mapping fixPaul Olav Tvete2015-01-124-3/+35
| | * xcb: build fix when XCB_USE_XLIB is not defined.Tomasz Olszak2015-01-111-0/+8
| | * Fix memory leaks with QDBusServerThiago Macieira2015-01-113-3/+9
| | * Don't unnecessariy set localAddress in QNativeSocketEngine's nativeBindThiago Macieira2015-01-112-6/+0
| | * Fixes for surface creation/destructionBogDan Vatra2015-01-106-17/+19
| | * Optimize QHostAddress::operator== for SpecialAddressThiago Macieira2015-01-091-10/+26
| | * Fix compilation with MSVC 2010Thiago Macieira2015-01-091-2/+2
| | * de-duplicate and comment EffectivePaths presence detectionOswald Buddenhagen2015-01-091-2/+3
| | * remove nonsensical conditionalOswald Buddenhagen2015-01-091-2/+0
| | * QColorDialog: Don't loose focus while color pickingSérgio Martins2015-01-092-7/+23
| | * Fix glyph runs painted badly with perspective transformAllan Sandfeld Jensen2015-01-091-2/+2
| | * iOS: Prevent recursion when updating/syncing QIOSViewController propertiesTor Arne Vestbø2015-01-091-0/+12
| | * iOS: Fix QWindow::reportContentOrientationChange on iOS6+Tor Arne Vestbø2015-01-094-17/+116
| | * docs: Explain the limitations of QWidget::grabMouse() on WindowsSérgio Martins2015-01-081-5/+4
| | * iOS: Move implementation details of QIOSViewController to class extensionTor Arne Vestbø2015-01-082-6/+10
| | * Fix physical DPI and size for rotated screens on X11Paul Olav Tvete2015-01-082-1/+22
| | * fix error when cross-compiling with --system-zlibAshish Kulkarni2015-01-082-1/+2
| | * Refactor networkmanager QtBearer backend to use QDBusAbstractInterface.Lorn Potter2015-01-083-510/+186
| | * Fix use-after-free bugGatis Paeglis2015-01-081-2/+2
| | * Remove extra ';' after QPrint namespace blockKai Pastor2015-01-081-1/+1
| | * QCoreTextFontDatabase: close memory leak in themeFontTim Blechmann2015-01-071-1/+5
| | * QCoreTextFontDatabase: release CTFontDescriptorRef references in dtorTim Blechmann2015-01-071-0/+2
| | * iOS: Raise window level instead of hiding statusbar during VKB scrollTor Arne Vestbø2015-01-072-8/+17
| | * Fix crash if PAC script retrieval returns a null CFData instanceDaniel Molkentin2015-01-071-1/+4
| | * Fix possible crash when passing an invalid PAC URLDaniel Molkentin2015-01-071-0/+4
| | * Fix crash on Mac OS if PAC URL contains non-URL legal charsDaniel Molkentin2015-01-071-1/+5
| | * Remove redundant codeAndy Shaw2015-01-071-5/+0
| | * Prevent buffer overrun when getting the glyph imagesAndy Shaw2015-01-072-2/+16
| | * Windows: Remove check for minimum/maximum size constraints.Friedemann Kleint2015-01-071-14/+0
| | * Windows: Release mouse capture when window is blocked by modal window.Friedemann Kleint2015-01-071-0/+2
| | * Windows: Fix OS version determination for Windows >= 8Friedemann Kleint2015-01-071-10/+68
| | * Make QtDBus unit tests compile with runtime dbus-1 tooThiago Macieira2015-01-061-0/+3
| | * Doc: Fixed date format doc bug in QDateTime/Qt namespaceOrgad Shaneh2015-01-062-13/+13
| | * Fix build error with Intel Compiler 15 on WindowsThiago Macieira2015-01-062-0/+4
| | * Give ICC-as-Clang a Q_CC_CLANG version number tooThiago Macieira2015-01-061-0/+4
| | * iOS: Remove QIOSKeyboardListener self-change assert/guardTor Arne Vestbø2015-01-061-2/+0
| | * Make QDBusConnection and QDBusServer return an error on default objectsThiago Macieira2015-01-062-2/+2
| | * Re-enable constexpr for ICC 15Thiago Macieira2015-01-061-0/+1
| | * Fix change-of-sign warnings with ICCThiago Macieira2015-01-061-3/+3
| | * JPEG: Fix reading of EXIF orientation.Friedemann Kleint2015-01-061-3/+3
| | * Windows: Fix QColorDialog's live updates while picking outside colorSérgio Martins2015-01-063-5/+48