summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| | * Simplify use of __has_include in qlogging.cppThiago Macieira2014-12-201-12/+9
| | * QNetworkDiskCache: Do not store set-cookie headers of the response in disk ca...Jeongmin Kim2014-12-201-0/+3
| | * Use the GCC and Clang __builtin_bswap intrinsics in qbswapThiago Macieira2014-12-201-13/+13
| | * Make sure we don't try to ask QByteArray to allocate too muchThiago Macieira2014-12-203-2/+14
| | * Fix QThread::idealThreadCount on Unix if sysconf or sysctl failsThiago Macieira2014-12-201-1/+2
| | * QScrollBar: emit valueChanged once even if a slot takes too much timePavel Krebs2014-12-191-3/+4
| | * Also search current directory in QFINDTESTDATAEskil Abrahamsen Blomfeldt2014-12-191-0/+7
| | * Don't clear lineedit in non normal echo mode when validation is invalidAndy Shaw2014-12-192-7/+18
| | * MSVC: Restore 'public' accessibility of QMetaType member functionsAndy Shaw2014-12-191-1/+1
| | * qdoc: Fixed broken TOC links to Reimplemented sectionsMartin Smith2014-12-191-5/+13
| | * doc: Fix mistake in QProgressBar::orientationAlejandro Exojo2014-12-191-1/+1
| | * Remove direct linkage to dbus and qdbusSimon Hausmann2014-12-181-5/+0
| | * Revert "Fix printing of semitransparent images to PDF"Allan Sandfeld Jensen2014-12-181-3/+1
| | * QNX: Handle the case where screen returns a refresh rate of 0.Roger Maclean2014-12-181-1/+2
| | * Remove unused code from QFontEngineFT.Rafael Roquetto2014-12-182-33/+0
| | * xcb: Don't return 0 from QXcbKeyboard::possibleKeysAlexander Volkov2014-12-181-1/+2
| | * qdoc: Remove zero-width-space characters from function signaturesTopi Reinio2014-12-181-1/+1
| | * QPlatformSystemTrayIcon: the timeout is in msecs, not secsDmitry Shachnev2014-12-182-3/+3
| | * Qt OpenGL is deprecated with 5.4. Show that in the docs as wellLars Knoll2014-12-182-6/+4
* | | Fix crash when running QtWayland compositor on xcb-egl.Erik Larsson2014-12-291-2/+3
* | | Set the minimum required FreeType version to 2.1.10Konstantin Ritt2014-12-291-50/+19
* | | Minor improvement to Qt-HB bridging codeKonstantin Ritt2014-12-291-12/+12
* | | Report font tables are R/O blobsKonstantin Ritt2014-12-291-1/+1
* | | [Docs] Don't propose using deprecated QFont:: rawName()/setRawName()Konstantin Ritt2014-12-291-8/+4
* | | Return true for QSqlQuery::isNull on non-existent fields.Milian Wolff2014-12-291-0/+2
|/ /
* | Include qobjectdefs.h for Q_GADGETThiago Macieira2014-12-291-0/+1
* | QSizePolicy: add Q_FLAGS(ControlTypes)Marc Mutz2014-12-261-0/+1
* | qtest.h: actually include qtest_widgets.hMarc Mutz2014-12-261-1/+1
* | QWidget: use a static assert for a compile-time checkGiuseppe D'Angelo2014-12-251-3/+3
* | [QFont] Don't build datastream helpers with QT_NO_DATASTREAMKonstantin Ritt2014-12-241-3/+1
* | Fix potential memory access violation issuesKonstantin Ritt2014-12-244-29/+38
* | QThreadPool::cancel() to remove individual jobs from the job queue.Nick Shaforostoff2014-12-244-12/+40
* | QColorDialog: Move string into retranslateStrings()Sérgio Martins2014-12-231-1/+2
* | Make it obvious we never expect QFontDatabase::Any to be supportedKonstantin Ritt2014-12-231-1/+1
* | Re-use cached font engines when request only differs in scriptKonstantin Ritt2014-12-231-2/+27
* | [QFontDatabasePrivate] Drop unused `fallbackFamilies` memberKonstantin Ritt2014-12-231-5/+1
* | emit lastWindowClosed even if quitOnLastWindowClosed is falseShawn Rutledge2014-12-231-14/+12
* | Fix build when using -egl and -no-xcb-xlibGiulio Camuffo2014-12-233-0/+8
* | Add a function for QPA plugins to explicitly destroy QScreensGiulio Camuffo2014-12-2316-21/+52
* | [QFontDatabase] Don't look for best foundry twiceKonstantin Ritt2014-12-231-1/+1
* | QColorDialog: Add missing accelerator keySérgio Martins2014-12-221-1/+1
* | Add some missing nativeResourceForIntegration imlementationsJørgen Lind2014-12-226-1/+61
* | Support multiple desktop names in XDG_CURRENT_DESKTOPDmitry Shachnev2014-12-211-12/+17
* | Simplify QFontDatabase::load() a bitKonstantin Ritt2014-12-211-19/+15
* | Fix discard framebuffer support in QOpenGLWidgetLaszlo Agocs2014-12-211-4/+4
* | Add libinput supportLaszlo Agocs2014-12-2015-0/+1194
* | Use Qt 5 signals & slot syntax in the Windows QPA plugin.Friedemann Kleint2014-12-202-14/+14
* | Remove the operator<< | >> (QDataStream, QStringList)Thiago Macieira2014-12-202-33/+0
* | Fix build error without precompiled headersThiago Macieira2014-12-201-0/+1
* | Fix detection of C++11 Unicode strings with icl.exeThiago Macieira2014-12-202-3/+9