summaryrefslogtreecommitdiff
path: root/svtools
AgeCommit message (Collapse)Author
2015-08-14loplugin:stringconstantNoel Grandin
Change-Id: I5f4a40c83682ac84c22a0cd56cc58bc12f2ae479
2015-08-14don't show remember password in the CMIS connectionsSzymon Kłos
Change-Id: Ie84c1c3049d9864fce550bdf5745c18d72d740d5
2015-08-14User field before Refresh Repos button in the formSzymon Kłos
Change-Id: I2a1aa420c1a0537b80aee3ef2602b1892a131919
2015-08-14don't enable password control, when whole frame is inactiveSzymon Kłos
Change-Id: I165f08a3709b1d32ddab4632342d21b43d3f8ff1
2015-08-14added 'Remember password' checkboxSzymon Kłos
Change-Id: I4231acd92d263ca772a1aa7b3e178c5681ee86e0
2015-08-14added mnemonic_widget propertiesSzymon Kłos
Change-Id: I36b2b5bdbc597b82e746c5f81b99064efb06da75
2015-08-14added password field in the Add service dialogSzymon Kłos
Change-Id: I1074a3a2980e939de3f578cb566bab1e0ed96aed
2015-08-14Rework of the 'Add service' dialogSzymon Kłos
Change-Id: Ie53352367a92468fb7b1bfbe106230327e4a6599
2015-08-14Show unavailable services with disabled controlsSzymon Kłos
Change-Id: I9fe25bc5e8ce31cd848c4f6434b747be96a8006a
2015-08-14Port field without buttons, max 4 charsSzymon Kłos
Change-Id: I4ddc294dba5ad66a11ff260e8942977d0a6a292f
2015-08-14Port field on the same line as HostSzymon Kłos
Change-Id: Iddf611e372772cbe5c38aecc81f4d43412d653da
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>