summaryrefslogtreecommitdiff
path: root/fpicker
AgeCommit message (Collapse)AuthorFilesLines
2015-07-24the dialog width independent from a filters lengthSzymon Kłos1-0/+1
Change-Id: If945bafe2f230bf1ede9a12782b6a487b7b08099
2015-07-24fixed some refresh problems (after resize)Szymon Kłos1-0/+3
Change-Id: If140a8c9680ac30f5d26f0a034b8a7c7dea4bf64
2015-07-24handle the delete button from PlaceEditDialogSzymon Kłos1-1/+4
Change-Id: Idb3257d1c106821a6e86182bca79c1aff8bfaea3
2015-07-24don't show edit/delete menu when there is no serviceSzymon Kłos2-0/+8
Change-Id: Ia53c9e3f6a4bcaab5e68fbbff6d2ec8cfe5cd702
2015-07-24working busy pointerSzymon Kłos1-0/+1
Change-Id: I8c5e9e155a1854a670961fa67aa2aa6944604177
2015-07-24RemoteFilesDialog integration with AsyncPickerActionSzymon Kłos6-53/+166
Change-Id: If6ded1c2f2b056ce864589649b08ed19a73dc5dd
2015-07-24show error when directory doesn't existSzymon Kłos2-4/+29
Change-Id: I1c8ca1a509c9187687079d86f0e637b26490a7a3
2015-07-24check if path exist before init of the fileviewSzymon Kłos1-20/+27
Change-Id: I0c9384644cf5aabf83512c341d3ffff5d4847f36
2015-07-24set pointer to Wait while reading urlSzymon Kłos1-0/+7
Change-Id: I3c0786f8fb20df368cc7c03e35deba51d7ebbecd
2015-07-24select recently added serviceSzymon Kłos1-0/+1
Change-Id: I55a32eef4a5eb3b9f57cf6d1b8f3cba5a9a14c55
2015-07-24automatically select last used serviceSzymon Kłos1-0/+5
Change-Id: Ic66517cd65c28bd7e62e38796cf8580ed31305f7
2015-07-24avoid multiple recursive opening the same url, cleaningSzymon Kłos1-15/+11
Change-Id: I8a3ae75a64ffcc4879af3e3591b3b433cee1678d
2015-07-24check pointersSzymon Kłos1-19/+24
Change-Id: Iacf9213d833a0a3c2d951c667108a5e2538f4215
2015-07-24remember user name in recent filesSzymon Kłos1-2/+21
Change-Id: I55b340e90d51b614b8f46c06e3dc1961b3bac2ba
2015-07-24Show 'Add service' dialog when there is no service added yetSzymon Kłos2-0/+14
Change-Id: I72d294e9c09b0d02b829b91fb188c1c7965d1d45
2015-07-24accessibility: correct tab-orderSzymon Kłos1-12/+52
Change-Id: Ib554e8bb73367d5f85253f0deb083fbc5a5d454b
2015-07-24question if delete the serviceSzymon Kłos2-12/+22
Change-Id: I49e5a93ba1d58b898ec1c7b9a4682c9e86302bd0
2015-07-21coverity#1312086 Out-of-bounds readCaolán McNamara1-1/+1
Change-Id: I7885f8ba5ec4c6e60d88f6caab0c25cb760529ef
2015-07-21coverity#1312085 Dereference null return valueCaolán McNamara1-0/+2
Change-Id: Ia770e7a6a7ebcc875f3cf94471dcc032aeadc2d7
2015-07-21coverity#1312088 Uninitialized scalar fieldCaolán McNamara1-0/+1
Change-Id: Id04343aa5de0caa5b066d7fbd2fa97b670f5cf54
2015-07-21coverity#1312089 Uninitialized pointer fieldCaolán McNamara1-0/+1
Change-Id: I78856512069afa653b374f3d4b79db7307743294
2015-07-20Add and replace Help buttons in 2 dialogsOlivier Hallot1-3/+18
Place help button on the leftmost part of the dialog and add help button in dialog that does not have one. Change-Id: Ib87f0f9a9b0e6a36d29f4ebd7cef97f8483e2821 Reviewed-on: https://gerrit.libreoffice.org/17156 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-07-19Fix typosAndrea Gelmini1-1/+1
Change-Id: I52cbaad71560d73f5e24f3de3cd62b00d678dd6c Reviewed-on: https://gerrit.libreoffice.org/17187 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2015-07-16Hopefully get the right dispose orderMaxim Monastirsky1-1/+2
warn:legacy.osl:9070:1:vcl/source/window/window.cxx:281: Window ( 17FileViewContainer()) with live children destroyed: 11SvtFileView() 8Splitter() 10FolderTree() Change-Id: I6be256337123fc1c3ff2651bcd9f695c8918bb8e
2015-07-16Move remotefilesdialog.ui to where it belongsMaxim Monastirsky3-1/+243
Change-Id: I9afa6c8f7c9de8ed133f714a4726d3f2d01be1db
2015-07-16loplugin:stringconstantStephan Bergmann1-3/+3
Change-Id: I59da081fc90ffb96c438ed755266f5a69fbd199d
2015-07-16loplugin:vclwidgetsStephan Bergmann1-1/+1
Change-Id: I8671f8540da2e86eedb4cdc7a248ebb1d6caa376
2015-07-16loplugin:simplifyboolStephan Bergmann1-1/+1
Change-Id: Id079a6cc2841f42b0dc10ed2be596cc8f7db4e25
2015-07-16loplugin:passstuffbyrefStephan Bergmann2-2/+2
Change-Id: I37c254bd1fdb3cfb05d513f87fa4f4a468466bb0
2015-07-16-Werror,-Winconsistent-missing-overrideStephan Bergmann3-47/+47
Change-Id: I5f7ab4c7eb106fc7bc0d93abc78ab9168c6867a6
2015-07-16question about overwriting the file only in the save modeSzymon Kłos1-5/+8
Change-Id: Iabb3bc12a8efae65a1c3d221a31c2214de8f6c90
2015-07-16FilePickerLastService as a string, not string-list 2Szymon Kłos1-7/+2
Change-Id: If100617ef968fde94178528327135e15f64c1542
2015-07-16RemoteFilesDialog: remember last used serviceSzymon Kłos2-3/+27
Change-Id: I494b1d43d28d8e6c37ce9d391b37580be6a9be31
2015-07-16removed commentSzymon Kłos1-2/+1
Change-Id: Ia74226be5f7d0776d60f04945c23a5b94cdc11b6
2015-07-16RemoteFilesDialog moved to fpickerSzymon Kłos4-1/+1131
Change-Id: I8e978d40ee022d15f482aec4567c3171b75b9720
2015-07-16SvtFileDialog_Base in new fileSzymon Kłos2-70/+114
Change-Id: I42189e9ca1c645104f8f5da381cbbb2098c8a0c2
2015-07-16FilePicker interface for RemoteFilesDialogSzymon Kłos9-17/+177
Change-Id: I797d3fcf62bb858713d1e8af10e82f9c095bcf2b
2015-07-15loplugin:unusedmethods accessibility,fpicker,uuiNoel Grandin3-71/+0
Change-Id: I106a0be06c4b9fe1313bbd8d4c62472c4b0a4b4f Reviewed-on: https://gerrit.libreoffice.org/17045 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2015-07-13Make content of OSL_ASSERT, DBG_ASSERT, etc. visiblie in non-debug buildsStephan Bergmann3-13/+2
...to avoid lots of loplugin:staticmethods warnings. Also enables DBG_ASSERT etc. also for --enable-debug builds in addition to --enable-dbgutil builds. Change-Id: Ib89ecd9ab8ce7abb2c64790ace248b31f9d2b64d
2015-07-13getFiles: truncate to 1 file onlyJulien Nabet1-1/+5
See http://nabble.documentfoundation.org/Multiselection-needs-work-td4153207.html for details Change-Id: I7f855a067349381e2567bd15a8daa56aad412774 Reviewed-on: https://gerrit.libreoffice.org/16959 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2015-07-08Fix typosAndrea Gelmini1-1/+1
Change-Id: I70b03c152f63e48341dc5629a99b0eeab7b497c0 Reviewed-on: https://gerrit.libreoffice.org/16834 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
2015-07-03Fix typosAndrea Gelmini3-4/+4
Change-Id: Id884946cae0687d0b71c967e236e58df17567884 Reviewed-on: https://gerrit.libreoffice.org/16707 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2015-07-02tdf#92460: fpicker: fix VistaFilePicker using SolarMutexReleaserMichael Stahl1-2/+2
... on a thread that doesn't ever lock SolarMutex. Assume that Request::wait(), eventually called by UNO methods via AsyncRequests::triggerRequestThreadAware(), is called by the UI thread with the SolarMutex held. Change-Id: Ie3e6f32ed68e48f8c67d80cd9d2ce2f79e4578d8
2015-06-24Simplify uses of comphelper::string::equals with constant argumentStephan Bergmann1-1/+1
Change-Id: I7b12dd04f6811f71b776ee9168703434217b59c8
2015-06-23Drop duplicate #includesTakeshi Abe1-1/+0
Change-Id: I4db77ea1de42676d9d2df70db3f2e1665a3fd983 Reviewed-on: https://gerrit.libreoffice.org/16419 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
2015-06-18Fix typosAndrea Gelmini1-1/+1
Change-Id: Ibfa971952cd330ddf430e7e951c5c235d2ae6bd8 Reviewed-on: https://gerrit.libreoffice.org/16314 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
2015-06-16Fix typosAndrea Gelmini1-2/+2
Change-Id: Icfb885b72d51edc886851cf503c56fa12b8f559f Reviewed-on: https://gerrit.libreoffice.org/16309 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2015-06-02loplugin:loopvartoosmallStephan Bergmann1-1/+1
Change-Id: Icdaba21efeb8a910617642b7cb4e082f03f7a0ef
2015-05-21fpicker: simplify code by std::any_ofTakeshi Abe2-17/+12
Change-Id: I0f5a8b5d7f8f88a821793004c1574fcb6a7a4882 Reviewed-on: https://gerrit.libreoffice.org/15836 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2015-05-10-Werror=shadowStephan Bergmann1-2/+2
Change-Id: I27493171620e93c8ca35345c3320fb8f6da5d2ab