2007/10/29 22:44:11 fs 1.110.40.8: merging changes from CWS dba24b herein, to not wait for later resync
2007/09/18 20:06:43 fs 1.110.40.7: oop. Re-enabled saving queries
2007/09/17 11:41:34 fs 1.110.40.6: #i10000#
2007/09/17 10:21:03 fs 1.110.40.5: #i49183# adjusted ERROR_PARSING_STATEMENT and INFO_OPENING_IN_SQL_VIEW to also apply when we open a view
2007/09/17 09:14:39 fs 1.110.40.4: #i49183# don't auto-close designer if we created a new view, which supports XAlterView
2007/09/14 21:31:40 fs 1.110.40.3: #i49183#
2007/09/13 11:36:42 fs 1.110.40.2: #i49183# also allow to edit a view's command, if it supports the XAlterView interface
2007/09/12 09:06:24 fs 1.110.40.1: #i77492# when designing an independent SQL command, also allow for direct SQL, and expose this setting as property EscapeProcessing
2007/08/22 11:41:59 oj 1.110.28.2: #i76374# handle cross join as natural join now in query design
2007/08/16 06:14:44 oj 1.110.28.1: #i56898# clean up of the class structure
2006/12/05 09:47:58 fs 1.106.12.1: copying the fix for #i72252# from CWS dba22b to dba22ui - intended for the latter, but wrongly checked in into the former
2006/07/03 19:48:01 fs 1.103.4.12: #i51143# don't allow to add queries to the designer which do not produce a result set
2006/06/28 10:31:11 fs 1.103.4.11: #i10000#
2006/06/27 12:57:09 fs 1.103.4.10: RESYNC: (1.103-1.104); FILE MERGED
2006/06/19 10:46:28 fs 1.103.4.9: during #i51143#: describeSupportedFeatures: DBAddTable is unnecessary, base class already adds (equivalent) AddTable
2006/06/19 09:27:52 fs 1.103.4.8: during #i51143#: A FeatureState can now transport more than one state. In particular, it has typed bChecked and sTitle members, instead of the previous unchecked aState
2006/05/24 06:49:29 fs 1.103.4.7: some refactoring of compose/quoteTableName and friends, in preparation of #i51143#
2006/05/18 09:18:35 fs 1.103.4.6: #i51143# when creating/pasting/saving a table/query, care for name collisions with both tables and queries (usign a DynamicTableOrQueryNameCheck), if the database supports queries in queries
2006/05/17 11:48:47 fs 1.103.4.5: refactored OSaveAsDlg in preparation of #i51143#
2006/05/17 04:30:56 fs 1.103.4.4: #i51143# changed signature of OSQLParseTreeIterator
2006/05/12 13:45:50 fs 1.103.4.3: #i51143# don't allow sub queries if we're creating a view
2006/05/12 11:10:16 fs 1.103.4.2: #i51143# +allowViews/+allowQueries
2006/05/10 11:08:50 fs 1.103.4.1: #i51143# allow for queries in queries
2005/07/19 13:45:59 fs 1.99.82.1: #i52166# close preview frame with XCloseable::close, not with XComponent::dispose (this was a bug which was revealed by a previous change in framework code)
2004/11/02 15:29:26 ssa 1.94.8.2: RESYNC: (1.94-1.95); FILE MERGED
2004/09/30 11:07:06 fs 1.94.8.1: #i33338# SupportedFeatures now also know which ::com::sun:⭐:frame::CommandGroup they belong to
2004/11/09 08:09:54 oj 1.94.12.3: #i36540# add forma letter again to supported features
2004/11/04 10:27:46 oj 1.94.12.2: RESYNC: (1.94-1.95); FILE MERGED
2004/11/04 08:43:47 oj 1.94.12.1: #i36537# return type instead of NULL for ?: operator
2004/10/14 11:03:51 fs 1.94.4.4: #i35517# ensure the proper toolbar layout when initially connected to a frame
2004/09/27 15:06:27 fs 1.94.4.3: during #i34681#: loadSubToolbar is not needed. It was hacky to switch the design mode therein, anyway ...
2004/09/27 08:27:30 fs 1.94.4.2: #i34590# doLayout at the layout manager after toggling the toolbars
2004/09/27 06:22:14 fs 1.94.4.1: #i34583# DBAddTable is a SupportedFeature
2004/03/09 09:07:46 fs 1.91.28.3: #i26156#
2003/12/05 08:59:04 fs 1.91.28.2: #i23190# doSaveAsDoc optimized for case of editing an independent SQL command
2003/12/04 14:37:51 fs 1.91.28.1: #i23190# allow to edit an 'independent' SQL command (which is no stored/to-be-created query or view)