2006/12/09 22:46:43 fs 1.33.96.1: #i72432# PropertyContainer and PropertyArrayUsageHelper not inherited from SingleDocController anymore, own implementations now
2006/12/05 09:47:57 fs 1.95.4.1: copying the fix for #i72252# from CWS dba22b to dba22ui - intended for the latter, but wrongly checked in into the former
2006/12/05 09:47:56 fs 1.11.64.1: copying the fix for #i72252# from CWS dba22b to dba22ui - intended for the latter, but wrongly checked in into the former
2006/12/05 09:47:56 fs 1.30.28.1: copying the fix for #i72252# from CWS dba22b to dba22ui - intended for the latter, but wrongly checked in into the former
2006/11/15 08:49:51 fs 1.66.10.1: #142997#
modified the double-click handling in the DBTreeListBox
various stack trace reports suggest there are scenarios where a double click
handler somehow destroys/corrupts the list box and/or its entries, but the
subsequent default handling in the SvListBox class accesses those corrupted
entities.
Since we're not able to reproduce any of those crashs, the handling in the
DBTreeListBox and its clients now is as follows:
If a double click is handled, then the DBTreeListBox::DoubleClickHdl will
return 0, this way causing the SvListBox to *not* process the double
click event further.
2006/11/15 08:49:50 fs 1.7.10.1: #142997#
modified the double-click handling in the DBTreeListBox
various stack trace reports suggest there are scenarios where a double click
handler somehow destroys/corrupts the list box and/or its entries, but the
subsequent default handling in the SvListBox class accesses those corrupted
entities.
Since we're not able to reproduce any of those crashs, the handling in the
DBTreeListBox and its clients now is as follows:
If a double click is handled, then the DBTreeListBox::DoubleClickHdl will
return 0, this way causing the SvListBox to *not* process the double
click event further.
2006/06/27 12:43:53 fs 1.63.98.2: RESYNC: (1.63-1.64); FILE MERGED
2006/05/12 13:47:01 fs 1.63.98.1: #i51143# refactoring of controller initialization, which allows accessing the load arguments even during Construct (and not only in the - later - impl_initialize)
2006/05/19 10:53:46 fs 1.4.124.3: #i51143#
2006/05/11 10:39:27 fs 1.4.124.2: #51143# some refactoring - should now display the More button only when (halfway) needed; should now also allow for message boxes displaying one text only
2006/05/10 11:00:22 fs 1.4.124.1: +MessageType::AUTO
2006/05/17 04:30:48 fs 1.32.124.3: #i51143# changed signature of OSQLParseTreeIterator
2006/05/12 13:47:01 fs 1.32.124.2: #i51143# refactoring of controller initialization, which allows accessing the load arguments even during Construct (and not only in the - later - impl_initialize)
2006/05/12 11:09:55 fs 1.32.124.1: #i51143# +allowViews/+allowQueries
2006/06/01 09:55:10 fs 1.1.2.4: #i51143# XObjectNames: checkNameIsUsed -> checkNameForCreate
2006/05/24 06:47:16 fs 1.1.2.3: parts of this now implemented using XObjectNames from the connection
2006/05/18 09:17:04 fs 1.1.2.2: #i51143# make checker classes noncopyiable, added new classes for checking table and query names against both table and query containers (if the database supports queries in queries)
2006/05/17 11:42:09 fs 1.1.2.1: default implementations for IObjectNameCheck
2006/07/03 19:47:59 fs 1.6.124.2: #i51143# don't allow to add queries to the designer which do not produce a result set
2006/05/10 11:00:52 fs 1.6.124.1: #i51143# error messages when a query cannot be opened in graphical design
2006/05/24 06:47:48 fs 1.5.124.4: moved two strings to another place (adbt lib)
2006/05/18 09:16:13 fs 1.5.124.3: #i51143#
2006/05/17 11:46:20 fs 1.5.124.2: #i51143#
2006/05/15 14:20:02 fs 1.5.124.1: #i51143 moved STR_WARNINGS_DURING_CONNECT moved from dbu_resource to dbu_misc
2006/06/19 09:26:26 fs 1.7.124.2: #i51143# 'Add Tables' or 'Add Table or Query' decision now publicly available
2006/05/12 11:09:18 fs 1.7.124.1: #i51143# allow queries in this dialog, too
2006/07/03 19:47:59 fs 1.13.122.3: #i51143# don't allow to add queries to the designer which do not produce a result set
2006/06/27 12:37:44 fs 1.13.122.2: RESYNC: (1.13-1.14); FILE MERGED
2006/05/10 10:56:58 fs 1.13.122.1: #i51143# allow to hold a query, not only a table
2006/05/12 13:47:01 fs 1.36.4.1: #i51143# refactoring of controller initialization, which allows accessing the load arguments even during Construct (and not only in the - later - impl_initialize)