summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/cocoa/qcocoafiledialoghelper.mm
Commit message (Expand)AuthorAgeFilesLines
* 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
|\|
| * Convert features.filedialog to QT_[REQUIRE_]CONFIGStephan Binner2017-06-291-4/+0
* | macOS: Replace deprecated NSOKButton usage with NSModalResponseOKTor Arne Vestbø2017-05-031-4/+4
|/
* macOS: Replace deprecated NSOpenSavePanelDelegate methodPavol Markovic2017-04-041-24/+28
* 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