Bjoern Michaelsen
d73e574d8a
move reconfigure into gbuild
2011-11-29 17:25:14 +01:00
Stephan Bergmann
048a25b4c8
Adapted to new assertion/logging mechanisms.
2011-11-29 13:12:20 +01:00
Norbert Thiebaud
c0bed9c72e
remove precompiled_xxx.hxx/cxx
2011-11-27 18:07:55 -06:00
Norbert Thiebaud
d95804fc8b
remove include of pch header in configmgr
2011-11-27 13:00:33 -06:00
Norbert Thiebaud
e4610ffd2d
remove PCH support in dmake-module
2011-11-27 12:26:12 -06:00
Bjoern Michaelsen
f2f0dbd273
make gbuild makefiles run independant of pwd again
2011-11-25 12:04:40 +01:00
Andras Timar
bab4bc9ec4
cleanup .uno:HelpSupport
2011-11-21 13:15:27 +01:00
Tor Lillqvist
469c9ac2f9
Enforce a "lib" prefix for UNO components for Android
...
This commit for the old build system. (Don't bother for components not
relevant for Android.)
The Android package installer (as invoked through "adb install", from
"ant debug install") silently ignores native libraries in app packages
(.apk files) whose names don't start with "lib" and end with ".so".
The package builder (as invoked through "ant debug") in the SDK gladly
includes also thusly named native libraries in the .apk, though. Yay
for consistency.
2011-11-17 15:22:59 +02:00
Norbert Thiebaud
0ea8c014ef
tweak gbuild standart Makefile to allow partial build in unsourced env
...
This allow to run make in a module wihtout the need to source
Env.Host.sh.
2011-11-16 06:18:54 -06:00
Stephan Bergmann
8b75883b87
Simplified some uses of css.configuration.theDefaultProvider.
...
* Retro-added new-style UNOIDL singleton specification for it, for easy
instantiation.
* Plus new comphelper::getComponentContext to map from XMultiServiceFactory
to XComponentContext.
2011-11-14 22:07:23 +01:00
Stephan Bergmann
a334403eb2
Cleaned up configmgr initialization.
...
Added CONFIGURATION_LAYERS bootstrap variable.
Removed OOO_CONFIG_REGISTRY[_EXTRA]_DIR bootstrap variables.
2011-10-31 16:51:35 +01:00
Stephan Bergmann
9d9f9939bd
Fixed previous configmgr layer numbering fix.
2011-10-27 10:27:02 +02:00
Stephan Bergmann
1144ddaf3d
Fixed configmgr layer numbering.
2011-10-26 20:31:41 +02:00
Noel Power
8e68391fc9
more tweaks to unittests, also move registrymodifications.xcu
...
registrymodifications.xcu has been moved to the solver ( unittest/user/data )
new OOO_CONFIG_REGISTRY_EXTRA_DIR env var will be used to specify the directory 'data' will be contained in so we can override various config items.
2011-10-26 19:10:14 +01:00
Stephan Bergmann
3f8072136f
Handle removal of non-mandatory set members.
2011-10-26 18:00:47 +02:00
Noel Power
87d8dc5a02
more support for basic/vba unit tests
...
add moggis work and some tweaks from me too
2011-10-25 19:26:55 +01:00
Stephan Bergmann
b786a33cfd
Undo basis/brand split: Move SDK and ure-link, remove OOO_BASE_DIR and BaseInstallation.
2011-10-24 13:59:58 +02:00
Stephan Bergmann
b1eae75f53
Undo basis/brand split: moved ini files from basis program/ to brand program/.
...
Moved uno ini, folded fundamentalbasis ini into fundamental ini, merged
version inis.
2011-10-20 23:04:11 +02:00
Stephan Bergmann
2ff63bcdea
Undo basis/brand split: merge basis share/ into brand share/.
2011-10-07 22:06:28 +02:00
Michael Meeks
da1073f130
let unit tests use the solver's config xml with OOO_CONFIG_REGISTRY_DIR
2011-09-02 15:31:53 +01:00
Kohei Yoshida
4580e570bd
Tell RootAccess when Components instance is destroyed.
...
This is to avoid RootAccess instances, which are ref-counted, to
avoid accessing the Components instance, which is a singleton.
The problem may arise when shutting down the entire app where it's
entirely unclear whether the RootAccess instances get destroyed first
or the Components instance does. In fact, on my Windows XP environment
this repeatedly caused crash-on-close issue which would lead to "DDE
server error" Windows system error dialog popping up afterwards.
2011-08-31 00:51:19 -04:00
Kohei Yoshida
5c304bb578
Make configmgr buildable with debug=true.
2011-08-30 23:29:00 -04:00
Takeshi Abe
b2bd33ea25
prefer makefile-gmake-mode to plain makefile-mode
2011-08-10 02:12:48 +09:00
Takeshi Abe
88825599e8
reflect gmake flavor
2011-08-05 10:47:13 +09:00
Takeshi Abe
9e2800793a
Emacs mode line compatible with vi's one
2011-08-05 01:14:05 +09:00
Tor Lillqvist
4122c3b9d5
Add consistent Emacs and vim mode lines
2011-07-30 23:02:30 +03:00
Michael Meeks
3ba288cc6c
another redundant file
2011-07-25 16:37:40 +01:00
Michael Meeks
d19b0e57de
remove obsolete files, they now live in xmlreader/
2011-07-25 16:36:59 +01:00
Bjoern Michaelsen
200bc6c582
resyncing to master
2011-07-21 18:51:11 +02:00
Matúš Kukan
a90983bd65
Remove component_getImplementationEnvironment methods
2011-07-12 17:59:13 +02:00
Matus Kukan
ccfdbe97d8
Remove online registration related code
2011-07-07 09:47:32 +02:00
Bjoern Michaelsen
15f6522a60
gnumake4: adjust configmgr to gbuild
2011-06-22 14:32:06 +02:00
Hans-Joachim Lankenau
246efa0d48
ause130: #i117218# change .idl handling to gnu make
2011-06-17 16:41:08 +02:00
Tor Lillqvist
4912a5e54f
Drop %_EXT% which was always empty
2011-06-03 13:34:28 +03:00
Caolán McNamara
7b9449986d
use tunnel pattern here
2011-06-01 15:21:18 +01:00
Caolán McNamara
5a3c6e0a3d
use StaticWithArg
2011-06-01 15:21:18 +01:00
Jan Holesovsky
ca39c0ee5f
Merge commit 'libreoffice-3.4.0.2'
...
Conflicts:
basic/source/app/app.cxx
basic/source/runtime/iosys.cxx
desktop/unx/source/start.c
sfx2/source/appl/appdata.cxx
sfx2/source/appl/appinit.cxx
sfx2/source/inc/appdata.hxx
svx/AllLangResTarget_svx.mk
sysui/desktop/productversion.mk
sysui/desktop/share/makefile.mk
2011-05-31 10:45:50 +02:00
Caolán McNamara
742c2fe0a2
Resolves: fdo#33638 add extra level of language tag matching
2011-05-23 12:31:12 +01:00
Tor Lillqvist
11c71842f6
Drop OS2
2011-05-21 16:26:08 +03:00
Christian Dywan
32e26be47c
Unify Display Grid/ Grid Visible and other menu items
2011-05-18 16:16:11 +02:00
Tor Lillqvist
48a54070b4
Stopgap fixes for the crash on exit, fdo#36301
...
Hacks just intended as debugging aids, suggested by caolan. But as
this does prevent the crash, I removed the debugging printfs and
assertions, and commit as we don't have any proper fix anyway.
2011-04-26 11:42:24 +03:00
Julien Nabet
561192cfc9
Easyhack: Add visibility markup to all component_get* functions
2011-04-21 00:27:41 +02:00
Christina Rossmanith
b0b3e5fdf8
remove FileStatusMask_XXX in favour of osl_FileStatus_Mask_XXX (libs-core)
2011-04-19 20:36:11 +02:00
Julien Nabet
ac7c1efc2b
fix a warning about parenthesis suggestion
2011-04-12 22:02:57 +02:00
Francisco Saito
df965c99f3
drop bogus executable flag from idl/build/src and config files
2011-03-29 21:47:37 +01:00
Francisco Saito
e60d365c86
drop bogus executable flag from [ch]xx/bas/asm files
2011-03-29 21:40:28 +01:00
Bjoern Michaelsen
8f62ba5e4f
migrate configmgr subsequenttests to gbuild
2011-03-27 21:27:31 +02:00
Bjoern Michaelsen
44fe64ac48
cleanup of unoapi test
2011-03-27 16:54:05 +02:00
Bjoern Michaelsen
b04d9bd016
fd#35693: disable hangin subsequenttests (complex and unoapi tests)
...
- chart2/qa/unoapi
- configmgr/qa/unoapi
- dbaccess/qa/unoapi
- forms/qa/complex/forms
- linguistic/qa/unoapi
- qadevOOo/qa/unoapi
- sd/qa/unoapi
- starmath/qa/unoapi
- ucb/qa/complex/ucb
- ucb/qa/unoapi
- unotools/qa/complex/tempfile
2011-03-26 17:07:03 +01:00
Caolán McNamara
0d43a19e53
WaE: id only used in debugging code
2011-03-18 19:58:31 +00:00