summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Include qobjectdefs.h for Q_GADGETThiago Macieira2014-12-291-0/+1
* tst_QSizePolicy: non-functional fixesMarc Mutz2014-12-261-1/+3
* tst_QSizePolicy: split a test functionMarc Mutz2014-12-261-3/+7
* tst_QSizePolicy: minor cleanupMarc Mutz2014-12-261-15/+2
* 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-245-12/+91
* 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-232-14/+39
* 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
* Haiku: Add support for Haiku to build systemTobias Koenig2014-12-214-1/+111
* 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-2020-54/+1401
* 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
* Unbreak the build with the Intel compiler on WindowsThiago Macieira2014-12-201-1/+11
* Fix Clang warning about inconsistent use of C++11 overrideThiago Macieira2014-12-201-1/+10
* Remove Q_NO_USING_KEYWORDThiago Macieira2014-12-2050-437/+4
* Display the QElapsedTimer reference time in %{time}Thiago Macieira2014-12-202-7/+16
* Add the detection of MSVC 2015 for QLibraryInfoThiago Macieira2014-12-201-0/+2
* Make setting twice the very same model on QComboBox a no-opGiuseppe D'Angelo2014-12-202-0/+9
* QState: Added template PointerToMemberFunctionAndré Klitzing2014-12-203-2/+29
* Merge "Merge remote-tracking branch 'origin/5.4' into dev" into refs/staging/devGiuseppe D'Angelo2014-12-2083-376/+831
|\
| * Merge remote-tracking branch 'origin/5.4' into devSimon Hausmann2014-12-1883-376/+831
| |\
| | * Fix OS X style MDI area subwindow resizeMarko Kangas2014-12-181-0/+4
| | * Update gradle build script.BogDan Vatra2014-12-181-3/+9
| | * Prevent continuous painting with viewport QOpenGLWidgetLaszlo Agocs2014-12-186-32/+94
| | * Qt should not print warning unless we have an API miss-usage caseAlex Blasche2014-12-181-4/+4
| | * Change bugreports.qt-project.org -> bugreports.qt.ioAlex Blasche2014-12-1815-17/+17
| | * Build Android style on Windows hostEskil Abrahamsen Blomfeldt2014-12-181-0/+4
| | * Fix PDF when embedding fonts with large internal leadingEskil Abrahamsen Blomfeldt2014-12-181-1/+1
| | * Add some debug information to tst_qwindowSimon Hausmann2014-12-181-0/+12
| | * Windows: Return false from event processing of unhandled multimedia keys.Friedemann Kleint2014-12-181-1/+4
| | * QOpenGLContext: Use static invocation of QGuiApplication::platformNativeInter...Friedemann Kleint2014-12-181-3/+3
| | * Blacklist ioGetFromHttpBrokenServer:no-newlineTony Sarajärvi2014-12-161-0/+2
| | * QColorDialog: Fix matching against predefined colors.Sérgio Martins2014-12-161-4/+4