Commit Graph

8 Commits

Author SHA1 Message Date
Vladimir Glazounov
e181e96e13 INTEGRATION: CWS pbrwuno (1.6.156); FILE MERGED
2005/10/24 08:41:37 fs 1.6.156.11: start making the handlers full-fledged components, with using a new infrastructure replacing extensions/source/inc/componentmodule.*
2005/10/19 07:48:04 fs 1.6.156.10: #i53095# knitting some loose ends
2005/10/14 12:43:44 fs 1.6.156.9: #i53095# properly care for MAYBEVOID properties and AMBIGUOUS property values
2005/10/11 13:28:46 fs 1.6.156.8: #i53095# phase 3:
introduced XPropertyHandler and XObjectInspectorUI
same open issues as in previous phase
(plus probably some more, since not everything is tested, yet :-\)
2005/10/07 12:24:19 fs 1.6.156.7: #i53095# notifications to the IControlContext are asynchronous now - this prevents problems if such a notification causes the exchange of control/windows
2005/10/05 06:49:24 fs 1.6.156.6: RESYNC: (1.6-1.7); FILE MERGED
2005/09/05 07:41:47 fs 1.6.156.5: #i53095# phase 3, part 1: introduced XPropertyControl and relatives,
describing one control in the ObjectInspector, responsible for one
property
known issues:
- rebuildPropertyUI can cause problems now: If the user clicks into
  the control for property A, which causes property B to be committed,
  which causes the UI for property A to be rebuilt, then this will
  crash currently. Reason: rebuildPropertyUI now synchronously replaces
  the VCL-Window of the rebuilt control, which is exactly the one
  which is still in some MouseButtonDown-handler.
  possible solutions:
  - see if rebuiltPropertyUI can be obsoleted - handlers should be able
    to just obtain the XPropertyControl from the PropertyUI, and
    re-initialize the control. Shouldn't they?`
  - make one of the steps in the chain (mouse-click, handler-call,
    rebuildPropertyUI-callback) asynchronous.
2005/08/31 08:28:54 fs 1.6.156.4: #i53095# get rid of Set/GetPropertyName at the IBrowserControl
2005/08/12 16:30:07 fs 1.6.156.3: - more fine-grained control in the IPropertyBrowserUI which elements
  to enable or disable
- moved designing the SQL command into a dedicated handler
- some more reactions on actuating properties move to dedicated handlers
- *nearly* completed implementation of the "composed browser UI", which
  collects and combines UI change requests (IPropertyBrowserUI)
  (still missing: proper auto-firing)
2005/08/10 15:41:42 fs 1.6.156.2: #i53095#
get rid of nearly all [1] the implementations in OPropertyBrowserController::Clicked,
and move them to a FormComponentHandler

[1] still to migrate:
- browsing for events (needs a dedicated event property handler)
- handling for clicking the button of the Command property - this
  is kind of asynchronous, and IPropertyHandler is not yet prepared for this
2005/08/09 13:59:54 fs 1.6.156.1: #i53095# phase 1:
- don't use strings to transver values between controls and introspectee, but Anys
- first version of a dedicated property handler for form-component-related properties
  (not yet completed)
known regressions over previous phase:
- handlers for events not yet implemented, thus some assertions
- click handlers for form-component-related properties do not yet work,
  thus the browse buttons mostly do not work
2006-03-14 10:17:37 +00:00
Rüdiger Timm
9310b26a27 INTEGRATION: CWS ooo19126 (1.6.170); FILE MERGED
2005/09/05 13:00:01 rt 1.6.170.1: #i54170# Change license header: remove SISSL
2005-09-08 19:03:03 +00:00
Oliver Bolte
5e7ef54aaf INTEGRATION: CWS eforms2 (1.5.24); FILE MERGED
2004/04/26 11:24:31 fs 1.5.24.1: some cleanup/consolidation / (optionally) allow for a second button per line
2004-11-16 11:01:00 +00:00
Oliver Bolte
08f9dc2c59 INTEGRATION: CWS formdesign01 (1.4.8); FILE MERGED
2003/12/04 14:06:36 fs 1.4.8.1: #i23190# fine control over disabling/enabling parts of the line
2004-03-19 11:00:33 +00:00
Oliver Bolte
5eddf46ed8 INTEGRATION: CWS formcelllinkage (1.3.94); FILE MERGED
2003/10/01 09:17:50 fs 1.3.94.1: #i18994# merging the changes from the CWS fs002
2003-10-21 08:04:05 +00:00
Jens-Heiner Rechtien
29a4847890 MWS_SRX644: migrate branch mws_srx644 -> HEAD 2003-03-25 15:04:55 +00:00
Frank Schönheit
bb076a8c1e #95343# (on behalf of SleepyBear@openoffice.org) changes for calculating layout 2002-11-06 08:20:07 +00:00
Frank Schönheit
9da31656e2 initial checkin - outsourced the form property browser 2001-01-12 10:35:45 +00:00