summaryrefslogtreecommitdiff
path: root/fpicker
AgeCommit message (Expand)AuthorFilesLines
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
2015-08-14shared PasswordContainerSzymon Kłos2-11/+7
2015-08-14added password field in the Add service dialogSzymon Kłos1-0/+1
2015-08-14Show 'change password' only if is password is storedSzymon Kłos1-20/+49
2015-08-14added change password entry in the split button menuSzymon Kłos3-0/+65
2015-08-14when user typed a folder name, open itSzymon Kłos1-5/+15
2015-08-14added New Folder buttonSzymon Kłos3-3/+83
2015-08-14avoid name conflict: SvtResIdSzymon Kłos3-4/+5
2015-08-14no selection after deletion of a serviceSzymon Kłos1-9/+2
2015-08-14do not show Add Service dialog on startSzymon Kłos1-5/+0
2015-08-14delete entry in the context menuSzymon Kłos1-0/+1
2015-08-14don't show edit menu when there is no selected serviceSzymon Kłos1-0/+2
2015-08-14FolderTree: changed root node name ('Root')Szymon Kłos1-2/+1
2015-08-14FolderTree width 100 -> 150Szymon Kłos1-1/+1
2015-08-14don't invalidate the dialog after every typed characterSzymon Kłos1-1/+2
2015-08-14Breadcrumb: changed first entry label ('Root')Szymon Kłos3-1/+8
2015-08-14changed label text (File name)Szymon Kłos1-1/+1
2015-08-14remember user settingsSzymon Kłos2-0/+39
2015-08-14save mode improvementsSzymon Kłos2-20/+30