summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-02-11native0: #i100282# Support unopkg --suppress-license optionJoachim Lingner
2010-03-24CWS-TOOLING: integrate CWS mhu22Vladimir Glazunov
2010-03-23CWS-TOOLING: integrate CWS autorecoveryVladimir Glazunov
2010-03-23CWS-TOOLING: integrate CWS sw33bf02Vladimir Glazunov
2010-03-22CWS-TOOLING: integrate CWS jsc330Vladimir Glazunov
2010-03-22mhu22: update from master repository (DEV300_m75).Matthias Huetsch [mhu]
2010-03-11autorecovery: merged changes from m74. Still need to find out how to re-do ↵Frank Schoenheit [fs]
two patches (to module_hidden_ooo.scp and file_ooo.scp in scp2/source/ooo) which do not apply anymore.
2010-03-10sw33bf02: merge with DEV300_m74Oliver-Rainer Wittmann
2010-03-04mhu22: resync to master repository (DEV300_m73).Matthias Huetsch [mhu]
2010-03-04mhu22: #i105430# #i108349# Fixed registry:ORegKey reference counting to ↵Matthias Huetsch [mhu]
avoid redundant closeKey()/flush() calls.
2010-03-04jsc330: #105478#: set Java system properties for https proxyaccording the ↵Juergen Schmidt
office settings
2010-02-19Automated merge with ssh://hg@hg.services.openoffice.org/cws/dba33eFrank Schoenheit [fs]
2010-02-15Automated merge with ssh://hg@hg.services.openoffice.org/cws/autorecoveryFrank Schoenheit [fs]
2010-02-10Automated merge with ssh://hg@hg.services.openoffice.org/cws/autorecoveryFrank Schoenheit [fs]
2010-02-10mergeFrank Schoenheit [fs]
2010-02-10Automated merge with http://hg.services.openoffice.org/cws/dba33eOcke Janssen [oj]
2010-02-10dba33e: #i107717# some renaming and wording changedOcke Janssen [oj]
2010-02-09cbosdo02: merging changesets up to DEV300_m71Bjoern Michaelsen
2010-02-08sb118: merged in DEV300_m71sb
2010-02-05chartmultiline: #i108759# enhance API documentation for data access and #i82971#Ingrid Halama
2010-02-05autorecovery: document the usage of the configuration for custom interaction ↵Frank Schoenheit [fs]
handlers
2010-02-05autorecovery: mergeFrank Schoenheit [fs]
2010-02-05autorecovery: mergeFrank Schoenheit [fs]
2010-02-05autorecovery: merge after pulling CWS dba33eFrank Schoenheit [fs]
2010-02-05sb111: merged in DEV300_m71sb
2010-02-04autorecovery: derive XReportDefinition from XModifiable2, extending XModifiableFrank Schoenheit [fs]
2010-02-04CWS-TOOLING: integrate CWS ab71Vladimir Glazunov
2010-02-04sb111: #i108905# implemented rudimentary ConfigurationRegistry service for ↵sb
backwards compatibility; deprecated the service
2010-02-04sw33bf02: merge with DEV300_m71Oliver-Rainer Wittmann
2010-02-04autorecovery: commit resolved merge (after rebase to m71)Frank Schoenheit [fs]
2010-02-04Merge from DEv300:m71Ocke Janssen [oj]
2010-02-03sw33bf02: offapi: com.sun.star.text.textfield.MetadataField: fix broken linksMichael Stahl
2010-02-03datapilotapi: merge with DEV300_m71Niklas Nebel
2010-02-03cmcfixes71: merge with DEV300 m71Caolán McNamara
2010-02-03sb118: makefile dependencies fixsb
2010-02-02autorecovery: let definition contents support the XHierarchicalName ↵Frank Schoenheit [fs]
property, so clients can easily retrieve the hierarchical name of a content
2010-02-02datapilotapi: #i42199# import descriptor / source service in DataPilotDescriptorNiklas Nebel
2010-02-02sb111: #i108461# merged in more cws/fwk137sb
2010-02-02sb111: #i108461# merged in cws/fwk137sb
2010-02-02#i50885# get rid of ellipses in long pathsMikhail Voytenko
2010-02-02#i50885# avoid memory problemsMikhail Voytenko
2010-02-01autorecovery: #i10000#Frank Schoenheit [fs]
2010-02-01autorecovery: more sophisticated configuration data for interaction handlersFrank Schoenheit [fs]
The generic css.task.InteractionHandler implementation in module uui is now able to instantiate "sub handlers", i.e. components to delegate a request to, based on the type of the request, and some configuration data. The "old" (and now deprecated) configuration scheme at org.openoffice.ucb.InteractionHandler did not contain type information, so any handlers registered there were always called when no default implementation for a given request was available. The "new" configuration scheme at org.openoffice.Interaction contains UNO type information. That is, a given handler implementation can declare itself responsible for an arbitrary set of UNO types, and for each of those types, whether it is also responsible for sub types. The generic interaction handler implementation uses this configuration data, when it encounteres an interaction request it cannot fullfill itself, to instantiate a component to delegate the request to. As with the "old" data, such a component is required to support the css.task.XInteractionHandler2 interface. Also, if it supports css.lang.XInitialization, then it will be initialized with a name-value pair, the name being "Parent", the value being the XWindow interface of the parent window for any message boxes. As an examplary implementation for this feature, the css.sdb.InteractionHandler has been deprecated. Now the css.sdb.DatabaseInteractionHandler is reponsible for database-related interactions, and the new configuration scheme is pre-filled with data assigning this responsibility. Consequently, a lot of places previously creating an css.sdb.InteractionHandler have been modified to create the default css.task.InteractionHandler.
2010-02-01datapilotapi: #i108295# XModifyBroadcaster for DataPilotTableNiklas Nebel
2010-02-01sb119: merged in DEV300_m70sb
2010-02-01sb119: #i108371# preserve potential 128bit stack alignment in ↵sb
gcc3_linux_intel UNO bridge (based on a patch by ecatmur)
2010-02-01sb119: #i108244# small fix for Linux socket handling (patch by olistraub)sb
2010-01-31#i50885# fix build problemMikhail Voytenko
2010-01-29sb118: #i108776# changed addsym.awk to also export STLport num_put symbols, ↵sb
and simplified it by requiring that first section is labeled UDK_3_0_0; adapted map files accordingly, replacing many individual ones with solenv/src templates
2010-01-29#i50885# let some files support C++ syntax and use dynamic memory for long ↵Mikhail Voytenko
pathes