Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2011-05-21 | Drop OS2 | Tor Lillqvist | |
2011-05-18 | Unify Display Grid/ Grid Visible and other menu items | Christian Dywan | |
2011-04-26 | Stopgap fixes for the crash on exit, fdo#36301 | Tor Lillqvist | |
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-21 | Easyhack: Add visibility markup to all component_get* functions | Julien Nabet | |
2011-04-19 | remove FileStatusMask_XXX in favour of osl_FileStatus_Mask_XXX (libs-core) | Christina Rossmanith | |
2011-04-12 | fix a warning about parenthesis suggestion | Julien Nabet | |
2011-03-29 | drop bogus executable flag from idl/build/src and config files | Francisco Saito | |
2011-03-29 | drop bogus executable flag from [ch]xx/bas/asm files | Francisco Saito | |
2011-03-27 | migrate configmgr subsequenttests to gbuild | Bjoern Michaelsen | |
2011-03-27 | cleanup of unoapi test | Bjoern Michaelsen | |
2011-03-26 | fd#35693: disable hangin subsequenttests (complex and unoapi tests) | Bjoern Michaelsen | |
- 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-18 | WaE: id only used in debugging code | Caolán McNamara | |