summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/cocoa/qcocoaeventdispatcher.h
Commit message (Expand)AuthorAgeFilesLines
* QCocoaEventDispatcher: make 'interrupt' workTimur Pocheptsov2019-12-101-0/+1
* Cocoa: always send queued user input eventsMorten Johan Sørvig2019-03-211-0/+1
* macOS: Remove redundant tracking of modal sessions in QCocoaWindowTor Arne Vestbø2019-02-181-0/+1
* macOS: Modernize worksWhenModal handlingTor Arne Vestbø2019-02-181-1/+0
* macOS: Use single call site for timer processing in event dispatcherTor Arne Vestbø2018-09-061-0/+1
* Cocoa QPA: Clean up 0 as pointerGabriel de Dietrich2018-04-191-2/+2
* macOS: Remove workaround for queued input events to stale windowsTor Arne Vestbø2017-06-291-2/+0
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-11-151-0/+2
|\
| * macOS: Clear event dispatcher interrupt stateGabriel de Dietrich2016-11-081-0/+2
* | Updated license headersJani Heikkinen2016-01-151-14/+20
|/
* Move QEventDispatcherCoreFoundation to QtCoreMorten Johan Sørvig2015-10-161-1/+1
* Remove <qhash.h> where it's not usedMarc Mutz2015-04-201-1/+0
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Cocoa: clear queued user input events when window is destroyedDyami Caliri2014-06-031-0/+2
* Revert "Cocoa: Don't stop NSApp when showing a modal dialog"Morten Johan Sørvig2014-05-281-1/+0
* Revert "Cocoa: Post event to "show()" a modal window"Morten Johan Sørvig2014-05-281-2/+1
* Cocoa: Post event to "show()" a modal windowGabriel de Dietrich2014-04-101-1/+2
* Cocoa: Don't stop NSApp when showing a modal dialogGabriel de Dietrich2014-03-271-0/+1
* Cocoa: Allow widgets to receive events event when no app is runningGabriel de Dietrich2013-09-261-0/+1
* Revert Mac event loop changes.Morten Johan Sørvig2013-09-021-0/+3
* Make QGuiApplication::exec() run within NSApplicationMain()Gabriel de Dietrich2013-08-291-3/+0
* iOS: Implement socket notifiers.Morten Johan Sørvig2013-02-271-9/+3
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-25/+25
* Cocoa: support modal windowsBradley T. Hughes2012-04-251-1/+2
* Merge remote-tracking branch 'origin/api_changes'Lars Knoll2012-04-171-0/+2
|\
| * Add a remainingTime() method to the public interface of the QTimer classLaszlo Papp2012-04-031-0/+2
* | Cocoa: allow timer activation to recurseBradley T. Hughes2012-04-171-4/+4
|/
* processEvents(WaitForMoreEvents) should return after delivering eventsBradley T. Hughes2012-02-031-0/+3
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Change QCocoaEventDispatcher timer handling to use QTimerInfoListBradley T. Hughes2012-01-091-17/+7
* QCocoaEventDispatcherPrivate members should not be staticBradley T. Hughes2012-01-051-22/+20
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Make QCocoaEventDispatcher inherit from QAbstractEventDispatcherBradley T. Hughes2012-01-031-3/+5
* Add Qt::TimerType argument to QAbstractEventDispatcher::registerTimer()Bradley T. Hughes2012-01-021-1/+2
* Cocoa: QMenu refactor.Morten Sorvig2011-09-071-11/+0
* Refactor window system event dispatching.Morten Sorvig2011-06-231-3/+3
* CompileMorten Sorvig2011-06-221-1/+1
* Add lighthouse event dispatcher API.Morten Sorvig2011-06-221-0/+231