2007/03/01 14:12:41 fs 1.18.44.3: #i74061# read-only-ness also for non-standard controls
2007/03/01 12:02:12 fs 1.18.44.2: #i74061# support for read-only object inspector
2007/02/13 12:00:25 fs 1.18.44.1: #i73761# warning: operation on 'xxx' may be undefined
2006/11/15 13:39:27 fs 1.17.42.7: #i71485# SetHelpText: don't resize if not necessary, to prevent flickering
2006/11/15 11:13:00 fs 1.17.42.6: #i71485# propagate minimum height
2006/11/15 10:03:11 fs 1.17.42.5: #i71485#
2006/11/14 15:05:19 fs 1.17.42.4: #i71485# respect the min/max help line attributes of the object inspector model
2006/11/14 12:29:33 fs 1.17.42.3: #i71485# introduce a HelpSection (still fixed size, not finished completely)
2006/11/13 14:33:59 fs 1.17.42.2: #i71485# PropertyControlObserver notifications
2006/11/13 12:48:36 fs 1.17.42.1: #i71485# changes in the css.inspection interfaces, make this here compile only for the moment
2006/07/06 14:52:26 fs 1.15.34.1: #i65159# describePropertyLine now returning a LineDescriptor, instead of taking an out parameter / some less warnings
2005/12/20 10:53:49 fs 1.12.136.13: removed unnecessary include
2005/11/02 12:17:14 fs 1.12.136.12: #i10000# exception specifications
2005/10/19 08:30:03 fs 1.12.136.11: make IEventProcessor ref-counted
2005/10/14 12:43:43 fs 1.12.136.10: #i53095# properly care for MAYBEVOID properties and AMBIGUOUS property values
2005/10/14 08:40:42 fs 1.12.136.9: #i53095# let the XObjectInspectorModel provide category meta information part
2005/10/11 13:28:44 fs 1.12.136.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:17 fs 1.12.136.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:08 fs 1.12.136.6: RESYNC: (1.12-1.13); FILE MERGED
2005/09/05 07:41:46 fs 1.12.136.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:53 fs 1.12.136.4: #i53095# get rid of Set/GetPropertyName at the IBrowserControl
2005/08/12 16:30:07 fs 1.12.136.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.12.136.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.12.136.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
2003/12/19 14:25:53 fs 1.5.8.4: RESYNC: (1.5-1.6); FILE MERGED
2003/12/17 10:38:20 fs 1.5.8.3: #i22878# filter and sort order dialog from within the property browser
2003/12/04 14:06:37 fs 1.5.8.2: #i23190# fine control over disabling/enabling parts of the line
2003/12/03 10:06:40 fs 1.5.8.1: #i22878# measurement units for Width and RowHeight