Martin Oberhuber
10bed6d007
[cleanup] Remove "implements" use of ISystemMessages
2006-08-25 11:45:38 +00:00
Martin Oberhuber
ecc00ea243
[cleanup] Fix javadoc errors
2006-08-25 09:42:59 +00:00
Martin Oberhuber
d0177e0d64
[cleanup] Fix javadoc errors
2006-08-25 09:37:36 +00:00
Martin Oberhuber
d9a5cc2b10
[cleanup] Fix javadoc @param tags
2006-08-24 19:52:16 +00:00
Martin Oberhuber
0078e83508
[cleanup] document default setting of passwordPersistence caseSensitive
2006-08-24 19:49:56 +00:00
Kushal Munir
63c2eb3f7a
[cleanup] Remove system types not defined from the password persistence extension provider
2006-08-24 19:43:36 +00:00
Martin Oberhuber
6c771c31c4
[cleanup] clean up RSE View definitions in ui/plugin.xml
2006-08-24 18:16:23 +00:00
Martin Oberhuber
49821f8d59
[cleanup] formatting of passwordPersistence in ui/plugin.xml
2006-08-24 18:06:37 +00:00
Martin Oberhuber
b38c10e612
[refactoring] rename newConnectionWizardDelegate -> newConnectionWizardDelegates
2006-08-24 17:42:53 +00:00
Martin Oberhuber
193d12ee70
[refactoring] Rename subsystemConfiguration -> subsystemConfigurations
2006-08-24 17:32:52 +00:00
Martin Oberhuber
f5a69e7fa5
systemTypes: return default icon if no iconLive is configured but a default icon is
2006-08-24 17:12:21 +00:00
Martin Oberhuber
36d695e826
[cleanup] Reinstate icon properties for systemTypes extension point, add documentation, and get rid of obsolete ui.systemtypes declaration.
2006-08-24 17:08:21 +00:00
Martin Oberhuber
e780290bec
[cleanup] better use PDE capabilities for extension point editing
2006-08-24 16:37:42 +00:00
Martin Oberhuber
5d23fe954d
[cleanup] Review *.exsd schemas for incorrect references, fix some names along the way
2006-08-24 14:34:20 +00:00
David McKnight
cb9c15e29a
double-click file download using background job
2006-08-23 16:55:36 +00:00
David McKnight
0698e1f803
container adapter needs handleDoubleClick always called for table
2006-08-23 15:57:35 +00:00
David McKnight
d2fcb558d4
fix for 149785. Confine allowed port range to daemon-specified range.
2006-08-21 15:17:21 +00:00
Martin Oberhuber
86d4ecf177
Fix team view property page
2006-08-18 21:46:42 +00:00
Martin Oberhuber
ab48d5ac32
[cleanup] improve documentation of new SubSystemProxyComparator
2006-08-18 07:45:26 +00:00
Kushal Munir
c0d3e5773d
Bug 149280: Provide a "priority" attribute to be able to order subsystem configurations.
2006-08-18 07:07:55 +00:00
David Dykstal
80fc326d06
bug 153253 - Fixed the synchronization between the DOM writing job and the export to the DOM. Made the PropertyFileProvider a bit more resilient when reading the persistent form. Fixed the SystemFilterPool to mark itself dirty when changed. Minor formatting changes to SystemNewFilterWizard and SubSystem.
2006-08-17 22:40:47 +00:00
David McKnight
83f451321b
fixes for 154207 - propagating system message expcetions from service layer to subsystem
2006-08-17 18:34:46 +00:00
David Dykstal
ef8791b9f2
bug 153253 - formatting to facilitate debug
2006-08-17 17:47:13 +00:00
David Dykstal
59801af006
bug 153253 - formatting to facilitate debug
2006-08-17 16:29:41 +00:00
David Dykstal
49f98cb4f0
bug 153253 - adjust logging, some debug setup
2006-08-17 16:09:21 +00:00
David Dykstal
8736eb5150
bug 142471 - cleaned up javadoc
2006-08-17 15:50:20 +00:00
David Dykstal
9a39dc828e
bug 142471 - allow an empty string password to be saved if a password is not required by the connector service.
...
Also cleaned up javadoc.
2006-08-17 15:35:39 +00:00
David Dykstal
87ab2d2c07
[cleanup] formatted and added javadoc in preparation for debugging
2006-08-17 13:47:56 +00:00
Martin Oberhuber
d2920086dc
[cleanup] remove IBM strings from plugin.xml
2006-08-17 13:20:01 +00:00
Kushal Munir
6787dbd195
[cleanup] Refactoring RSE model objects
2006-08-16 08:03:00 +00:00
David Dykstal
f13adf6055
bug 142471 - moved password/userid configuration from ISubSystemConfiguration to IConnectorService.
...
Updated all subsystem configurations and connector services.
Rewrote login dialog to make password or user id optional.
Rewrote AbstractConnectorService.promptForPassword to take advantage of new configuration parameters.
2006-08-15 22:07:27 +00:00
David McKnight
32b87089e1
error display when failed connect on deferred query
2006-08-14 16:10:00 +00:00
David Dykstal
0c168cc659
bug 149117 - fixing nasty bug introduced for property writing
2006-08-11 22:22:45 +00:00
David Dykstal
1f855d1fb2
bug 149117 - remove prints to stdout from the PropertyFileProvider
2006-08-11 21:58:55 +00:00
Kushal Munir
b6714d9ff9
[cleanup] Some of the classes for persistance moved from org.eclipse.rse.ui plugin to org.eclipse.rse.core plugin. This is part 1 of more changes to come.
2006-08-11 20:50:54 +00:00
David McKnight
bc6a937f0b
don't assume service subsystem configuration
2006-08-11 18:54:37 +00:00
Kushal Munir
df5ce0c379
[cleanup] Classes for filter referencing and referenced filters have moved from org.eclipse.rse.ui plugin to org.eclipse.rse.core plugin
2006-08-11 14:58:48 +00:00
David Dykstal
fb30c9539c
bug 142471 - updated ISubSystemConfiguration interface to allow for not having a password.
2006-08-10 14:22:04 +00:00
Martin Oberhuber
d94d5ac9f3
[cleanup] Rename Subsystem -> SubSystem in all method and class names
2006-08-10 12:52:38 +00:00
Martin Oberhuber
c129e89e79
Workaround bug 153253 - NPE when importing connection-private filters
...
The bug used to stop the entire process of restoring connections. With the workaround, only the filter is missed, but the rest is imported correctly. It might be a good idea to put similar try..catch constructs around all critical parts of the importer, in order to shield problems in some connections from others connections.
2006-08-09 09:42:46 +00:00
David McKnight
d8e53e6b2f
make sure server launcher properties are stored when modified from wizard
2006-08-08 19:45:42 +00:00
David McKnight
f2e6f47b3f
removed unused property strings
2006-08-08 13:17:03 +00:00
David McKnight
5ab5c04a65
watch exception when getting shell
2006-08-08 13:01:51 +00:00
David Dykstal
25deb8be8d
bug 149331 - Change some internal classes from public to private so they don't show up in the API reference. Modified tutorial and example to use ISystemFilter instead of SystemFilter.
2006-08-07 19:28:45 +00:00
David Dykstal
96842affa0
bug 150904 - getIconPath was changed back to providing the trailing "/".
...
All code using getIconPath (including samples and tutorials) was checked to ensure this was taken into account.
2006-08-07 15:45:56 +00:00
David McKnight
d3b837471f
Bug 142968 - more IBM strings to change
2006-08-02 14:53:24 +00:00
David McKnight
59468c61ba
Bug 142968 - more IBM strings to change
2006-08-02 14:34:36 +00:00
David McKnight
6bae465c8c
Bug 149133 - adding rules so that the same file can not be concurrently transferred
2006-08-02 14:33:05 +00:00
David McKnight
a9b455c205
delete when the parent is the tree itself
2006-08-01 18:33:23 +00:00
David Dykstal
836e33b3fe
bug 149331 - moving AbstractResource to an API package from an internal package so that it appears as part of the API.
2006-08-01 16:36:47 +00:00