Josh Heidenreich
223cca46ed
Added READMEs for modules which used to be in components
2012-02-08 07:46:57 +01:00
PKEuS
664b22c56b
Fixed some cppcheck messages
2012-02-06 10:16:35 +01:00
Norbert Thiebaud
c857dff7fc
switch to include-based build rather than sourced-based build
2012-02-05 19:34:05 -06:00
Julien Nabet
f25555d66c
Some cppcheck cleaning
2012-02-01 22:52:43 +01:00
Alexander Bergmann
0439af27e1
Code cleanup: ( () ) replaced by (())
2012-01-26 17:41:07 +00:00
Thomas Arnhold
04b8bac4a9
finalize gcc 4.7 string literal operators
2012-01-24 10:21:13 +01:00
Olivier Hallot
5581125423
Fix for fdo43460 Part XLIV getLength() to isEmpty()
...
Part XLIV
many modules(inc's)
2012-01-23 19:17:18 -02:00
Caolán McNamara
c8f15a768d
call FreeResource like the other RoadmapWizard users
2012-01-23 17:19:53 +00:00
Caolán McNamara
17d933c97d
ctor OModuleResourceClient first so OModuleResourceClient dtor is last
...
which means that we don't crash in --enable-dbgutil on cancel
of the addressbook dialog
2012-01-23 17:19:53 +00:00
Ivan Timofeev
924d0bdd47
add the "Send Feedback..." help menu item
2012-01-23 12:37:07 +01:00
Stephan Bergmann
7c704c78d3
Removed some unused parameters; added SAL_UNUSED_PARAMETER.
...
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-21 15:21:16 +01:00
Ivan Timofeev
bb921f1df6
svx: remove unused definitions in globlmn_tmpl.hrc
2012-01-18 23:33:51 +04:00
Bjoern Michaelsen
03f4f6e17a
lp#711673: mozilla-libreoffice mislabeled as OpenOffice.org Plug-in
2012-01-18 00:49:51 +01:00
Thorsten Behrens
29bd62fdc2
Switch flag sequence of OpenCommandArg3 to NamedValue.
...
Based on feedback for 09954fc863
,
using the less-bulky NamedValue type instead of PropertyValue.
2012-01-17 11:42:07 +01:00
Thorsten Behrens
09954fc863
Fix UpdateCheck clog up server by keeping connection alive
...
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-17 05:03:42 +01:00
David Tardon
52118dae64
avoid warnings about deprecated decls. from glib2
2012-01-15 20:27:29 +01:00
David Tardon
265f061458
WaE: deleting object of abstract class type with non-virtual destructor
2012-01-15 20:27:28 +01:00
Matúš Kukan
58b8a4d25d
these are not old component files anymore
2012-01-15 16:11:33 +01:00
Matúš Kukan
ab84770bb6
Build nsplugin only in with mozilla case.
...
This replaces commits 830a2b9235
and 68b08a11ba
with,
hopefully, proper one.
2012-01-13 15:50:43 +01:00
Matúš Kukan
830a2b9235
use ENABLE_NSPLUGIN again
2012-01-12 17:44:08 +01:00
Matúš Kukan
0482c914c7
extensions: remove unused xmx library
2012-01-11 20:44:49 +01:00
Matúš Kukan
134803653f
tweak makefiles after np_sdk is in tail_build
...
Also change <npsdk/npapi.h> to "npapi.h"
2012-01-11 20:20:17 +01:00
Andras Timar
aab14cb9fb
fix prefix of command line switches (-- instead of -)
2012-01-11 19:25:45 +01:00
Matúš Kukan
9af656af19
pathutils-obj is in static library ooopathutils
2012-01-10 18:31:32 +01:00
Thorsten Behrens
84c33ebf34
Make nsplugin build on Mac, take two.
...
Now with some help from Michael Stahl - seems to work.
2012-01-10 17:33:50 +01:00
Thorsten Behrens
a2dd79d14e
Make nsplugin link on Mac.
2012-01-10 16:11:17 +01:00
Michael Stahl
14da1611e8
extensions: plugin: mac unused param warnings
2012-01-10 10:38:41 +01:00
Michael Stahl
bec239e847
extensions: plugin: fix build a bit more on Mac
2012-01-10 10:38:41 +01:00
Jan Holesovsky
23b1ba968f
Fix npshell build on Windows.
2012-01-10 09:41:49 +01:00
Julien Nabet
8d7e1a6e13
Enabling Icedove addressbook connection for Base (Thank you Caolan)
2012-01-09 23:57:26 +01:00
Michael Stahl
8f46815969
extensions: plugin: try to fix Mac build:
...
Move everything that requires ObjectiveC stuff to the ObjC++ files in
the aqua subdirectory, where it belongs.
2012-01-09 18:53:18 +01:00
Matúš Kukan
29f897054d
extensions/Library_pl: move macmgr.cxx -> macmgr.mm
2012-01-09 12:42:35 +01:00
Stephan Bergmann
2fa19ed7e4
Export from UpdateCheck only what is needed in test_update.cxx.
2012-01-09 11:09:41 +01:00
Marcel Metz
5b031b4ea6
Remove superfluous _ZFORLIST_DECLARE_TABLE definition.
2012-01-07 22:14:05 +04:00
Matúš Kukan
c3fdb4973b
add gthread external here
2012-01-07 12:54:16 +01:00
Marcel Metz
d59211357a
Removed unnecessary tools/debug.hxx includes.
2012-01-06 23:55:51 +01:00
Matúš Kukan
259e51677b
extensions: nsplugin: dl is for linux
2012-01-06 23:35:54 +01:00
Michael Stahl
b181742091
extensions: pl: link comphelper ( bacfd2dc
)
2012-01-06 21:16:06 +01:00
Michael Stahl
23dd856d3c
Merge branch 'feature/gbuild_extensions'
...
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-06 21:09:13 +01:00
Marcel Metz
53d27eb207
Removed unnecessary tools includes.
2012-01-05 15:38:51 +01:00
Marcel Metz
571ad11bc0
Removed unnecessary tools includes.
2012-01-05 15:36:41 +01:00
Marcel Metz
79646372a0
Removed unnecessary tools includes.
...
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 15:31:29 +01:00
Caolán McNamara
bacfd2dc4c
add a comphelper::string::getTokenCount
...
suitable for conversion from [Byte]String::GetTokenCount
converted low-hanging variants to rtl::O[UString]::getToken loops
added unit test
2012-01-05 09:18:19 +00:00
Michael Stahl
0dd3e081fb
gbuild: macosx.mk: add gb_Library_Bundle
...
...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 21:29:11 +01:00
Michael Stahl
f8bd56a2e2
extensions: cast unused parameters to void
2012-01-04 21:09:30 +01:00
Michael Stahl
24d9139737
extensions: cast unused parameters to void
...
Apparently omitting parameter names is not valid C.
2012-01-04 20:28:03 +01:00
Jan Holesovsky
20caa9a3f4
Online update: Introduce inst:gitid to check exactly if we are the same.
...
This allows to feed updates via a static .xml in a controlled environment.
2012-01-04 20:26:42 +01:00
Michael Stahl
2f2c747ffc
extensions: fix unused param warnings in ObjC files
...
The namespace handling in the spotlight plugin XML parser looks broken,
added some FIXMEs for that.
2012-01-04 18:03:21 +01:00
Norbert Thiebaud
381bed81e4
Hack to get OOoSpotlightImporter building: FIXME this is prolly not correct
2012-01-04 01:50:57 -06:00
Norbert Thiebaud
a8bdde191c
fix sanedlg.hrc dep issue due to gbuildification of extensions
2012-01-04 01:48:03 -06:00