summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
| | * iOS: Only scroll to cursor on keyboard hide gesture reset if requestedTor Arne Vestbø2014-12-111-3/+12
| | * iOS: Don't scroll screen on changes to input item transformTor Arne Vestbø2014-12-112-20/+3
| | * GL2PaintEngine: centralize logic for updating/preparing texturesTor Arne Vestbø2014-12-112-50/+78
| | * GL2PaintEngine: Prevent fillInPendingGlyphs from breaking gradientsTor Arne Vestbø2014-12-103-2/+21
| | * Enable input methods for QQuickWidgetPaul Olav Tvete2014-12-102-0/+8
| | * Handle SelectionClientClose in QXcbClipboardMartin Gräßlin2014-12-101-1/+2
| | * doc: Clarify NOTIFY emission with MEMBER variablesAlejandro Exojo2014-12-101-1/+4
| | * Use categorized logging for ssl codeKai Koehne2014-12-1013-106/+185
| | * Fixed small bug in code snippet for QGraphicsItemBenjamin Summerton2014-12-101-1/+1
| | * Removed redundancy in QGraphicsItem documentation.Benjamin Summerton2014-12-102-16/+1
* | | QOpenGLWindow: make it possible to use a shared contextJørgen Lind2014-12-202-3/+28
* | | Make GLX and EGL dynamic dependencies for xcbJørgen Lind2014-12-2046-600/+2498
* | | Long live the TuioTouch input plugin!Robin Burchell2014-12-1913-0/+1176
|/ /
* | QHeaderView: check that length is correct during restoreState.Arnaud Bienner2014-12-171-23/+52
* | Add default path to CFLAGS for OpenGLJørgen Lind2014-12-161-3/+0
* | Unbreak shortcut handling on embeddedLaszlo Agocs2014-12-151-4/+9
* | Fix corner case in preprocessor of QOpenGLShaderProgramSean Harmer2014-12-151-1/+2