summaryrefslogtreecommitdiff
path: root/fpicker
AgeCommit message (Collapse)AuthorFilesLines
2012-09-28novell-win32-xp-fpicker-detail.diff, bnc#620924Tor Lillqvist1-0/+39
make it possible to set file open dialog default to "details" on XP
2012-08-24fdo#49441: don't overwrite the first element in the sequenceIvan Timofeev1-1/+1
regression from 399e425fc9b9a89045bb1653769f581ed5fa5028 Change-Id: I2907a03ca731f43630e5f36cf78682de8a364924 (cherry picked from commit cb0aa85747fa6ada9a7dc4b32e5c5bf3d3850f35) Reviewed-on: https://gerrit.libreoffice.org/474 Reviewed-by: Rafael Dominguez <venccsralph@gmail.com> Tested-by: Rafael Dominguez <venccsralph@gmail.com> Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2012-08-18fix TDE FTBFSTimothy Pearson1-2/+6
Change-Id: Icde6310d922a3d5e2822789a23403b9f188efaf4 Signed-off-by: David Tardon <dtardon@redhat.com>
2012-07-11fpicker: don't edit local places with double-clickCédric Bosdonnat1-23/+23
Change-Id: Ibb8330dd088f6b630058fc023ad7efdea59e08bf
2012-07-11fpicker: fixed delete button (dis)enablingCédric Bosdonnat2-4/+5
Change-Id: I94fff429507da5f9d3fa4b6fcdb33c600a7a5b5b
2012-07-04UCP CMIS + fpicker: SharePoint binding URLs contain ?, encoded themCédric Bosdonnat1-1/+1
Change-Id: I256220ab48b13ac28ff14d3b24d7a67332f871dc
2012-06-27fpicker: when selecting a place, update the URL outside the selection handlerCédric Bosdonnat2-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
2012-06-04nuke unused definesTakeshi Abe1-18/+0
Change-Id: I7924da4bff73ca8f82c76eb8cb211401530acdeb
2012-06-04CMIS UCP: changed URLs to have hierarchical pathCédric Bosdonnat1-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
2012-06-04CMIS UCP: Fixed folder creation and nodes renamingCédric Bosdonnat3-2/+56
Change-Id: I2c49b95279d90ebb06f38ed83061a5f1a905a555
2012-06-04fpicker: folder creation dialog fixesCédric Bosdonnat2-4/+5
Change-Id: I9122de6c04561f72c633b05983590871d9ec3a73
2012-06-04fpicker: Added CMIS protocol for Experimental featuresCédric Bosdonnat6-1/+133
Change-Id: I Ib254cfbe2743b67bc19c2c9033908bc0bedc430c
2012-06-01nuke unused namespaceTakeshi Abe2-3/+0
Change-Id: Ic00cdfce4172af0a2f0aa1aa33ef5e386d407976
2012-05-29targetted SAL_N_ELEMENTS reversion.Michael Meeks3-8/+9
Change-Id: I30be93ccaeb1f9fd17cbe9e3ed3165e094810b2e
2012-05-29rename functions for consistency with the rest of gbuildDavid Tardon1-5/+1
Change-Id: I572a8a6dc9da4f63b7c937748b3013bab60bb6bb
2012-05-28android: build and package the fpicker so we can select files to openMichael Meeks1-4/+0
2012-05-27break dep. cycle between vcl and fpickerDavid Tardon9-74/+6
Change-Id: I04c68440d7c5e5b6c620b406ff52b1cca9e2fbfb
2012-05-23removed unused temporary rtl::OUStringTakeshi Abe1-1/+0
Change-Id: I9d118a5fbe2306465d8bcdb9ddd0596588137e5e
2012-05-15WaE: unsafe mix of bool and sal_BoolCaolán McNamara1-4/+4
Change-Id: I0b52eead997b8d6937088aade660be78d600b8b4
2012-05-05use the packaged headerDavid Tardon3-13/+7
Change-Id: I3a447ab2b7798922e1805d8ed379359fd9a8f216
2012-05-04Library_fps.mk: fixed the fpicker win32 build, missing include dirCédric Bosdonnat1-0/+5
Change-Id: I I51786415ed3673d9b694c8dcdf7be44a2d6e5784
2012-05-04One more fix for Mac OS X fpicker buildTor Lillqvist1-0/+5
Change-Id: Ib3ce16f191727d80b9d925447770faf99e5bf533
2012-05-04fpicker: fixed build problems for macos and windowsCédric Bosdonnat4-4/+4
Change-Id: I34a7d62f8ee55cbc7f8506c1bdc4b12fe6e5d7bf
2012-05-04fpicker: make the place edition dialog workingCédric Bosdonnat20-209/+1028
Change-Id: If290ea4c1418162902e00bcc29c3afe69685ec5d
2012-04-30make ResId::toString a non-static memberCaolán McNamara2-2/+4
Change-Id: I756c0a19bea7b1cc0e290d9f382a04d655819bfb
2012-04-29make gbuild the default assumption of build.plBjoern Michaelsen1-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
2012-04-27NOINITIALSELECTION important for Save AsStephan Bergmann1-1/+1
...as otherwise the initial selection would overwrite the passed-in directory where to save to. Change-Id: Iafb3aa8a120a777f9bf15c00ab3b9c0379bd3b2c
2012-04-25refactor ImpSvtDataCaolán McNamara1-1/+1
2012-04-24WaE: extra tokens at end of #endif directiveTor Lillqvist1-1/+1
2012-04-24OSL_DEBUG_LEVEL > 0 -> defined DBG_UTILStephan Bergmann1-1/+1
2012-04-21Partially revert: "Replace css macro with namespace for nicer namespacing"Thomas Arnhold2-2/+14
To fix the build. I can't test it on win32, thought it would work...
2012-04-21Replace css macro with namespace for nicer namespacingThomas Arnhold6-42/+6
2012-04-16WaE: declaration of 'size' shadows a member of 'this'David Tardon2-3/+3
2012-04-16WaE: passing NULL to non-pointer argumentDavid Tardon1-1/+1
2012-04-16WaE: deprecated conversion from string constant to 'LPTSTR'David Tardon1-1/+1
2012-04-16WaE: 'auto_ptr' is deprecatedDavid Tardon1-3/+4
2012-04-16WaE: deprecated conversion from string constant to 'LPTSTR'David Tardon1-1/+1
2012-04-16WaE: "_WIN32_WINNT" redefinedDavid Tardon1-0/+3
2012-04-16WaE: variable 'GDIError' set but not usedDavid Tardon1-1/+4
2012-04-16WaE: deprecated conversion from string constant to 'LPTSTR'David Tardon1-1/+1
2012-04-16WaE: deprecated conversion from string constant to 'LPSTR'David Tardon1-1/+1
2012-04-10fdo#48496 Decode file URL path segment dispalyed as "place" nameStephan Bergmann1-1/+2
2012-04-09add package deps for resourcesDavid Tardon1-2/+3
2012-04-08Replaced a few equal calls with ==Szabolcs Dezsi1-2/+2
2012-04-08gbuild: "use" vs. "add":Michael Stahl5-12/+12
Naming convention for gbuild methods: - "add" is used for stuff that is logically a part of the target (i.e. not registered at the Module, but defined in the target's makefile) - "use" is used for stuff that is logically a different target (i.e. it is registered at the Module, has it's own makefile, may be in a different module than the target)
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-2/+1
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2-4/+4
Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\) ) *) *)$/\1\2 ( \3 == \4 )/' \{\} \;
2012-04-05SvtFileDialogURLSelector::OpenURL can go apparentlyCaolán McNamara2-9/+0
2012-04-05callcatcher: update list, add README, remove some newly unused codeCaolán McNamara5-127/+0
2012-04-02KDE3 file picker moved from fpicker to vclCédric Bosdonnat22-3541/+0