summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/cocoa
Commit message (Expand)AuthorAgeFilesLines
...
| * | cocoa: QNSView - guard implementation against deleted windowTim Blechmann2015-06-242-21/+21
| * | QCocoaMenu: Fix crash with 10.7 QFileDialog shortcutsDyami Caliri2015-06-201-0/+2
| * | Cocoa: QCocoaApplicationDelegate - correctly install cleanup handlerTim Blechmann2015-06-041-1/+1
* | | Fix inefficient container.values().first()Sérgio Martins2015-06-281-1/+1
* | | Add QCocoaWindowFunctions and add a function to find the clip offsetJorgen Lind2015-06-114-0/+34
* | | Remove exec bits from files that should not be executableDmitry Shachnev2015-06-072-0/+0
* | | Fix crash in tst_qfiledialog on OS XSimon Hausmann2015-06-042-4/+14
* | | Merge remote-tracking branch 'origin/5.5' into devSimon Hausmann2015-06-0310-99/+119
|\| |
| * | Cocoa: add QT_MAC_USE_NSWINDOW env. variableMorten Johan Sørvig2015-06-021-1/+3
| |/
| * QCocoaMenu: return YES if we have a shortcut for a pseudo-first responderTimur Pocheptsov2015-06-011-12/+22
| * Add support to disable close button from the tool window in Cocoa.Marko Kangas2015-05-271-3/+16
| * QPA plugins: Use _iid macros instead of strings in Q_PLUGIN_METADATA.Friedemann Kleint2015-05-131-1/+1
| * Remove QNSView from superview in ~QCocoaWindow()Morten Johan Sørvig2015-05-131-1/+1
| * Cocoa integration - implement Qt::WindowModal file dialogsTimur Pocheptsov2015-05-132-7/+22
| * Cocoa: Upgrade default surface format to include an alpha channelUlf Hermann2015-05-131-1/+7
| * cocoa: Do not access the integration instance when shutting downLaszlo Agocs2015-05-121-1/+3
| * Merge remote-tracking branch 'origin/5.4' into merge5.5Allan Sandfeld Jensen2015-05-081-2/+4
| |\
| | * Cocoa: Handle the event passed into the global monitor correctlyAndy Shaw2015-04-171-2/+4
| * | cocoa: ensure app don't crash when receiving drag from other appRichard Moe Gustavsen2015-05-061-34/+37
| * | Clean up API of QPlatformPrintDevice (QPA).Friedemann Kleint2015-05-054-36/+3
* | | Add shared implementation of a NSAutoreleasePool wrapper to qglobalTor Arne Vestbø2015-05-2723-178/+47
* | | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-273-13/+12
|\| |
| * | Cocoa: Stop using deprecated -convertBaseToScreen:.Erik Verbruggen2015-04-221-3/+4
| * | Cocoa: stop using the deprecated NSInputManager.Erik Verbruggen2015-04-222-7/+3
| * | Cocoa: fix compiler warning.Erik Verbruggen2015-04-221-1/+1
| * | Cocoa: fix compiler warning.Erik Verbruggen2015-04-221-2/+4
* | | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-226-21/+73
|\| |
| * | Cocoa integration - invalid window stateTimur Pocheptsov2015-04-211-1/+2
| * | Cocoa: Remove NSMenuItem setEnabled used in wrong way.Christoph Schleifenbaum2015-04-161-2/+1
| * | OS X: Do not re-create tracking areas over and over againEike Ziller2015-04-162-18/+13
| * | QNSView: Implement custom cursors for drag and drop.Filipe Azevedo2015-04-151-0/+42
| * | Add a means to set the application icon where supportedAndy Shaw2015-04-102-0/+15
* | | Remove <qhash.h> where it's not usedMarc Mutz2015-04-202-2/+0
* | | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-063-43/+22
|\| |
| * | Cocoa: Fix minimizing/zooming frameless windows.Christoph Schleifenbaum2015-04-011-1/+14
| * | Revert "Cocoa plugin - showMaximized/showMinimized and Qt::FramelessWindowHint"Timur Pocheptsov2015-04-011-5/+2
| * | 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
* | | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-011-1/+3
|\| |
| * | 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 integration - menus and Qt::Tool windowsTimur Pocheptsov2015-03-273-2/+22
* | | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-03-2419-17/+123
|\| |
| * | 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