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
Julien Nabet
b07d241806
Fix replace INVOKE_PROPERTYPUT, put INVOKE_PROPERTYPUTREF instead
2012-01-03 20:36:08 +01:00
Lior Kaplan
14c0e038c9
Clean non English strings in the code
...
we do translation differently.
2012-01-02 22:35:33 +02:00
Jan Holesovsky
adad42f440
Online update: Don't check for buildid at the user's end.
...
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 21:06:22 +01:00
Stephan Bergmann
b052839d7b
-Wunused-but-set-variable
2012-01-02 20:56:04 +01:00
David Tardon
ac6b700177
function component_canUnload is SAL_CALL
2011-12-27 15:44:42 +01:00
David Tardon
aee436760e
function component_canUnload is exported
2011-12-27 15:44:42 +01:00
Peter Foley
fd66491759
Merge remote-tracking branch 'origin/master' into feature/gbuild_extensions
...
Conflicts:
Module_tail_build.mk
Repository.mk
extensions/util/makefile.pmk
postprocess/prj/build.lst
svx/AllLangResTarget_svx.mk
2011-12-24 09:44:24 -05:00
Olivier Hallot
0fd40fe17b
Fix for fdo43460 Part XVI getLength() to isEmpty()
...
Part XVI
Module
extensions
2011-12-23 09:36:43 +01:00
Caolán McNamara
a5c153bf83
fix msvc build error
2011-12-22 09:07:47 +00:00
Matúš Kukan
6c6055750d
move onlinecheck.cxx from sal to extensions
2011-12-21 13:52:32 +01:00
Matúš Kukan
166f974c85
extensions: bin unused files
2011-12-21 10:48:29 +01:00
Michael Stahl
6716631b35
extensions: d'oh, i've pasted C++ emacs modelines in makefiles
2011-12-19 22:09:48 +01:00
Matúš Kukan
4ee82ce8ae
extensions: nsplugin: tweak linked libraries
2011-12-19 20:58:22 +01:00
Michael Stahl
b882f15d4a
extensions: chmod a-x *.mk
2011-12-19 15:30:17 +01:00
Michael Stahl
e1d34f15cc
extensions: what is all this realpath stuff doing?
2011-12-19 15:26:33 +01:00
Peter Foley
c7210a2742
extensions: remove obsolete dmake stuff
2011-12-18 02:04:02 +01:00
Michael Stahl
c439bc7a4a
extensions: tweak activex makefiles
2011-12-18 01:42:41 +01:00
Peter Foley
1841baf54f
extensions: convert activex to gbuild
2011-12-18 01:28:13 +01:00
Peter Foley
42506a1cfd
extensions: convert resource, xmlextract to gbuild
2011-12-18 00:47:43 +01:00
Peter Foley
bc4fda7310
extensions: convert abpilot to gbuild
2011-12-18 00:23:55 +01:00
Peter Foley
ead4cd1fa5
extensions: convert dbpilots to gbuild
2011-12-18 00:13:28 +01:00
Peter Foley
2e6705a728
extensions: convert logging to gbuild
2011-12-17 23:58:52 +01:00
Peter Foley
ac8733d8be
extensions: convert bibliography to gbuild
2011-12-17 23:47:32 +01:00
Peter Foley
87612dadc1
extensions: convert ldap to gbuild
2011-12-17 23:33:32 +01:00
Michael Stahl
67d72f4c2d
extensions: tweak spotlight makefiles
2011-12-17 23:17:45 +01:00
Peter Foley
bee2690663
extensions: convert spotlight to gbuild
2011-12-17 22:29:19 +01:00
Michael Stahl
fc75a11371
extensions: tweaks to the plugin makefiles
2011-12-17 22:11:57 +01:00
Peter Foley
a80a5ab4f6
extensions: convert plugin to gbuild
2011-12-17 22:11:57 +01:00
Michael Stahl
be0b58bed5
extensions: move mozilla to RepositoryExternal.mk
2011-12-17 22:11:57 +01:00
Michael Stahl
a12ea5554b
extensions: nsplugin: use SAL_DLLPUBLIC_EXPORT
2011-12-17 22:11:56 +01:00
Michael Stahl
d07860029a
extensions: nsplugin.rc: kill Oracle cruft
2011-12-17 22:11:56 +01:00
Peter Foley
2548d634c7
extensions: convert nsplugin to gbuild
2011-12-17 22:11:12 +01:00