Commit Graph

184 Commits

Author SHA1 Message Date
Rüdiger Timm
4e24b7b64c INTEGRATION: CWS dba22a (1.182.2); FILE MERGED
2006/11/15 08:49:49 fs 1.182.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-12-01 16:30:23 +00:00
Vladimir Glazounov
4370564d85 INTEGRATION: CWS pj65 (1.182.12); FILE MERGED
2006/10/31 14:08:29 pjanik 1.182.12.1: #i71027#: prevent warnings on Mac OS X with gcc 4.0.1.
2006-11-21 16:16:28 +00:00
Ivo Hinkelmann
945bcb59dc INTEGRATION: CWS dba205b (1.176.18); FILE MERGED
2006/09/04 12:05:06 oj 1.176.18.3: RESYNC: (1.176-1.178); FILE MERGED
2006/08/06 20:16:00 fs 1.176.18.2: oops, type (forgot to copy WIDTH)
2006/08/04 12:57:05 fs 1.176.18.1: when inserting check boxes into the table view, make them look 'flat' by default
2006-10-18 12:30:44 +00:00
Oliver Bolte
1d04e023bd INTEGRATION: CWS sb59 (1.177.2); FILE MERGED
2006/08/29 11:44:26 sb 1.177.2.1: #i67487# Made code warning-free (wntmsci10).
2006-10-12 12:35:53 +00:00
Kurt Zenker
e4bae61238 INTEGRATION: CWS hsqlcsvstage1 (1.179.2); FILE MERGED
2006/09/20 11:43:57 fs 1.179.2.1: #i69696#, being stage 1 of issue #i69526#: merging changes from CWS hsqlcsv herein
2006-10-05 12:02:44 +00:00
Oliver Bolte
05d6987b28 INTEGRATION: CWS pchfix02 (1.177.4); FILE MERGED
2006/09/01 17:24:22 kaib 1.177.4.1: #i68856# Added header markers and pch files
2006-09-17 05:59:27 +00:00
Ivo Hinkelmann
d75e7e838a INTEGRATION: CWS dba205a (1.176.10); FILE MERGED
2006/07/20 07:58:29 fs 1.176.10.2: #i66339# corrected assertion
2006/07/20 07:43:03 fs 1.176.10.1: #i66339# corrected assertion
2006-08-28 14:06:55 +00:00
Jens-Heiner Rechtien
90b308afb2 INTEGRATION: CWS dba30 (1.173.12); FILE MERGED
2006/07/19 12:41:54 fs 1.173.12.3: RESYNC: (1.174-1.176); FILE MERGED
2006/05/08 11:21:12 fs 1.173.12.2: RESYNC: (1.173-1.174); FILE MERGED
2006/03/31 13:30:24 fs 1.173.12.1: #i54504# 'Database Registrations...' entry in the data source browser's context menu
2006-08-15 09:49:53 +00:00
Oliver Bolte
443ea24100 INTEGRATION: CWS qiq (1.174.10); FILE MERGED
2006/06/27 12:17:50 fs 1.174.10.4: RESYNC: (1.174-1.175); FILE MERGED
2006/06/19 09:27:51 fs 1.174.10.3: 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:23 fs 1.174.10.2: some refactoring of compose/quoteTableName and friends, in preparation of #i51143#
2006/05/12 13:47:00 fs 1.174.10.1: #i51143# refactoring of controller initialization, which allows accessing the load arguments even during Construct (and not only in the - later - impl_initialize)
2006-07-10 14:24:46 +00:00
Jens-Heiner Rechtien
4e15ebacc3 INTEGRATION: CWS warnings01 (1.173.52); FILE MERGED
2006/05/23 23:49:51 sb 1.173.52.2: RESYNC: (1.173-1.174); FILE MERGED
2006/03/24 15:36:03 fs 1.173.52.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)
2006-06-20 01:58:39 +00:00
Jens-Heiner Rechtien
0f29ae3fa7 INTEGRATION: CWS oj17 (1.173.74); FILE MERGED
2006/03/10 11:28:19 oj 1.173.74.1: #131297# do not suspend when we are in dialog mode
2006-04-19 12:19:57 +00:00
Rüdiger Timm
c48ef8bcde INTEGRATION: CWS dba201d (1.172.2); FILE MERGED
2005/10/05 10:20:38 fs 1.172.2.1: #i55493# flush the connection before disconnecting, if possible
2005-10-24 07:31:15 +00:00
Jens-Heiner Rechtien
8900d7bced INTEGRATION: CWS dba201b (1.170.20); FILE MERGED
2005/09/21 08:00:15 oj 1.170.20.7: RESYNC: (1.170-1.171); FILE MERGED
2005/07/22 07:02:38 fs 1.170.20.6: #i10000#
2005/07/21 14:37:25 fs 1.170.20.5: slight syntax changes to the recently introduced SharedUNOComponent for better readability of client code
2005/07/21 08:14:08 fs 1.170.20.4: #i51255#
2005/07/20 10:11:01 fs 1.170.20.3: #i51255# XConnection replaced with SharedConnection
2005/07/15 06:06:56 oj 1.170.20.2: #i51888# allow the remove of a filter if the statement contains an error
2005/07/11 13:37:14 fs 1.170.20.1: merging CWS dba201 into CWS dba201b
2005-09-23 11:22:12 +00:00
Rüdiger Timm
8f2b9173ad INTEGRATION: CWS ooo19126 (1.170.80); FILE MERGED
2005/09/05 17:33:20 rt 1.170.80.1: #i54170# Change license header: remove SISSL
2005-09-08 13:31:20 +00:00
Jens-Heiner Rechtien
35191ca610 INTEGRATION: CWS dba32 (1.169.14); FILE MERGED
2005/04/05 13:03:13 fs 1.169.14.1: #i46409# more intelligent handling of connections, properly determine connection ownership
2005-04-11 09:05:01 +00:00
Oliver Bolte
bddfe1deec INTEGRATION: CWS dba25 (1.166.4); FILE MERGED
2005/03/14 13:30:40 fs 1.166.4.4: RESYNC: (1.167-1.168); FILE MERGED
2005/03/08 09:01:51 fs 1.166.4.3: RESYNC: (1.166-1.167); FILE MERGED
2005/03/04 08:04:15 oj 1.166.4.2: #i43912# use set connection as activeconnection and add as listener
2005/03/04 07:19:43 oj 1.166.4.1: #i43912# use set connection as activeconnection
2005-03-18 09:08:40 +00:00
Vladimir Glazounov
a9d9b79f80 INTEGRATION: CWS dba24 (1.165.4); FILE MERGED
2005/03/08 10:17:16 oj 1.165.4.5: RESYNC: (1.166-1.167); FILE MERGED
2005/02/21 13:10:59 oj 1.165.4.4: RESYNC: (1.165-1.166); FILE MERGED
2005/02/18 12:35:38 oj 1.165.4.3: #i42460# changes for the separation of datasource and database document(model)
2005/02/10 11:32:25 oj 1.165.4.2: #i42316# set the model as args for loadComponentFromURL call
2005/02/04 08:47:32 oj 1.165.4.1: #i41967# remove SetCursor
2005-03-10 15:45:54 +00:00
Kurt Zenker
99ed89de55 INTEGRATION: CWS removedrafts (1.165.18); FILE MERGED
2005/02/17 12:40:51 cd 1.165.18.1: #i42557# move UNOIDL types from drafts to com
2005-03-01 18:16:06 +00:00
Vladimir Glazounov
fd3197cb79 INTEGRATION: CWS dba23 (1.164.6); FILE MERGED
2005/02/03 08:10:49 oj 1.164.6.2: RESYNC: (1.164-1.165); FILE MERGED
2005/01/21 06:52:14 oj 1.164.6.1: #i40648# new DataType::BOOLEAN
2005-02-17 10:06:48 +00:00
Kurt Zenker
870a48d054 INTEGRATION: CWS dba22 (1.163.2); FILE MERGED
2005/01/11 15:47:04 fs 1.163.2.3: #i39187# +getDataSourceByName_displayError
2005/01/07 07:54:37 oj 1.163.2.2: RESYNC: (1.163-1.164); FILE MERGED
2005/01/03 12:50:49 oj 1.163.2.1: #i39146# renable DnD in beamer
2005-01-21 16:09:34 +00:00
Oliver Bolte
2d69198c68 INTEGRATION: CWS dba20 (1.160.16); FILE MERGED
2004/11/29 09:39:05 oj 1.160.16.7: RESYNC: (1.160-1.163); FILE MERGED
2004/11/23 08:08:56 oj 1.160.16.6: #i37467# check controller
2004/11/22 14:39:15 oj 1.160.16.5: #i37467# embedded forms shows only current datasource in beamer
2004/11/19 13:46:37 oj 1.160.16.4: #i37379# use readonly property from media descriptor
2004/11/17 15:17:33 fs 1.160.16.3: assertion
2004/11/16 09:10:01 oj 1.160.16.2: #i37163# name corrected
2004/11/15 12:54:40 oj 1.160.16.1: #i37032# use correct name for text align
2005-01-05 11:34:02 +00:00
Oliver Bolte
2e62842f65 #i10000# loadSubToolbar removed 2004-11-22 14:02:35 +00:00
Oliver Bolte
5ef002d68b INTEGRATION: CWS dba18 (1.158.16); FILE MERGED
2004/11/10 14:56:27 oj 1.158.16.2: RESYNC: (1.158-1.160); FILE MERGED
2004/11/05 10:05:24 oj 1.158.16.1: #34477# table data view and browser changes
2004-11-17 13:48:11 +00:00
Oliver Bolte
902854c3eb INTEGRATION: CWS dba19 (1.160.10); FILE MERGED
2004/11/09 08:09:23 oj 1.160.10.1: #i36540# add forma letter again to supported features
2004-11-16 08:29:49 +00:00
Pascal Junck
509f8dc763 INTEGRATION: CWS dba17 (1.158.4); FILE MERGED
2004/09/30 14:48:11 fs 1.158.4.5: #ii34790# loadSubMenu->onLoadedMenu
2004/09/28 14:24:05 fs 1.158.4.4: #i34732# in preview mode, hide all scrollbars of the grid control
2004/09/27 15:05:35 fs 1.158.4.3: #i34487#
2004/09/27 11:57:16 fs 1.158.4.2: #i34487#
2004/09/24 12:31:51 fs 1.158.4.1: #i34487# #i33699#
2004-10-22 11:04:15 +00:00
Rüdiger Timm
10e991aa0b INTEGRATION: CWS dba16 (1.157.10); FILE MERGED
2004/10/11 15:33:27 oj 1.157.10.2: RESYNC: (1.157-1.158); FILE MERGED
2004/10/11 11:38:29 oj 1.157.10.1: #i30220# enable having, group by for queries
2004-10-22 08:05:00 +00:00
Rüdiger Timm
b97dcfce22 INTEGRATION: CWS insight02 (1.157.2); FILE MERGED
2004/08/16 07:56:15 oj 1.157.2.5: #i32563# toolbar changes
2004/08/16 07:09:38 oj 1.157.2.4: #i32563# toolbar changes
2004/08/13 14:28:17 oj 1.157.2.3: #i32563# toolbox changes
2004/08/13 08:52:31 oj 1.157.2.2: #i32563# toolbox changes
2004/08/11 12:36:47 oj 1.157.2.1: #i32288# add suspend handling and other stuff
2004-09-09 08:42:10 +00:00
Jens-Heiner Rechtien
3f95517b51 INTEGRATION: CWS insight01 (1.152.38); FILE MERGED
2004/07/16 12:18:56 oj 1.152.38.33: check if datasource name is set, if not try to get name from connection's parent
2004/07/15 14:26:35 oj 1.152.38.32: solarmutex corrected
2004/07/15 10:58:36 oj 1.152.38.31: add chkthis macros
2004/07/14 10:22:22 oj 1.152.38.30: #i30603# corret frame loading
2004/07/11 17:12:29 oj 1.152.38.29: merge conflicts resolved
2004/06/01 08:50:33 oj 1.152.38.28: RESYNC: (1.153-1.156); FILE MERGED
2004/05/28 13:28:38 oj 1.152.38.27: remove some unused things
2004/05/21 10:21:29 oj 1.152.38.26: check for parameterized query and preview
2004/04/27 07:13:33 oj 1.152.38.25: remove unused code
2004/04/19 09:59:52 oj 1.152.38.24: if preview, disable nav controls prior
2004/04/01 11:37:01 oj 1.152.38.23: ongoing work
2004/04/01 10:37:55 oj 1.152.38.22: set cursor before collapsing
2004/04/01 10:22:36 oj 1.152.38.21: select from api call directly
2004/03/15 08:18:16 oj 1.152.38.20: #111075# disable border when in preview mode
2004/03/14 14:49:06 oj 1.152.38.19: ongoing work
2004/03/11 08:59:19 oj 1.152.38.18: #111075# changes for closing
2004/03/08 07:26:55 oj 1.152.38.17: change to new menu layout
2004/03/05 07:11:43 oj 1.152.38.16: #111090# changes for the new prop dialogs
2004/02/27 08:41:04 oj 1.152.38.15: #111075# check for vcl control
2004/02/20 14:39:53 oj 1.152.38.14: #111075# ongoing work
2004/02/20 11:32:24 oj 1.152.38.13: #i25414# extend the datadescriptor for database location and connection resource
2004/02/12 16:20:48 oj 1.152.38.12: #111075# fix refcount problem
2004/01/22 07:31:42 oj 1.152.38.11: #i24210# disable navibar and recordmarker when preview is enabled
2004/01/21 13:07:38 oj 1.152.38.10: #111075# ongoing work
2004/01/02 13:57:58 oj 1.152.38.9: RESYNC: (1.152-1.153); FILE MERGED
2004/01/02 09:54:05 oj 1.152.38.8: #111075# ongoing work
2003/12/17 09:15:56 oj 1.152.38.7: #111075# ongoing work
2003/11/26 12:23:08 oj 1.152.38.6: #111075# ongoing work
2003/11/17 09:43:42 oj 1.152.38.5: #111075# ongoning work
2003/11/05 11:41:06 oj 1.152.38.4: #111075# ongoing work
2003/10/24 06:36:37 oj 1.152.38.3: #i21643# import filter changes
2003/09/18 05:58:02 oj 1.152.38.2: #111075# ongoing work
2003/07/29 12:23:19 oj 1.152.38.1: #111075# insight changes
2004-08-02 14:35:09 +00:00
Kurt Zenker
3b7b73d0ba INTEGRATION: CWS qwizards1 (1.154.10); FILE MERGED
2004/03/19 09:01:43 oj 1.154.10.1: #115937# call query wizard
2004-05-19 12:53:15 +00:00
Jens-Heiner Rechtien
445d3dcdf8 INTEGRATION: CWS dba09 (1.153.42); FILE MERGED
2004/03/24 09:48:10 fs 1.153.42.2: RESYNC: (1.153-1.154); FILE MERGED
2004/03/19 15:29:30 fs 1.153.42.1: #i13497# #i14649# use a multi-line text column when displaying memo fields
2004-05-10 12:05:23 +00:00
Jens-Heiner Rechtien
00785a3326 #i10000#: for scope 2004-03-12 11:11:31 +00:00
Rüdiger Timm
2a1e81c632 INTEGRATION: CWS geordi2q10 (1.152.94); FILE MERGED
2003/11/28 09:43:01 rt 1.152.94.1: #111934#: join CWS dba01pp1
2003-12-01 09:36:47 +00:00
Jens-Heiner Rechtien
eaecbc3e92 INTEGRATION: CWS apps61beta2 (1.148.2); FILE MERGED
2003/04/15 17:09:02 bm 1.148.2.3: RESYNC: (1.148-1.149); FILE MERGED
2003/04/09 08:45:24 oj 1.148.2.2: impl method instead of function isCurrentlyDisplayedChanged
2003/04/04 10:37:15 oj 1.148.2.1: #108620# check if current entry is the changed one
2003-04-28 14:48:34 +00:00
Vladimir Glazounov
2be6e04169 INTEGRATION: CWS dbgmacros1 (1.148.10); FILE MERGED
2003/04/09 10:44:12 kso 1.148.10.1: #108413# - debug macro unification.
2003-04-15 15:03:31 +00:00
Vladimir Glazounov
fde3b755d0 INTEGRATION: CWS dba04 (1.147.2.1.26); FILE MERGED
2003/03/24 11:21:52 oj 1.147.2.1.26.1: #108325# don't share connection with designs
2003-04-11 13:37:54 +00:00
Jens-Heiner Rechtien
84b9a3fe87 INTEGRATION: CWS os7 (1.147.2.1.30); FILE MERGED
2003/03/22 17:22:33 fs 1.147.2.1.30.1: #108018# new property BookmarkSelection in the DataAccessDescriptor service
2003-04-04 16:52:52 +00:00
Jens-Heiner Rechtien
2facbebb88 MWS_SRX644: migrate branch mws_srx644 -> HEAD 2003-03-19 16:57:12 +00:00
Ocke Janssen
031b603d55 #105603# lock solar mutex before using vcl 2002-11-26 10:57:05 +00:00
Frank Schönheit
a159a8da77 #105340# throw an DisposedException in suspend if necessary 2002-11-22 11:47:05 +00:00
Frank Schönheit
6bebe51c4a #105260# frameAction: call the proper base class 2002-11-19 08:29:25 +00:00
Ocke Janssen
474ee49d5f #104698# check if type is querycontainer as well 2002-11-05 07:32:55 +00:00
Ocke Janssen
b17e6be68c #95715# disable pilots when wtriter module is not installed 2002-10-18 09:10:04 +00:00
Frank Schönheit
8a1cc34d28 #103417# new handling for determining the drop-down state of the PASTE slot (ID_BROWSER_CLIPBOARD_FORMAT_ITEMS - disabled by default in the data source browser) 2002-09-24 14:13:36 +00:00
Frank Schönheit
ce7044819f proper boolean state for PASTE slot 2002-09-11 09:00:31 +00:00
Ocke Janssen
1883b28d3f #98293# -openHelpAgent moved to Genericcontroller 2002-08-26 06:52:41 +00:00
Ocke Janssen
2811203172 #99473# change string resource files 2002-08-19 06:32:53 +00:00
Ocke Janssen
cf6a611e83 #100280# new item for report autopilot and enabling it 2002-07-25 06:04:57 +00:00
Ocke Janssen
0215fb71b2 #96306# remove unused helpids and change delete, paste and copy 2002-07-09 06:46:43 +00:00
Ocke Janssen
62121934df #97156# saveData and d&d source corrected 2002-07-08 07:11:22 +00:00
Ocke Janssen
5b0f5f430c #98011# saveData before executing rebuild 2002-06-27 06:32:17 +00:00