summaryrefslogtreecommitdiff
path: root/svtools
AgeCommit message (Collapse)Author
2015-08-14The Add Service dialog width changed to 400+ pxSzymon Kłos
Change-Id: Ied97043e0649c552190b490d41f60579db523625
2015-08-14clear string (cached url) in correct placeSzymon Kłos
Change-Id: Ib7ff8200b768ef3a2a50c42f0ebf165185cfeeba
2015-08-14'Wait' cursor while expanding a tree nodeSzymon Kłos
Change-Id: Iad79fa16bc4c7f7086d2adca6ea417f6e1959e61
2015-08-14path must contain user nameSzymon Kłos
Change-Id: Ic8c98e724645d49fd9c6da796f9e060aa784246f
2015-08-14reuse data from SvtFileView in the FolderTreeSzymon Kłos
Change-Id: I5a830459e7d5d9c71b7997b9014dde048b317d81
2015-08-12cppcheck: noCopyConstructorCaolán McNamara
Change-Id: Ice596f9d05703c944d12d2c00e2364ca6950d39c
2015-08-11loplugin:constantfunctionNoel Grandin
Change-Id: I4f18d046ac71e3585471c0b4ebbe94c562024bc9
2015-08-11loplugin: defaultparamsNoel Grandin
Change-Id: I9dc3b21e1bf1bccbe9fb69e35b3801814a68e53f
2015-08-07svtools: convert boost::ptr_set to std::unordered_mapMichael Stahl
Change-Id: I2b5a57978e693f3b08726a09a0d1f6cc32d9f593
2015-08-07cppcheck:noExplicitConstructorNoel Grandin
Change-Id: I2717d3d120df8af5b7e9af8d147a57b9f5b5ecbe
2015-08-05loplugin:unusedmethodsNoel Grandin
Change-Id: I6801618efb5a66d24156fa429e026acb6ca03aba Reviewed-on: https://gerrit.libreoffice.org/17506 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2015-08-03coverity#1315003 Dereference null return valueCaolán McNamara
Change-Id: I85a85e10d727e53f93d0c41c1f9896b4319919af
2015-08-03new loplugin: refcountingNoel Grandin
This was a feature requested by mmeeks, as a result of tdf#92611. It validates that things that extend XInterface are not directly heap/stack-allocated, but have their lifecycle managed via css::uno::Reference or rtl::Reference. Change-Id: I28e3b8b236f6a4a56d0a6d6f26ad54e44b36e692 Reviewed-on: https://gerrit.libreoffice.org/16924 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2015-07-31svtools: replace boost::function with std::functionMichael Stahl
Change-Id: Ic60190814a19e03341de3678f35c4ac69624ca4c
2015-07-30fix tdf#92861, AutoCorrect Options checkboxes do not workNoel Grandin
caused by commit e9c3583c2cc27fc88ee81047c236ec99dd51e8de "improve the returnbyref loplugin" Change-Id: Ib8703e06e2f150538cdffcd08deca9c841e824b4
2015-07-30loplugin:unusedmethodsNoel Grandin
Change-Id: Ib4d77ee01e7362f5951f81fceeca3c489872d971 Reviewed-on: https://gerrit.libreoffice.org/17378 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2015-07-25WaE: calling static member function through member call syntaxDavid Tardon
Change-Id: Ic67777d5c93ae959869a3c005baca2a980dc1341
2015-07-24Fix alternating rows in SvTreeListBoxMihály Palenik
Alternating rows in SvTreeListBox is not work correctly when insert, expand or collapse. Now is work properly and set in Expert Configuration dialog. Change-Id: I58b53ae59fa7f8d9de769342a0e1bad55de18f20 Reviewed-on: https://gerrit.libreoffice.org/17310 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-07-24remove unused URL_PREFIX_PRIV constantsNoel Grandin
Change-Id: I4d49ebec2867e4c53661c20b277bfdbf4fd222a2
2015-07-24RemoteFilesDialog integration with AsyncPickerActionSzymon Kłos
Change-Id: If6ded1c2f2b056ce864589649b08ed19a73dc5dd
2015-07-24reload content while expanding nodeSzymon Kłos
Change-Id: I7ce281ea4e2d5c5c9fc0b2b3f315defc14364df3
2015-07-24Breadcrumb: clear all fields after changing rootSzymon Kłos
Change-Id: I8cefc8f755234cb4b63ca3a414402469df0394e1
2015-07-24don't take full email address as a usernameSzymon Kłos
Change-Id: Ibc8f951dc3281b0b1d0f4b6783af0dbe2fb75da0
2015-07-24FolderTree: expanded folder iconSzymon Kłos
Change-Id: If5956b61dec2f00f9233e8f4906bdb9b6f22571d
2015-07-24default label for serviceSzymon Kłos
Change-Id: Iad4ad161765c943a035dcc15232c4dcbef1cc68c
2015-07-24Separator should not be the default selectionSzymon Kłos
Change-Id: Id879e795d3b6722ca0d86f8f6a8a32b0ef6f12bd
2015-07-24svtools: replace boost::ptr_vector with std::vectorMichael Stahl
Change-Id: I70a2919e43495ce10c0c90ec91a25604d82e7d28
2015-07-24svtools: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl
Change-Id: Ib0b10305768d368585d80ad6163e9081a4d8cd28
2015-07-24convert WindowAlign to scoped enumNoel Grandin
Change-Id: I028d108b3a83bd5541d873c4d03b87339cd3be52
2015-07-24convert WALLPAPER constants to scoped enumNoel Grandin
Change-Id: I3b4b4e8a94904e22823a263bd5446a2e1aa47661
2015-07-21coverity#1312087 Resource leakCaolán McNamara
Change-Id: I6d526440bd652dcd1745b8d84ff69855691d7e48
2015-07-20svtools: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl
Change-Id: I895c950c11499afb278b989565f3eae33aaf4a76
2015-07-20svtools: change these SvTreeListEntry functions to unique_ptrMichael Stahl
... parameters to make it clear that they take ownership. Change-Id: I572c5fa6268438a86d0a4fa1d2aef15382cb5607
2015-07-20svtools: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl
Change-Id: I37cf472e7558ffd7714659436b78851caa187945
2015-07-19Use isEmpty()Matteo Casalin
Change-Id: If26e7ca01d5f1f4fe5e98a2523660eb3c3783bc4
2015-07-16Move remotefilesdialog.ui to where it belongsMaxim Monastirsky
Change-Id: I9afa6c8f7c9de8ed133f714a4726d3f2d01be1db
2015-07-16loplugin:simplifyboolStephan Bergmann
Change-Id: Ic1bfcea9deab50c3c61e5c45525c5b9a09619d2c
2015-07-16tools: replace boost::ptr_vector with std::unordered_mapMichael Stahl
Change-Id: I530c5f95dda9aa80654e3a2a20a2e236221e7305
2015-07-16tdf#92706 - avoid dbaccess wizard crash.Michael Meeks
Hold a VclPtr on the window, make reset cleaner, and don't crash removing listeners from disposed windows. Change-Id: I3efb71117fc45562d5c740578f5e33dabb2684fe Reviewed-on: https://gerrit.libreoffice.org/17037 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
2015-07-16loplugin:stringconstantStephan Bergmann
Change-Id: Ifd9517672252cdbf4957cd23dbd9177aed8631da
2015-07-16loplugin:loopvartoosmallStephan Bergmann
Change-Id: Ia314ea7e924b2096c121d9cfda2c64e6d523a987
2015-07-16loplugin:loopvartoosmallStephan Bergmann
Change-Id: Iaeb3e12f9e83328c9ffd4718e7907bd7c7a39910
2015-07-16loplugin:passstuffbyrefStephan Bergmann
Change-Id: Iddd06dcc2bf4744ae9d70b54e4c58a9a468c1461
2015-07-16loplugin:passstuffbyrefStephan Bergmann
Change-Id: I61656dc160a716ddd2cdec2a630e6868703f4428
2015-07-16Separators between services typesSzymon Kłos
Change-Id: Ibd26abdb83b86256197311bc7a120b4b025ae814
2015-07-16RemoteFilesDialog moved to fpickerSzymon Kłos
Change-Id: I8e978d40ee022d15f482aec4567c3171b75b9720
2015-07-16moved the FolderTree classSzymon Kłos
Change-Id: I3231b32d3e3ade7dc3b366f03d6e189f5bc4d431
2015-07-16tree settings moved inside classSzymon Kłos
Change-Id: I1cf0eb30f143e311a6a8c731f6dcc8e7ad7e4e5d
2015-07-16don't expand last url level in the treeSzymon Kłos
Change-Id: Iea4f650374921f1c50d8edeac384841113640d5e
2015-07-16Open/Save button should be the default buttonSzymon Kłos
Change-Id: If2dc98beaff9cefcaf87be8773077524e2f5cb90