summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/cocoa/qcocoafiledialoghelper.mm
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-271-1/+1
|\
| * Fix spelling: neccessary -> necessaryMorten Johan Sørvig2017-03-221-1/+1
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-11-171-0/+5
|\|
| * Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-161-0/+5
| |\
| | * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-11-151-0/+5
| | |\
| | | * macOS: Clear event dispatcher interrupt stateGabriel de Dietrich2016-11-081-0/+5
* | | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-10-131-23/+23
|\| | |
| * | | Replace QCFString::to(CF/NS/Q)String usage with QString methodsTor Arne Vestbø2016-10-061-23/+23
* | | | Replace usages of QSysInfo with QOperatingSystemVersionJake Petroules2016-09-201-1/+2
|/ / /
* | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-08-291-9/+0
|\| |
| * | Revert "Cocoa: make dialogs emit the "selected" signals"J-P Nurmi2016-08-181-9/+0
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-161-0/+9
|\| |
| * | Cocoa: make dialogs emit the "selected" signalsJ-P Nurmi2016-08-121-0/+9
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-02-251-1/+5
|\| |
| * | 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
* | | QCocoaFileDialog - disclose accessory viewTimur Pocheptsov2016-02-231-0/+6
|/ /
* | 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