summaryrefslogtreecommitdiff
path: root/fpicker
AgeCommit message (Collapse)AuthorFilesLines
2012-01-26Replace SvtInetOptions with (simplified) direct configuration access.Stephan Bergmann1-1/+0
2012-01-21Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann1-1/+1
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 Metz3-7/+7
2012-01-16Replaced DBG_ERRORFILE with SAL_INFO.Marcel Metz3-8/+7
2012-01-11SvStringsDtor->std::vectorAugust Sodora2-47/+8
2012-01-11SvStringsDtor->std::vectorAugust Sodora4-78/+22
2012-01-10Remove _SVSTDARR_STRINGSISORTDTORAugust Sodora5-19/+0
2012-01-10simplify LocalFileHelper::ConvertURLToPhysicalNameCaolán McNamara1-2/+2
2012-01-07use custom target for generated sourceDavid Tardon4-4/+76
2012-01-07split module targets' registrationDavid Tardon1-20/+32
2012-01-07use custom target for generated sourceDavid Tardon4-4/+76
2012-01-06Removed unnecessary tools/debug.hxx includes.Marcel Metz1-2/+0
2012-01-06workaround for LO namespace pollution breaking KDE4 fpicker buildLuboš Luňák1-0/+8
2012-01-05Removed unnecessary tools includes.Marcel Metz1-1/+0
2012-01-05Removed unnecessary tools includes.Marcel Metz3-4/+0
2012-01-05Removed unnecessary tools includes.Marcel Metz3-3/+0
2012-01-05fpicker: add missing comphelperMichael Stahl1-0/+1
2012-01-05add a comphelper::string::getTokenCountCaolán McNamara1-25/+24
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 Stahl1-1/+1
2011-12-29EasyHack fdo#42454, remove code associated with unused iconsGustavo Buzzatti Pacheco2-23/+5
2011-12-27add the needed -framework for fps_aquaNorbert Thiebaud1-0/+5
2011-12-27WaE unused variablesNorbert Thiebaud2-19/+43
2011-12-27WaE: unused variablesMatúš Kukan1-0/+8
2011-12-27fpicker: convert to gbuildMatúš Kukan29-921/+777
2011-12-27fpicker: aqua: move source files .cxx -> .mmMatúš Kukan8-0/+0
2011-12-26Fix for fdo43460 Part XIX getLength() to isEmpty()Olivier Hallot6-16/+16
Part XIX Module formula and fpicker
2011-12-22"*.*" is not "all files" (bnc#738021)Luboš Luňák2-1/+4
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ňák1-7/+1
2011-12-14shrinked useless constants/definesTakeshi Abe1-4/+0
2011-12-14catch exception by constant referenceTakeshi Abe3-7/+7
2011-11-27remove precompiled_xxx.hxx/cxxNorbert Thiebaud2-64/+0
2011-11-27remove include of pch header from fpickerNorbert Thiebaud48-94/+0
2011-11-27remove PCH support in dmake-moduleNorbert Thiebaud1-8/+0
2011-11-07gtk: fix issue with built-in file/folder picker settingsMichael Meeks1-8/+7
2011-11-07gtk: move the file-picker into vcl/ and add Application:: factory hooksMichael Meeks16-4090/+56
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
2011-11-02more fpicker related gtk cleanupMichael Meeks2-11/+10
2011-11-02cleanup gtk / gdk locking situation to use the SolarMutex insteadMichael Stahl5-80/+98
The SolarMutex is integrated with native gtk+ toolkit locking so this is semantically equivalent and rather less problematic.
2011-11-01eliminate SvUShorts typeDaniel Di Marco1-1/+0
2011-10-25WaE: misc. windows related fixesMichael Meeks2-4/+2
2011-10-24Undo basis/brand split: removed RPATH BRAND (same as OOO now).Stephan Bergmann1-1/+1
2011-10-24Argument to setTitle cannot be constKristian Rietveld2-4/+4
2011-10-05WaE: unreachable codeTor Lillqvist1-1/+2
2011-10-05Use OUString::getStr()Tor Lillqvist1-2/+2
2011-10-05Fix fpicker windows buildFridrich Štrba2-5/+5
2011-09-29Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const ↵Stephan Bergmann1-13/+9
*() in Mac OS X only code.
2011-09-29WaE: 'fileAttributesAtPath:traverseLink:' is deprecatedTor Lillqvist1-0/+15
2011-09-29Add mode linesTor Lillqvist3-0/+9
2011-09-29WaE: class 'AquaFilePickerDelegate' does not implement the ↵Tor Lillqvist1-1/+8
'NSOpenSavePanelDelegate' protocol
2011-09-29Avoid "jump to case label crosses initialization" errors with gcc 4.2.1Tor Lillqvist3-36/+46
Reduce scope of variables declared inside a switch statement. OK, so make those code snippets into blocks then, to reduce the scope of those variables. Workaround for weird errors as reported by gcc 4.2.1 in the 10.6 SDK: SalAquaPicker.cxx: In member function 'void SalAquaPicker::implInitialize()': SalAquaPicker.cxx:134: error: jump to case label SalAquaPicker.cxx:127: error: crosses initialization of 'NSNumber* pExtn' SalAquaPicker.cxx:126: error: crosses initialization of 'NSUserDefaults* pDefaults' SalAquaPicker.cxx:141: error: jump to case label SalAquaPicker.cxx:127: error: crosses initialization of 'NSNumber* pExtn' SalAquaPicker.cxx:126: error: crosses initialization of 'NSUserDefaults* pDefaults'
2011-09-27Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *().Stephan Bergmann1-2/+2