summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/cocoa
Commit message (Expand)AuthorAgeFilesLines
* 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
* change NSTextInput to NSTextInputClient in Cocoa pluginTasuku Suzuki2012-04-182-25/+23
* Merge remote-tracking branch 'origin/api_changes'Lars Knoll2012-04-172-0/+15
|\
| * Merge remote-tracking branch 'origin/master' into api_changesLars Knoll2012-04-1610-1/+162
| |\
| * \ Merge remote-tracking branch 'origin/master' into api_changesOswald Buddenhagen2012-04-105-11/+39
| |\ \
| * | | Add a remainingTime() method to the public interface of the QTimer classLaszlo Papp2012-04-032-0/+15
* | | | Cocoa: allow timer activation to recurseBradley T. Hughes2012-04-172-23/+57
* | | | Add QPlatformWindow::setWindowModified(bool)Bradley T. Hughes2012-04-172-0/+9
* | | | Fix tst_QDialog::deleteInExec() crash on Mac OS XBradley T. Hughes2012-04-171-1/+0
| |_|/ |/| |
* | | Fix incorrect state of show/hide menu items in Mac application menuPasi Matilainen2012-04-163-0/+13
* | | Cocoa: Proper handling of mDelegateChristoph Schleifenbaum2012-04-122-0/+8
* | | Fix ownership / lifetime of QCocoaNativeInterfaceJames Turner2012-04-122-1/+3
* | | Add Mac OS X backend for QDesktopServices.Christoph Schleifenbaum2012-04-115-0/+138
| |/ |/|
* | Corrected filenames to build on case-sensitive Mac filesystemsShawn Rutledge2012-04-031-1/+1
* | Cocoa: set window levels when creating NSWindow/NSPanelBradley T. Hughes2012-03-301-0/+27
* | Cocoa: don't call non-existent NSWindow setFrameSizeBradley T. Hughes2012-03-301-1/+2
* | Use "qt-project.org" instead of "trolltech" in the resource systemhjk2012-03-283-8/+8
* | Cocoa: silence warning about QCocoaWindow member initialization orderBradley T. Hughes2012-03-271-1/+1
|/
* Cocoa: initialize QCocoaEventDispacherPrivate::lastSerialBradley T. Hughes2012-03-261-0/+1
* Cocoa: Remove unused qt_mac_is_sheet() functionBradley T. Hughes2012-03-261-11/+0
* Cocoa: silence warnings about unused variablesBradley T. Hughes2012-03-265-2/+5
* Cocoa: silence warnings from QCocoaBackingStoreBradley T. Hughes2012-03-261-16/+1
* Cocoa: QCocoaWindow::clearNSWindow() needs to cleanup properlyBradley T. Hughes2012-03-261-1/+3
* Cocoa: don't show window when calling raise()Bradley T. Hughes2012-03-261-2/+6
* Cocoa: reimplement QPlatformWindow::setOpacity()Bradley T. Hughes2012-03-262-0/+7
* Cocoa: reimplement QPlatformBackingStore::scroll()Bradley T. Hughes2012-03-262-0/+13
* Cocoa: send key events for modifier keysBradley T. Hughes2012-03-261-0/+37
* Cocoa: keep a NSWindow pointer in QCocoaWindowBradley T. Hughes2012-03-261-1/+1
* Fix qtnamespace compile break on Mac.Sarah Smith2012-03-266-6/+18
* Check if Qt::ImEnabled is true before handling im events on MacTasuku Suzuki2012-03-233-17/+60