summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [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
* 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-201-0/+3
* QState: Added template PointerToMemberFunctionAndré Klitzing2014-12-202-1/+24
* Merge "Merge remote-tracking branch 'origin/5.4' into dev" into refs/staging/devGiuseppe D'Angelo2014-12-2065-362/+692
|\
| * Merge remote-tracking branch 'origin/5.4' into devSimon Hausmann2014-12-1865-362/+692
| |\
| | * 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-185-32/+42
| | * 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-185-5/+5
| | * Fix PDF when embedding fonts with large internal leadingEskil Abrahamsen Blomfeldt2014-12-181-1/+1
| | * 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
| | * QColorDialog: Fix matching against predefined colors.Sérgio Martins2014-12-161-4/+4
| | * Fix constant "Qt" LOG_TAG in AndroidAndré Klitzing2014-12-151-2/+2
| | * Fix possibly corrupted log clusters when using custom tab stopsEskil Abrahamsen Blomfeldt2014-12-151-0/+5
| | * Fix crash when Android Style is set more than once.BogDan Vatra2014-12-153-7/+18
| | * [ANGLE] Fix compilation with MSVC2013 Update4Maurice Kalinowski2014-12-153-2/+45
| | * Make GL2PaintEngine::drawCachedGlyphs use updateTextureTor Arne Vestbø2014-12-142-32/+13
| | * QColorDialog: Fix picking screen colors inside QColorPickerSérgio Martins2014-12-131-5/+21
| | * Bump version number to 5.4.1Thiago Macieira2014-12-131-2/+2
| | * Ensure that GL::updateBrushTexture() activates and binds properlyTor Arne Vestbø2014-12-131-8/+18
| | * Make QRawFont usage safer in a multi-threaded environmentKonstantin Ritt2014-12-133-34/+39
| | * GL: Make updateTexture invalidate texture on change of texture unitTor Arne Vestbø2014-12-122-4/+53
| | * Fix xcb backend not grabbing the server as defaultJørgen Lind2014-12-121-1/+1
| | * Make ImhNoPredictiveText work on Samsung devicesPaul Olav Tvete2014-12-121-1/+1
| | * Doc: corrected documentation addOptions()Nico Vertriest2014-12-121-3/+5
| | * Fix incorrect QImage transformation when its devicePixelRatio != 1MihailNaydenov2014-12-121-2/+9
| | * Fix the Apple build version numbers for ClangThiago Macieira2014-12-121-6/+6
| | * Windows: Do not register windows obtained by QWindow::fromWinId() for touch.Friedemann Kleint2014-12-111-1/+2
| | * Windows: Fix window geometry when using QWindow::fromWinId().Friedemann Kleint2014-12-111-3/+4
| | * Propagate the source of mouse eventsAlexander Volkov2014-12-114-2/+16
| | * iOS: let keyboard gesture work better with other gesturesRichard Moe Gustavsen2014-12-111-0/+12
| | * iOS: only clear focus object if it supports IMRichard Moe Gustavsen2014-12-112-4/+9
| | * ANGLE: Do not use std::strlenKai Koehne2014-12-112-1/+31