summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/cocoa
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-03-313-41/+10
|\
| * OSX Fix disapearing tray iconJocelyn Turcotte2015-03-181-14/+3
| * Cocoa: Send mouse release as a right button when clicking right buttonAndy Shaw2015-03-131-0/+2
| * Cocoa integration - invalid backing store on geometry updateTimur Pocheptsov2015-03-131-0/+2
| * Cocoa: Fix systray SVG icons.Morten Johan Sørvig2015-03-111-0/+4
| * Revert "OS X: main window doesn't become key."Timur Pocheptsov2015-03-091-28/+0
* | QCocoaMenu: Queue 'activated' signal emissionGabriel de Dietrich2015-03-301-1/+3
* | OS X Accessibility: Make checkboxes etc. checkable with VoiceOverBoris Dušek2015-03-253-6/+10
* | Cocoa: Don't let key events triggering input method events close dialog.Christoph Schleifenbaum2015-03-213-0/+11
* | Fixed compilation on Mac OS X (qt namespace and preprocessor issues))Sergei Kulik2015-03-2014-8/+51
* | QCocoaDrag: Fix text, url and image preview pixmap while dragging.Filipe Azevedo2015-03-172-6/+52
* | QCocoaMenuItem: Fixed Delete key symbol in native menubarFilipe Azevedo2015-03-161-0/+3
* | QCocoaWindow.mm: Avoid crash whe using native windowsFilipe Azevedo2015-03-161-3/+6
* | Clear backingstore for windows with alpha channel.Morten Johan Sørvig2015-03-122-0/+13
* | Get CoreText style name when resolving Qt fontGabriel de Dietrich2015-03-121-11/+4
* | Cocoa: Correct mouse event forwarding for popupsMorten Johan Sørvig2015-03-125-20/+82
* | QShortCut: Check whether the menu is QPA-disabledGabriel de Dietrich2015-03-112-0/+6
* | OSX: fix leaks due to missing NSAutoreleasePoolErik Verbruggen2015-02-267-0/+13
* | Remove unused CGImage in qcocoabackingstoreAllan Sandfeld Jensen2015-02-262-16/+0
* | Decide whether to synthesize mouse events on a per device basisAlexander Volkov2015-02-252-3/+1
* | Merge remote-tracking branch 'origin/5.4' into 5.5Frederik Gladhorn2015-02-241-1/+1
|\|
| * Ensure the filedialog shows the initial filenameAndy Shaw2015-02-161-1/+1
* | Fixed license headersJani Heikkinen2015-02-1736-36/+36
* | Use C++ <cmath> instead of <math.h>Allan Sandfeld Jensen2015-02-161-2/+2
* | OSX: Avoid !strcmp() anti patternMathias Hasselmann2015-02-131-1/+1
* | Pass params of shareable type by const-ref rather than by valueKonstantin Ritt2015-02-132-2/+2
* | OS X Accessibility: fix role descriptionBoris Dušek2015-02-131-1/+1
* | OS X Accessibility: implement AXStyleRangeForIndex in QTextEditBoris Dušek2015-02-131-1/+6
* | OS X accessibility: implement AXRangeForPositionBoris Dušek2015-02-131-0/+5
* | Fix AXBoundsForRange in OS X accessibilityBoris Dušek2015-02-131-2/+11
* | Fix crash-on-exit when embedding QNViewMorten Johan Sørvig2015-02-123-0/+17
* | Fix accessibility lines on OS XBoris Dušek2015-02-121-16/+58
* | Expose TabFocusBehavior in QStyleHintsLiang Qi2015-02-121-2/+3
* | QWheelEvent on OSX: phase changes to ScrollEnd after momentum phaseShawn Rutledge2015-02-121-1/+2
* | Update copyright headersJani Heikkinen2015-02-1182-1173/+853
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-02-102-1/+11
|\|
| * Cocoa: Don't crash on no target window.Morten Johan Sørvig2015-02-031-0/+8
| * Cocoa: Keep menu invisible when adding it to a menubarDaiwei Li2015-02-031-1/+3
* | Cocoa plugin - showMaximized/showMinimized and Qt::FramelessWindowHintTimur Pocheptsov2015-02-041-2/+5
* | Cocoa plugin - fix obscured/mapped/unmapped logicTimur Pocheptsov2015-02-032-3/+7
* | OS X: Fix QWindowSystemInterface::handleExtendedKeyEventFrederik Gladhorn2015-01-281-1/+1
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-01-212-5/+5
|\|
| * Fix namespacing of QNSViewMouseMoveHelperFrederik Gladhorn2015-01-162-5/+5
* | Add QWheelEvent::sourceShawn Rutledge2015-01-131-1/+3
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-12-292-14/+6
|\|
| * Revert "OS X: rename special menu items instead of duplicating"Timur Pocheptsov2014-12-222-14/+6
* | Add a function for QPA plugins to explicitly destroy QScreensGiulio Camuffo2014-12-231-2/+2
* | Merge remote-tracking branch 'origin/5.4' into devSimon Hausmann2014-12-101-1/+5
|\|
| * qt_mac_loadMenuNib: Prevent stale NIB files by diffing file sizeTor Arne Vestbø2014-12-051-1/+5
* | Harmonize QPA TrayIcon showMessage parameter orderShawn Rutledge2014-12-081-1/+1