summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/cocoa
Commit message (Expand)AuthorAgeFilesLines
* 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
* Cocoa: Add window fullscreen button on OS X Lion.Morten Johan Sorvig2012-03-231-0/+9
* Cocoa: fix setting color with alpha channel value for color dialogTeemu Katajisto2012-03-221-0/+5
* Cocoa: improve mouse button tracking warningsBradley T. Hughes2012-03-211-5/+5
* Cocoa: Improve window activation handling.Morten Johan Sorvig2012-03-213-5/+15
* Cocoa: Implement screen availableGeometry.Morten Johan Sorvig2012-03-212-2/+8
* Cocoa: fix inactive palette text colorBradley T. Hughes2012-03-211-9/+10
* Cocoa: Panels can become key windows too.Morten Johan Sorvig2012-03-201-1/+7
* Cocoa: set font engine glyph format based on display typeBradley T. Hughes2012-03-202-4/+4
* Cocoa: Implement support for child windows.Morten Johan Sorvig2012-03-202-21/+69