summaryrefslogtreecommitdiff
path: root/vcl/qt5/Qt5FilePicker.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-08-18tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorJulien Nabet1-5/+2
2019-08-15loplugin:sequenceloop in unoxml..vclNoel Grandin1-1/+1
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): vclStephan Bergmann1-1/+1
2019-06-19tdf#125971: map file URLs from QFileDialog to LO internal formatStephan Bergmann1-2/+25
2019-03-05tdf#119856 vcl: convert Qt5FilePicker and Qt5Menu to RunInMainThreadMichael Stahl1-158/+124
2019-03-05tdf#119856 vcl: fix Qt5FilePicker destructor to run in main threadMichael Stahl1-1/+11
2019-02-20kde5 fpicker: Reuse 'initialize()' from base classMichael Weghorn1-0/+6
2019-02-20Make 'setDefaultName()' work again for kde5 fpickerMichael Weghorn1-2/+5
2019-02-20Qt5FilePicker::addCustomControl: Add missing from kde5Michael Weghorn1-0/+6
2019-02-20kde5 fpicker: Reuse existing handle{G,S}etListValueMichael Weghorn1-4/+5
2019-02-20KDE5FilePicker: Reuse XFilter{,Group}Manager methods from qt5Michael Weghorn1-6/+10
2019-02-20kde5 fpicker: Drop 'getFiles' and 'getSelectedFiles'Michael Weghorn1-3/+5
2019-02-20qt5/kde5: Reuse QFileDialog from Qt5Filepicker in kde5Michael Weghorn1-5/+13
2019-02-05tdf#123058 qt5 fpicker: Honor autoextension settingMichael Weghorn1-0/+41
2019-02-05qt5 fpicker: Fix initial directory selectionMichael Weghorn1-1/+3
2018-12-19Qt5: remove assert leading to crash while executing 'open' dialogAleksei Nikiforov1-1/+0
2018-09-17Qt5 just implement a non-native file pickerJan-Marek Glogowski1-150/+169
2018-07-31Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-06-01Various trivial loplugin fixes in --enable-qt5Stephan Bergmann1-6/+6
2018-06-01Make clang-format happy, remove vcl/unx/kde5 from blacklistKatarina Behrens1-270/+288
2018-06-01Templatize Qt5Widget classKatarina Behrens1-2/+2
2018-06-01Qt5 minimal "native" file pickerJan-Marek Glogowski1-0/+787