summaryrefslogtreecommitdiff
path: root/fpicker
AgeCommit message (Expand)AuthorFilesLines
2015-10-15convert Link<> to typedNoel Grandin2-4/+2
2015-10-14convert Link<> to typedNoel Grandin6-11/+9
2015-10-14com::sun::star->css in fpicker/Noel Grandin54-508/+498
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann13-198/+198
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann4-8/+8
2015-10-12convert Link<> to typedNoel Grandin5-16/+10
2015-10-06tdf#94811: Crash in Open Remote File dialog fixedOliver Specht1-1/+1
2015-10-05Remember password after setting new serviceSzymon Kłos1-2/+4
2015-10-05Focus for file list after opening folderSzymon Kłos1-0/+2
2015-10-05Focus for file name field after using it to open folderSzymon Kłos1-0/+3
2015-10-02tdf#57370 : Open place after pressing 'Enter'Szymon Kłos2-0/+19
2015-10-01Fix typosAndrea Gelmini5-9/+9
2015-10-01remove old standalone Sun bug numbersNoel Grandin3-11/+0
2015-09-29Renamed wrongly prefixed boolean variablesStefan Heinemann1-5/+5
2015-09-25don't over-expand built-in file dialog on very long paths/namesCaolán McNamara1-0/+2
2015-09-24convert Link<> to typedNoel Grandin4-7/+5
2015-09-18boost->stdCaolán McNamara3-10/+9
2015-09-16remove unused Link<> fieldsNoel Grandin2-27/+2
2015-09-15convert Link<> to typedNoel Grandin2-4/+2
2015-09-15convert Link<> to typedNoel Grandin4-10/+6
2015-09-15[API CHANGE] XFilePicker2/3 changes for multiselectionJulien Nabet8-46/+36
2015-09-13Simplify SvtFileDialog::appendDefaultExtensionMatteo Casalin1-21/+12
2015-09-12Update many ListBox users to its sal_Int32 interfaceMatteo Casalin1-1/+1
2015-09-11tdf#93240: replace boost::ptr_deque with std::deque<std::unique_ptr>Matthew Nicholls3-17/+16
2015-09-11convert Link<> to typedNoel Grandin6-11/+11
2015-09-08convert Link<> to typedNoel Grandin4-8/+5
2015-09-03tdf#57370 : 'Places' in the LibreOffice file dialog is inaccessibleSzymon Kłos2-3/+100
2015-09-03tdf#93634 repair getDisplayDirectory for Windows filepickerRegina Henschel1-1/+1
2015-09-03convert Link<> to typedNoel Grandin4-7/+4
2015-08-31convert Link<> to typedNoel Grandin2-38/+34
2015-08-29remember password for all types of serviceSzymon Kłos2-6/+16
2015-08-29Remove stored password if service is deletedSzymon Kłos1-0/+24
2015-08-29Remember window sizeSzymon Kłos2-3/+38
2015-08-29wider dialogSzymon Kłos1-1/+1
2015-08-29disable interface after service deleteSzymon Kłos1-0/+3
2015-08-29focus for the file list after opening folder using a treeSzymon Kłos1-0/+3
2015-08-29clear file name field while changing dirSzymon Kłos1-0/+3
2015-08-29RemoteFilesDialog: file name autocompletionSzymon Kłos3-11/+40
2015-08-29don't show type column in the RemoteFilesDialogSzymon Kłos1-1/+1
2015-08-28make PostUserEvent Link<> typedNoel Grandin4-11/+7
2015-08-27Clean up aEmptyStephan Bergmann2-5/+3
2015-08-26Clean up aEmptyStrStephan Bergmann1-4/+0
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin7-56/+41
2015-08-19Clean up remaining utl::LocalFileHelper::Convert...Stephan Bergmann1-4/+10
2015-08-18ConvertURLToSystemPath->getSystemPathFromFileURLCaolán McNamara1-5/+5
2015-08-18rBaseURL argument now unusedCaolán McNamara1-1/+1
2015-08-17make Link<> typedNoel Grandin2-8/+3
2015-08-14loplugin: defaultparamsNoel Grandin6-10/+10
2015-08-14store password for service if filledSzymon Kłos2-3/+31
2015-08-14use shared contextSzymon Kłos2-15/+13