summaryrefslogtreecommitdiff
path: root/fpicker
AgeCommit message (Collapse)Author
2012-04-10fdo#48496 Decode file URL path segment dispalyed as "place" nameStephan Bergmann
2012-04-09add package deps for resourcesDavid Tardon
2012-04-08Replaced a few equal calls with ==Szabolcs Dezsi
2012-04-08gbuild: "use" vs. "add":Michael Stahl
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 Dezsi
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi
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 McNamara
2012-04-05callcatcher: update list, add README, remove some newly unused codeCaolán McNamara
2012-04-02KDE3 file picker moved from fpicker to vclCédric Bosdonnat
2012-04-02KDE4 file picker moved from fpicker to vclCédric Bosdonnat
2012-04-02Internal fpicker cleanup and reworkCédric Bosdonnat
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
2012-04-02fpicker: a list of bookmarks in the file pickerMartin Richard
under dual licences MPLv1+/LGPLv3+ Authors: Martin Richard <martius@martiusweb.net> Julien Levesy <jlevesy@gmail.com>
2012-03-21Bin a few more 16-bit Windows leftoversTor Lillqvist
2012-03-20remove ToDouble/ToFloatCaolán McNamara
2012-03-16kde4 fpicker doesn't use Q_OBJECT, no need for mocLuboš Luňák
2012-03-15fdo#47246: fpicker: merge fop into fps: remove Fopentry.cxxMichael Stahl
Forgot that in 095528351c3c916ef3c79f7275113ec628b4d473.
2012-03-15error: 'XFolderPicker' was not declared in this scopeDavid Tardon
2012-03-14fdo#47246: fpicker: merge fop library into fps:Michael Stahl
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 :)
2012-03-14Enable -Wnon-virtual-dtor for GCC 4.6Stephan Bergmann
...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.
2012-03-09change vcl's SETTINGS_* #define's to const intLuboš Luňák
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.
2012-03-08yet another clash with macro nameDavid Tardon
2012-03-01New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann
...see ebe26f72e90337da2d14f3029de148904e3e30b6 "WaE: 'unused' attribute ignored when parsing type" for the problem.
2012-02-27TypoStephan Bergmann
2012-02-27disable warnigns as errors for KDE3 codeLuboš Luňák
Too old codebase, there simply have to be warnings.
2012-02-27disable -Wshadow for KDE backendsLuboš Luňák
KDE/Qt consider -Wshadow not worth the trouble, and the qhash workaround shows why.
2012-02-24Disable WaE in fpicker/source/unx/kdeStephan Bergmann
...as the included kde headers produce lots of warnings.
2012-02-24MinGW: IFileDialog is present, but IFileDialogCustomize is still missing.Jan Holesovsky
2012-02-24Rewrite fix to use the same SimpleResMgr ctor as it did beforeStephan Bergmann
...as the two actually behave subtly differently.
2012-02-23Get rid of CREATEVERSIONRESMGR[_NAME]Stephan Bergmann
2012-02-23fix build on Windows: use OUStringMatus Kukan
2012-02-19Get rid of size() == 0Elton Chung
2012-02-18Prefer equalsIgnoreAsciiCaseAsciiL(RTL_CONSTASCII_STRINGPARAM("..."))Takeshi Abe
to equalsIgnoreAsciiCaseAscii("...")
2012-02-17Possible inefficient checking for 'm_EventList' emptiness.Mariusz Dykierek
2012-02-13Fix typos in commentsElton Chung
2012-02-08Added READMEs for modules which used to be in libs-coreJosh Heidenreich
2012-02-05switch to include-based build rather than sourced-based buildNorbert Thiebaud
2012-01-26Replace SvtInetOptions with (simplified) direct configuration access.Stephan Bergmann
2012-01-21Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann
SAL_UNUSED_PARAMETER (expanding to __attribute__ ((unused)) for GCC) is used to annotate legitimately unused parameters, so that static analysis tools can tell legitimately unused parameters from truly unnecessary ones. To that end, some patches for external modules are also added, that are only applied when compiling with GCC and add necessary __attribute__ ((unused)) in headers.
2012-01-17Replaced SAL_INFO with SAL_WARN were applicable.Marcel Metz
2012-01-16Replaced DBG_ERRORFILE with SAL_INFO.Marcel Metz
2012-01-11SvStringsDtor->std::vectorAugust Sodora
2012-01-11SvStringsDtor->std::vectorAugust Sodora
2012-01-10Remove _SVSTDARR_STRINGSISORTDTORAugust Sodora
2012-01-10simplify LocalFileHelper::ConvertURLToPhysicalNameCaolán McNamara
2012-01-07use custom target for generated sourceDavid Tardon
2012-01-07split module targets' registrationDavid Tardon
2012-01-07use custom target for generated sourceDavid Tardon
2012-01-06Removed unnecessary tools/debug.hxx includes.Marcel Metz
2012-01-06workaround for LO namespace pollution breaking KDE4 fpicker buildLuboš Luňák
2012-01-05Removed unnecessary tools includes.Marcel Metz