Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-01-12 | Check for xcu <node> that should rather be <prop>. | Stephan Bergmann | |
2011-12-17 | Fix for fdo43460 Part VIII getLength() to isEmpty() | Olivier Hallot | |
Part VIII Module comfigmgr | |||
2011-12-16 | Revert "Move configmgr to tail_build." | Stephan Bergmann | |
...it is not yet ready for that. This reverts commit f3acd83c1c406f6527d05b0a52a2bef03557e2e1. Conflicts: tail_build/prj/build.lst | |||
2011-12-16 | Code modules no longer depend on stlport. | Stephan Bergmann | |
2011-12-16 | Move configmgr to tail_build. | Stephan Bergmann | |
2011-12-14 | Missing configmgr/prj/build.lst adaption. | Stephan Bergmann | |
2011-12-14 | Replaced remaining OSL_ASSERT in configmgr. | Stephan Bergmann | |
2011-12-14 | Ported configmgr to gbuild. | Stephan Bergmann | |
2011-12-13 | Unified configmgr::Node::getMember{s,Map} again. | Stephan Bergmann | |
(With the insight that Data::components is RootNode::members.) | |||
2011-12-13 | Fix problem when compiling against a wrong colour version of the GNU STL | Tor Lillqvist | |
2011-12-13 | Simplified, type-safe C++ configuration access. | Stephan Bergmann | |
* 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-07 | in modules, when we have a env we are in stage gbuild | Bjoern Michaelsen | |
2011-11-29 | move reconfigure into gbuild | Bjoern Michaelsen | |
2011-11-29 | Adapted to new assertion/logging mechanisms. | Stephan Bergmann | |
2011-11-27 | remove precompiled_xxx.hxx/cxx | Norbert Thiebaud | |
2011-11-27 | remove include of pch header in configmgr | Norbert Thiebaud | |
2011-11-27 | remove PCH support in dmake-module | Norbert Thiebaud | |
2011-11-25 | make gbuild makefiles run independant of pwd again | Bjoern Michaelsen | |
2011-11-21 | cleanup .uno:HelpSupport | Andras Timar | |
2011-11-17 | Enforce a "lib" prefix for UNO components for Android | Tor Lillqvist | |
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-16 | tweak gbuild standart Makefile to allow partial build in unsourced env | Norbert Thiebaud | |
This allow to run make in a module wihtout the need to source Env.Host.sh. | |||
2011-11-14 | Simplified some uses of css.configuration.theDefaultProvider. | Stephan Bergmann | |
* Retro-added new-style UNOIDL singleton specification for it, for easy instantiation. * Plus new comphelper::getComponentContext to map from XMultiServiceFactory to XComponentContext. | |||
2011-10-31 | Cleaned up configmgr initialization. | Stephan Bergmann | |
Added CONFIGURATION_LAYERS bootstrap variable. Removed OOO_CONFIG_REGISTRY[_EXTRA]_DIR bootstrap variables. | |||
2011-10-27 | Fixed previous configmgr layer numbering fix. | Stephan Bergmann | |
2011-10-26 | Fixed configmgr layer numbering. | Stephan Bergmann | |
2011-10-26 | more tweaks to unittests, also move registrymodifications.xcu | Noel Power | |
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 | Handle removal of non-mandatory set members. | Stephan Bergmann | |
2011-10-25 | more support for basic/vba unit tests | Noel Power | |
add moggis work and some tweaks from me too | |||
2011-10-24 | Undo basis/brand split: Move SDK and ure-link, remove OOO_BASE_DIR and ↵ | Stephan Bergmann | |
BaseInstallation. | |||
2011-10-20 | Undo basis/brand split: moved ini files from basis program/ to brand program/. | Stephan Bergmann | |
Moved uno ini, folded fundamentalbasis ini into fundamental ini, merged version inis. | |||
2011-10-07 | Undo basis/brand split: merge basis share/ into brand share/. | Stephan Bergmann | |
2011-09-02 | let unit tests use the solver's config xml with OOO_CONFIG_REGISTRY_DIR | Michael Meeks | |
2011-08-31 | Tell RootAccess when Components instance is destroyed. | Kohei Yoshida | |
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-30 | Make configmgr buildable with debug=true. | Kohei Yoshida | |
2011-08-10 | prefer makefile-gmake-mode to plain makefile-mode | Takeshi Abe | |
2011-08-05 | reflect gmake flavor | Takeshi Abe | |
2011-08-05 | Emacs mode line compatible with vi's one | Takeshi Abe | |
2011-07-30 | Add consistent Emacs and vim mode lines | Tor Lillqvist | |
2011-07-25 | another redundant file | Michael Meeks | |
2011-07-25 | remove obsolete files, they now live in xmlreader/ | Michael Meeks | |
2011-07-21 | resyncing to master | Bjoern Michaelsen | |
2011-07-12 | Remove component_getImplementationEnvironment methods | Matúš Kukan | |
2011-07-07 | Remove online registration related code | Matus Kukan | |
2011-06-22 | gnumake4: adjust configmgr to gbuild | Bjoern Michaelsen | |
2011-06-17 | ause130: #i117218# change .idl handling to gnu make | Hans-Joachim Lankenau | |
2011-06-03 | Drop %_EXT% which was always empty | Tor Lillqvist | |
2011-06-01 | use tunnel pattern here | Caolán McNamara | |
2011-06-01 | use StaticWithArg | Caolán McNamara | |
2011-05-31 | Merge commit 'libreoffice-3.4.0.2' | Jan Holesovsky | |
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-23 | Resolves: fdo#33638 add extra level of language tag matching | Caolán McNamara | |