summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* xcb: Skip EGL integration with -no-openglLaszlo Agocs2015-05-121-1/+1
* MSVC: Silence compiler warning about INFINITYKai Koehne2015-05-111-9/+8
* qstandardpaths_ios: allow empty strings to be returned for undefined locationsRichard Moe Gustavsen2015-05-101-9/+0
* ios: change file engine caching logic for loading assetsRichard Moe Gustavsen2015-05-101-18/+9
* Improve QListView scroll bar calculation.Christoph Schleifenbaum2015-05-101-4/+22
* Don't overwrite applicationName if already set.David Faure2015-05-091-4/+6
* QDialogButtonBox: prevent crashes on deletions in slotsGiuseppe D'Angelo2015-05-091-1/+11
* fix ANGLE build with VS2015Oswald Buddenhagen2015-05-081-1/+1
* Merge "Merge remote-tracking branch 'origin/5.4' into merge5.5" into refs/sta...Allan Sandfeld Jensen2015-05-0822-257/+208
|\
| * Merge remote-tracking branch 'origin/5.4' into merge5.5Allan Sandfeld Jensen2015-05-0822-257/+208
| |\
| | * Merge "Merge remote-tracking branch 'origin/5.4.2' into 5.4" into refs/stagin...Allan Sandfeld Jensen2015-05-082-3/+3
| | |\
| | | * Merge remote-tracking branch 'origin/5.4.2' into 5.4Allan Sandfeld Jensen2015-05-082-3/+3
| | | |\
| | | | * Require -fPIC instead of just -fPIE for -reduce-relocationsThiago Macieira2015-05-072-3/+3
| | * | | QNAM: Fix compiler warningMarkus Goetz2015-05-081-1/+1
| | |/ /
| | * | Merge remote-tracking branch 'origin/5.4.2' into 5.4Simon Hausmann2015-05-0412-176/+128
| | |\|
| | | * ItemViews: Fix acceptance of drag enter eventsChristoph Schleifenbaum2015-05-011-1/+13
| | | * Android: Fix wrong field name in ExtractStyle.javaChristian Strømme2015-04-301-1/+3
| | | * Android: Use Holo theme on Android 5.1Christian Strømme2015-04-301-1/+1
| | | * Revert "Rotate images according to Exif orientation"Rainer Keller2015-04-291-149/+1
| | | * Merge 5.4 into 5.4.2Oswald Buddenhagen2015-04-2013-144/+202
| | | |\
| | | * | QNAM: Fix upload corruptions when server closes connectionMarkus Goetz2015-04-208-24/+110
| | * | | Fix shortcuts when using setDefaultActionPaul Olav Tvete2015-05-021-1/+1
| | * | | Bump versionOswald Buddenhagen2015-04-201-2/+2
| | | |/ | | |/|
| | * | Cocoa: Handle the event passed into the global monitor correctlyAndy Shaw2015-04-171-2/+4
| | * | let QWindowsPipeReader::stop() cancel the current I/O operationJoerg Bornemann2015-04-162-10/+26
| | * | inline QWindowsPipeReader::completeAsyncReadJoerg Bornemann2015-04-162-32/+23
| | * | remove emitReadyReadTimer from QWindowsPipeReaderJoerg Bornemann2015-04-162-11/+0
| | * | QWindowsPipeReader: zero OVERLAPPED struct before every ReadFileJoerg Bornemann2015-04-161-1/+1
| | * | Doc: fix description of QWindowsPipeReader::readJoerg Bornemann2015-04-161-1/+1
| | * | Fix finding the closest active touch point for the pressed touch pointAlexander Volkov2015-04-162-4/+5
| | * | QLockFile: fix deadlock when the lock file is corruptedOlivier Goffart2015-04-152-16/+16
* | | | Add GPU_BLACKLIST support to QTestLibLaszlo Agocs2015-05-085-3/+61
|/ / /
* | | Use kqueue on NetBSD in qfilesystemwatcher.Niclas Rosenvik2015-05-082-3/+3
* | | ANGLE: Allow Windows Phone to communicate swap regionAndrew Knight2015-05-085-13/+169
* | | winrt: Use ANGLE sub-buffer swap on Windows PhoneAndrew Knight2015-05-082-0/+15
* | | QLineEdit: show the clear button if it gets enabled after setting a textGiuseppe D'Angelo2015-05-072-5/+5
* | | QColumnView: re-enable scrolling of the preview widgetGiuseppe D'Angelo2015-05-071-0/+10
* | | QSizePolicy: improve docs of retainSizeWhenHiddenMarc Mutz2015-05-071-3/+4
* | | Give QSizePolicy its own .cppMarc Mutz2015-05-075-113/+124
* | | QStateMachine: allow posting of events when starting.Erik Verbruggen2015-05-072-2/+13
* | | QStateMachine: Fix transition ordering.Erik Verbruggen2015-05-071-5/+32
* | | ios: Add support for QOpenGLWidget and QQuickWidgetLaszlo Agocs2015-05-074-9/+125
* | | Make it explicit that a few Qt::WindowFlags are overlappingTor Arne Vestbø2015-05-071-3/+6
* | | Doc: Fix spelling errors in the QXcbWindowFunctions docsAlexander Volkov2015-05-071-2/+2
* | | ios: implement Qt::WindowTransparentForInputRichard Moe Gustavsen2015-05-061-0/+6
* | | ios: don't autoactivate if _q_showWithoutActivatingRichard Moe Gustavsen2015-05-061-1/+2
* | | ios: don't accept first responder if Qt::WindowDoesNotAcceptFocusRichard Moe Gustavsen2015-05-062-1/+4
* | | ios: factor out authorization checkRichard Moe Gustavsen2015-05-061-29/+32
* | | ios: add support for fetching entry list in QIOSFileEngineAssetsLibraryRichard Moe Gustavsen2015-05-062-4/+78
* | | ios: add fallback in QIOSFileEngineAssetsLibrary for loading assets from ALAs...Richard Moe Gustavsen2015-05-061-0/+20