summaryrefslogtreecommitdiffstats
path: root/extensions
Commit message (Collapse)AuthorAgeFilesLines
* Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann2012-01-215-8/+8
| | | | | | | | | 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.
* svx: remove unused definitions in globlmn_tmpl.hrcIvan Timofeev2012-01-181-1/+0
|
* lp#711673: mozilla-libreoffice mislabeled as OpenOffice.org Plug-inBjoern Michaelsen2012-01-181-1/+1
|
* Switch flag sequence of OpenCommandArg3 to NamedValue.Thorsten Behrens2012-01-171-4/+3
| | | | | Based on feedback for 09954fc863c8ee900f157cab4458e1dcf51493d3, using the less-bulky NamedValue type instead of PropertyValue.
* Fix UpdateCheck clog up server by keeping connection aliveThorsten Behrens2012-01-171-2/+11
| | | | | | | | | | | | 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.
* avoid warnings about deprecated decls. from glib2David Tardon2012-01-151-0/+1
|
* WaE: deleting object of abstract class type with non-virtual destructorDavid Tardon2012-01-152-2/+2
|
* these are not old component files anymoreMatúš Kukan2012-01-151-5/+2
|
* Build nsplugin only in with mozilla case.Matúš Kukan2012-01-131-11/+10
| | | | | | This replaces commits 830a2b923528323e0f39259234dfee26d9d44d21 and 68b08a11babb7274048ef836a078959d126c97b7 with, hopefully, proper one.
* use ENABLE_NSPLUGIN againMatúš Kukan2012-01-121-16/+7
|
* extensions: remove unused xmx libraryMatúš Kukan2012-01-117-479/+0
|
* tweak makefiles after np_sdk is in tail_buildMatúš Kukan2012-01-117-28/+17
| | | | Also change <npsdk/npapi.h> to "npapi.h"
* fix prefix of command line switches (-- instead of -)Andras Timar2012-01-111-4/+4
|
* pathutils-obj is in static library ooopathutilsMatúš Kukan2012-01-102-5/+8
|
* Make nsplugin build on Mac, take two.Thorsten Behrens2012-01-102-6/+4
| | | | Now with some help from Michael Stahl - seems to work.
* Make nsplugin link on Mac.Thorsten Behrens2012-01-101-0/+6
|
* extensions: plugin: mac unused param warningsMichael Stahl2012-01-101-0/+15
|
* extensions: plugin: fix build a bit more on MacMichael Stahl2012-01-105-10/+10
|
* Fix npshell build on Windows.Jan Holesovsky2012-01-101-12/+12
|
* Enabling Icedove addressbook connection for Base (Thank you Caolan)Julien Nabet2012-01-091-1/+1
|
* extensions: plugin: try to fix Mac build:Michael Stahl2012-01-097-56/+117
| | | | | Move everything that requires ObjectiveC stuff to the ObjC++ files in the aqua subdirectory, where it belongs.
* extensions/Library_pl: move macmgr.cxx -> macmgr.mmMatúš Kukan2012-01-092-3/+1
|
* Export from UpdateCheck only what is needed in test_update.cxx.Stephan Bergmann2012-01-092-18/+26
|
* Remove superfluous _ZFORLIST_DECLARE_TABLE definition.Marcel Metz2012-01-071-1/+0
|
* add gthread external hereMatúš Kukan2012-01-071-1/+4
|
* Removed unnecessary tools/debug.hxx includes.Marcel Metz2012-01-0610-11/+0
|
* extensions: nsplugin: dl is for linuxMatúš Kukan2012-01-061-1/+1
|
* extensions: pl: link comphelper (bacfd2dc)Michael Stahl2012-01-061-0/+1
|
* Merge branch 'feature/gbuild_extensions'Michael Stahl2012-01-06115-3610/+2450
|\ | | | | | | | | | | | | | | | | 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
| * gbuild: macosx.mk: add gb_Library_BundleMichael Stahl2012-01-041-3/+1
| | | | | | | | | | | | | | ...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?
| * Hack to get OOoSpotlightImporter building: FIXME this is prolly not correctNorbert Thiebaud2012-01-041-1/+2
| |
| * fix sanedlg.hrc dep issue due to gbuildification of extensionsNorbert Thiebaud2012-01-042-4/+9
| |
| * Merge remote-tracking branch 'origin/master' into feature/gbuild_extensionsPeter Foley2011-12-2446-155/+155
| |\ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: Module_tail_build.mk Repository.mk extensions/util/makefile.pmk postprocess/prj/build.lst svx/AllLangResTarget_svx.mk
| * | move onlinecheck.cxx from sal to extensionsMatúš Kukan2011-12-213-28/+79
| | |
| * | extensions: bin unused filesMatúš Kukan2011-12-213-560/+0
| | |
| * | extensions: d'oh, i've pasted C++ emacs modelines in makefilesMichael Stahl2011-12-1935-34/+37
| | |
| * | extensions: nsplugin: tweak linked librariesMatúš Kukan2011-12-191-15/+9
| | |
| * | extensions: chmod a-x *.mkMichael Stahl2011-12-191-0/+0
| | |
| * | extensions: what is all this realpath stuff doing?Michael Stahl2011-12-198-14/+10
| | |
| * | extensions: remove obsolete dmake stuffPeter Foley2011-12-186-202/+0
| | |
| * | extensions: tweak activex makefilesMichael Stahl2011-12-182-14/+14
| | |
| * | extensions: convert activex to gbuildPeter Foley2011-12-1829-225/+247
| | |
| * | extensions: convert resource, xmlextract to gbuildPeter Foley2011-12-187-162/+112
| | |
| * | extensions: convert abpilot to gbuildPeter Foley2011-12-186-118/+142
| | |
| * | extensions: convert dbpilots to gbuildPeter Foley2011-12-185-113/+130
| | |
| * | extensions: convert logging to gbuildPeter Foley2011-12-174-86/+66
| | |
| * | extensions: convert bibliography to gbuildPeter Foley2011-12-176-100/+167
| | |
| * | extensions: convert ldap to gbuildPeter Foley2011-12-175-108/+93
| | |
| * | extensions: tweak spotlight makefilesMichael Stahl2011-12-171-6/+4
| | |
| * | extensions: convert spotlight to gbuildPeter Foley2011-12-176-100/+98
| | |