summaryrefslogtreecommitdiff
path: root/configmgr
AgeCommit message (Collapse)AuthorFilesLines
2010-12-13valgrind: don't leave an evil thread running after main is completedCaolán McNamara1-1/+4
2010-11-25Resolves: fdo#31494# get ownership rightCaolán McNamara13-76/+128
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 ↵sb1-6/+12
existing extensions with bad .xcu content
2010-11-21sb132: #i114155# use "en" as additional fallback locale after "en-US"sb1-6/+11
(transplanted from 630d6876c61cd1e0d42b8aa18bfc2ab22079a20f)
2010-10-28add modelines to .hxx files as wellCaolán McNamara35-0/+105
2010-10-24Merge commit 'ooo/OOO330_m12'Jan Holesovsky3-2/+106
Conflicts: desktop/source/app/app.cxx
2010-10-19don't set singletonCreated before possible throwsCaolán McNamara1-1/+1
2010-10-15Close holes and wasted space in structures.Michael Meeks2-6/+6
2010-10-14include correct sal/macros.h header to compile.Michael Meeks1-0/+1
2010-10-14Switch to use SAL_N_ELEMENTS macro, everywhereKayo Hamid1-2/+2
2010-10-14CWS-TOOLING: integrate CWS sb133Jens-Heiner Rechtien3-2/+106
2010-10-13Merge commit 'ooo/OOO330_m10'Jan Holesovsky1-4/+6
2010-10-13Add vim/emacs modelines to all source filesSebastian Spaeth33-0/+99
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 fwk159obo1-4/+6
2010-10-04sb133: #i114705# osl::Thread::onTerminated must not be called on deleted objectsb1-0/+3
2010-10-04sb133: #i114705# for performance reasons, call configmgr::writeModFile ↵sb3-2/+103
asynchronously
2010-09-16fwk158: #i114541# generally ignore erroneous xcs/xcu files during startup ↵sb2-14/+36
(typically from extensions installed pre 3.3)
2010-08-31CWS-TOOLING: integrate CWS sb130Kurt Zenker14-72/+358
2010-08-26sb130: #i113096# previous configmgr::Components::removeExtensionXcuFile ↵sb3-11/+36
changes were still not good
2010-08-26sb130: #i113096# previous change contained an error in ↵sb1-0/+2
configmgr::Components::removeExtensionXcuFile
2010-08-26CWS-TOOLING: integrate CWS fwk152Ivo Hinkelmann1-3/+7
2010-08-25sb130: merged in OOO330_m5sb1-2/+3
2010-08-25sb130: #i113096# fixed TODO in configmgr::Broadcaster::send (to ease debugging)sb1-21/+42
2010-08-12sb130: #i113096# introduced ↵sb11-51/+289
com.sun.star.configuration.XUpdate.removeExtensionXcuFile
2010-07-28fwk152: #i113454# accept broken .xcs files containing empty ↵sb1-3/+7
<oor:component-scheme>
2010-07-27fwk151: Fixed problems that configuration changes notifications were not ↵Carsten Driesner1-2/+3
correctly sent/processed
2010-07-13CWS-TOOLING: integrate CWS jl153_OOO330Kurt Zenker1-0/+8
2010-06-22jl152 merge with DEV300_m83Joachim Lingner8-13/+48
2010-06-21sb126: #i111970# accept and ignore EnableAsyncsb1-4/+6
(transplanted from 0c119e327cea31601db9932cf3f85bbab9ee06f5)
2010-06-17jl153: #i110720# ignore spurious <prop> elements in .xcu set nodessb1-0/+8
2010-06-07jl152 merge with DEV300_m80Joachim Lingner15-25/+30
2010-06-03slidecopy: wrongly resolved the merge conflict in the previous revision ...Frank Schoenheit [fs]1-1/+2
2010-06-03slidecopy: merged latest DEV300.m80 changesFrank Schoenheit [fs]36-325/+834
2010-05-11sb122: #i111492# node-ref clone must not copy templateName_sb15-25/+30
2010-05-07jl152 #i77196# adapting configuration backend to changes introduced by SB on ↵Joachim Lingner1-4/+4
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 UNOsb6-79/+176
2010-04-23sb122: merged in DEV300_m77 via cws/sb121sb2-18/+16
2010-04-22sb121: merged in DEV300_m77sb4-4/+69
2010-04-16slidecopy: (patch by SB) for compatibility with the old implementation, let ↵Frank Schoenheit [fs]8-13/+47
getHierarchicalName return the absolute node path
2010-04-12sb122: #i110083# improve xcsparser.cxx merge functionsb1-12/+12
2010-04-12sb122: merged in cws/sb121sb1-6/+4
2010-04-07sb118: merged in re/DEV300_next towards DEV300_m76sb1-1/+1
2010-04-06sb122: silently ignore unknown files in Components::parseFileList (the ↵sb1-6/+4
extension manager's file lists can accrue garbage when extension deployment fails mid-way through)
2010-03-26sb121: #i110203# added configmgr::update::insertModificationXcuFile and ↵sb14-147/+446
adapted old configuration data migration to it; some cleanup
2010-03-24sb121: #i110203# use <it> in Setup.xcu string-list values; pass it through ↵sb4-20/+12
XSLT scripts intact; handle it correctly in configmgr::ValueParser
2010-03-24sb121: added profiling tracepointssb1-0/+3
2010-03-24sb121: #i110258# when parsing .xcs, conservatively merge new ↵sb1-8/+79
templates/components into existing instances (to not let extension update fail)
2010-03-22sb121: #i110264# in registrymodifications.xcu, allow localized property ↵sb2-63/+38
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 ↵sb1-7/+19
the <prop> part from the <item><prop><value> triple
2010-03-18sb121: #i110198# generally ignore unknown elements in xcu datasb2-37/+28