summaryrefslogtreecommitdiff
path: root/fpicker
AgeCommit message (Collapse)Author
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
2012-01-05Removed unnecessary tools includes.Marcel Metz
2012-01-05Removed unnecessary tools includes.Marcel Metz
2012-01-05fpicker: add missing comphelperMichael Stahl
2012-01-05add a comphelper::string::getTokenCountCaolán McNamara
suitable for conversion from [Byte]String::GetTokenCount converted low-hanging variants to rtl::O[UString]::getToken loops added unit test
2012-01-04fpicker: fix makefile typoMichael Stahl
2011-12-29EasyHack fdo#42454, remove code associated with unused iconsGustavo Buzzatti Pacheco
2011-12-27add the needed -framework for fps_aquaNorbert Thiebaud
2011-12-27WaE unused variablesNorbert Thiebaud
2011-12-27WaE: unused variablesMatúš Kukan
2011-12-27fpicker: convert to gbuildMatúš Kukan
2011-12-27fpicker: aqua: move source files .cxx -> .mmMatúš Kukan
2011-12-26Fix for fdo43460 Part XIX getLength() to isEmpty()Olivier Hallot
Part XIX Module formula and fpicker
2011-12-22"*.*" is not "all files" (bnc#738021)Luboš Luňák
Not on any Unix, at least. I have no idea how deep entrenched is this mistake all over the code, so I'll play safe and just fix the KDE4 fpicker (GNOME/KDE3 seem to handle it fine), but at least in the UI show just "All files" instead of "All files (*.*)").
2011-12-22make KDE4FilePicker::appendFilterGroup() simply use appendFilter()Luboš Luňák
2011-12-14shrinked useless constants/definesTakeshi Abe
2011-12-14catch exception by constant referenceTakeshi Abe
2011-11-27remove precompiled_xxx.hxx/cxxNorbert Thiebaud
2011-11-27remove include of pch header from fpickerNorbert Thiebaud
2011-11-27remove PCH support in dmake-moduleNorbert Thiebaud
2011-11-07gtk: fix issue with built-in file/folder picker settingsMichael Meeks
2011-11-07gtk: move the file-picker into vcl/ and add Application:: factory hooksMichael Meeks
drop un-necessary uno service related fluff, and component instantiation. nominal move to XMultiComponentFactory from XMultiServiceFactory Include fpicker in compilation for gtk3, but more work required here Simplify setting up transient parents for picker dialogs