summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/cocoa/qcocoafiledialoghelper.mm
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-02-181-2/+5
|\
| * Cocoa integration - fix outdated path in QCocoaFileDialogHelperTimur Pocheptsov2016-01-301-2/+5
* | Updated license headersJani Heikkinen2016-01-151-14/+20
* | iOS: refactor removeMnemonics(const QString &) to QPlatformThemeRichard Moe Gustavsen2015-11-041-1/+3
|/
* Clean up some Apple-related includes and declarations.Jake Petroules2015-09-221-3/+0
* Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-07-011-21/+7
|\
| * OSX: show file dialog in showCocoaFilePanel, don't wait for exec()Shawn Rutledge2015-06-171-21/+7
* | Merge remote-tracking branch 'origin/5.5' into devSimon Hausmann2015-06-031-7/+21
|\|
| * Cocoa integration - implement Qt::WindowModal file dialogsTimur Pocheptsov2015-05-131-7/+21
* | Add shared implementation of a NSAutoreleasePool wrapper to qglobalTor Arne Vestbø2015-05-271-4/+3
|/
* Merge remote-tracking branch 'origin/5.4' into 5.5Frederik Gladhorn2015-02-241-1/+1
|\
| * Ensure the filedialog shows the initial filenameAndy Shaw2015-02-161-1/+1
* | Fixed license headersJani Heikkinen2015-02-171-1/+1
* | Update copyright headersJani Heikkinen2015-02-111-22/+14
|/
* Utilize Q_FORWARD_DECLARE_OBJC_CLASS in QCocoaFileDialogHelper.Jake Petroules2014-10-081-33/+22
* Merge remote-tracking branch 'origin/5.3' into 5.4Gabriel de Dietrich2014-09-291-2/+2
|\
| * OS X: File dialog does not show "Media" section.Timur Pocheptsov2014-09-221-2/+2
* | OS X: Remove mnemonics in parenthesesTakumi Asaki2014-08-081-10/+1
|/
* OSX: add several menuitem roles to support menu shortcuts in dialogsShawn Rutledge2014-04-071-0/+6
* Mac: Fix file dialog filters when filter doesn't start with '*'Eike Ziller2014-02-181-1/+1
* OSX: FileDialogHelper uses options to remember the selected filterShawn Rutledge2014-02-031-2/+4
* QCocoaFileDialogHelper: Cache directory until delegate has been createdGabriel de Dietrich2013-11-271-2/+4
* Cocoa File Dialog: Remove sandbox-ufriendly file system watcherGabriel de Dietrich2013-11-081-44/+49
* Cocoa: fix a crash in QCocoaFileDialogHelperLiang Qi2013-11-081-1/+1
* Have QFileDialog use QUrl internallyKevin Ottens2013-07-181-22/+26
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-06-201-10/+9
|\
| * Cocoa save file dialog behavior fixSamuel Gaist2013-06-161-9/+8
| * Fix for OS X QFileDialog showing bundle as directorySamuel Gaist2013-06-161-1/+1
* | Reduce the usage of QT_PREPEND_NAMESPACE in the Cocoa platform pluginRomain Perier2013-05-261-36/+36
* | Improve Qt-in-namespace implementation in the Cocoa platform pluginRomain Perier2013-05-161-12/+14
|/
* Correct dir entries caching in QFileDialogCyril Oblikov2013-04-171-10/+32
* Call QString::normalized when it is constructed via the native APIAndy Shaw2013-04-111-4/+4
* Mac: Ensure the native filedialog sets file name when savingLiang Qi2013-04-091-2/+2
* Use [NSSavePanel directoryUrl].Morten Johan Sørvig2013-03-241-1/+1
* 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