summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/cocoa
Commit message (Expand)AuthorAgeFilesLines
* Link to AppKit instead of Cocoa.Jake Petroules2015-09-0525-26/+25
* Introduce Qt::AA_PluginApplication replacing Qt::AA_MacPluginApplication.Friedemann Kleint2015-09-012-4/+4
* Accessibility: OS X: static text should have value instead of titleFrederik Gladhorn2015-08-222-0/+6
* OSX FreeType: Add support for sub pixel font rendering.Sérgio Martins2015-08-142-0/+11
* OSX: Add initial FreeType supportMathias Hasselmann2015-08-113-6/+33
* Merge "Merge remote-tracking branch 'origin/5.5' into dev" into refs/staging/devTimur Pocheptsov2015-08-091-2/+6
|\
| * Merge remote-tracking branch 'origin/5.5' into devFrederik Gladhorn2015-08-061-2/+6
| |\
| | * Fix shortcut handling with modifiersFrederik Gladhorn2015-08-051-2/+6
* | | OS X adaptations to the high-DPI APIMorten Johan Sørvig2015-08-062-19/+20
* | | platforms: cocoa - fix QCocoaWindow::bottomLeftClippedByNSWindowOffsetTim Blechmann2015-08-061-5/+4
|/ /
* | Cocoa QPA plugin: Unlock full Q_DECL_OVERRIDE karmaGabriel de Dietrich2015-08-0115-115/+115
* | Cocoa Integration: Support non-native input context pluginsGabriel de Dietrich2015-08-012-4/+8
* | Enable non-integer device pixel ratioMorten Johan Sørvig2015-07-301-0/+3
* | Merge remote-tracking branch 'origin/5.5' into HEADSimon Hausmann2015-07-172-11/+11
|\|
| * Mangle QNSApplication and methods into a namespaceMelanie Cappelaere2015-07-141-10/+10
| * Fix QAction::setAutoRepeat(false)Frederik Gladhorn2015-07-071-1/+1
* | qcocoahelpers: make qtKey2CocoaKeySortLessThan a function objectMarc Mutz2015-07-131-4/+8
* | Add ability for QIcons to be marked as template images.James Turner2015-07-091-0/+1
* | Fix inefficient code foreaching on container.values()Sérgio Martins2015-07-082-3/+3
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-07-0115-111/+101
|\|
| * Replace MAC OS X with OS XNico Vertriest2015-06-302-2/+2
| * Merge remote-tracking branch 'origin/5.5.0' into 5.5Liang Qi2015-06-275-27/+15
| |\
| | * OSX: show file dialog in showCocoaFilePanel, don't wait for exec()Shawn Rutledge2015-06-172-22/+7
| | * OSX: check if we have a native drag before accessing itRichard Moe Gustavsen2015-06-111-4/+6
| | * Cocoa: Remove ToolTip windows from popup stackMorten Johan Sørvig2015-06-051-1/+1
| | * QNSImageView - remove observer before deallocTimur Pocheptsov2015-06-051-0/+1
| * | Add missing Q_DECL_OVERRIDE in Cocoa specific header filesGabriel de Dietrich2015-06-246-61/+61
| * | 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