summaryrefslogtreecommitdiff
path: root/fpicker
AgeCommit message (Collapse)AuthorFilesLines
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann4-8/+8
Change-Id: I328ac7a95ccc87732efae48b567a0556865928f3
2015-10-12convert Link<> to typedNoel Grandin5-16/+10
Change-Id: Iec15042138e0715459b2c9e872a7464d75a6b1eb Reviewed-on: https://gerrit.libreoffice.org/19305 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2015-10-06tdf#94811: Crash in Open Remote File dialog fixedOliver Specht1-1/+1
Edit control needed a disposeAndClear instead of a clear Change-Id: I24f4ec8c391080cb83574949cc141c883b43cfb9 Reviewed-on: https://gerrit.libreoffice.org/19185 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Oliver Specht <oliver.specht@cib.de>
2015-10-05Remember password after setting new serviceSzymon Kłos1-2/+4
Change-Id: I14ba319307f74b24fa474e742504b70c46539a08
2015-10-05Focus for file list after opening folderSzymon Kłos1-0/+2
Change-Id: Ibac322b873315fd8a0ec63c930f4c76562a5e704
2015-10-05Focus for file name field after using it to open folderSzymon Kłos1-0/+3
Change-Id: Ic3ae0c899c5feea659d22100f98dbeca4df217eb
2015-10-02tdf#57370 : Open place after pressing 'Enter'Szymon Kłos2-0/+19
Change-Id: Iabcf17b71b3fe06a25bb7b0e7f3aa65ad0663e69 Reviewed-on: https://gerrit.libreoffice.org/19085 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-10-01Fix typosAndrea Gelmini5-9/+9
Change-Id: Id94c03249b2752e88499628b3ad12936b361bb2f Reviewed-on: https://gerrit.libreoffice.org/18950 Reviewed-by: Oliver Specht <oliver.specht@cib.de> Tested-by: Oliver Specht <oliver.specht@cib.de>
2015-10-01remove old standalone Sun bug numbersNoel Grandin3-11/+0
Sun bug numbers without any accompanying text are completely useless. Fixed with git grep -lP '//\s*#\d+#\s*$' | xargs perl -i -ne'/\/\/\s*#\d+#\s*$/d or print' And then hand-checking the result to restore places where it deleted code. And then some more grepping and hand-editing to kill the others. Change-Id: Ia96ce4466db8bb8da363ebf41f0ae7f45f28bf29 Reviewed-on: https://gerrit.libreoffice.org/19023 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2015-09-29Renamed wrongly prefixed boolean variablesStefan Heinemann1-5/+5
Fixed tdf#94269 Change-Id: I63109cc4e095bad680d7637a065080ea368860ae Reviewed-on: https://gerrit.libreoffice.org/18851 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2015-09-25don't over-expand built-in file dialog on very long paths/namesCaolán McNamara1-0/+2
Change-Id: Ia8167833b54bcfc68f1a306e58a1134a38d64ef6 Reviewed-on: https://gerrit.libreoffice.org/18843 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-09-24convert Link<> to typedNoel Grandin4-7/+5
Change-Id: I59d325c3b051690303a5841907317122fa1ec98b Reviewed-on: https://gerrit.libreoffice.org/18825 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2015-09-18boost->stdCaolán McNamara3-10/+9
Change-Id: Idac11d3a634ba0a899db605449c894d4c3a61ead Reviewed-on: https://gerrit.libreoffice.org/18680 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-09-16remove unused Link<> fieldsNoel Grandin2-27/+2
Change-Id: I9898e04da6bebd1e08ab141e43439908fe1860b0
2015-09-15convert Link<> to typedNoel Grandin2-4/+2
Change-Id: I8cd997f55f4c7206358cba9edd3d41dbedd4363f
2015-09-15convert Link<> to typedNoel Grandin4-10/+6
Change-Id: I057969beed6402b2125f4dc719570d324c1df4fc
2015-09-15[API CHANGE] XFilePicker2/3 changes for multiselectionJulien Nabet8-46/+36
In order to use GetSelectedFiles (in XFilePicker2) instead of GetFiles (in XFilePicker), here are some api changes before: XFilePicker3 inherits from XFilePicker XFilePicker2 is not a published interface after: XFilePicker3 inherits from XFilePicker2 XFilePicker2 is a published interface + adapt Uno Implementations Change-Id: If44afaa7236f08bc2b814f91eda5bfad333dd799 Reviewed-on: https://gerrit.libreoffice.org/17068 Reviewed-by: Stephan Bergmann <sbergman@redhat.com> Tested-by: Stephan Bergmann <sbergman@redhat.com>
2015-09-13Simplify SvtFileDialog::appendDefaultExtensionMatteo Casalin1-21/+12
Change-Id: I7d2d2aff6e26b66e73b6ccefdecf095c867d4f7d
2015-09-12Update many ListBox users to its sal_Int32 interfaceMatteo Casalin1-1/+1
Change-Id: I6469ac5e2d17406bee9bc434930e2471cb3bae9f
2015-09-11tdf#93240: replace boost::ptr_deque with std::deque<std::unique_ptr>Matthew Nicholls3-17/+16
Change-Id: Iba77946a00c6c43c4377b2bae62467581cfed19f Reviewed-on: https://gerrit.libreoffice.org/18468 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2015-09-11convert Link<> to typedNoel Grandin6-11/+11
Change-Id: I85658fa35b9b85106a3b9c8ef303584cad6f39b0
2015-09-08convert Link<> to typedNoel Grandin4-8/+5
Change-Id: I365a81a0a960f5da736c9a97aa056da16c99452f
2015-09-03tdf#57370 : 'Places' in the LibreOffice file dialog is inaccessibleSzymon Kłos2-3/+100
Change-Id: I94ba2fea74703d69e65c0864744ab81ccf205f9c Reviewed-on: https://gerrit.libreoffice.org/17192 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-09-03tdf#93634 repair getDisplayDirectory for Windows filepickerRegina Henschel1-1/+1
Change wrong PROP_FILENAME to correct PROP_DIRECTORY Change-Id: Iab2e16c486f487699e1574ed508539d95884bf9b Reviewed-on: https://gerrit.libreoffice.org/18127 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-09-03convert Link<> to typedNoel Grandin4-7/+4
Change-Id: Ic15d0539aa00b46694a1715b6dda9d78bb1c00d8 Reviewed-on: https://gerrit.libreoffice.org/18269 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2015-08-31convert Link<> to typedNoel Grandin2-38/+34
Change-Id: I236c1a35534c3b0a8461caffbaf852e9bbbd621d
2015-08-29remember password for all types of serviceSzymon Kłos2-6/+16
Change-Id: I8620332ac5228eee1d7c16d0b0ff7920031be331
2015-08-29Remove stored password if service is deletedSzymon Kłos1-0/+24
Change-Id: I500a8ee2874f7a9577e37fe25f5813e5821e9719
2015-08-29Remember window sizeSzymon Kłos2-3/+38
Change-Id: I4e9bd5e2516b66f47b560a388237b75059a7f142
2015-08-29wider dialogSzymon Kłos1-1/+1
Change-Id: Ie90920c6fcd797b49cc16487cf4754822f771cf0
2015-08-29disable interface after service deleteSzymon Kłos1-0/+3
Change-Id: Ia6706ba12154bab9b36da8582190db7ca6af1072
2015-08-29focus for the file list after opening folder using a treeSzymon Kłos1-0/+3
Change-Id: I7cf75e3fb734b4bf0be9135c200130b8e86bf54f
2015-08-29clear file name field while changing dirSzymon Kłos1-0/+3
Change-Id: I46e9d9e7b56c09c65808fe231e5ba4eeddf90ad2
2015-08-29RemoteFilesDialog: file name autocompletionSzymon Kłos3-11/+40
Change-Id: Iab051ccaf075cc91acce67e01863e8d7ecac820c
2015-08-29don't show type column in the RemoteFilesDialogSzymon Kłos1-1/+1
Change-Id: I103bf8dabe3a513da65c6d21b9c9199aefb0bebe
2015-08-28make PostUserEvent Link<> typedNoel Grandin4-11/+7
Change-Id: I13f10bda985d55d419a5bff481130a456ae2db8a
2015-08-27Clean up aEmptyStephan Bergmann2-5/+3
Change-Id: I4c4294b7fb1cb537ba3ae3e6e7e747a3333b7469
2015-08-26Clean up aEmptyStrStephan Bergmann1-4/+0
Change-Id: I5befe9deac917a28e80ed193b67ff29b5ba35149
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin7-56/+41
Change-Id: Ie80dfb003118d40741549c41ebcc7eda4819f05b
2015-08-19Clean up remaining utl::LocalFileHelper::Convert...Stephan Bergmann1-4/+10
together with 58d68a1bc9146334376206ae7ba8b1a6594a1040 "ConvertURLToSystemPath->getSystemPathFromFileURL" and 28f3464a571a23a2c16bd0980e9021b95d011511 "ConvertSystemPathToURL->getFileURLFromSystemPath," this replaces all those Convert... functionality with direct calls to the corresponding osl::FileBase functions. Change-Id: I2876171cd337a5eb939d25d8cf1e0c1253ff73a7
2015-08-18ConvertURLToSystemPath->getSystemPathFromFileURLCaolán McNamara1-5/+5
Change-Id: I7dc0e1b596f80b8f0870aed1722f711bb287ec0a
2015-08-18rBaseURL argument now unusedCaolán McNamara1-1/+1
Change-Id: I02cacfeaf26788ed024fa9753af132f0d5822e6f
2015-08-17make Link<> typedNoel Grandin2-8/+3
Change-Id: Iffa4bbb58931075679a60132d90c3b8be6a76cc2
2015-08-14loplugin: defaultparamsNoel Grandin6-10/+10
Change-Id: I0538bbb2e121d8feeff03535cb327c957e03de1b
2015-08-14store password for service if filledSzymon Kłos2-3/+31
Change-Id: I99ce30516a3d8859c060c8e85f8f8ea5e5217d61
2015-08-14use shared contextSzymon Kłos2-15/+13
Change-Id: I513a07e8e8d361b8f9c9695ddc8d283ee62b565d
2015-08-14shared PasswordContainerSzymon Kłos2-11/+7
Change-Id: I73d4532cd9e6f811e32d46738808c81a03c2e895
2015-08-14added password field in the Add service dialogSzymon Kłos1-0/+1
Change-Id: I1074a3a2980e939de3f578cb566bab1e0ed96aed
2015-08-14Show 'change password' only if is password is storedSzymon Kłos1-20/+49
Change-Id: I04275d2e45ff32ed003a2487cd87500d550e9d73
2015-08-14added change password entry in the split button menuSzymon Kłos3-0/+65
Change-Id: I68e76e346ec6d704c27fe6f4031453dd44dbc983