Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-06-04 | CWS-TOOLING: integrate CWS dba33f | Ivo Hinkelmann | |
Notes: split repo tag: components_ooo/DEV300_m81 | |||
2010-06-03 | slidecopy: merged latest DEV300.m80 changes | Frank Schoenheit [fs] | |
2010-05-27 | CWS-TOOLING: integrate CWS fwk138 | Vladimir Glazunov | |
2010-05-03 | slidecopy: what a stupid idea to hard-code numeric resource IDs in Java ↵ | Frank Schoenheit [fs] | |
files - this *cries* for breakage ... | |||
2010-04-27 | Merge to DEV300_m77 | Mikhail Voytenko | |
2010-04-17 | dba33f: post-rebase build problems fixed | Frank Schoenheit [fs] | |
2010-04-16 | dba33f: merge with m76-branch | Frank Schoenheit [fs] | |
2010-04-07 | sb120: merged in re/DEV300_next towards DEV300_m76 via cws/sb118 | sb | |
2010-04-07 | sb118: merged in re/DEV300_next towards DEV300_m76 | sb | |
2010-04-06 | fwk138: #i110177# fix typo | Mikhail Voytenko | |
2010-03-15 | dba33f: #i110036#: when creating new controls or grid columns, set ↵ | Frank Schoenheit [fs] | |
MouseWheelBehavior to NEVER | |||
2010-03-09 | sb120: #i109978# removed --disable-qadevooo | sb | |
2010-03-04 | merged in re/DEV300_next towards DEV300_m74 | sb | |
2010-02-25 | sb111: merged in DEV300_m72 | sb | |
2010-02-25 | sb118: merged in DEV300_m72 | sb | |
2010-02-17 | CWS-TOOLING: integrate CWS changefileheader2 | Vladimir Glazunov | |
Notes: split repo tag: components_ooo/DEV300_m72 split repo tag: components_ooo/DEV300_m73 | |||
2010-02-12 | changefileheader2: #i109125#: change source file copyright notice from Sun ↵ | Jens-Heiner Rechtien | |
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision) | |||
2010-02-11 | sb118: #i109112# re-purpose EXTRAJARFILES | sb | |
2010-02-05 | sb111: merged in DEV300_m71 | sb | |
2010-02-04 | CWS svxsplit: merge with m71 | Mathias Bauer | |
2010-02-02 | #i107450#: some fixes for problems found in CAT0 test | Mathias Bauer | |
2010-03-11 | autorecovery: 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-02-05 | autorecovery: allow for a human-readable DocumentServiceName instead of this ↵ | Frank Schoenheit [fs] | |
strange class ID when creating a document definition | |||
2010-02-05 | autorecovery: use a human-readable media type instead of this strange class ID | Frank Schoenheit [fs] | |
2010-02-05 | autorecovery: merge | Frank Schoenheit [fs] | |
2010-02-05 | autorecovery: merge | Frank Schoenheit [fs] | |
2010-02-05 | autorecovery: merge after pulling CWS dba33e | Frank Schoenheit [fs] | |
2010-02-04 | autorecovery: form and report wizzard now also using XDatabaseDocumentUI, ↵ | Frank Schoenheit [fs] | |
instead of manipulating document definitions All database object wizards by now employ XDatabaseDocumentUI. This way, it is ensured that the controller has the full control over the opened sub components. Still, other third-party code could use direct access to the document definitions, and open sub documents this way. This would go unnoticed by the application controller at the moment. I would be possible to fix this, by introducing broadcasts from the document definitions, listened to by the controller. But as this sounds like a rare case, and XDatabaseDocumentUI is the preferred way for third-party components, too, such an implementation is deferred to Later ... | |||
2010-02-04 | autorecovery: post-rebase build problems solved | Frank Schoenheit [fs] | |
2010-02-04 | autorecovery: commit resolved merge (after rebase to m71) | Frank Schoenheit [fs] | |
2010-02-03 | autorecovery: more unused interfaces removed | Frank Schoenheit [fs] | |
2010-02-03 | autorecovery: populate the 'Command' property | Frank Schoenheit [fs] | |
2010-02-03 | autorecovery: also moved the QueryWizard to using ↵ | Frank Schoenheit [fs] | |
XDatabaseDocumentUI.loadComponent, instead of opening the sub component itself | |||
2010-02-03 | autorecovery: removed unused class XCallQueryWizard | Frank Schoenheit [fs] | |
2010-02-03 | autorecovery: re-work the table wizard so that it does not open the table ↵ | Frank Schoenheit [fs] | |
itself, but uses XDatabaseDocumentUI Consequently, it does not need to return the created model/controller anymore. This way, the application controller has full control over its sub components, which didn't work reliably before. Other wizards (query/form/report) are to follow. For this purpose, they're also to be based on the newly introduced DatabaseObjectWizard class. | |||
2010-02-02 | autorecovery: addDatabaseDocument: do not close the document after having ↵ | Frank Schoenheit [fs] | |
disposed it - this will throw nowadays | |||
2010-02-01 | autorecovery: more sophisticated configuration data for interaction handlers | Frank 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-01-27 | CWS-TOOLING: integrate CWS dba33d | Ivo Hinkelmann | |
2010-01-22 | dba33f: #i108548# extend SingleSelectQueryComposer appendFilterByColumn with ↵ | Ocke Janssen [oj] | |
additonal parameter | |||
2010-01-21 | dba33e: merge to m70 | Ocke Janssen [oj] | |
2010-01-21 | sb111: merged in DEV300_m70 | sb | |
2010-01-15 | dba33b: merge | Ocke Janssen [oj] | |
2010-01-15 | dba33b: merge m69 | Ocke Janssen [oj] | |
2010-01-08 | dba33f: merge from dba33e | Ocke Janssen [oj] | |
2010-01-08 | sb111: merged in DEV300_m69 | sb | |
2010-01-05 | CWS-TOOLING: integrate CWS fontooocleanup | Jens-Heiner Rechtien | |
2010-01-05 | sb111: merged in DEV300_m68 | sb | |
2009-12-16 | dba33e: #i107623# allow finishWizard to return a success flag, and re-enable ↵ | Frank Schoenheit [fs] | |
the finish button in case of failure | |||
2009-12-11 | dba33d: merge after pulling the latest changes from CWS dba33b | Frank Schoenheit [fs] | |
2009-12-10 | sb111: merged in DEV300_m67 | sb | |