summaryrefslogtreecommitdiff
path: root/configmgr
AgeCommit message (Collapse)Author
2011-01-31Remove double line spacing.Thomas Arnhold
2010-12-13valgrind: don't leave an evil thread running after main is completedCaolán McNamara
2010-11-25Resolves: fdo#31494# get ownership rightCaolán McNamara
Ensure that the mutex lives as long as all its consumers. And avoid launching threads if they have no work to do.
2010-11-21sb136: #i115386# prefer en[-US] over empty xml:lang value, to accomodate ↵sb
existing extensions with bad .xcu content
2010-11-21sb132: #i114155# use "en" as additional fallback locale after "en-US"sb
(transplanted from 630d6876c61cd1e0d42b8aa18bfc2ab22079a20f)
2010-10-28add modelines to .hxx files as wellCaolán McNamara
2010-10-24Merge commit 'ooo/OOO330_m12'Jan Holesovsky
Conflicts: desktop/source/app/app.cxx
2010-10-19don't set singletonCreated before possible throwsCaolán McNamara
2010-10-15Close holes and wasted space in structures.Michael Meeks
2010-10-14include correct sal/macros.h header to compile.Michael Meeks
2010-10-14Switch to use SAL_N_ELEMENTS macro, everywhereKayo Hamid
2010-10-14CWS-TOOLING: integrate CWS sb133Jens-Heiner Rechtien
2010-10-13Merge commit 'ooo/OOO330_m10'Jan Holesovsky
2010-10-13Add vim/emacs modelines to all source filesSebastian Spaeth
Fixes #fdo30794 Based on bin/add-modelines script (originally posted in mail 1286706307.1871.1399280959@webmail.messagingengine.com) Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
2010-10-08CWS-TOOLING: integrate CWS fwk159obo
2010-10-04sb133: #i114705# osl::Thread::onTerminated must not be called on deleted objectsb
2010-10-04sb133: #i114705# for performance reasons, call configmgr::writeModFile ↵sb
asynchronously
2010-09-16fwk158: #i114541# generally ignore erroneous xcs/xcu files during startup ↵sb
(typically from extensions installed pre 3.3)
2010-08-31CWS-TOOLING: integrate CWS sb130Kurt Zenker
2010-08-26sb130: #i113096# previous configmgr::Components::removeExtensionXcuFile ↵sb
changes were still not good
2010-08-26sb130: #i113096# previous change contained an error in ↵sb
configmgr::Components::removeExtensionXcuFile
2010-08-26CWS-TOOLING: integrate CWS fwk152Ivo Hinkelmann
2010-08-25sb130: merged in OOO330_m5sb
2010-08-25sb130: #i113096# fixed TODO in configmgr::Broadcaster::send (to ease debugging)sb
2010-08-12sb130: #i113096# introduced ↵sb
com.sun.star.configuration.XUpdate.removeExtensionXcuFile
2010-07-28fwk152: #i113454# accept broken .xcs files containing empty ↵sb
<oor:component-scheme>
2010-07-27fwk151: Fixed problems that configuration changes notifications were not ↵Carsten Driesner
correctly sent/processed
2010-07-13CWS-TOOLING: integrate CWS jl153_OOO330Kurt Zenker
2010-06-22jl152 merge with DEV300_m83Joachim Lingner
2010-06-21sb126: #i111970# accept and ignore EnableAsyncsb
(transplanted from 0c119e327cea31601db9932cf3f85bbab9ee06f5)
2010-06-17jl153: #i110720# ignore spurious <prop> elements in .xcu set nodessb
2010-06-07jl152 merge with DEV300_m80Joachim Lingner
2010-06-03slidecopy: wrongly resolved the merge conflict in the previous revision ...Frank Schoenheit [fs]
2010-06-03slidecopy: merged latest DEV300.m80 changesFrank Schoenheit [fs]
2010-05-11sb122: #i111492# node-ref clone must not copy templateName_sb
2010-05-07jl152 #i77196# adapting configuration backend to changes introduced by SB on ↵Joachim Lingner
DEV300 branch concering different handling of configuration files in extensions, also fixed writing of compiled help files into the user installation
2010-05-04sb122: #i110491# turned configmgr API from C++ to UNOsb
2010-04-23sb122: merged in DEV300_m77 via cws/sb121sb
2010-04-22sb121: merged in DEV300_m77sb
2010-04-16slidecopy: (patch by SB) for compatibility with the old implementation, let ↵Frank Schoenheit [fs]
getHierarchicalName return the absolute node path
2010-04-12sb122: #i110083# improve xcsparser.cxx merge functionsb
2010-04-12sb122: merged in cws/sb121sb
2010-04-07sb118: merged in re/DEV300_next towards DEV300_m76sb
2010-04-06sb122: silently ignore unknown files in Components::parseFileList (the ↵sb
extension manager's file lists can accrue garbage when extension deployment fails mid-way through)
2010-03-26sb121: #i110203# added configmgr::update::insertModificationXcuFile and ↵sb
adapted old configuration data migration to it; some cleanup
2010-03-24sb121: #i110203# use <it> in Setup.xcu string-list values; pass it through ↵sb
XSLT scripts intact; handle it correctly in configmgr::ValueParser
2010-03-24sb121: added profiling tracepointssb
2010-03-24sb121: #i110258# when parsing .xcs, conservatively merge new ↵sb
templates/components into existing instances (to not let extension update fail)
2010-03-22sb121: #i110264# in registrymodifications.xcu, allow localized property ↵sb
values to be described directly as <item><value> (instead of <item><prop><value>)
2010-03-19sb121: #i110230# when writing top-level localized value changes do not omit ↵sb
the <prop> part from the <item><prop><value> triple