summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | | QDtls: respect pre-set verification errorsTimur Pocheptsov2018-07-311-1/+1
* | | testlib: Allow pausing the process on crashTor Arne Vestbø2018-07-311-2/+7
* | | QMacStyle: Make helper-NSViews layer-backedTor Arne Vestbø2018-07-311-5/+31
* | | QTextDocumentFragment: Use logical cursor movement instead of visualSafa AlFulaij2018-07-311-2/+2
* | | Fix qtbase build for MSVC 2017 15.8Thomas Miller2018-07-301-0/+8
* | | QCborValue: move the toDiagnosticNotation() function to its own fileThiago Macieira2018-07-305-225/+336
* | | Remove unused variableLars Knoll2018-07-301-1/+0
|/ /
* | canonicalFilePath: treat ENOTDIR as a case of file not existingEdward Welbourne2018-07-301-1/+1
* | QFSFileEngine::filename(): convert if/else-if chain to a switchEdward Welbourne2018-07-301-13/+16
* | Actually truncate when asked toEdward Welbourne2018-07-302-7/+7
* | QLocale: cache the QLocalePrivate for QLocale::system()Thiago Macieira2018-07-301-1/+6
* | macOS: Forward declare 10.14 NSColors instead of disabling warningTor Arne Vestbø2018-07-301-4/+9
* | QMacStyle: Remove handling of defunct _q_styleObjectWindow propertyTor Arne Vestbø2018-07-303-21/+3
* | Remove redundant #if-eryTimur Pocheptsov2018-07-301-8/+1
* | QCborValue: Disable support for spaceship operatorThiago Macieira2018-07-293-5/+5
* | Logging: Accept .ini files written by QSettingsKai Koehne2018-07-282-1/+14
* | xcb: Change KeyTbl from pure C array to compile time sorted std::arrayMikhail Svetkin2018-07-281-356/+369
* | DTLS - treat QSslSocket::UnencryptedMode as invalidTimur Pocheptsov2018-07-281-0/+6
* | QUrl: Support IPv6 addresses with zone idRobbert Proost2018-07-271-23/+38
* | Fix tiling of NPOT textures on GL/ESAllan Sandfeld Jensen2018-07-273-25/+20
* | Fixup GL_RGB10 FBO on OpenGL/ES3Allan Sandfeld Jensen2018-07-271-5/+10
* | Move texture uploading out of QOpenGLTextureCacheAllan Sandfeld Jensen2018-07-278-211/+432
* | Remove dead codeJesus Fernandez2018-07-271-7/+2
* | QNetworkAccessManager: Port doc snippet to functor-connectAndre Hartmann2018-07-271-7/+7
* | QDtls - use conventional namesTimur Pocheptsov2018-07-272-10/+10
* | SecureTransport - implement renegotiationsTimur Pocheptsov2018-07-272-11/+60
* | Fix moc'ing of enum class flagsAllan Sandfeld Jensen2018-07-262-1/+3
* | Improve output of Q_ENUMAllan Sandfeld Jensen2018-07-261-5/+9
* | QDtls - refactorTimur Pocheptsov2018-07-262-10/+10
* | WinRT: Fix invisible element being included in the UI Automation treeAndre de la Rocha2018-07-253-2/+20
* | rcc: Add a --list-mapping option to output both resource and real pathsUlf Hermann2018-07-251-1/+17
* | corelib/tools: add qMakeArray() APIMikhail Svetkin2018-07-252-0/+180
* | uic: Modernize the ui4.cpp/.h filesFriedemann Kleint2018-07-241-416/+339
* | Add API for reading and decoding graphical texture filesEirik Aavitsland2018-07-2410-2/+1137
* | Give the QGradient presets ObjectMode coordinate mode by defaultEirik Aavitsland2018-07-241-2/+2
* | formatQEnum: deal with enum class typesShawn Rutledge2018-07-241-1/+1
* | QHash: Remove reference to Qt3's QDict implementationhjk2018-07-241-3/+2
* | prune dead codeOswald Buddenhagen2018-07-231-1/+0
* | QMacStyle: Normalize how we call drawNSViewInRectTor Arne Vestbø2018-07-231-13/+9
* | Remove transitioning include from qdnd_p.hJoerg Bornemann2018-07-231-4/+0
* | moc: align and use newlines in the generated staticMetaObjectsThiago Macieira2018-07-231-12/+12
* | QTabBar: fix mixed up left and right css pseudo classesChristian Ehrlicher2018-07-221-4/+4
* | Introduce QScopeGuardSérgio Martins2018-07-214-0/+219
* | Remove a deprecation warning coming from QRegularExpressionGiuseppe D'Angelo2018-07-211-1/+1
* | Remove a deprecation warning coming from QRegularExpressionGiuseppe D'Angelo2018-07-211-2/+1
* | Add QTextStream operators for QStringViewFriedemann Kleint2018-07-202-0/+16
* | Fix QGuiApplication::queryKeyboardModifiers() on macOSNils Jeisecke2018-07-201-1/+1
* | Windows: Cache the printer capability information the first timeAndy Shaw2018-07-203-15/+173
* | Inline deprecated QTest::qWaitForWindowShownTor Arne Vestbø2018-07-202-7/+2
* | macOS: Correctly scale CALayer contentsRect for child NSViewsTor Arne Vestbø2018-07-201-1/+2