summaryrefslogtreecommitdiff
path: root/svtools
AgeCommit message (Expand)AuthorFilesLines
2015-08-17maDoubleClickHdl is unusedNoel Grandin1-8/+1
2015-08-17maRequestDateInfoHdl is unusedNoel Grandin1-11/+0
2015-08-17maDateRangeChangedHdl is unusedNoel Grandin1-6/+0
2015-08-17maSelectionChangingHdl is unusedNoel Grandin1-10/+0
2015-08-17Put Polygon from tools under tools:: namespaceNorbert Thiebaud11-29/+28
2015-08-16sal_uLong to sal_uInt32Matteo Casalin2-2/+2
2015-08-16Rework loops so to have exit condition on correct unsigned valueMatteo Casalin1-3/+4
2015-08-16This seems to be the original purposeMatteo Casalin1-1/+1
2015-08-14loplugin:stringconstantNoel Grandin1-1/+1
2015-08-14don't show remember password in the CMIS connectionsSzymon Kłos1-9/+8
2015-08-14User field before Refresh Repos button in the formSzymon Kłos1-7/+7
2015-08-14don't enable password control, when whole frame is inactiveSzymon Kłos1-1/+1
2015-08-14added 'Remember password' checkboxSzymon Kłos2-6/+52
2015-08-14added mnemonic_widget propertiesSzymon Kłos1-6/+5
2015-08-14added password field in the Add service dialogSzymon Kłos2-4/+46
2015-08-14Rework of the 'Add service' dialogSzymon Kłos2-265/+162
2015-08-14Show unavailable services with disabled controlsSzymon Kłos3-26/+27
2015-08-14Port field without buttons, max 4 charsSzymon Kłos2-3/+5
2015-08-14Port field on the same line as HostSzymon Kłos1-18/+20
2015-08-14The Add Service dialog width changed to 400+ pxSzymon Kłos1-0/+1
2015-08-14clear string (cached url) in correct placeSzymon Kłos1-6/+6
2015-08-14'Wait' cursor while expanding a tree nodeSzymon Kłos1-0/+7
2015-08-14path must contain user nameSzymon Kłos1-1/+5
2015-08-14reuse data from SvtFileView in the FolderTreeSzymon Kłos2-11/+58
2015-08-12cppcheck: noCopyConstructorCaolán McNamara3-6/+15
2015-08-11loplugin:constantfunctionNoel Grandin1-6/+0
2015-08-11loplugin: defaultparamsNoel Grandin38-95/+95
2015-08-07svtools: convert boost::ptr_set to std::unordered_mapMichael Stahl2-100/+16
2015-08-07cppcheck:noExplicitConstructorNoel Grandin2-6/+6
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