summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/cocoa/qcocoafiledialoghelper.mm
Commit message (Expand)AuthorAgeFilesLines
* Remove ifdefs for supporting Mac OS <= 10.5Tor Arne Vestbø2013-02-181-4/+0
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-02-141-0/+2
|\
| * Mac: Ensure the native filedialog sets file name when savingLiang Qi2013-01-291-0/+2
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2013-01-231-6/+12
|\|
| * Make sure the correct name filter is selected in the Mac file dialogAndy Shaw2013-01-181-5/+9
| * Call endSheet when the QFileDialog was shown as a sheet on MacAndy Shaw2013-01-181-0/+2
| * Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* | Several bug fixes in QCocoaFileDialogHelper to support declarativeShawn Rutledge2013-01-231-4/+26
|/
* Ensure the native filedialog starts up with the right directoryAndy Shaw2012-12-141-3/+3
* Cocoa: fix modal native dialogs with ongoing modal sessionsTeemu Katajisto2012-12-011-0/+5
* Cocoa: fix regressions in cocoa filedialog helperTeemu Katajisto2012-10-041-6/+6
* Cocoa: add missing auto release poolsRichard Moe Gustavsen2012-10-021-0/+4
* Sand box support, fix for the file dialogs.Pasi Matilainen2012-09-271-42/+45
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Reduce QtWidgets dependencies in the Cocoa plugin.Morten Johan Sorvig2012-06-081-11/+21
* QPA: Refactor QFileDialogPrivate::qt_clean_filter_list for QPASean Harmer2012-05-241-2/+2
* qpa: Remove QPlatformDialogHelper::deleteNativeDialog()Bradley T. Hughes2012-05-101-7/+4
* qpa: Clean up QPlatformDialogHelper APIBradley T. Hughes2012-05-101-13/+13
* QPA: Cleanup native dialog modal executionBradley T. Hughes2012-05-091-24/+6
* Support all modality types in QPlatformDialogHelperBradley T. Hughes2012-04-301-10/+10
* Cocoa: Remove unused qt_mac_is_sheet() functionBradley T. Hughes2012-03-261-11/+0
* Move QString <-> NSString conversion to QtCoreMorten Johan Sorvig2012-02-021-20/+20
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Decouple QPlatformTheme from QDialog.Friedemann Kleint2012-01-271-13/+5
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Delete src/widgets/platforms/macMorten Johan Sorvig2012-01-171-2/+2
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Enable option to see filename extension in Mac save dialogChris Meyer2011-12-191-0/+1
* QPlatformDialogHelpers: Reduce dependency on QDialog.Friedemann Kleint2011-12-141-87/+69
* QPlatformDialogHelper: Split class hierarchy, decouple from DialogFriedemann Kleint2011-11-111-51/+43
* Native file dialog support for MacMorten Sorvig2011-10-271-0/+758