David McKnight
b4a63e3cc4
get rid of subsystem calls with Shell parameters
2006-09-05 16:22:14 +00:00
Kushal Munir
692138a429
[refactoring] Separate UI dependencies from ISystemRegistry. A new interface ISystemRegistryUI now contains methods that have UI dependencies.
2006-08-31 21:39:34 +00:00
David McKnight
cc82106cdf
rse.ui to rse.core refactoring
2006-08-31 17:43:13 +00:00
Martin Oberhuber
142328f173
[refactoring] move 16 model objects from UI/rse.model to rse.core.model, ix compiler warnings along the way.
2006-08-31 12:21:36 +00:00
Martin Oberhuber
6b26a0a792
[cleanup] fix 'local variable/field is never read' compiler warnings
2006-08-29 12:08:16 +00:00
Martin Oberhuber
01ee127fef
[cleanup] fix 'local variable/field is never read' compiler warnings
2006-08-29 11:19:31 +00:00
Martin Oberhuber
11b1b3ffb5
[cleanup] fix 'local variable/field is never read' compiler warnings
2006-08-29 10:01:39 +00:00
Martin Oberhuber
a4349288d1
[cleanup] fix 'local variable/field is never read' compiler warnings
2006-08-29 09:43:23 +00:00
Martin Oberhuber
623267a0ad
[cleanup] Fix compiler warnings
2006-08-29 07:46:51 +00:00
Martin Oberhuber
3479b29549
[cleanup] Fix compiler warnings
2006-08-25 17:02:07 +00:00
Martin Oberhuber
4009b3cc5d
[cleanup] Fix compiler warnings
2006-08-25 16:27:52 +00:00
Martin Oberhuber
19c4a999c3
[cleanup] Fix compiler warnings
2006-08-25 15:12:37 +00:00
David McKnight
400065dc6a
fixes for 154302 - relaying exceptions back from fetch operations
2006-08-25 13:49:00 +00:00
Martin Oberhuber
a770fcce43
[cleanup] Remove "implements" use of ISystemMessages
2006-08-25 11:24:19 +00:00
David McKnight
cb9c15e29a
double-click file download using background job
2006-08-23 16:55:36 +00:00
David McKnight
5c5121a9ed
double-click file download using background job
2006-08-23 16:53:33 +00:00
David Dykstal
7f3551e958
bug 149472 - moved the RemoteFileException hierarchy to org.eclipse.rse.services.files package.
...
Here it can be exploited directly by the services.
Hardcoded the SystemMessage creation for now. This will be changed when the message file DTD is moved and message file utilities are created.
Fixed javadoc where appropriate.
2006-08-16 16:31:36 +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
d507b8b380
fix for 149186 - prevent upload during download via "ignore file" for temp file listner
2006-08-10 13:07:39 +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
1f3cf11369
Remove unnecessary check after instanceof
2006-08-08 08:34:20 +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 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
Kushal Munir
8dcdc17ebc
Bug 149150
2006-08-01 19:14:04 +00:00
David McKnight
27746a536e
SubSystemFactory -> SubSystemConfiguration
...
Fix for Defect 150496
2006-07-31 16:21:36 +00:00
Martin Oberhuber
06b4d2269c
Fix some obvious javadoc warnings (733 remaining)
2006-07-27 12:16:36 +00:00
Martin Oberhuber
cbbf547366
Organize Imports: Remove unnecessary imports
2006-07-27 11:16:12 +00:00
Martin Oberhuber
6e9bacb11b
bug 145539 - update about.html files. Note the trademark info in ssh plugins.
2006-07-25 16:00:51 +00:00
David McKnight
7128ff317a
getting rid of ibm strings
2006-07-14 16:15:19 +00:00
David McKnight
baf42cfefc
remove printlns
2006-06-30 20:33:49 +00:00
David Dykstal
3769d89efc
fix method spelling "verbage" to "verbiage"
2006-06-28 02:52:02 +00:00
David McKnight
be40636e0e
get workbench fix
2006-06-21 17:37:07 +00:00
David Dykstal
d4a47be7c0
updating comments
2006-06-14 18:55:40 +00:00
David McKnight
99f5c1b2bd
small bug fixes
2006-06-14 15:53:25 +00:00
David McKnight
39601be439
when deciding to use cached file, make sure the file transfer mode hasn't changed
2006-06-01 22:23:13 +00:00
David McKnight
f1fadfdab5
no display on worker job
2006-05-31 19:28:15 +00:00
David McKnight
afba103bf3
no shells cause this happens on worker thread
2006-05-31 17:00:18 +00:00
David McKnight
6ed9345743
drag and drop transfer operations now use Worker jobs instead of UI jobs. Allows for better ui responsiveness and concurrent operations.
2006-05-31 14:34:29 +00:00
David McKnight
d8c46828d7
support for filter references as target of move/copy actions. Defect 142309
2006-05-23 16:18:43 +00:00
David McKnight
ced39e2118
can't fire refresh events on non-ui job. Otherwise this causes an SWT thread access exception.
2006-05-23 13:29:41 +00:00
Kushal Munir
d8a545eda2
Bug 142185: incorrect validation in New File Filter wizard
2006-05-18 17:14:36 +00:00
David McKnight
fb1d039fb2
change to use SystemRemoteFolderDialog instead of SystemSelectRemoteFileOrFolderDialog since it picks up defined filters. Fix for 141829.
2006-05-16 19:31:34 +00:00
David McKnight
b5841705a9
transfer does not require archive management support - fix for 141818
2006-05-16 19:11:04 +00:00
David McKnight
63adc5df50
fix for bug 138892
2006-05-15 16:12:39 +00:00
David McKnight
4ca08f2627
get workbench from platformui
2006-05-15 14:57:34 +00:00
David Dykstal
1c0ba6102a
Updating about.html files to new format.
2006-05-04 16:38:59 +00:00
David Dykstal
1d892b3fc4
Creating SDK feature, fixing feature branding, adding qualifiers to elements.
2006-05-01 22:53:53 +00:00
David McKnight
6701ea687a
classify and decorate using raw description
2006-04-28 17:44:57 +00:00
David Dykstal
79ec2c1a87
Jar up the entire plugin.
2006-04-25 21:19:05 +00:00