summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| | | | * QDateTimeParser: mediate QLocale's meddling via a setter.Edward Welbourne2016-04-082-3/+4
| | | | * QDateTimeParser::parse(): improve readabilityEdward Welbourne2016-04-081-8/+3
| | | | * By default use native menu barBogDan Vatra2016-04-081-0/+3
| | | | * Improve gdb backtrace handlingFrederik Gladhorn2016-04-081-0/+1
| | | | * Qt Quick: Fix bug for selections with line wraps and breaksEskil Abrahamsen Blomfeldt2016-04-081-10/+9
| | | | * Hide the navigation bar only on Android API-19+BogDan Vatra2016-04-081-10/+6
| | | | * winrt: mimic desktop Window's "QKeyEvent::isAutoRepeat" behaviorOliver Wolff2016-04-081-4/+42
| | | | * winrt: Fix QKeyEvent::isAutoRepeatOliver Wolff2016-04-081-3/+3
| | | | * winrt: Add capabilities as specified by modulesMaurice Kalinowski2016-04-071-0/+4
| | | | * Limit URLs for proxy auto config to 2083 charsSebastian Lösch2016-04-071-3/+12
| | | | * Doc: Make the replacement functions for obsoleted functions explicitAndy Shaw2016-04-071-3/+7
| | * | | Add color font support on WindowsEskil Abrahamsen Blomfeldt2016-04-134-63/+232
| | * | | Use takeFirst() instead of first() with removeFirst()Anton Kudryavtsev2016-04-132-6/+3
| | |/ /
| | * | Use QTransform instead of doing transforms manuallyv5.7.0-beta1Allan Sandfeld Jensen2016-04-122-59/+8
* | | | darwin: Move conversion function documentation to function definitionTor Arne Vestbø2016-05-0310-212/+188
* | | | darwin: Simplify conversion function declarations in headersTor Arne Vestbø2016-05-035-25/+5
|/ / /
* | | QtBase: use printf-style qWarning/qDebug where possible (II)Marc Mutz2016-05-0326-77/+81
* | | Add support for PSK on server sideAndré Klitzing2016-05-029-2/+88
* | | qsslsocket/context_openssl - ALPN and NPN, not ALPN or NPNTimur Pocheptsov2016-05-022-6/+7
* | | QOpenGLContext: add a way to disable the thread affinity checkGiuseppe D'Angelo2016-05-023-3/+20
* | | QtWidgets: Introduce delegating constructors.Friedemann Kleint2016-05-0223-100/+33
* | | Add QPlatformBackingStore::toImage() implementationsAndy Nichols2016-04-3011-14/+23
* | | Enable QPlatformBackingStore::toImage() when QT_NO_OPENGL is definedAndy Nichols2016-04-302-2/+4
* | | Remove remains of Windows CE from QSysInfo.Friedemann Kleint2016-04-301-8/+0
* | | QHostAddress: comparator with flexible conversion rulesFelix Braun2016-04-292-15/+115
* | | Minor fixups to the change that added FreeType on OSXAndreas Hartmetz2016-04-292-2/+1
* | | Basic font database: remove opentype CONFIG, it does nothingAndreas Hartmetz2016-04-291-2/+0
* | | Make QSharedPointer without custom deleters call the correct destructorThiago Macieira2016-04-282-3/+11
* | | moc: Use QCommandLineParser::ParseAsLongOptions and QCommandLineOption::Short...Olivier Goffart2016-04-281-0/+10
* | | Keep QColorDialog::ShowAlphaChannel from expanding the dialog on OS X.Steve Mokris2016-04-271-1/+9
* | | Add QLibraryInfo::version() returning the Qt version as QVersionNumberThiago Macieira2016-04-273-1/+19
* | | QApplication: Deprecate ColorSpec, setColorSpec() and colorSpec().Friedemann Kleint2016-04-265-11/+14
* | | Revert "Optimize QMetaObject::activate."Milian Wolff2016-04-251-30/+19
* | | Append the Windows OS/kernel version number in QSysInfo::prettyProductName().Jake Petroules2016-04-251-1/+11
* | | QAbstractItemView - Fix docs to match behavior (SelectionMode)Thorbjørn Martsum2016-04-241-2/+2
* | | QTabBar: Add setAccessibleTabName() and accessibleTabName()Dongmei Wang2016-04-244-6/+54
* | | QRegion: mark boundingRect() and rectCount() nothrowMarc Mutz2016-04-232-4/+4
* | | Removes spacing when widget is hidden in QGridLayoutKarim Pinter2016-04-211-3/+7
* | | Adding notification feature to SQLite driverKarim Pinter2016-04-212-3/+84
* | | Remove window flags WindowOkButtonHint, WindowCancelButtonHint.Friedemann Kleint2016-04-202-12/+1
* | | Remove dynamic loading of functions that are present in Windows Vista onwards.Friedemann Kleint2016-04-198-129/+55
* | | Remove the -qconfig command line argumentLars Knoll2016-04-196-1406/+0
* | | initializeInflateStream - assert that stream is not nullTimur Pocheptsov2016-04-191-0/+2
* | | Avoid nullptr deref in Q_ASSERTSTimur Pocheptsov2016-04-1924-692/+1038
* | | Add support for initializing QSharedPointer from nullptrThiago Macieira2016-04-193-9/+32
* | | Android: Fix crash on startupChristian Stromme2016-04-181-3/+10
* | | Change the way we handle features that have sub-featuresLars Knoll2016-04-156-38/+29
* | | OGLTextureCache::insert - make sure it did not failTimur Pocheptsov2016-04-151-1/+2
* | | Uninitialized variable in QTouchEventTouchPointPrivateJesus Fernandez2016-04-151-1/+2
* | | Implement QFormLayout row removalSamuel Gaist2016-04-142-12/+326