summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel
Commit message (Expand)AuthorAgeFilesLines
...
* | | QPlatformFileDialogHelper::cleanFilterList(): Allow for ',' in glob.Friedemann Kleint2015-08-271-1/+2
|/ /
* | Harmonize input context selectionBernd Weimer2015-08-252-30/+15
* | Fix module reference in license headerLouai Al-Khanji2015-08-252-2/+2
* | QInputEvent: document that timestamp() is in millisecondsShawn Rutledge2015-08-241-0/+2
* | Merge dev into 5.6Oswald Buddenhagen2015-08-176-11/+25
|\ \
| * | Call sendWindowSystemEvents() on deferred flushMorten Johan Sørvig2015-08-131-1/+1
| * | Propagate keyboard event accept statusMorten Johan Sørvig2015-08-133-7/+8
| * | Propagate event accepted state to platform pluginsMorten Johan Sørvig2015-08-132-3/+7
| * | Add QPlatformWindow::windowFrameGeometry()Morten Johan Sørvig2015-08-132-0/+9
* | | Fix -Wcast-qual warningsThiago Macieira2015-08-132-2/+2
|/ /
* | Merge "Merge remote-tracking branch 'origin/5.5' into dev" into refs/staging/devTimur Pocheptsov2015-08-095-3/+83
|\ \
| * | Merge remote-tracking branch 'origin/5.5' into devFrederik Gladhorn2015-08-065-3/+83
| |\|
| | * Fix shortcut handling with modifiersFrederik Gladhorn2015-08-053-2/+26
| | * Doc: Amended the \inmodule statement for QSessionManagerVenugopal Shivashankar2015-07-231-1/+1
| | * Doc:added doc to undocumented functionsNico Vertriest2015-07-221-0/+56
* | | Compile-time option for disabling high-DPI scalingPaul Olav Tvete2015-08-062-0/+46
|/ /
* | Do not access screens before initialize()Laszlo Agocs2015-08-021-2/+4
* | Fix highdpi drag-n-drop for X11Paul Olav Tvete2015-07-302-19/+38
* | Introduce cross platform high-dpi scalingMorten Johan Sørvig2015-07-3017-80/+1121
* | Enable non-integer device pixel ratioMorten Johan Sørvig2015-07-303-9/+4
* | Add power state to QPlatformScreenPier Luigi Fiorini2015-07-292-0/+28
* | Expose GLES 3.0 and 3.1 functionsLaszlo Agocs2015-07-232-0/+24
* | QtGui: Pass types with copy-ctor or dtor by const-refSérgio Martins2015-07-192-2/+2
* | Fix nullptr literal 0s which would look odd as nullptrMarc Mutz2015-07-191-1/+1
* | QtGui: Use Q_NULLPTR instead of 0 in all public headersMarc Mutz2015-07-197-11/+11
* | Merge "Merge remote-tracking branch 'origin/5.5' into HEAD" into refs/staging...Simon Hausmann2015-07-171-1/+1
|\ \
| * | Merge remote-tracking branch 'origin/5.5' into HEADSimon Hausmann2015-07-171-1/+1
| |\|
| | * Fix QAction::setAutoRepeat(false)Frederik Gladhorn2015-07-071-1/+1
* | | QFileDialog: add setSupportedSchemes and pass it along to the QPA.David Faure2015-07-172-0/+16
|/ /
* | QKeySequence: replace an inefficient QList with QVectorMarc Mutz2015-07-131-4/+5
* | QKeySequence: use QKeySequencePrivate::MaxKeyCount everywhereMarc Mutz2015-07-132-24/+15
* | Fix some qdoc-warnings.Friedemann Kleint2015-07-101-2/+2
* | Micro-optimize QKeySequence datastream operator (II)Marc Mutz2015-07-041-4/+12
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-07-019-35/+30
|\|
| * Replace MAC OS X with OS XNico Vertriest2015-06-306-28/+28
| * Merge remote-tracking branch 'origin/5.5.0' into 5.5Liang Qi2015-06-272-7/+0
| |\
| | * OSX: show file dialog in showCocoaFilePanel, don't wait for exec()Shawn Rutledge2015-06-172-7/+0
| * | doc: mark QWindow::requestUpdate() as \since 5.5Gunnar Sletta2015-06-181-0/+2
| |/
* | QtGui: make all Q_DECLARE_SHARED types nothrow move-assignableMarc Mutz2015-06-301-3/+3
* | Micro-optimize QKeySequence datastream operator (I)Marc Mutz2015-06-241-8/+7
* | gui: Add several QList::reserve() calls.Sérgio Martins2015-06-224-2/+9
* | Use Q_GLOBAL_STATIC for QThreadStorage<QGuiGLThreadContext *>Sérgio Martins2015-06-191-5/+5
* | Micro-optimize QKeySequencePrivate::decodeString()Marc Mutz2015-06-151-1/+1
* | Mark unused parameters with Q_UNUSEDUlf Hermann2015-06-123-0/+13
* | QTouchDevicePrivate: deal in const QTouchDevice*sMarc Mutz2015-06-122-12/+7
* | Merge "Merge remote-tracking branch 'origin/5.5' into dev" into refs/staging/devSimon Hausmann2015-06-0418-136/+216
|\ \
| * | Merge remote-tracking branch 'origin/5.5' into devSimon Hausmann2015-06-0318-136/+216
| |\|
| | * Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-06-011-0/+4
| | |\
| | | * Handle parsing of GL_VERSION as reported by Nexus 6Andy Shaw2015-05-111-0/+4
| | * | QtGui/Windows: Fix static build.Friedemann Kleint2015-05-271-4/+4