summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/cocoa/qcocoafiledialoghelper.h
Commit message (Expand)AuthorAgeFilesLines
* Replace Q_DECL_OVERRIDE with override where possibleKevin Funk2017-09-191-11/+11
* Convert features.filedialog to QT_[REQUIRE_]CONFIGStephan Binner2017-06-291-0/+3
* Updated license headersJani Heikkinen2016-01-151-14/+20
* Merge remote-tracking branch 'origin/5.5.0' into 5.5Liang Qi2015-06-271-1/+0
|\
| * OSX: show file dialog in showCocoaFilePanel, don't wait for exec()Shawn Rutledge2015-06-171-1/+0
* | Add missing Q_DECL_OVERRIDE in Cocoa specific header filesGabriel de Dietrich2015-06-241-8/+8
|/
* Cocoa integration - implement Qt::WindowModal file dialogsTimur Pocheptsov2015-05-131-0/+1
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Utilize Q_FORWARD_DECLARE_OBJC_CLASS in QCocoaFileDialogHelper.Jake Petroules2014-10-081-1/+3
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* QCocoaFileDialogHelper: Cache directory until delegate has been createdGabriel de Dietrich2013-11-271-0/+1
* Have QFileDialog use QUrl internallyKevin Ottens2013-07-181-4/+4
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* qpa: Remove QPlatformDialogHelper::deleteNativeDialog()Bradley T. Hughes2012-05-101-1/+0
* qpa: Clean up QPlatformDialogHelper APIBradley T. Hughes2012-05-101-11/+11
* QPA: Cleanup native dialog modal executionBradley T. Hughes2012-05-091-3/+1
* Expose QPA API under qpa/*Girish Ramakrishnan2012-05-071-1/+1
* Support all modality types in QPlatformDialogHelperBradley T. Hughes2012-04-301-2/+2
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Decouple QPlatformTheme from QDialog.Friedemann Kleint2012-01-271-2/+1
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* QPlatformDialogHelpers: Reduce dependency on QDialog.Friedemann Kleint2011-12-141-3/+2
* Fixed Qtbase OSX specific namespace compilation.Toby Tomkins2011-11-291-0/+4
* QPlatformDialogHelper: Split class hierarchy, decouple from DialogFriedemann Kleint2011-11-111-3/+5
* Native file dialog support for MacMorten Sorvig2011-10-271-0/+88