Commit Graph

19 Commits

Author SHA1 Message Date
Kurt Zenker
1bc5ab7ff1 INTEGRATION: CWS dba23a (1.18.44); FILE MERGED
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
2007-05-10 09:46:38 +00:00
Kurt Zenker
63c96c423a INTEGRATION: CWS oihelp (1.17.42); FILE MERGED
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-12-13 10:55:35 +00:00
Oliver Bolte
683d91752f INTEGRATION: CWS pchfix02 (1.16.22); FILE MERGED
2006/09/01 17:26:38 kaib 1.16.22.1: #i68856# Added header markers and pch files
2006-09-16 12:13:11 +00:00
Rüdiger Timm
a7c65e1100 INTEGRATION: CWS dba204b (1.15.34); FILE MERGED
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
2006-07-26 06:52:36 +00:00
Rüdiger Timm
20e1bb9731 INTEGRATION: CWS dba203c (1.14.12); FILE MERGED
2006/03/31 07:15:49 fs 1.14.12.1: #i63814# during a CommitModified, notify the control-originating events synchronously
2006-05-04 08:00:52 +00:00
Vladimir Glazounov
2c02212cd4 INTEGRATION: CWS pbrwuno (1.12.136); FILE MERGED
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
2006-03-14 10:17:26 +00:00
Rüdiger Timm
5e84e20934 INTEGRATION: CWS ooo19126 (1.12.150); FILE MERGED
2005/09/05 13:00:00 rt 1.12.150.1: #i54170# Change license header: remove SISSL
2005-09-08 19:02:38 +00:00
Kurt Zenker
1415181e4d INTEGRATION: CWS vclcompact (1.11.32); FILE MERGED
2005/01/10 14:07:26 dv 1.11.32.1: #118977# Check event type first before using scrbar.isVisible()
2005-01-13 17:18:59 +00:00
Oliver Bolte
a2bd89c982 INTEGRATION: CWS eforms2 (1.7.24); FILE MERGED
2004/11/07 06:09:51 dvo 1.7.24.7: RESYNC: (1.9-1.10); FILE MERGED
2004/10/08 21:13:50 dvo 1.7.24.6: RESYNC: (1.8-1.9); FILE MERGED
2004/07/27 14:04:12 fs 1.7.24.5: RESYNC: (1.7-1.8); FILE MERGED
2004/07/19 14:00:16 fs 1.7.24.4: #114856# ChangeEntry: also initialize numeric fields if they're not newly created
2004/07/16 15:41:43 fs 1.7.24.3: #114856# +DateTime type, and some cleanup at the IBrowserControl
2004/07/15 07:39:41 fs 1.7.24.2: #114856#
2004/04/26 11:24:31 fs 1.7.24.1: some cleanup/consolidation / (optionally) allow for a second button per line
2004-11-16 11:00:46 +00:00
Jens-Heiner Rechtien
73e76af598 INTEGRATION: CWS vcl27 (1.9.4); FILE MERGED
2004/09/20 12:29:52 ssa 1.9.4.1: #i32335# re-enable proper browser background
2004-10-13 08:04:05 +00:00
Jens-Heiner Rechtien
fa2c5947f4 INTEGRATION: CWS dba15 (1.8.28); FILE MERGED
2004/07/26 15:37:07 fs 1.8.28.1: #i31593# revert fix for issue i30861 for the moment
2004-09-08 16:50:35 +00:00
Rüdiger Timm
4fee9c6806 INTEGRATION: CWS dba13 (1.7.64); FILE MERGED
2004/06/29 08:27:42 fs 1.7.64.1: #i30861# properly propagate background color
2004-07-06 12:44:21 +00:00
Oliver Bolte
9a1c787136 INTEGRATION: CWS formdesign01 (1.5.8); FILE MERGED
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
2004-03-19 11:00:20 +00:00
Kurt Zenker
2bfc017799 INTEGRATION: CWS frmcontrols01 (1.5.2); FILE MERGED
2003/11/05 07:56:55 fs 1.5.2.1: somewhat smaller minimum width
2003-12-11 11:25:24 +00:00
Oliver Bolte
6958454dd5 INTEGRATION: CWS formcelllinkage (1.4.94); FILE MERGED
2003/10/01 09:17:49 fs 1.4.94.1: #i18994# merging the changes from the CWS fs002
2003-10-21 08:03:53 +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
Rüdiger Timm
3945dfe78e #65293# semicolon removed 2001-01-18 13:45:10 +00:00
Frank Schönheit
9da31656e2 initial checkin - outsourced the form property browser 2001-01-12 10:35:45 +00:00