summaryrefslogtreecommitdiff
path: root/fpicker/source
AgeCommit message (Expand)AuthorFilesLines
2015-07-24don't show edit/delete menu when there is no serviceSzymon Kłos2-0/+8
2015-07-24working busy pointerSzymon Kłos1-0/+1
2015-07-24RemoteFilesDialog integration with AsyncPickerActionSzymon Kłos6-53/+166
2015-07-24show error when directory doesn't existSzymon Kłos2-4/+29
2015-07-24check if path exist before init of the fileviewSzymon Kłos1-20/+27
2015-07-24set pointer to Wait while reading urlSzymon Kłos1-0/+7
2015-07-24select recently added serviceSzymon Kłos1-0/+1
2015-07-24automatically select last used serviceSzymon Kłos1-0/+5
2015-07-24avoid multiple recursive opening the same url, cleaningSzymon Kłos1-15/+11
2015-07-24check pointersSzymon Kłos1-19/+24
2015-07-24remember user name in recent filesSzymon Kłos1-2/+21
2015-07-24Show 'Add service' dialog when there is no service added yetSzymon Kłos2-0/+14
2015-07-24accessibility: correct tab-orderSzymon Kłos1-12/+52
2015-07-24question if delete the serviceSzymon Kłos2-12/+22
2015-07-21coverity#1312086 Out-of-bounds readCaolán McNamara1-1/+1
2015-07-21coverity#1312085 Dereference null return valueCaolán McNamara1-0/+2
2015-07-21coverity#1312088 Uninitialized scalar fieldCaolán McNamara1-0/+1
2015-07-21coverity#1312089 Uninitialized pointer fieldCaolán McNamara1-0/+1
2015-07-19Fix typosAndrea Gelmini1-1/+1
2015-07-16Hopefully get the right dispose orderMaxim Monastirsky1-1/+2
2015-07-16Move remotefilesdialog.ui to where it belongsMaxim Monastirsky1-1/+1
2015-07-16loplugin:stringconstantStephan Bergmann1-3/+3
2015-07-16loplugin:vclwidgetsStephan Bergmann1-1/+1
2015-07-16loplugin:simplifyboolStephan Bergmann1-1/+1
2015-07-16loplugin:passstuffbyrefStephan Bergmann2-2/+2
2015-07-16-Werror,-Winconsistent-missing-overrideStephan Bergmann3-47/+47
2015-07-16question about overwriting the file only in the save modeSzymon Kłos1-5/+8
2015-07-16FilePickerLastService as a string, not string-list 2Szymon Kłos1-7/+2
2015-07-16RemoteFilesDialog: remember last used serviceSzymon Kłos2-3/+27
2015-07-16removed commentSzymon Kłos1-2/+1
2015-07-16RemoteFilesDialog moved to fpickerSzymon Kłos3-1/+1130
2015-07-16SvtFileDialog_Base in new fileSzymon Kłos2-70/+114
2015-07-16FilePicker interface for RemoteFilesDialogSzymon Kłos9-17/+177
2015-07-15loplugin:unusedmethods accessibility,fpicker,uuiNoel Grandin3-71/+0
2015-07-13Make content of OSL_ASSERT, DBG_ASSERT, etc. visiblie in non-debug buildsStephan Bergmann3-13/+2
2015-07-13getFiles: truncate to 1 file onlyJulien Nabet1-1/+5
2015-07-08Fix typosAndrea Gelmini1-1/+1
2015-07-03Fix typosAndrea Gelmini3-4/+4
2015-07-02tdf#92460: fpicker: fix VistaFilePicker using SolarMutexReleaserMichael Stahl1-2/+2
2015-06-24Simplify uses of comphelper::string::equals with constant argumentStephan Bergmann1-1/+1
2015-06-23Drop duplicate #includesTakeshi Abe1-1/+0
2015-06-18Fix typosAndrea Gelmini1-1/+1
2015-06-16Fix typosAndrea Gelmini1-2/+2
2015-06-02loplugin:loopvartoosmallStephan Bergmann1-1/+1
2015-05-21fpicker: simplify code by std::any_ofTakeshi Abe2-17/+12
2015-05-10-Werror=shadowStephan Bergmann1-2/+2
2015-05-10Use IMPL_LINK_NOARG[_TYPED] where applicableStephan Bergmann2-3/+2
2015-05-10No more need for EMPTYARG in C++11Stephan Bergmann2-3/+3
2015-05-10Use IMPL_[STATIC_]LINK_NOARG where applicableStephan Bergmann2-6/+6
2015-05-10Replace IMPL_STATIC_LINK[_TYPED] with more useful variantsStephan Bergmann2-111/+111