summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add project/unproject methods in QVector3DPaul Lemire2015-01-222-0/+69
* qdoc: Change name of node typeMartin Smith2015-01-2221-126/+126
* iOS: Make screen orientation reporting more consistentTor Arne Vestbø2015-01-222-12/+19
* QTextDocumentLayout: handle QTextBlock visibilityJ-P Nurmi2015-01-221-2/+4
* iOS: Fall back to statusbar orientation for initial QScreen::orientation()Tor Arne Vestbø2015-01-211-3/+13
* Move static part of angleBetween/transformBetween/mapBetween to QPlatformScreenTor Arne Vestbø2015-01-213-59/+94
* iOS: Use QPlatformIntegration::destroyScreen() instead of manual deleteTor Arne Vestbø2015-01-212-1/+4
* Unify input device hotplugging support for embeddedLaszlo Agocs2015-01-2118-81/+373
* Added new private API for Android and onNewIntentPeter Rustler2015-01-215-1/+57
* Introduce QFontDatabase::isPrivateFamily()Gabriel de Dietrich2015-01-214-13/+22
* qdoc: Remove support for DITA XMLMartin Smith2015-01-215-6518/+1
* QAssociativeIterable: add find()Marc Mutz2015-01-212-15/+13
* QtCore: add some more Q_DECL_NOTHROWMarc Mutz2015-01-215-13/+11
* QSslEllipticCurve: enable NRVO in *Name() methodsMarc Mutz2015-01-211-8/+4
* QSslEllipticCurve: don't call QSslSocketPrivate::ensureInitialized() in const...Marc Mutz2015-01-211-4/+0
* QSslEllipticCurve: add missing noexceptMarc Mutz2015-01-212-4/+4
* QSslEllipticCurve: remove unneeded includes from headerMarc Mutz2015-01-211-2/+0
* Merge "Merge remote-tracking branch 'origin/5.4' into dev" into refs/staging/devSimon Hausmann2015-01-2196-890/+1033
|\
| * Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-01-2196-890/+1033
| |\
| | * Bump versionOswald Buddenhagen2015-01-191-2/+2
| | * FusionStyle: Don't try to draw null pixmapsUlf Hermann2015-01-191-0/+3
| | * QIncrementalSleepTimer: Use QElapsedTimer instead of QTimeDaniel Teske2015-01-191-3/+3
| | * Doc: Fix typosSze Howe Koh2015-01-199-11/+11
| | * Doc: Remove references to QOpenGLContext::destroy()Sze Howe Koh2015-01-191-6/+8
| | * Fix a crash in QPlainTextEdit::documentChangedPierre Rossi2015-01-191-2/+1