summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/cocoa
Commit message (Expand)AuthorAgeFilesLines
...
| * Cocoa: Fix Open GL resolution in high-dpiGabriel de Dietrich2013-05-152-12/+10
| * Fix breakage of tst_qquickwindow::grab(invisible)Andy Nichols2013-05-142-12/+9
| * Cocoa DND: respect QDropEvent::setDropAction()J-P Nurmi2013-05-131-2/+5
| * Ensure the hovered signal is emitted for the action and menu for CocoaAndy Shaw2013-05-131-0/+10
| * Fix Invalid Drawable error for QGLWidget on MacAndy Nichols2013-05-102-1/+19
| * Revert "OSX: obey the Qt::WindowTransparentForInput flag"Gabriel de Dietrich2013-05-081-2/+0
| * Cocoa: Add support for ForeignWindow window typeGabriel de Dietrich2013-05-082-2/+10
* | Use [NSEvent characters] to retrieve the input character.Gatis Paeglis2013-05-201-14/+5
* | Improve Qt-in-namespace implementation in the Cocoa platform pluginRomain Perier2013-05-1614-65/+86
* | Use [NSEvent keyCode] to retrieve a virtual key code.Gatis Paeglis2013-05-101-5/+2
* | Windows: Introduce QFileDialog::DontUseCustomDirectoryIconsSérgio Martins2013-05-092-2/+6
* | Merge branch 'stable' into devSergio Ahumada2013-05-071-19/+10
|\|
| * Cocoa: Port QCocoaTheme::fileIconPixmap() to CocoaGabriel de Dietrich2013-04-301-19/+10
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-04-2921-103/+448
|\|
| * Don't crash on null QCoocaMenuItem.Morten Johan Sørvig2013-04-261-2/+4
| * Fix ignoring close events on OSXJosh Faust2013-04-264-5/+10
| * Don't use the SubWindow flag for windows embedded in foreign windowsShawn Rutledge2013-04-265-7/+30
| * Increase the loopLevel when activating menu items.Morten Johan Sørvig2013-04-262-0/+6
| * Fix shortcut override for menusFrederik Gladhorn2013-04-263-9/+104
| * Respect the hotspot when creating the cursor in CocoaAndy Shaw2013-04-251-7/+7
| * Cocoa: Improve text heuristic menu item syncing logicGabriel de Dietrich2013-04-256-13/+51
| * Cocoa: Reflect menu hierarchy in QCocoaMenu* objectsGabriel de Dietrich2013-04-253-0/+11
| * Cocoa: Remove dead code in QCocoaMenu*Gabriel de Dietrich2013-04-253-22/+2
| * Cocoa: Fix disabled minimize button on main windowsGabriel de Dietrich2013-04-231-1/+1
| * Don't crash on a null window pointer.Morten Johan Sørvig2013-04-231-0/+3
| * Cocoa: Add setAlertState(), isAlertState(), beep() functionsGabriel de Dietrich2013-04-234-0/+30
| * Move Mac translations to .cpp file for lupdate to pick them up.Friedemann Kleint2013-04-235-39/+170
| * Return GroupRole for unknown accessibility roles.Morten Johan Sørvig2013-04-231-2/+5
| * Accessibility Mac: Implement accessibilityFocusedUIElementFrederik Gladhorn2013-04-221-0/+18
| * Revert "Don't warn on 0x0 sized windows."Morten Johan Sørvig2013-04-221-1/+1
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2013-04-2618-49/+141
|\|
| * Convert the CGImage into a QPixmap after reading from clipboardAndy Shaw2013-04-221-4/+2
| * Cocoa: Disable QTBUG-30266 hack in full screenGabriel de Dietrich2013-04-191-1/+10
| * Let platform plugin decide if accessibility is activeFrederik Gladhorn2013-04-193-12/+13
| * Make password mask characters themeable.Mitch Curtis2013-04-191-0/+2
| * Remove nativeResourceForWindow warning.Morten Johan Sørvig2013-04-181-3/+1
| * Mac: Fix various memory leaksGabriel de Dietrich2013-04-183-5/+7
| * Cocoa Menu: Remove unnecessary retain, release/retain in the right orderGabriel de Dietrich2013-04-181-5/+2
| * Correct dir entries caching in QFileDialogCyril Oblikov2013-04-171-10/+32
| * Cocoa: Fix menu popup, againGabriel de Dietrich2013-04-161-28/+38
| * Cocoa: Make sure no invisible proxy icon button is createdGabriel de Dietrich2013-04-161-0/+2
| * Accessibility Mac: Enable ignoring of childrenFrederik Gladhorn2013-04-162-4/+7
| * Add autorelease pool for cocoa plugin creation.Morten Johan Sorvig2013-04-151-0/+3
| * Add autorelease pools needed by Qt Creator.Morten Johan Sørvig2013-04-152-0/+4
| * Cocoa: Fix unresponsive main window after running more than one modal sessionGabriel de Dietrich2013-04-151-1/+4
| * Don't warn on 0x0 sized windows.Morten Johan Sørvig2013-04-151-1/+1
| * Cocoa: Fix popup menus on modal windowsGabriel de Dietrich2013-04-151-3/+33
| * Cocoa: Create QCocoaWindow when enabling touch.Morten Johan Sørvig2013-04-151-0/+5
| * Cocoa: Enable touch on 0->1 counter transition.Morten Johan Sørvig2013-04-151-1/+1
| * Add devicePixelRatio metric to QPaintDevice.Morten Johan Sørvig2013-04-151-0/+3