summaryrefslogtreecommitdiffstats
path: root/fpicker
Commit message (Collapse)AuthorAgeFilesLines
* 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
* NOINITIALSELECTION important for Save AsStephan Bergmann2012-04-271-1/+1
| | | | | | | ...as otherwise the initial selection would overwrite the passed-in directory where to save to. Change-Id: Iafb3aa8a120a777f9bf15c00ab3b9c0379bd3b2c
* refactor ImpSvtDataCaolán McNamara2012-04-251-1/+1
|
* WaE: extra tokens at end of #endif directiveTor Lillqvist2012-04-241-1/+1
|
* OSL_DEBUG_LEVEL > 0 -> defined DBG_UTILStephan Bergmann2012-04-241-1/+1
|
* Partially revert: "Replace css macro with namespace for nicer namespacing"Thomas Arnhold2012-04-212-2/+14
| | | | To fix the build. I can't test it on win32, thought it would work...
* Replace css macro with namespace for nicer namespacingThomas Arnhold2012-04-216-42/+6
|
* WaE: declaration of 'size' shadows a member of 'this'David Tardon2012-04-162-3/+3
|
* WaE: passing NULL to non-pointer argumentDavid Tardon2012-04-161-1/+1
|
* WaE: deprecated conversion from string constant to 'LPTSTR'David Tardon2012-04-161-1/+1
|
* WaE: 'auto_ptr' is deprecatedDavid Tardon2012-04-161-3/+4
|
* WaE: deprecated conversion from string constant to 'LPTSTR'David Tardon2012-04-161-1/+1
|
* WaE: "_WIN32_WINNT" redefinedDavid Tardon2012-04-161-0/+3
|
* WaE: variable 'GDIError' set but not usedDavid Tardon2012-04-161-1/+4
|
* WaE: deprecated conversion from string constant to 'LPTSTR'David Tardon2012-04-161-1/+1
|
* WaE: deprecated conversion from string constant to 'LPSTR'David Tardon2012-04-161-1/+1
|
* fdo#48496 Decode file URL path segment dispalyed as "place" nameStephan Bergmann2012-04-101-1/+2
|
* add package deps for resourcesDavid Tardon2012-04-091-2/+3
|
* Replaced a few equal calls with ==Szabolcs Dezsi2012-04-081-2/+2
|
* gbuild: "use" vs. "add":Michael Stahl2012-04-085-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)
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-061-2/+1
|
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-062-4/+4
| | | | | | Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\) ) *) *)$/\1\2 ( \3 == \4 )/' \{\} \;
* SvtFileDialogURLSelector::OpenURL can go apparentlyCaolán McNamara2012-04-052-9/+0
|
* callcatcher: update list, add README, remove some newly unused codeCaolán McNamara2012-04-055-127/+0
|
* KDE3 file picker moved from fpicker to vclCédric Bosdonnat2012-04-0222-3541/+0
|
* KDE4 file picker moved from fpicker to vclCédric Bosdonnat2012-04-028-1193/+0
|
* Internal fpicker cleanup and reworkCédric Bosdonnat2012-04-0211-178/+156
| | | | | | | | Changes: * Use SvHeaderTabListBox for the places list to get a nicer list * Remove the "Default Directory" button: it's in the places * Remove the Up and New Folder icons: look ugly beside the edit field * Added proper icons for places
* fpicker: a list of bookmarks in the file pickerMartin Richard2012-04-0212-76/+963
| | | | | | | | under dual licences MPLv1+/LGPLv3+ Authors: Martin Richard <martius@martiusweb.net> Julien Levesy <jlevesy@gmail.com>
* Bin a few more 16-bit Windows leftoversTor Lillqvist2012-03-211-23/+0
|
* remove ToDouble/ToFloatCaolán McNamara2012-03-201-3/+3
|
* kde4 fpicker doesn't use Q_OBJECT, no need for mocLuboš Luňák2012-03-164-80/+0
|
* fdo#47246: fpicker: merge fop into fps: remove Fopentry.cxxMichael Stahl2012-03-152-103/+0
| | | | Forgot that in 095528351c3c916ef3c79f7275113ec628b4d473.
* error: 'XFolderPicker' was not declared in this scopeDavid Tardon2012-03-151-0/+1
|
* fdo#47246: fpicker: merge fop library into fps:Michael Stahl2012-03-147-104/+37
| | | | | Since nobody seems to know why these are separate, merge fop into fps. In case this untested change doesn't work out it should be reverted :)
* Enable -Wnon-virtual-dtor for GCC 4.6Stephan Bergmann2012-03-141-0/+6
| | | | | | | | | | | | | | ...which has the necessary features to support it. Change a lot of classes to either contain a protected non-virtual dtor (which is backwards compatible, so even works for cppumaker-generated UNO headers) or a public virtual one. cppuhelper/propertysetmixin.hxx still needs to disable the warning, as the relevant class has a non-virtual dtor but friends, which would still cause GCC to warn. Includes a patch for libcmis, intended to be upstreamed.
* change vcl's SETTINGS_* #define's to const intLuboš Luňák2012-03-091-15/+0
| | | | | | They pollute not only the global namespace, but all namespaces, given they're are #define's. I bet they'd eventually all conflict with the namespaced enum in kdelibs headers.
* yet another clash with macro nameDavid Tardon2012-03-081-0/+4
|
* New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann2012-03-013-12/+12
| | | | | ...see ebe26f72e90337da2d14f3029de148904e3e30b6 "WaE: 'unused' attribute ignored when parsing type" for the problem.
* TypoStephan Bergmann2012-02-271-1/+1
|
* disable warnigns as errors for KDE3 codeLuboš Luňák2012-02-271-0/+2
| | | | Too old codebase, there simply have to be warnings.
* disable -Wshadow for KDE backendsLuboš Luňák2012-02-273-0/+15
| | | | | KDE/Qt consider -Wshadow not worth the trouble, and the qhash workaround shows why.
* Disable WaE in fpicker/source/unx/kdeStephan Bergmann2012-02-241-0/+2
| | | | ...as the included kde headers produce lots of warnings.
* MinGW: IFileDialog is present, but IFileDialogCustomize is still missing.Jan Holesovsky2012-02-246-16/+16
|