Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2012-01-03 | Fix replace INVOKE_PROPERTYPUT, put INVOKE_PROPERTYPUTREF instead | Julien Nabet | |
2012-01-02 | Clean non English strings in the code | Lior Kaplan | |
we do translation differently. | |||
2012-01-02 | Online update: Don't check for buildid at the user's end. | Jan Holesovsky | |
We want more freedom in what to offer to the user; at some stage we would like to offer 3.6 to the users using 3.5 which would be harder with this buildid check. This makes the server side responsible for offering the correct version; but that should be fine because all the versions that we are able to update must be listed on the server: what is not listed is considered up-to-date. | |||
2012-01-02 | -Wunused-but-set-variable | Stephan Bergmann | |
2011-12-27 | function component_canUnload is SAL_CALL | David Tardon | |
2011-12-27 | function component_canUnload is exported | David Tardon | |
2011-12-24 | Merge remote-tracking branch 'origin/master' into feature/gbuild_extensions | Peter Foley | |
Conflicts: Module_tail_build.mk Repository.mk extensions/util/makefile.pmk postprocess/prj/build.lst svx/AllLangResTarget_svx.mk | |||
2011-12-23 | Fix for fdo43460 Part XVI getLength() to isEmpty() | Olivier Hallot | |
Part XVI Module extensions | |||
2011-12-22 | fix msvc build error | Caolán McNamara | |
2011-12-21 | move onlinecheck.cxx from sal to extensions | Matúš Kukan | |
2011-12-21 | extensions: bin unused files | Matúš Kukan | |
2011-12-19 | extensions: d'oh, i've pasted C++ emacs modelines in makefiles | Michael Stahl | |
2011-12-19 | extensions: nsplugin: tweak linked libraries | Matúš Kukan | |
2011-12-19 | extensions: chmod a-x *.mk | Michael Stahl | |
2011-12-19 | extensions: what is all this realpath stuff doing? | Michael Stahl | |
2011-12-18 | extensions: remove obsolete dmake stuff | Peter Foley | |
2011-12-18 | extensions: tweak activex makefiles | Michael Stahl | |
2011-12-18 | extensions: convert activex to gbuild | Peter Foley | |
2011-12-18 | extensions: convert resource, xmlextract to gbuild | Peter Foley | |
2011-12-18 | extensions: convert abpilot to gbuild | Peter Foley | |