summaryrefslogtreecommitdiffstats
path: root/fpicker
Commit message (Collapse)AuthorAgeFilesLines
* workaround for LO namespace pollution breaking KDE4 fpicker buildLuboš Luňák2012-01-061-0/+8
|
* Removed unnecessary tools includes.Marcel Metz2012-01-051-1/+0
|
* Removed unnecessary tools includes.Marcel Metz2012-01-053-4/+0
|
* Removed unnecessary tools includes.Marcel Metz2012-01-053-3/+0
|
* fpicker: add missing comphelperMichael Stahl2012-01-051-0/+1
|
* add a comphelper::string::getTokenCountCaolán McNamara2012-01-051-25/+24
| | | | | | suitable for conversion from [Byte]String::GetTokenCount converted low-hanging variants to rtl::O[UString]::getToken loops added unit test
* fpicker: fix makefile typoMichael Stahl2012-01-041-1/+1
|
* EasyHack fdo#42454, remove code associated with unused iconsGustavo Buzzatti Pacheco2011-12-292-23/+5
|
* add the needed -framework for fps_aquaNorbert Thiebaud2011-12-271-0/+5
|
* WaE unused variablesNorbert Thiebaud2011-12-272-19/+43
|
* WaE: unused variablesMatúš Kukan2011-12-271-0/+8
|
* fpicker: convert to gbuildMatúš Kukan2011-12-2729-921/+777
|
* fpicker: aqua: move source files .cxx -> .mmMatúš Kukan2011-12-278-0/+0
|
* Fix for fdo43460 Part XIX getLength() to isEmpty()Olivier Hallot2011-12-266-16/+16
| | | | | | Part XIX Module formula and fpicker
* "*.*" is not "all files" (bnc#738021)Luboš Luňák2011-12-222-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 (*.*)").
* make KDE4FilePicker::appendFilterGroup() simply use appendFilter()Luboš Luňák2011-12-221-7/+1
|
* shrinked useless constants/definesTakeshi Abe2011-12-141-4/+0
|
* catch exception by constant referenceTakeshi Abe2011-12-143-7/+7
|
* remove precompiled_xxx.hxx/cxxNorbert Thiebaud2011-11-272-64/+0
|
* remove include of pch header from fpickerNorbert Thiebaud2011-11-2748-94/+0
|
* remove PCH support in dmake-moduleNorbert Thiebaud2011-11-271-8/+0
|
* gtk: fix issue with built-in file/folder picker settingsMichael Meeks2011-11-071-8/+7
|
* gtk: move the file-picker into vcl/ and add Application:: factory hooksMichael Meeks2011-11-0716-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
* more fpicker related gtk cleanupMichael Meeks2011-11-022-11/+10
|
* cleanup gtk / gdk locking situation to use the SolarMutex insteadMichael Stahl2011-11-025-80/+98
| | | | | The SolarMutex is integrated with native gtk+ toolkit locking so this is semantically equivalent and rather less problematic.
* eliminate SvUShorts typeDaniel Di Marco2011-11-011-1/+0
|
* WaE: misc. windows related fixesMichael Meeks2011-10-252-4/+2
|
* Undo basis/brand split: removed RPATH BRAND (same as OOO now).Stephan Bergmann2011-10-241-1/+1
|
* Argument to setTitle cannot be constKristian Rietveld2011-10-242-4/+4
|
* WaE: unreachable codeTor Lillqvist2011-10-051-1/+2
|
* Use OUString::getStr()Tor Lillqvist2011-10-051-2/+2
|
* Fix fpicker windows buildFridrich Štrba2011-10-052-5/+5
|
* Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const ↵Stephan Bergmann2011-09-291-13/+9
| | | | *() in Mac OS X only code.
* WaE: 'fileAttributesAtPath:traverseLink:' is deprecatedTor Lillqvist2011-09-291-0/+15
|
* Add mode linesTor Lillqvist2011-09-293-0/+9
|
* WaE: class 'AquaFilePickerDelegate' does not implement the ↵Tor Lillqvist2011-09-291-1/+8
| | | | 'NSOpenSavePanelDelegate' protocol
* Avoid "jump to case label crosses initialization" errors with gcc 4.2.1Tor Lillqvist2011-09-293-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'
* Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *().Stephan Bergmann2011-09-271-2/+2
|
* OSL_TRACE: Remove trailing newlinesThomas Arnhold2011-09-213-34/+34
| | | | | | | Done with perl regex: s/(\n\s*OSL_TRACE\(\s*\"[^\n]+?)\s*(\\n)+(\"[^\n]*\)\;\n)/$1$3/gs; - removed trailing whitespaces and (multiple) newlines
* Revert "Trying to chop out the uwinapi library"Fridrich Štrba2011-09-161-0/+2
| | | | This reverts commit 2dea0dab4fafda3c10a5bd03ad15ed39a4658b51.
* Trying to chop out the uwinapi libraryFridrich Štrba2011-09-161-2/+0
|
* Rewrite a bit so that Windows dbgutils build does not shoutFridrich Štrba2011-09-151-8/+8
|
* We can't #define _HAS_ITERATOR_DEBUGGING 0 in just some of the source filesTor Lillqvist2011-09-151-4/+0
| | | | | | | | | | | | It seems that _HAS_ITERATOR_DEBUGGING affects the layout of some classes, which of course means horrible breakage if some of the source files are compiled with it, the rest not. http://msdn.microsoft.com/en-us/library/aa985939%28v=vs.80%29.aspx http://connect.microsoft.com/VisualStudio/feedback/details/334315/has-iterator-debugging-0-causes-crash I will just have to fix the code in this handful of source files so that it compiles with _DEBUG defined. If I can be bothered.
* Drop Win9x codeTor Lillqvist2011-09-121-18/+10
|
* deletion of unneded variable in fpicker, previewadapter.cxxPierre-André Jacquod2011-09-121-2/+2
|
* More #define _HAS_ITERATOR_DEBUGGING 0 to fix _DEBUG MSVC buildsTor Lillqvist2011-08-291-0/+2
|
* fpicker depends on ucb thanks to the ODMA headers.Jan Holesovsky2011-08-241-1/+1
|
* Avoid compilation error in dbgutil (_DEBUG) MSVC buildTor Lillqvist2011-08-231-0/+2
| | | | | | | Define _HAS_ITERATOR_DEBUGGING as 0 so that we don't use the debugging ordering predicates, which cause compilation errors thanks to the way we use std::equal_range(). In this case it seemed fairly hairy to fix that, so...
* cppcheck: possibly efficient checking for emptinessTakeshi Abe2011-08-171-3/+3
|
* More header name case fixes for MinGW cross-compilationTor Lillqvist2011-07-203-5/+5
|