summaryrefslogtreecommitdiff
path: root/svtools/source/dialogs
AgeCommit message (Expand)AuthorFilesLines
2015-11-15use initialiser for Sequence<OUString>Noel Grandin1-4/+2
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann8-45/+45
2015-11-09Prevent += called on temporary O[U]String instancesStephan Bergmann1-5/+5
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann1-2/+2
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin1-1/+1
2015-10-30com::sun::star->css in svtoolsNoel Grandin2-11/+8
2015-10-16convert Link<> to typedNoel Grandin2-10/+4
2015-10-15convert Link<> to typedNoel Grandin1-3/+2
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2-17/+17
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-2/+2
2015-10-12convert Link<> to typedNoel Grandin4-16/+10
2015-10-10remember host namefeature/gsoc15-open-remote-files-dialogSzymon Kłos1-0/+1
2015-10-10fixed CMIS service editingSzymon Kłos1-3/+8
2015-10-05Temporary remember password even if persistent password storing is disabledSzymon Kłos1-1/+1
2015-10-02loplugin:unusedmethodsNoel Grandin2-249/+0
2015-09-30Fix typosAndrea Gelmini1-1/+1
2015-09-29Renamed wrongly prefixed boolean variablesStefan Heinemann1-2/+2
2015-09-29loplugin:removeunusedmethods, remove unused stuffNoel Grandin2-71/+0
2015-09-24convert Link<> to typedNoel Grandin1-6/+5
2015-09-21hide ScopedPtr::reset and add disposeAndClearCaolán McNamara1-1/+1
2015-09-15convert Link<> to typedNoel Grandin1-6/+4
2015-09-14convert Link<> to typedNoel Grandin1-4/+2
2015-09-12Update many ListBox users to its sal_Int32 interfaceMatteo Casalin2-3/+3
2015-09-08convert Link<> to typedNoel Grandin1-4/+1
2015-09-04convert Link<> to typedNoel Grandin1-2/+1
2015-08-29remember password for all types of serviceSzymon Kłos2-26/+42
2015-08-28make PostUserEvent Link<> typedNoel Grandin1-3/+1
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin6-36/+24
2015-08-17make Link<> typedNoel Grandin1-2/+7
2015-08-14don't show remember password in the CMIS connectionsSzymon Kłos1-9/+8
2015-08-14don't enable password control, when whole frame is inactiveSzymon Kłos1-1/+1
2015-08-14added 'Remember password' checkboxSzymon Kłos1-0/+29
2015-08-14added password field in the Add service dialogSzymon Kłos1-0/+12
2015-08-14Rework of the 'Add service' dialogSzymon Kłos1-40/+67
2015-08-14Show unavailable services with disabled controlsSzymon Kłos2-10/+22
2015-08-14Port field without buttons, max 4 charsSzymon Kłos1-1/+1
2015-08-12cppcheck: noCopyConstructorCaolán McNamara1-0/+3
2015-08-11loplugin: defaultparamsNoel Grandin5-6/+6
2015-08-07cppcheck:noExplicitConstructorNoel Grandin2-6/+6
2015-07-24don't take full email address as a usernameSzymon Kłos1-1/+7
2015-07-24default label for serviceSzymon Kłos2-1/+42
2015-07-24Separator should not be the default selectionSzymon Kłos1-1/+4
2015-07-24convert WindowAlign to scoped enumNoel Grandin2-14/+14
2015-07-16loplugin:passstuffbyrefStephan Bergmann1-1/+1
2015-07-16Separators between services typesSzymon Kłos1-0/+12
2015-07-16RemoteFilesDialog moved to fpickerSzymon Kłos1-951/+0
2015-07-16moved the FolderTree classSzymon Kłos1-113/+0
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-16Container should be disposed before childsSzymon Kłos1-1/+7