summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Introduce QMatrix4x4::isAffine()Konstantin Ritt2015-01-282-0/+19
* Introduce QQuaternion::inverted()Konstantin Ritt2015-01-282-0/+24
* [QVectorND] Add missing operator/=(const QVectorND &)Konstantin Ritt2015-01-286-0/+108
* Avoid warning in makeCurrentLaszlo Agocs2015-01-281-3/+1
* Bail out in composeAndFlush when makeCurrent failsLaszlo Agocs2015-01-281-1/+5
* Android: Don't open assets files in read/write modeEskil Abrahamsen Blomfeldt2015-01-281-3/+1
* QTreeWidget: forbid forcing PartiallyChecked on parent tristate items.David Faure2015-01-251-1/+1
* Itemviews: add ItemIsUserTristate flagDavid Faure2015-01-254-4/+10
* [HarfBuzz-NG] Fix build on WinRTKonstantin Ritt2015-01-252-12/+16
* Update bundled HarfBuzz-NG to 0.9.38Konstantin Ritt2015-01-2545-1796/+2344
* Micro optimizations to HB-NG pathKonstantin Ritt2015-01-241-37/+34
* iOS: Limit auto-rotation to device screen (excludes external screens)Tor Arne Vestbø2015-01-242-21/+23
* Track QPlatformScreen -> QScreen using QPointerTor Arne Vestbø2015-01-243-2/+4
* QPlainTextEditControl: reimplement anchorAt()J-P Nurmi2015-01-243-1/+6
* QOpenGLWidget/QOpenGLWindow: add a destructor which calls makeCurrentGiuseppe D'Angelo2015-01-243-2/+41
* Add conversion functions for C++11 u16string and u32stringAllan Sandfeld Jensen2015-01-242-4/+70
* src/corelib/tools/tools.pri: add missing qtools_p.hMarc Mutz2015-01-241-0/+1
* Fix build on [older] MinGWKonstantin Ritt2015-01-231-0/+30
* iOS: Associate UIScreen and show UIWindow on initial QWindow mappingTor Arne Vestbø2015-01-232-13/+43
* iOS: Base [QIOSViewController shouldAutorotate] on the locked orientationTor Arne Vestbø2015-01-233-16/+14
* iOS: Ignore statusbar changes for windows on external screensTor Arne Vestbø2015-01-231-0/+5
* QNX: QProcess workaround for the stdin pipeRafael Roquetto2015-01-231-3/+37
* Handle posix_spawn using exit code 127 to indicate fail-to-startThiago Macieira2015-01-231-2/+16
* Use forkfd in QProcessThiago Macieira2015-01-235-398/+138
* Add spawnfd for use where fork / forkfd can't be usedThiago Macieira2015-01-232-0/+76
* Fix forkfd on OS X 10.7 and earlierThiago Macieira2015-01-231-1/+12
* Fix compilation of non-waittid forkfd() outside of LinuxThiago Macieira2015-01-231-2/+2
* Use waitid with WNOWAIT in forkfdThiago Macieira2015-01-231-2/+88
* Add the compilation of forkfd to QtCoreThiago Macieira2015-01-232-0/+85
* Keep the width as it is to ensure the underline is drawn correctlyAndy Shaw2015-01-231-1/+1
* Get rid of Q_GUI_EXPORT occurrences in QPlatformSupportKonstantin Ritt2015-01-231-2/+2
* Add QTextStream::readLine() overloadAlexander Volkov2015-01-232-5/+49
* QNetworkAccessManager: introduce support for TLS PSKGiuseppe D'Angelo2015-01-2312-0/+116
* Android: Fix crash in QCompleter testEskil Abrahamsen Blomfeldt2015-01-232-4/+8
* Don't build WinCE specific code on other platformsKonstantin Ritt2015-01-233-121/+123
* Deprecate QFont:: rawMode()/setRawMode()Konstantin Ritt2015-01-234-33/+29
* D-Bus tray icons: make endian conversion work againShawn Rutledge2015-01-232-8/+10
* D-Bus tray icon: when eliminating large icons, scale to medium sizeShawn Rutledge2015-01-231-5/+12
* D-Bus tray icon: ensure that the image is square before sendingShawn Rutledge2015-01-231-6/+17
* QSystemTrayIcon uses D-Bus org.freedesktop.Notifications on LinuxShawn Rutledge2015-01-236-1/+263
* iOS: Decouple screen geometry calculations from UIWindow geometryTor Arne Vestbø2015-01-231-11/+20
* iOS: Don't re-apply window state during QIOSWindow constructionTor Arne Vestbø2015-01-231-1/+5
* iOS: Simplify QIOSWindow::setParent()Tor Arne Vestbø2015-01-231-11/+4
* iOS: Only use [UIDevice orientation] for the main/device screenTor Arne Vestbø2015-01-231-0/+4
* QSslSocket: introduce support for TLS PSK (client side)Giuseppe D'Angelo2015-01-2310-0/+581
* update bundled sqlite to 3.8.8.1Mark Brand2015-01-224-1920/+3999
* Expose context lossLaszlo Agocs2015-01-224-3/+31
* Only show QWindows after QScreen destruction if coming from virtual siblingTor Arne Vestbø2015-01-223-29/+30
* QSystemTrayIcon uses D-Bus StatusNotifier on Linux when possibleShawn Rutledge2015-01-2224-23/+2330
* qdoc: Ensure .qhp file is generated for all modulesTopi Reinio2015-01-223-3/+16