summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | Proof-reading fixes to QCoreApplication documentation.Edward Welbourne2015-11-251-20/+21
* | Doc: added sample to QFileOpenEvent class detailsSamuel Gaist2015-11-243-0/+147
* | Reduce the number of paint events for QOpenGLWidgetLaszlo Agocs2015-11-243-3/+16
* | Revert "Fix deadlock when setting environment variables."Oliver Wolff2015-11-241-15/+0
* | xcb: Don't assume creating a window will result in ConfigureNotify eventTor Arne Vestbø2015-11-242-13/+3
* | winrt: Fix text renderingMaurice Kalinowski2015-11-241-1/+2
* | Fix undefined behavior in qRgba().Tilo Nitzsche2015-11-241-2/+2
* | Fix deadlock when setting environment variables.Samuel Nevala2015-11-231-0/+15
* | Optimize QTextEngine::findItem() usage casesKonstantin Ritt2015-11-233-9/+10
* | QTextLine::cursorToX: Optimize by re-using the cached valuesKonstantin Ritt2015-11-231-10/+8
* | QTextLine::cursorToX: Always return the nearest valid cursor positionKonstantin Ritt2015-11-231-9/+9
* | Get rid of QT_USE_BUNDLED_LIBPNGKonstantin Ritt2015-11-232-6/+0
* | QPI/Cocoa: QNSView - guard removeFromSuperview by autorelease poolTim Blechmann2015-11-232-0/+7
* | Windows: Fix the size of drag cursors in multi-screen setups.Friedemann Kleint2015-11-234-105/+111
* | Windows: Scale cursors from resource pixmaps according to screen.Friedemann Kleint2015-11-232-15/+34
* | Windows: Scale pixmap/bitmap cursors when High DPI scaling is active.Friedemann Kleint2015-11-232-7/+23
* | Windows: Create one QPlatformCursor per screen.Friedemann Kleint2015-11-234-17/+11
* | xcb: Fix windows opened from keyboard are not active on Marco or Xfwm4Błażej Szczygieł2015-11-231-1/+5
* | Send a paint after resize correctly from QOpenGLWidgetLaszlo Agocs2015-11-231-2/+1
* | Fix no-opengl build for texture backed widgetsLaszlo Agocs2015-11-231-0/+10
* | Mirclient: Avoid hardcoding the platform api choiceEirik Aavitsland2015-11-231-5/+0
* | QTextLine::cursorToX: Fix typo in the documentationKonstantin Ritt2015-11-221-1/+1
* | Use system libpng in bundled FT, if availableKonstantin Ritt2015-11-221-0/+4
* | OSX: fix build.Erik Verbruggen2015-11-211-1/+2
* | Windows: Implement QPlatformTheme::WheelScrollLines.Friedemann Kleint2015-11-201-0/+2
* | Windows: Fix calculation of frame offset for layered windows.Friedemann Kleint2015-11-201-1/+2
* | Windows: Refactor cursor handling.Friedemann Kleint2015-11-205-177/+112
* | Doc: added doc about removal option qmljsdebugger by QCoreApplicationNico Vertriest2015-11-191-2/+3
* | winrt: Merge Languages and ManifestLanguages for QLocale::uiLanguagesOliver Wolff2015-11-191-7/+41
* | xcb: Fix slow widget resizingBłażej Szczygieł2015-11-192-5/+1
* | winrt: Use handleExtendedKeyEvent when handling back button.Samuel Nevala2015-11-191-2/+4
* | OS X: Add opt-in for CoreFoundation event dispatcherMorten Johan Sørvig2015-11-192-6/+27
* | Direct2D: Fix build.Friedemann Kleint2015-11-191-1/+1
* | Windows: Open GL blacklist - Disable Mobile Intel 945GMFriedemann Kleint2015-11-191-2/+2
* | Support mixing native child widgets with texture-based onesLaszlo Agocs2015-11-196-102/+191
* | Add EGL stream state defines used by Qt WaylandLaszlo Agocs2015-11-191-0/+9
* | Add Xlib for eglconvenienceLaszlo Agocs2015-11-191-0/+1
* | Make the ppm image handler corrctly handle long comment linesEirik Aavitsland2015-11-191-4/+12
* | QXmlStreamStringRef: unbreak move special member functionsMarc Mutz2015-11-191-1/+16
* | QXmlStreamStringRef: mark as shared-not-movable-until-qt6Marc Mutz2015-11-192-0/+16
* | Replace backwards Java-style iteration with new reverse_iteratorsMarc Mutz2015-11-192-9/+5
* | QCommonStyle: remove use of obsolete QStyleOption*V<N>Marc Mutz2015-11-192-50/+33
* | QSqlQueryModel::clear(): Call begin/endResetModel().Friedemann Kleint2015-11-193-0/+6
* | qfactoryloader: static qt compile fixTim Blechmann2015-11-191-0/+2
* | Use standard error handling in qhostinfo_winrt.cppOliver Wolff2015-11-191-9/+19
* | winrt: Set error if host cannot be found in QHostInfoAgent::fromNameOliver Wolff2015-11-191-1/+6
* | winrt: no assert when device is in airplane mode/has no internet connectionOliver Wolff2015-11-192-0/+6
* | iOS: Update pixel density (PPI) logic to detect new iOS devicesTor Arne Vestbø2015-11-192-11/+16
* | QNAM: clean the channel request data on server disconnectAlex Trotsenko2015-11-181-0/+4
* | Input: Convert QScreen geometry to native pixelsMorten Johan Sørvig2015-11-183-4/+12