Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-03-01 | New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problem | Stephan Bergmann | |
...see ebe26f72e90337da2d14f3029de148904e3e30b6 "WaE: 'unused' attribute ignored when parsing type" for the problem. | |||
2012-02-27 | Typo | Stephan Bergmann | |
2012-02-27 | disable warnigns as errors for KDE3 code | Luboš Luňák | |
Too old codebase, there simply have to be warnings. | |||
2012-02-27 | disable -Wshadow for KDE backends | Luboš Luňák | |
KDE/Qt consider -Wshadow not worth the trouble, and the qhash workaround shows why. | |||
2012-02-24 | Disable WaE in fpicker/source/unx/kde | Stephan Bergmann | |
...as the included kde headers produce lots of warnings. | |||
2012-02-24 | MinGW: IFileDialog is present, but IFileDialogCustomize is still missing. | Jan Holesovsky | |
2012-02-24 | Rewrite fix to use the same SimpleResMgr ctor as it did before | Stephan Bergmann | |
...as the two actually behave subtly differently. | |||
2012-02-23 | Get rid of CREATEVERSIONRESMGR[_NAME] | Stephan Bergmann | |
2012-02-23 | fix build on Windows: use OUString | Matus Kukan | |
2012-02-19 | Get rid of size() == 0 | Elton Chung | |
2012-02-18 | Prefer equalsIgnoreAsciiCaseAsciiL(RTL_CONSTASCII_STRINGPARAM("...")) | Takeshi Abe | |
to equalsIgnoreAsciiCaseAscii("...") | |||
2012-02-17 | Possible inefficient checking for 'm_EventList' emptiness. | Mariusz Dykierek | |
2012-02-13 | Fix typos in comments | Elton Chung | |
2012-02-08 | Added READMEs for modules which used to be in libs-core | Josh Heidenreich | |
2012-02-05 | switch to include-based build rather than sourced-based build | Norbert Thiebaud | |
2012-01-26 | Replace SvtInetOptions with (simplified) direct configuration access. | Stephan Bergmann | |
2012-01-21 | Removed 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-17 | Replaced SAL_INFO with SAL_WARN were applicable. | Marcel Metz | |
2012-01-16 | Replaced DBG_ERRORFILE with SAL_INFO. | Marcel Metz | |
2012-01-11 | SvStringsDtor->std::vector | August Sodora | |
2012-01-11 | SvStringsDtor->std::vector | August Sodora | |
2012-01-10 | Remove _SVSTDARR_STRINGSISORTDTOR | August Sodora | |
2012-01-10 | simplify LocalFileHelper::ConvertURLToPhysicalName | Caolán McNamara | |
2012-01-07 | use custom target for generated source | David Tardon | |
2012-01-07 | split module targets' registration | David Tardon | |
2012-01-07 | use custom target for generated source | David Tardon | |
2012-01-06 | Removed unnecessary tools/debug.hxx includes. | Marcel Metz | |
2012-01-06 | workaround for LO namespace pollution breaking KDE4 fpicker build | Luboš Luňák | |
2012-01-05 | Removed unnecessary tools includes. | Marcel Metz | |
2012-01-05 | Removed unnecessary tools includes. | Marcel Metz | |
2012-01-05 | Removed unnecessary tools includes. | Marcel Metz | |
2012-01-05 | fpicker: add missing comphelper | Michael Stahl | |
2012-01-05 | add a comphelper::string::getTokenCount | Caolán McNamara | |
suitable for conversion from [Byte]String::GetTokenCount converted low-hanging variants to rtl::O[UString]::getToken loops added unit test | |||
2012-01-04 | fpicker: fix makefile typo | Michael Stahl | |
2011-12-29 | EasyHack fdo#42454, remove code associated with unused icons | Gustavo Buzzatti Pacheco | |
2011-12-27 | add the needed -framework for fps_aqua | Norbert Thiebaud | |
2011-12-27 | WaE unused variables | Norbert Thiebaud | |
2011-12-27 | WaE: unused variables | Matúš Kukan | |
2011-12-27 | fpicker: convert to gbuild | Matúš Kukan | |
2011-12-27 | fpicker: aqua: move source files .cxx -> .mm | Matúš Kukan | |
2011-12-26 | Fix 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-22 | make KDE4FilePicker::appendFilterGroup() simply use appendFilter() | Luboš Luňák | |
2011-12-14 | shrinked useless constants/defines | Takeshi Abe | |
2011-12-14 | catch exception by constant reference | Takeshi Abe | |
2011-11-27 | remove precompiled_xxx.hxx/cxx | Norbert Thiebaud | |
2011-11-27 | remove include of pch header from fpicker | Norbert Thiebaud | |
2011-11-27 | remove PCH support in dmake-module | Norbert Thiebaud | |
2011-11-07 | gtk: fix issue with built-in file/folder picker settings | Michael Meeks | |
2011-11-07 | gtk: move the file-picker into vcl/ and add Application:: factory hooks | Michael 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 |