summaryrefslogtreecommitdiff
path: root/svtools
AgeCommit message (Expand)AuthorFilesLines
2015-07-16Move remotefilesdialog.ui to where it belongsMaxim Monastirsky2-242/+0
2015-07-16loplugin:simplifyboolStephan Bergmann2-10/+10
2015-07-16tools: replace boost::ptr_vector with std::unordered_mapMichael Stahl1-2/+3
2015-07-16tdf#92706 - avoid dbaccess wizard crash.Michael Meeks1-8/+10
2015-07-16loplugin:stringconstantStephan Bergmann1-1/+1
2015-07-16loplugin:loopvartoosmallStephan Bergmann1-2/+2
2015-07-16loplugin:loopvartoosmallStephan Bergmann1-1/+1
2015-07-16loplugin:passstuffbyrefStephan Bergmann1-1/+1
2015-07-16loplugin:passstuffbyrefStephan Bergmann1-1/+1
2015-07-16Separators between services typesSzymon Kłos1-0/+12
2015-07-16RemoteFilesDialog moved to fpickerSzymon Kłos2-952/+0
2015-07-16moved the FolderTree classSzymon Kłos3-113/+117
2015-07-16tree settings moved inside classSzymon Kłos1-5/+7
2015-07-16don't expand last url level in the treeSzymon Kłos1-4/+0
2015-07-16Open/Save button should be the default buttonSzymon Kłos1-2/+3
2015-07-16Container should be disposed before childsSzymon Kłos1-1/+7
2015-07-16PlaceEditDialog: only one error after failed authSzymon Kłos1-4/+0
2015-07-16Check if OK button should be enabled after changing service typeSzymon Kłos1-0/+3
2015-07-16Add prefix to the name after editing serviceSzymon Kłos1-1/+7
2015-07-16PlaceEditDialog: Remember the repository id if wasn't changedSzymon Kłos1-3/+1
2015-07-16RemoteFilesDialog: safe doubleclick on file viewSzymon Kłos1-8/+15
2015-07-16RemoteFilesDialog: auto file extension in the save modeSzymon Kłos1-0/+21
2015-07-16RemoteFilesDialog: fixes needed for saving documentsSzymon Kłos1-19/+30
2015-07-16Default focus on filename field after selecting serviceSzymon Kłos1-0/+2
2015-07-16RemoteFilesDialog: enable controls in one placeSzymon Kłos1-17/+39
2015-07-16RemoteFilesDialog: enable OK button when file name isn't emptySzymon Kłos1-0/+3
2015-07-16RemoteFilesDialog: set default filename in the save modeSzymon Kłos1-0/+8
2015-07-16RemoteFilesDialog: handled save buttonSzymon Kłos2-20/+11
2015-07-16RemoteFilesDialog: check if file/path existsSzymon Kłos1-1/+55
2015-07-16RemoteFilesDialog: handlers for file name editingSzymon Kłos1-0/+21
2015-07-16Implemented GetPathList method, opening of the multiple filesSzymon Kłos1-4/+11
2015-07-16RemoteFilesDialog: blacklistSzymon Kłos1-4/+9
2015-07-16SvtFileDialog_Base in new fileSzymon Kłos1-2/+2
2015-07-16access to the first entry of services listboxSzymon Kłos1-3/+3
2015-07-16RemoteFilesDialog: methods implementationsSzymon Kłos1-8/+10
2015-07-16PlaceEditDialog: resolved a crashSzymon Kłos1-3/+5
2015-07-16RemoteFilesDialog: StandardDir getter and setterSzymon Kłos1-3/+2
2015-07-16RemoteFilesDialog: some implementations of methodsSzymon Kłos1-46/+65
2015-07-16FilePicker interface for RemoteFilesDialogSzymon Kłos1-4/+139
2015-07-16PlaceEditDialog: temporary error box (showing when auth failed)Szymon Kłos1-0/+4
2015-07-16PlaceEditDialog: Encode usernameSzymon Kłos1-1/+2
2015-07-16RemoteFilesDialog: opening files using double clickSzymon Kłos1-2/+12
2015-07-16RemoteFilesDialog: consistent code in the whole fileSzymon Kłos1-108/+108
2015-07-16Added a subclass of SvTreeView, tree's code moved to itSzymon Kłos1-137/+138
2015-07-16RemoteFilesDialog: correct count of array elementsSzymon Kłos1-1/+1
2015-07-16OK button handler & opening the files (very basic)Szymon Kłos1-0/+11
2015-07-16RemoteFilesDialog: the path getterSzymon Kłos1-0/+8
2015-07-16RemoteFilesDialog: showing of the filename depends on the dialog's typeSzymon Kłos1-2/+10
2015-07-16RemoteFilesDialog: decode file nameSzymon Kłos1-3/+3
2015-07-16RemoteFilesDialog: SvTreeListBox shows the current pathSzymon Kłos1-36/+72