summaryrefslogtreecommitdiffstats
path: root/fpicker
Commit message (Collapse)AuthorAgeFilesLines
* delete svl/svstdarr.hxxMichael Stahl2012-07-255-5/+0
| | | | Change-Id: Ia3d1d8dbe100443410b80c3881f10ab51b2d0419
* fpicker: moved + and - buttons in the places list controlCédric Bosdonnat2012-07-138-52/+59
| | | | | | | | It is visually more logical to have them in the control than ouside it and it also avoids weird display when moving the splitter too far on the left. Change-Id: I1183b1e81eb0135d376dce5a728c6be9f4250b19
* fpicker: added a splitter to resize the places listCédric Bosdonnat2012-07-135-3/+53
| | | | Change-Id: I9ae8b7066721c7e5a8ebb75f26949e874d72c982
* Search for char instead of 1 char long string, when possible.Christophe JAILLET2012-07-131-2/+2
| | | | | | It is faster and even avoid memory allocation somtimes. Change-Id: Ic12ff70e95953de44ef5798131150669d07a5445
* Remove unused debugging macrosThomas Arnhold2012-07-131-36/+0
| | | | Change-Id: Ib9cebcf3680e1761c25be03715423845de78bb92
* fpicker: don't edit local places with double-clickCédric Bosdonnat2012-07-111-23/+23
| | | | Change-Id: Ibb8330dd088f6b630058fc023ad7efdea59e08bf
* fpicker: fixed delete button (dis)enablingCédric Bosdonnat2012-07-112-4/+5
| | | | Change-Id: I94fff429507da5f9d3fa4b6fcdb33c600a7a5b5b
* fpicker: Add place dialog, added CMIS repositories listCédric Bosdonnat2012-07-117-18/+181
| | | | | | | | Users don't have to open the XML file to know what repository they want to use... we are now doing it for them and showing the repositories in a dropdown listbox Change-Id: I7c20c5a2880061d1ede35a17001e2a75c49a6e88
* some UniString->rtl::OUStringCaolán McNamara2012-07-092-6/+7
| | | | Change-Id: Ie69b30094da25df23a36baca2c7723d6a41f48c3
* re-base on ALv2 code. Includes:Michael Meeks2012-07-0679-1705/+1142
| | | | | | mingwport35: i#117796: MinGW fix to VistaFilePickerImpl.cxx Patch contributed by Takashi Ono http://svn.apache.org/viewvc?view=revision&revision=1172092
* ditch String::CreateFromAsciiCaolán McNamara2012-07-031-1/+1
| | | | Change-Id: I2b482bd323ac510629c5ee31868010b7cd6ce691
* Remove unused definesThomas Arnhold2012-07-021-2/+0
| | | | | | Some of them were commented out for documentation purpose. Change-Id: I29a6b2cbe774b527f0c3a0be5675160817a7f3ce
* targetted improvement of UNO API includes / usageMichael Meeks2012-07-025-20/+5
|
* UCP CMIS + fpicker: SharePoint binding URLs contain ?, encoded themCédric Bosdonnat2012-07-021-1/+1
| | | | Change-Id: I256220ab48b13ac28ff14d3b24d7a67332f871dc
* Remove unused definesThomas Arnhold2012-07-021-23/+0
| | | | Change-Id: Ibc46eb4565d4df88e83882045b2ed6d31e487d16
* Remove unused definesThomas Arnhold2012-07-014-19/+0
| | | | Change-Id: Ic36b131ee9964a6671f7f41e1cad1631c43ad565
* Remove include guardsThomas Arnhold2012-06-292-5/+0
| | | | Change-Id: Ib4ba76d0083e5bd75cc589a55318089c004f591f
* some pesky XubStringsCaolán McNamara2012-06-291-1/+1
| | | | Change-Id: Ib4095dee416cab6d954e1612d2e3f6e2d4464f48
* Remove UNO includes commentsThomas Arnhold2012-06-293-7/+0
| | | | Change-Id: I48e193322967fb75e93eaf81e9e2110d3056f92a
* Remove some unused localsThomas Arnhold2012-06-281-102/+0
| | | | Change-Id: I91282512f15122d0d7187fea7f6ab5a98933a07f
* fpicker: when selecting a place, update the URL outside the selection handlerCédric Bosdonnat2012-06-272-6/+31
| | | | | | | | | | | | If the file view URL open happens during the selection, that protentially lengthy and blocking process (auth dialog) will block the arrival of the MouseButtonUp even... and thus allowing to select items in the places list box simply by placing the mouse over them. To fix that, the URL is updated in the file view after the MouseButtonUp even. Change-Id: I0fddeb303ec9c91aef2b46592198540d6ac5c4c3
* Remove unused include filesThomas Arnhold2012-06-271-104/+0
| | | | | | Those never get included at any point in the code. Change-Id: I17736e005635b9e57759cfc95176a99e7c5e8988
* re-base on ALv2 code.Michael Meeks2012-06-261-23/+14
|
* re-base on ALv2 code.Michael Meeks2012-06-225-121/+76
| | | | Change-Id: I8018d9b5fa01d1720c0392dc5fdc4a0656f25a35
* re-base on ALv2 code.Michael Meeks2012-06-2153-1250/+800
| | | | Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce
* removed unused forward declarations of classTakeshi Abe2012-06-205-11/+0
| | | | Change-Id: Iee1b78242e210466375376da3e4dbbaec609cc03
* Convert SV_DECL_PTRARR_DEL(ImageItemListDescriptor) to boost::ptr_vectorNoel Grandin2012-06-123-16/+13
| | | | Change-Id: Ic3b06e179d182d68288c7c6832149309160cd637
* remove EraseLeadingChars and EraseTrailingCharsCaolán McNamara2012-06-111-3/+2
| | | | Change-Id: Ib9797fe97cd008cc6508ce8cec47dc5373416892
* Remove superfluous empty lines on topThomas Arnhold2012-06-091-2/+0
| | | | | | More than two lines are removed for readability. Change-Id: Ibff6cf68d7c512e240a54065b54a225bb23a782b
* nuke dead codeTakeshi Abe2012-06-071-10/+0
| | | | Change-Id: Id9920ea7b82ea178e904f78bbd41ffc434813e0b
* drop String::ReverseCaolán McNamara2012-06-061-4/+3
| | | | Change-Id: Ie06635dc1f242241d48f9d6de4f592898e605bf2
* nuke unused definesTakeshi Abe2012-06-041-18/+0
| | | | Change-Id: I7924da4bff73ca8f82c76eb8cb211401530acdeb
* CMIS UCP: changed URLs to have hierarchical pathCédric Bosdonnat2012-06-041-34/+14
| | | | | | | | | | | | Hierarchical path is assumed in loads of places, changed the URLs to the following: * Binding URL is encoded in the authority part, the repository ID is set as a fragment of the binding URL. * The hierarchical path reflects one of the path to the document on the server :x Change-Id: I8214daeb1d9c9b0f6ab86bdf60875e7e4e5369f4
* CMIS UCP: Fixed folder creation and nodes renamingCédric Bosdonnat2012-06-043-2/+56
| | | | Change-Id: I2c49b95279d90ebb06f38ed83061a5f1a905a555
* fpicker: folder creation dialog fixesCédric Bosdonnat2012-06-042-4/+5
| | | | Change-Id: I9122de6c04561f72c633b05983590871d9ec3a73
* fpicker: Added CMIS protocol for Experimental featuresCédric Bosdonnat2012-06-046-1/+133
| | | | Change-Id: I Ib254cfbe2743b67bc19c2c9033908bc0bedc430c
* nuke unused namespaceTakeshi Abe2012-06-012-3/+0
| | | | Change-Id: Ic00cdfce4172af0a2f0aa1aa33ef5e386d407976
* targetted SAL_N_ELEMENTS reversion.Michael Meeks2012-05-293-8/+9
| | | | Change-Id: I30be93ccaeb1f9fd17cbe9e3ed3165e094810b2e
* rename functions for consistency with the rest of gbuildDavid Tardon2012-05-291-5/+1
| | | | Change-Id: I572a8a6dc9da4f63b7c937748b3013bab60bb6bb
* android: build and package the fpicker so we can select files to openMichael Meeks2012-05-281-4/+0
|
* break dep. cycle between vcl and fpickerDavid Tardon2012-05-279-74/+6
| | | | Change-Id: I04c68440d7c5e5b6c620b406ff52b1cca9e2fbfb
* removed unused temporary rtl::OUStringTakeshi Abe2012-05-231-1/+0
| | | | Change-Id: I9d118a5fbe2306465d8bcdb9ddd0596588137e5e
* WaE: unsafe mix of bool and sal_BoolCaolán McNamara2012-05-151-4/+4
| | | | Change-Id: I0b52eead997b8d6937088aade660be78d600b8b4
* use the packaged headerDavid Tardon2012-05-053-13/+7
| | | | Change-Id: I3a447ab2b7798922e1805d8ed379359fd9a8f216
* Library_fps.mk: fixed the fpicker win32 build, missing include dirCédric Bosdonnat2012-05-041-0/+5
| | | | Change-Id: I I51786415ed3673d9b694c8dcdf7be44a2d6e5784
* One more fix for Mac OS X fpicker buildTor Lillqvist2012-05-041-0/+5
| | | | Change-Id: Ib3ce16f191727d80b9d925447770faf99e5bf533
* fpicker: fixed build problems for macos and windowsCédric Bosdonnat2012-05-044-4/+4
| | | | Change-Id: I34a7d62f8ee55cbc7f8506c1bdc4b12fe6e5d7bf
* fpicker: make the place edition dialog workingCédric Bosdonnat2012-05-0420-209/+1028
| | | | Change-Id: If290ea4c1418162902e00bcc29c3afe69685ec5d
* make ResId::toString a non-static memberCaolán McNamara2012-04-302-2/+4
| | | | Change-Id: I756c0a19bea7b1cc0e290d9f382a04d655819bfb
* make gbuild the default assumption of build.plBjoern Michaelsen2012-04-291-1/+0
| | | | | | | | this removes dmake completely out of the build for migrated modules build.pl now assumes modules to be gbuild, unless there is a prj/dmake file Change-Id: I674a036b182ee13c5ec093e83cb3d38133112d3b