summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/cocoa/qcocoafiledialoghelper.mm
Commit message (Expand)AuthorAgeFilesLines
* macOS: Work around lack of native support for multi-part extensionsTor Arne Vestbø2024-01-171-21/+105
* macOS: Reset save dialog extension when resetting file name filterTor Arne Vestbø2024-01-171-0/+20
* macOS: Disable currentChanged signal for NSSavePanelsTor Arne Vestbø2024-01-171-0/+8
* macOS: Explicitly show extensions in save dialog if filter is "all files"Tor Arne Vestbø2024-01-101-11/+19
* macOS: Show extensions in file dialog when filtering on multi-part extensionTor Arne Vestbø2024-01-101-14/+22
* macOS: Use single truth to track file dialog current directoryTor Arne Vestbø2023-12-111-23/+21
* macOS: Handle NSNull when file dialog directories changeTor Arne Vestbø2023-12-111-1/+4
* macOS file dialog refactor: don't heap allocate string and string listVolker Hilsheimer2023-09-081-34/+30
* macOS: Respect QDir::Hidden for native file dialogsTor Arne Vestbø2023-06-301-2/+8
* macOS: Avoid triggering TCC permission dialogs in file dialogsTor Arne Vestbø2023-06-301-35/+19
* macOS: Enable dirs in file dialogs, also when treating bundles as dirsTor Arne Vestbø2023-06-301-4/+3
* QCocoaFileDialogHelper: protect against dangling pointersTimur Pocheptsov2022-12-091-1/+13
* Move QMacAutoReleasePool from qglobal.h to qcore_mac_p.hSona Kurazyan2022-09-011-0/+1
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* Plugins: use _L1 for for creating Latin-1 string literalsSona Kurazyan2022-05-041-2/+4
* Plugins: stop using QLatin1Char constructor for creating char literalsSona Kurazyan2022-05-021-3/+3
* macOS: Allow duplicate entries in file dialog name filterTor Arne Vestbø2022-04-071-2/+2
* QCocoaFileDialogHelper: Always enable symlinks and aliases to directoriesWilliam Jones2022-03-081-1/+6
* macOS: Wake up event dispatcher after running modal dialog helpersTor Arne Vestbø2021-10-201-0/+4
* macOS: Reduce duplicated code for showing file dialogsTor Arne Vestbø2021-02-021-74/+36
* macOS: Reduce duplicated updates of file dialog propertiesTor Arne Vestbø2021-02-021-13/+6
* macOS: Refactor computing of accepted extensions in file dialogsTor Arne Vestbø2021-02-021-21/+20
* macOS: Use single variable to track file dialog in QCocoaFileDialogHelperTor Arne Vestbø2021-02-021-64/+74
* Clean up QCocoaFileDialogHelperTor Arne Vestbø2021-01-261-328/+257
* macOS: Don't restrict non-modal file dialogs to open-dialogs onlyTor Arne Vestbø2021-01-261-16/+14
* macOS: Don't exec file dialogs via runModal unless they are app modalTor Arne Vestbø2021-01-251-20/+38
* macOS: Remove DontConfirmOverwrite workaroundMorten Johan Sørvig2021-01-191-9/+2
* macOS: Don't try to close already-closed/closing file dialogTor Arne Vestbø2021-01-121-1/+7
* Make QStringList an alias to QList<QString>Lars Knoll2020-09-121-2/+0
* Move QStringRef and remains to Qt5CompatKarsten Heimrich2020-08-201-1/+1
* macOS: Clean up headersTor Arne Vestbø2020-06-051-2/+3
* macOS: Remove a bunch of dead (forward) declarationsTor Arne Vestbø2020-04-151-1/+0
* macOS: Reduce save dialog extension filters to their last componentTor Arne Vestbø2020-03-041-19/+42
* macOS: Simplify Objective-C namespacingTor Arne Vestbø2019-10-151-21/+0
* macOS: Pass required parameters to NSOpenSavePanelDelegate callbacksTor Arne Vestbø2019-10-081-3/+3
* QRegExp include cleanupSamuel Gaist2019-04-191-1/+0
* Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-11-091-1/+0
|\
| * Modernize the "textcodec" featureLiang Qi2018-11-071-1/+0
* | macOS: Update all deprecated enums to their 10.12+ equivalentsTor Arne Vestbø2018-08-311-2/+2
* | Cocoa QPA: Remove uses of NULLGabriel de Dietrich2018-04-251-1/+1
* | Cocoa QPA: Clean up 0 as pointerGabriel de Dietrich2018-04-191-3/+3
* | Cocoa Menus: Use the responder chain for menu items target/actionGabriel de Dietrich2018-04-191-6/+0
* | Clean up our Objective-C usageJake Petroules2018-02-201-25/+23
|/
* Merge remote-tracking branch 'origin/5.9' into 5.11Liang Qi2018-02-141-4/+8
|\
| * Fix QFileDialog::defaultSuffix on macOSNathan Collins2018-02-011-4/+8
* | Remove code paths for macOS < 10.11Jake Petroules2018-02-111-5/+1
* | Use new QString::remove(QLatin1String)Anton Kudryavtsev2018-02-051-1/+1
* | Migrate Cocoa QPA backend to use QRegularExpressionSamuel Gaist2017-12-301-4/+6
* | Clean up OS version checks for Apple platformsJake Petroules2017-09-291-1/+1
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-07-041-4/+0
|\|