summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/cocoa
Commit message (Expand)AuthorAgeFilesLines
* Cocoa GL context: do not crash when closing windowsLaszlo Agocs2012-09-201-2/+2
* Load Mac specific resources when used in a static buildAndy Shaw2012-09-201-0/+7
* Introducing NoDropShadowWindowHint window flagGabriel de Dietrich2012-09-182-0/+9
* CocoaPlugin: add missing auto release poolsRichard Moe Gustavsen2012-09-122-0/+5
* CocoaPlugin: remove autoreleasepool warnings on 10.6Richard Moe Gustavsen2012-09-102-0/+3
* QWeakPointer use for tracking QObjects is deprecated.Thiago Macieira2012-09-071-2/+2
* Cleaner support for window flags in QCocoaWindowGabriel de Dietrich2012-09-032-37/+75
* Fix missing cleanup of native Cocoa menus.James Turner2012-08-282-0/+11
* OSX: Drag and Drop QMimeData.Christoph Schleifenbaum2012-08-251-4/+17
* Add hint for touch -> mouse event synthesizingMorten Johan Sorvig2012-08-221-0/+3
* Fix a bunch of Mac/clang specific warningsJiang Jiang2012-08-215-4/+6
* Cocoa: use filterNativeEvent instead of the deprecated filterEventThiago Macieira2012-08-201-3/+3
* QtGui: use new qEnvironmentVariableIsEmpty()Marc Mutz2012-08-141-1/+1
* Revert "Move QWindowSystemInterface out of qpa."Paul Olav Tvete2012-08-035-5/+5
* Add QCocoaAutoReleasePool to QCocoaMenu::setTextMorten Johan Sorvig2012-07-271-0/+1
* WindowSystemInterface::sendWindowSystemEvents(): Remove unused parameter.Friedemann Kleint2012-07-231-1/+1
* QTBUG-26296, dock widget movingJames Turner2012-07-234-1/+153
* Move QWindowSystemInterface out of qpa.Stephen Kelly2012-07-195-5/+5
* QPlatformScreen::grabWindow() support on MacTasuku Suzuki2012-07-063-1/+64
* Sync QWindow properties on NSWindow creation.Morten Johan Sorvig2012-07-051-0/+6
* Native drag implementation on MacJames Turner2012-07-044-1/+169
* Cocoa: Fix size hint and resize increment setting.Morten Johan Sorvig2012-07-041-4/+16
* Platform-plugin support for QSystemTrayIcon.Christoph Schleifenbaum2012-07-037-0/+643
* Suppress QWindowSystemInterface inclusion warnings.Girish Ramakrishnan2012-07-035-5/+5
* Add QPA prefix and version number to QPA plugin factory interfaces.Friedemann Kleint2012-06-271-1/+1
* Convert QPA menus to use QIcon, and enable icons.James Turner2012-06-272-4/+5
* Do not add debug/release to QMAKE_CONFIG. Let module system enable themSean Harmer2012-06-141-0/+2
* Fix namespace compilation on OSX.Toby Tomkins2012-06-144-4/+17
* Cocoa: re-enable getUrl: and appleEventQuit: AppleEvent handlersBradley T. Hughes2012-06-124-29/+46
* Cocoa: Remove unused QApplicationPrivate from QCocoaApplicationDelegateBradley T. Hughes2012-06-124-22/+0
* Cocoa: do not terminate applications prematurelyBradley T. Hughes2012-06-121-10/+34
* Cocoa: Compile when configured with -no-widgetsMorten Johan Sorvig2012-06-123-9/+31
* Fix Mac menu-merging case-sensitivity.James Turner2012-06-111-9/+11
* Remove QtWidgets include.Morten Johan Sorvig2012-06-111-3/+0
* Cocoa: Remove QtWidgets dependencies.Morten Johan Sorvig2012-06-112-6/+2
* QtPrintSupport: Move plugin access of QPrinterInfo internals to baseJohn Layt2012-06-081-10/+9
* Reduce QtWidgets dependencies in the Cocoa plugin.Morten Johan Sorvig2012-06-086-1415/+22
* Remove the QFactoryInterface dependency from platform pluginsLars Knoll2012-06-081-8/+0
* Cocoa: do not send multiple window activation eventsBradley T. Hughes2012-06-061-2/+9
* Cocoa: Fix QCocoaBackingStore::flush on 10.8Morten Sorvig2012-06-061-1/+11
* Do not set an action on native submenu items on MacPasi Matilainen2012-06-061-1/+2
* Verify the surfaceType before activating the GL contextHolger Hans Peter Freyther2012-06-051-0/+2
* Make popup windows show on the correct desktop.Morten Johan Sorvig2012-05-301-0/+7
* QtPrintSupport - Add QPrinterInfo api for more printer detailsJohn Layt2012-05-291-0/+6
* QPA: Refactor QFileDialogPrivate::qt_clean_filter_list for QPASean Harmer2012-05-241-2/+2
* Add QMacPasteboardMime::count(QMimeData*).Morten Johan Sorvig2012-05-243-8/+17
* QtPrintSupport - Modify Platform Plugin QPrinterInfo apiJohn Layt2012-05-242-2/+27
* QtPrintSupport - Fix Mac printerName() useJohn Layt2012-05-232-3/+3
* Fix font rendering gamma correction on MacJiang Jiang2012-05-232-0/+8
* Cocoa: Handle keyboard dead keys correctlyBradley T. Hughes2012-05-231-2/+12