summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/cocoa
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Call QString::normalized when it is constructed via the native APIAndy Shaw2013-04-111-4/+4
* Mac: Ensure the native filedialog sets file name when savingLiang Qi2013-04-091-2/+2
* OSX window: set QWindow geometry after native window is createdShawn Rutledge2013-04-091-2/+1
* Mac: Return Qt::Key_F9 for F9, not Qt::Key_F8hjk2013-04-091-1/+1
* Cocoa: Properly clean window mask dataGabriel de Dietrich2013-04-082-4/+6
* Mac: a dialog should have a titlebar by defaultShawn Rutledge2013-04-081-2/+5
* Fix warning: qt_setDockMenu not foundFrederik Gladhorn2013-04-041-0/+1
* QPA/Mac: Fix resources leakingKonstantin Ritt2013-04-031-0/+2
* If the menu item is merged then we should not release itAndy Shaw2013-04-031-2/+2
* Cache QAccessibleInterfaces.Frederik Gladhorn2013-04-028-85/+90
* Mac style: Fix disabled menu item palette entryGabriel de Dietrich2013-03-291-1/+2
* Make qt_setDockMenu work and call it.Morten Johan Sørvig2013-03-292-6/+3
* Remove QMacQuartzPaintDevice.Morten Johan Sørvig2013-03-291-39/+0
* QCocoaScreen: Properly align secondary screens w.r.t. primary screenGabriel de Dietrich2013-03-271-5/+22
* Cocoa: Make touch events work again.Morten Johan Sørvig2013-03-264-0/+31
* Cocoa: Correct enter/leave event handling.Morten Johan Sørvig2013-03-263-4/+57
* Fixed shortcuts for some (e.g. Russian) layoutsCyril Oblikov2013-03-261-4/+8
* OSX: WindowTransparentForInput QNSView pass events to next responderShawn Rutledge2013-03-241-2/+37
* Guard usage of [NSApp setDockMenu].Morten Johan Sørvig2013-03-241-1/+4
* Use [NSSavePanel directoryUrl].Morten Johan Sørvig2013-03-241-1/+1
* Call [m_qtView hasMask]Morten Johan Sørvig2013-03-241-1/+1
* Remove unused variables in the Cocoa pluginMorten Johan Sørvig2013-03-242-2/+0
* Implement [QNSView isOpaque]Morten Johan Sørvig2013-03-224-13/+17
* Add qMenuToNSMenu() and qMenuBarToNSMenu() to QCocoaNativeInterface.Dmytro Tyshchenko2013-03-212-0/+25
* Send expose when we get a geometry change.Gunnar Sletta2013-03-211-0/+1
* window should not be resizable while its transient popup is openShawn Rutledge2013-03-211-4/+11
* Merge branch 'dev' into stableOswald Buddenhagen2013-03-2035-353/+352
|\