2008/02/20 13:27:59 fs 1.50.2.8.2.2: some DBG_UNHANDLED_EXCEPTIONs
2008/02/14 12:35:42 fs 1.50.2.8.2.1: #i49133# re-enable the macros in DBDocs, which had been temporarily disable to finalize CWS odbmacros2
2008/02/14 08:38:01 fs 1.50.2.8: temporarily disable scripting support for database documents, so we have an intermediate version of the CWS which we can integrate
2008/02/06 21:45:57 fs 1.50.2.7: #i49133# use our document's isModified instead of m_bCurrentlyModified - the lattter is only for controllers which do not have an own model
2008/02/04 13:07:44 fs 1.50.2.6: RESYNC: (1.50-1.53); FILE MERGED
2008/01/28 11:35:59 fs 1.50.2.5: #i49133# implement new XDatabaseDocumentUI methods
2008/01/26 21:19:45 fs 1.50.2.4: #i49133# when connecting to a document which contains macros/scripts in a form/report, then show a warning
2008/01/24 10:33:50 fs 1.50.2.3: #i49133# make the 'migration scripts and macros' item invisible when it's disabled
2008/01/24 10:09:35 fs 1.50.2.2: #i49133# support for script/macro migration
2007/12/13 11:21:51 fs 1.50.2.1: #i49133# some refactoring, mostly related to the m_xCurrentFrame->m_aCurrentFrame change
2007/12/01 13:40:24 fs 1.48.2.4: RESYNC: (1.48-1.50); FILE MERGED
2007/11/29 08:50:12 oj 1.48.2.3: #i84051# return title when state is asked for OpenURL
2007/11/08 14:14:39 fs 1.48.2.2: #i81658# re-factoring of the Copy Table wizard
2007/11/07 14:54:00 oj 1.48.2.1: #i78231# use treelistbox as drag window and not the parent
2007/10/29 22:44:06 fs 1.44.18.6: merging changes from CWS dba24b herein, to not wait for later resync
2007/09/28 19:18:55 fs 1.44.18.5: RESYNC: (1.44-1.47); FILE MERGED
2007/09/17 09:34:28 fs 1.44.18.4: #i49183# enable 'Edit in SQL View' command when a single, alterable view is selected
2007/09/16 21:12:22 fs 1.44.18.3: #i49183# enable XAlterView support
2007/09/13 11:46:54 fs 1.44.18.2: for the moment, disable the 'edit a view's statement' feature until the backend problems with HSQL are solved
2007/09/13 11:37:28 fs 1.44.18.1: #i49183# also allow to edit a view's command, if it supports the XAlterView interface
2007/10/15 08:45:12 oj 1.44.30.2: RESYNC: (1.44-1.47); FILE MERGED
2007/09/21 10:51:38 oj 1.44.30.1: #i77690# add new context menu entry to create a report with prefilled table or query
2007/09/28 11:51:50 oj 1.44.6.4: RESYNC: (1.44-1.47); FILE MERGED
2007/08/29 12:07:02 fs 1.44.6.3: #i10000#
2007/08/29 12:03:18 fs 1.44.6.2: during #i80930#: DST_EMBEDDED -> DST_EMBEDDED_HSQLDB. The approach to read the concrete type of the embedded DB from the configuration does not work, there are enough places where we silently assume 'embedded == embedded HSQLDB'
2007/08/27 10:55:04 fs 1.44.6.1: prepare #i80930#: advanced settings enabled according to DataSourceMetaData, not with hard-coded list of supporting types
2007/08/30 07:00:57 oj 1.42.14.6: #i46395# enable toolbar for previewmode even when readonly
2007/08/13 05:27:44 oj 1.42.14.5: RESYNC: (1.42-1.44); FILE MERGED
2007/08/09 09:01:52 oj 1.42.14.4: #i78257# make use of abstract factory from svx
2007/08/06 06:38:49 oj 1.42.14.3: #i69740# namedvalue used
2007/08/03 06:14:16 oj 1.42.14.2: #i69740# implement the selection interface
2007/07/23 11:59:02 fs 1.42.14.1: when pasting tables, use a meaningful default in the wizard, as indicated by the current selection
Issue number: #i18907#
Submitted by: dyf@openoffice.org
Reviewed by: frank.schoenheit@sun.com
2006/11/15 08:49:48 fs 1.37.2.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/08/22 07:09:51 oj 1.31.10.2: #i67014# correct table name
2006/07/28 13:03:08 oj 1.31.10.1: #i67014# replaceElement now uses the correct name for table/view
2006/06/27 12:11:34 fs 1.29.12.5: RESYNC: (1.29-1.30); FILE MERGED
2006/06/19 09:27:49 fs 1.29.12.4: 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:21 fs 1.29.12.3: some refactoring of compose/quoteTableName and friends, in preparation of #i51143#
2006/05/18 09:16:11 fs 1.29.12.2: #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:43:31 fs 1.29.12.1: refactored OSaveAsDlg in preparation of #i51143#
2006/04/10 07:32:40 oj 1.26.28.3: RESYNC: (1.26-1.28); FILE MERGED
2006/03/16 10:36:26 oj 1.26.28.2: #i63113# remove container from list when disposing
2006/03/10 11:28:18 oj 1.26.28.1: #131297# do not suspend when we are in dialog mode
2006/01/24 10:01:34 fs 1.24.24.2: RESYNC: (1.24-1.25); FILE MERGED
2005/12/27 12:54:25 oj 1.24.24.1: #i45749# only commit connection when metadata says it is not read only
2005/12/05 13:23:59 fs 1.20.82.4: #i52449# oops, previous revision not intended to be checked in
2005/12/05 12:15:25 fs 1.20.82.3: #i58879# respect XDatabaseMetaData::getVersionColumns, and translate it into css.sdbcx.Column.IsRowVersion
2005/11/29 23:54:39 kendy 1.20.82.2: RESYNC: (1.20-1.24); FILE MERGED
2005/08/29 08:51:30 ebischoff 1.20.82.1: Changes needed for new KDE address book driver
2005/10/05 13:20:04 fs 1.22.2.2: small correction to previous changes for #i55493#
2005/10/05 10:22:11 fs 1.22.2.1: #i55493# flush the connection before disconnecting, if possible / no code multiple connections anymore (dead code)
2005/09/21 07:45:52 oj 1.20.26.10: RESYNC: (1.20-1.21); FILE MERGED
2005/08/08 12:28:34 fs 1.20.26.9: merging a (lost) fix from CWS dba201(a)
2005/08/08 12:27:20 fs 1.20.26.8: merging a (lost) fix from CWS dba201a
2005/08/08 12:23:14 fs 1.20.26.7: merging a (lost) fix from CWS dba201a
2005/08/08 12:04:58 oj 1.20.26.6: #i43965# remove DBNewViewAutoPilot
2005/07/22 07:02:37 fs 1.20.26.5: #i10000#
2005/07/21 14:35:54 fs 1.20.26.4: slight syntax changes to the recently introduced SharedUNOComponent for better readability of client code
2005/07/20 10:13:27 fs 1.20.26.3: #i51255# use a ModelControllerConnector to connect ourself to the model, and to keep it alive as long as we ourself live
2005/07/11 13:37:09 fs 1.20.26.2: merging CWS dba201 into CWS dba201b
2005/05/31 13:29:35 oj 1.20.26.1: #123000# check if vector is empty
2005/03/31 13:19:53 fs 1.18.6.2: #i46396# suspend: do not remember the suspended state if suspension was not successful
2005/03/30 10:20:30 fs 1.18.6.1: #i45908# renaming a query doesn't need a connection
2005/03/14 13:29:14 fs 1.15.2.5: RESYNC: (1.16-1.17); FILE MERGED
2005/03/08 09:00:36 fs 1.15.2.4: RESYNC: (1.15-1.16); FILE MERGED
2005/03/07 06:40:22 oj 1.15.2.3: #i44066# checkif doc is readonly before asking to save changes
2005/03/04 08:04:52 oj 1.15.2.2: #i43915# only open a connection when preview is needed
2005/03/04 07:19:25 oj 1.15.2.1: #i43880# #i43912# use set connection as activeconnection
2005/03/08 10:16:24 oj 1.12.4.8: RESYNC: (1.14-1.16); FILE MERGED
2005/02/25 06:27:13 oj 1.12.4.7: #i42460# set model in disposing(...) null
2005/02/23 10:17:48 oj 1.12.4.6: #i42461# change model data source concept
2005/02/22 08:56:31 oj 1.12.4.5: #i43248# remove lock mutex in getModel
2005/02/21 13:10:38 oj 1.12.4.4: RESYNC: (1.12-1.14); FILE MERGED
2005/02/18 12:27:20 oj 1.12.4.3: #i42460# changes for the separation of datasource and database document(model)
2005/02/07 13:06:01 oj 1.12.4.2: #i42200# some little changes how to start a wizard
2005/02/01 07:52:21 oj 1.12.4.1: #i41727# disable propeties for specific types
2005/01/18 07:30:16 oj 1.10.2.8: #i38141# fix for dnd
2005/01/07 07:53:04 oj 1.10.2.7: RESYNC: (1.10-1.11); FILE MERGED
2005/01/04 14:11:46 oj 1.10.2.6: #i39641# enable SQL everytime
2005/01/04 11:48:42 oj 1.10.2.5: #i39671# remove some unused code for dbwiz
2005/01/03 12:47:56 oj 1.10.2.4: #i39146# renable DnD in beamer
2004/12/21 10:38:20 fs 1.10.2.3: #i39203# when starting a wizard, do this asynchronously
2004/12/13 14:26:23 oj 1.10.2.2: #i38891# add listeners and hold them
2004/12/10 14:37:15 oj 1.10.2.1: #i29294# new class for uno based models and SendMail