Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-02-08 | Added READMEs for modules which used to be in components | Josh Heidenreich | |
2012-02-06 | Fixed some cppcheck messages | PKEuS | |
2012-02-05 | switch to include-based build rather than sourced-based build | Norbert Thiebaud | |
2012-02-01 | Some cppcheck cleaning | Julien Nabet | |
2012-01-26 | Code cleanup: ( () ) replaced by (()) | Alexander Bergmann | |
2012-01-24 | finalize gcc 4.7 string literal operators | Thomas Arnhold | |
2012-01-23 | Fix for fdo43460 Part XLIV getLength() to isEmpty() | Olivier Hallot | |
Part XLIV many modules(inc's) | |||
2012-01-23 | call FreeResource like the other RoadmapWizard users | Caolán McNamara | |
2012-01-23 | ctor OModuleResourceClient first so OModuleResourceClient dtor is last | Caolán McNamara | |
which means that we don't crash in --enable-dbgutil on cancel of the addressbook dialog | |||
2012-01-23 | add the "Send Feedback..." help menu item | Ivan Timofeev | |
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-18 | svx: remove unused definitions in globlmn_tmpl.hrc | Ivan Timofeev | |
2012-01-18 | lp#711673: mozilla-libreoffice mislabeled as OpenOffice.org Plug-in | Bjoern Michaelsen | |
2012-01-17 | Switch flag sequence of OpenCommandArg3 to NamedValue. | Thorsten Behrens | |
Based on feedback for 09954fc863c8ee900f157cab4458e1dcf51493d3, using the less-bulky NamedValue type instead of PropertyValue. | |||
2012-01-17 | Fix UpdateCheck clog up server by keeping connection alive | Thorsten Behrens | |
The update check protocol uses the webdav ucp, which uses neon, which in turn defaults to keeping the connection alive. this is nice for webdav, but disastrous for millions of clients phoning home to the same server. Using neon directly in updatefeed.cxx is not an option, due to the thread safety problems around that (see e.g. rhbz#544619) - so we had to extend it to accept connection options, and reuse the existing webdav provider. | |||
2012-01-15 | avoid warnings about deprecated decls. from glib2 | David Tardon | |
2012-01-15 | WaE: deleting object of abstract class type with non-virtual destructor | David Tardon | |
2012-01-15 | these are not old component files anymore | Matúš Kukan | |
2012-01-13 | Build nsplugin only in with mozilla case. | Matúš Kukan | |
This replaces commits 830a2b923528323e0f39259234dfee26d9d44d21 and 68b08a11babb7274048ef836a078959d126c97b7 with, hopefully, proper one. | |||
2012-01-12 | use ENABLE_NSPLUGIN again | Matúš Kukan | |
2012-01-11 | extensions: remove unused xmx library | Matúš Kukan | |
2012-01-11 | tweak makefiles after np_sdk is in tail_build | Matúš Kukan | |
Also change <npsdk/npapi.h> to "npapi.h" | |||
2012-01-11 | fix prefix of command line switches (-- instead of -) | Andras Timar | |
2012-01-10 | pathutils-obj is in static library ooopathutils | Matúš Kukan | |
2012-01-10 | Make nsplugin build on Mac, take two. | Thorsten Behrens | |
Now with some help from Michael Stahl - seems to work. | |||
2012-01-10 | Make nsplugin link on Mac. | Thorsten Behrens | |
2012-01-10 | extensions: plugin: mac unused param warnings | Michael Stahl | |
2012-01-10 | extensions: plugin: fix build a bit more on Mac | Michael Stahl | |
2012-01-10 | Fix npshell build on Windows. | Jan Holesovsky | |
2012-01-09 | Enabling Icedove addressbook connection for Base (Thank you Caolan) | Julien Nabet | |
2012-01-09 | extensions: plugin: try to fix Mac build: | Michael Stahl | |
Move everything that requires ObjectiveC stuff to the ObjC++ files in the aqua subdirectory, where it belongs. | |||
2012-01-09 | extensions/Library_pl: move macmgr.cxx -> macmgr.mm | Matúš Kukan | |
2012-01-09 | Export from UpdateCheck only what is needed in test_update.cxx. | Stephan Bergmann | |
2012-01-07 | Remove superfluous _ZFORLIST_DECLARE_TABLE definition. | Marcel Metz | |
2012-01-07 | add gthread external here | Matúš Kukan | |
2012-01-06 | Removed unnecessary tools/debug.hxx includes. | Marcel Metz | |
2012-01-06 | extensions: nsplugin: dl is for linux | Matúš Kukan | |
2012-01-06 | extensions: pl: link comphelper (bacfd2dc) | Michael Stahl | |
2012-01-06 | Merge branch 'feature/gbuild_extensions' | Michael Stahl | |
Conflicts: extensions/source/ole/servreg.cxx extensions/source/plugin/util/makefile.mk postprocess/packcomponents/makefile.mk postprocess/prj/build.lst tail_build/prj/build.lst | |||
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 | |
Hello lo-devs, this patch series removes a lot of unnecessary includes for the various tools header. The patches without suffix should be applied to the core repository, the .binfilter.patch suffix should be applied to the binfilter repository. I've tested the build with the configuration --enable-binfilter --enable-dbgutil --enable-debug, is this sufficient or did I miss another important configuration, that enables some conditional compiled code? I've only build this on linux-x86_64, but the patch also touches some of the mac specific code like fpicker/source/aqua/SalAquaFilePicker.mm so it would be maybe a good idea to test this patch. regards Marcel Metz | |||
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 | gbuild: macosx.mk: add gb_Library_Bundle | Michael Stahl | |
...and use it to build OOoSpotlightImporter. This isn't particularly elegant, but then again, why the heck does dyld have different dynamic library types in the first place? | |||
2012-01-04 | extensions: cast unused parameters to void | Michael Stahl | |
2012-01-04 | extensions: cast unused parameters to void | Michael Stahl | |
Apparently omitting parameter names is not valid C. | |||
2012-01-04 | Online update: Introduce inst:gitid to check exactly if we are the same. | Jan Holesovsky | |
This allows to feed updates via a static .xml in a controlled environment. | |||
2012-01-04 | extensions: fix unused param warnings in ObjC files | Michael Stahl | |
The namespace handling in the spotlight plugin XML parser looks broken, added some FIXMEs for that. | |||
2012-01-04 | Hack to get OOoSpotlightImporter building: FIXME this is prolly not correct | Norbert Thiebaud | |
2012-01-04 | fix sanedlg.hrc dep issue due to gbuildification of extensions | Norbert Thiebaud | |