summaryrefslogtreecommitdiff
path: root/configmgr
AgeCommit message (Collapse)AuthorFilesLines
2011-12-17Fix for fdo43460 Part VIII getLength() to isEmpty()Olivier Hallot10-41/+41
Part VIII Module comfigmgr
2011-12-16Revert "Move configmgr to tail_build."Stephan Bergmann1-0/+2
...it is not yet ready for that. This reverts commit f3acd83c1c406f6527d05b0a52a2bef03557e2e1. Conflicts: tail_build/prj/build.lst
2011-12-16Code modules no longer depend on stlport.Stephan Bergmann1-1/+1
2011-12-16Move configmgr to tail_build.Stephan Bergmann1-2/+0
2011-12-14Missing configmgr/prj/build.lst adaption.Stephan Bergmann1-2/+1
2011-12-14Replaced remaining OSL_ASSERT in configmgr.Stephan Bergmann4-12/+16
2011-12-14Ported configmgr to gbuild.Stephan Bergmann6-133/+86
2011-12-13Unified configmgr::Node::getMember{s,Map} again.Stephan Bergmann18-112/+97
(With the insight that Data::components is RootNode::members.)
2011-12-13Fix problem when compiling against a wrong colour version of the GNU STLTor Lillqvist1-1/+1
2011-12-13Simplified, type-safe C++ configuration access.Stephan Bergmann28-929/+1590
* New offapi com.sun.star.configuration entities to access the complete configuration read-only or read/write... * ...configmgr adapted to support those new services/singletons... * ...new unotools/configuration.hxx is the type-safe C++ plumbing on top of that... * ...officecfg now generates C++ headers to access all the properties and sets given in the .xcs files... * ...and svl's asiancfg.cxx exemplarily makes use of the new officecfg/Office/Common.hxx to access the configuration. * There is still TODOs: For one, see those listed in officecfg/registry/cppheader.xsl. For another, at least a notification mechanism for the new read-only configuration access and the C++ wrapper is missing.
2011-12-07in modules, when we have a env we are in stage gbuildBjoern Michaelsen1-0/+1
2011-11-29move reconfigure into gbuildBjoern Michaelsen1-1/+1
2011-11-29Adapted to new assertion/logging mechanisms.Stephan Bergmann20-290/+282
2011-11-27remove precompiled_xxx.hxx/cxxNorbert Thiebaud2-65/+0
2011-11-27remove include of pch header in configmgrNorbert Thiebaud31-31/+0
2011-11-27remove PCH support in dmake-moduleNorbert Thiebaud1-3/+0
2011-11-25make gbuild makefiles run independant of pwd againBjoern Michaelsen1-1/+1
2011-11-21cleanup .uno:HelpSupportAndras Timar1-5/+0
2011-11-17Enforce a "lib" prefix for UNO components for AndroidTor Lillqvist2-4/+4
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-16tweak gbuild standart Makefile to allow partial build in unsourced envNorbert Thiebaud1-4/+4
This allow to run make in a module wihtout the need to source Env.Host.sh.
2011-11-14Simplified some uses of css.configuration.theDefaultProvider.Stephan Bergmann1-7/+2
* Retro-added new-style UNOIDL singleton specification for it, for easy instantiation. * Plus new comphelper::getComponentContext to map from XMultiServiceFactory to XComponentContext.
2011-10-31Cleaned up configmgr initialization.Stephan Bergmann2-101/+119
Added CONFIGURATION_LAYERS bootstrap variable. Removed OOO_CONFIG_REGISTRY[_EXTRA]_DIR bootstrap variables.
2011-10-27Fixed previous configmgr layer numbering fix.Stephan Bergmann1-1/+2
2011-10-26Fixed configmgr layer numbering.Stephan Bergmann1-1/+1
2011-10-26more tweaks to unittests, also move registrymodifications.xcuNoel Power1-1/+11
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-26Handle removal of non-mandatory set members.Stephan Bergmann1-1/+1
2011-10-25more support for basic/vba unit testsNoel Power1-0/+1
add moggis work and some tweaks from me too
2011-10-24Undo basis/brand split: Move SDK and ure-link, remove OOO_BASE_DIR and ↵Stephan Bergmann2-2/+1
BaseInstallation.
2011-10-20Undo basis/brand split: moved ini files from basis program/ to brand program/.Stephan Bergmann1-4/+4
Moved uno ini, folded fundamentalbasis ini into fundamental ini, merged version inis.
2011-10-07Undo basis/brand split: merge basis share/ into brand share/.Stephan Bergmann1-17/+7
2011-09-02let unit tests use the solver's config xml with OOO_CONFIG_REGISTRY_DIRMichael Meeks1-2/+15
2011-08-31Tell RootAccess when Components instance is destroyed.Kohei Yoshida3-17/+20
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-30Make configmgr buildable with debug=true.Kohei Yoshida1-0/+14
2011-08-10prefer makefile-gmake-mode to plain makefile-modeTakeshi Abe2-2/+2
2011-08-05reflect gmake flavorTakeshi Abe1-1/+1
2011-08-05Emacs mode line compatible with vi's oneTakeshi Abe1-0/+1
2011-07-30Add consistent Emacs and vim mode linesTor Lillqvist2-1/+3
2011-07-25another redundant fileMichael Meeks1-94/+0
2011-07-25remove obsolete files, they now live in xmlreader/Michael Meeks2-1240/+0
2011-07-21resyncing to masterBjoern Michaelsen3-12/+1
2011-07-12Remove component_getImplementationEnvironment methodsMatúš Kukan1-6/+0
2011-07-07Remove online registration related codeMatus Kukan1-5/+0
2011-06-22gnumake4: adjust configmgr to gbuildBjoern Michaelsen1-1/+1
2011-06-17ause130: #i117218# change .idl handling to gnu makeHans-Joachim Lankenau1-1/+1
2011-06-03Drop %_EXT% which was always emptyTor Lillqvist1-4/+4
2011-06-01use tunnel pattern hereCaolán McNamara1-10/+9
2011-06-01use StaticWithArgCaolán McNamara3-18/+14
2011-05-31Merge commit 'libreoffice-3.4.0.2'Jan Holesovsky2-0/+14
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-23Resolves: fdo#33638 add extra level of language tag matchingCaolán McNamara1-26/+56
2011-05-21Drop OS2Tor Lillqvist1-1/+1