summaryrefslogtreecommitdiff
path: root/svtools
AgeCommit message (Expand)AuthorFilesLines
2015-08-05loplugin:unusedmethodsNoel Grandin1-18/+0
2015-08-03coverity#1315003 Dereference null return valueCaolán McNamara1-3/+2
2015-08-03new loplugin: refcountingNoel Grandin1-2/+2
2015-07-31svtools: replace boost::function with std::functionMichael Stahl1-5/+6
2015-07-30fix tdf#92861, AutoCorrect Options checkboxes do not workNoel Grandin1-5/+5
2015-07-30loplugin:unusedmethodsNoel Grandin1-6/+0
2015-07-25WaE: calling static member function through member call syntaxDavid Tardon1-1/+1
2015-07-24Fix alternating rows in SvTreeListBoxMihály Palenik1-24/+27
2015-07-24remove unused URL_PREFIX_PRIV constantsNoel Grandin1-2/+2
2015-07-24RemoteFilesDialog integration with AsyncPickerActionSzymon Kłos1-0/+12
2015-07-24reload content while expanding nodeSzymon Kłos1-2/+7
2015-07-24Breadcrumb: clear all fields after changing rootSzymon Kłos1-0/+10
2015-07-24don't take full email address as a usernameSzymon Kłos1-1/+7
2015-07-24FolderTree: expanded folder iconSzymon Kłos2-1/+8
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-24svtools: replace boost::ptr_vector with std::vectorMichael Stahl2-5/+2
2015-07-24svtools: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl1-13/+12
2015-07-24convert WindowAlign to scoped enumNoel Grandin2-14/+14
2015-07-24convert WALLPAPER constants to scoped enumNoel Grandin1-2/+2
2015-07-21coverity#1312087 Resource leakCaolán McNamara2-26/+27
2015-07-20svtools: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl4-113/+117
2015-07-20svtools: change these SvTreeListEntry functions to unique_ptrMichael Stahl4-21/+22
2015-07-20svtools: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl1-23/+22
2015-07-19Use isEmpty()Matteo Casalin1-2/+1
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