summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/cocoa
Commit message (Expand)AuthorAgeFilesLines
* 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
* Cocoa: Avoid UTF-16 to UTF-8 to UTF-16 conversion in key handlingBradley T. Hughes2012-05-231-1/+1
* Cocoa: don't send input method events for basic text inputBradley T. Hughes2012-05-232-11/+27
* Minor QPlatformMenu API cleanup.Morten Johan Sorvig2012-05-234-5/+6
* Cocoa: Fix memory leak in the accessibility code.Morten Johan Sorvig2012-05-211-0/+1
* Cocoa implementation of QPA menu interface.James Turner2012-05-1920-256/+1217
* QPA menu abstraction, originally based on Morten's workJames Turner2012-05-195-23/+8
* Make QFileOpenEvents delivered again.Christoph Schleifenbaum2012-05-111-4/+5
* qpa: Remove QPlatformDialogHelper::deleteNativeDialog()Bradley T. Hughes2012-05-106-30/+17
* qpa: Clean up QPlatformDialogHelper APIBradley T. Hughes2012-05-106-48/+48
* QPA: Cleanup native dialog modal executionBradley T. Hughes2012-05-096-88/+22
* Don't leak native dialog resourcesBradley T. Hughes2012-05-092-6/+2
* Expose QPA API under qpa/*Girish Ramakrishnan2012-05-0726-30/+30
* Support all modality types in QPlatformDialogHelperBradley T. Hughes2012-04-306-24/+36
* Cocoa: Fix beep-on-show for Creator menus.Morten Johan Sorvig2012-04-302-30/+21
* Cocoa: support modal windowsBradley T. Hughes2012-04-254-32/+98
* Fix compilation with Q_DECL_OVERRIDEOlivier Goffart2012-04-202-5/+5
* Fix crash in QCocoaBackingStore.Morten Johan Sorvig2012-04-202-4/+7
* Implement QCocoaWindow::setWindowState.Morten Johan Sorvig2012-04-204-42/+98