summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/cocoa
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.6' into 5.7Simon Hausmann2016-03-235-18/+34
|\
| * QCocoaMenus: Use mix-in pattern to implement menu hierarchyGabriel de Dietrich2016-03-225-18/+34
* | Cocoa: Forward masked out mouse events.Morten Johan Sørvig2016-03-212-4/+29
* | Cocoa: Forward rejected key events.Morten Johan Sørvig2016-03-212-6/+47
* | Cocoa: Unify mouse handling logicMorten Johan Sørvig2016-03-212-66/+106
* | Cocoa: Move window logging to qt.qpa.cocoa.windowMorten Johan Sørvig2016-03-216-34/+48
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-219-125/+132
|\|
| * QCocoaMenu: Decouple NSMenuItem from NSMenuGabriel de Dietrich2016-03-166-121/+111
| * Compile with -no-openglMorten Johan Sørvig2016-03-151-0/+4
| * Cocoa: Fix crash on screen disconnect.Morten Johan Sørvig2016-03-151-3/+7
| * Cocoa: Improve native view lifetime accuracy.Morten Johan Sørvig2016-03-111-1/+10
* | QWheelEvent: Make NoScrollPhase publicGabriel de Dietrich2016-03-211-2/+0
* | Merge "Merge remote-tracking branch 'origin/5.6' into 5.7" into refs/staging/5.7Liang Qi2016-03-133-7/+13
|\ \
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-113-7/+13
| |\|
| | * consistently put {qt,qml}_{module,plugin} at the end of project filesOswald Buddenhagen2016-03-071-5/+5
| | * QWheelEvent: make NoScrollPhase opt-inShawn Rutledge2016-03-051-0/+2
| | * Cocoa integration - do not invalidate backing store on moveTimur Pocheptsov2016-03-041-1/+3
| | * QMacStyle and QCocoaTheme: Fix selected item color for non-native menubarGabriel de Dietrich2016-02-291-1/+3
* | | QtBase (remainder): use printf-style qWarning/qDebug where possible (I)Marc Mutz2016-03-123-6/+6
|/ /
* | Add QWheelEvent::inverted()Morten Johan Sørvig2016-03-061-1/+3
* | Simplify and speed up code resolving gl functionsLars Knoll2016-03-021-1/+2
* | Avoid repeated QByteArray creation when resolving opengl functionsLars Knoll2016-03-012-2/+2
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-02-292-2/+13
|\|
| * Track target widget when wheel events are receivedGabriel de Dietrich2016-02-291-0/+2
| * QMacPrintEngine: Really set the printer resolutionKai Pastor2016-02-251-2/+11
* | QCocoaKeyMapper - correctly update key layoutsTimur Pocheptsov2016-02-251-7/+9
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-02-241-11/+4
|\|
| * QCocoaMenuItem: Use the right Objective C class forwarding macrosGabriel de Dietrich2016-02-191-11/+4
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-02-183-16/+21
|\|
| * Merge remote-tracking branch 'origin/5.6.0' into 5.6Liang Qi2016-02-153-16/+21
| |\
| | * Merge 5.6 into 5.6.0Oswald Buddenhagen2016-02-023-141/+3
| | |\
| | * | Cocoa integration - fix outdated path in QCocoaFileDialogHelperTimur Pocheptsov2016-01-301-2/+5
| | * | Accessibility OS X: Fix hang when editing password line editsFrederik Gladhorn2016-01-281-3/+5
| | * | Accessibility OS X: protect from accessing invalid objectsFrederik Gladhorn2016-01-282-11/+11
* | | | Fix for deferredDelete() bug when calling the glib loop directlyPaolo Angelelli2016-02-122-2/+2
* | | | Cocoa integration - suppress excessive dragginUpdated messagesTimur Pocheptsov2016-02-121-0/+12
* | | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-02-111-10/+19
|\| | |
| * | | Accessibility OS X: Improve password handlingFrederik Gladhorn2016-02-041-10/+17
| | |/ | |/|
* | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-02-023-141/+3
|\| |
| * | Move Cocoa key code helper functions to QtCoreTor Arne Vestbø2016-01-292-140/+0
| * | Cocoa: Support high-dpi DnD pixmaps.Morten Johan Sørvig2016-01-261-1/+3
| |/
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-261-0/+12
|\|
| * Cocoa: Update QWindow::screen() on expose/show.Morten Johan Sørvig2016-01-221-0/+12
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-212-13/+13
|\|
| * OS X: Ensure system tray icon is prepared even when menu bar is hiddenTor Arne Vestbø2016-01-191-1/+1
| * Passing parameters to convertLineOffset by pointer instead of referenceFrederik Gladhorn2016-01-181-12/+12
* | Updated license headersJani Heikkinen2016-01-1580-1115/+1595
* | Merge remote-tracking branch 'origin/5.6' into devFrederik Gladhorn2016-01-083-9/+12
|\|
| * Fix mac build with -no-widgetsStephen Kelly2016-01-072-0/+2
| * tst_qwindow::isExposed - fix failing test on OS XTimur Pocheptsov2016-01-041-9/+10