Martin Oberhuber
aa0736b499
Add missing copyrights
2006-09-20 11:53:43 +00:00
Martin Oberhuber
b195cde6ad
Update Copyright Dates
2006-09-20 11:50:36 +00:00
Kushal Munir
fc4f9921d5
Bug 139207: Browsing into some remote tar archives via dstore fails, and crashes the dstore server. This only occurred for tars generated on Windows and the problem was with reading the last entries in the tar archive which are different when generated on Windows than on Linux. The tar format does not specify how archives should end, though it does recommend a certain format. The problem was fixed by making our code more robust when it comes to handling end of archive entries.
2006-09-20 11:34:25 +00:00
Martin Oberhuber
3f3351fdcf
Add missing copyrights
2006-09-20 11:28:06 +00:00
Martin Oberhuber
99b985c596
Update Copyright Dates
2006-09-20 11:27:51 +00:00
Martin Oberhuber
18057c62e3
Add missing copyrights
2006-09-20 11:19:58 +00:00
Martin Oberhuber
225d6fab64
Add missing copyrights
2006-09-20 11:10:04 +00:00
Kushal Munir
e48cab0482
Bug 147548: NullPointerException when trying to kill a process. Changed the message file name to something more appropriate which fixes the problem.
2006-09-20 09:45:36 +00:00
Martin Oberhuber
d304bf2c90
Add missing copyrights
2006-09-20 09:23:01 +00:00
David Dykstal
ba6ce77827
bug 157930 - reference to the originating viewer was not being set in the constructor for the job
2006-09-20 02:09:38 +00:00
David Dykstal
70809f5f59
[cleanup] added some observability to track filter pool reference lifecycle
2006-09-20 02:05:52 +00:00
David Dykstal
c932705105
[cleanup] commented out superfluous shell references, rewrote runnablecontext support
2006-09-20 02:03:22 +00:00
David Dykstal
e97fb98f5f
[cleanup] format and javadoc
2006-09-20 00:32:43 +00:00
David Dykstal
e2129044ea
[cleanup] format and javadoc
2006-09-20 00:27:37 +00:00
David Dykstal
2ffdfb8aff
[cleanup] format and javadoc
2006-09-20 00:14:35 +00:00
David Dykstal
068d19c73a
[cleanup] javadoc
2006-09-19 22:46:58 +00:00
Martin Oberhuber
e30fe6981c
Externalize Strings on remotecdt
2006-09-19 21:57:14 +00:00
Martin Oberhuber
e9a568db01
Apply patch for bug 157426 - Remote CDT Launch Improvements by Ewa M
2006-09-19 21:31:22 +00:00
David Dykstal
53d4619a2e
[cleanup] format
2006-09-19 20:52:21 +00:00
David Dykstal
caba3b3826
[cleanup] imports
2006-09-19 15:52:07 +00:00
David Dykstal
408451566e
[cleanup] format and javadoc
2006-09-19 15:51:12 +00:00
David Dykstal
cb9c4eb6cc
bug 157719 - Moving transient message processing to expand time.
...
Instead of removing transient messages (the empty list is one of these) on collapse, we now remove them just prior to expand. This allows the expand/collapse indicators to be be correct when viewing the tree.
2006-09-19 02:00:25 +00:00
David McKnight
7eee05d6c0
call connect(boolean) instead of connect() when in the connectnoshelljob
2006-09-18 20:24:14 +00:00
David Dykstal
daa1d12771
[cleanup] format and javadoc
2006-09-15 20:05:08 +00:00
David Dykstal
3c00fb249e
[cleanup] format and javadoc
2006-09-15 19:59:01 +00:00
David Dykstal
88d784e901
[cleanup] format
2006-09-15 19:56:02 +00:00
David Dykstal
e609ef3517
[cleanup] format and javadoc
2006-09-15 19:43:50 +00:00
David Dykstal
bfd81e0d2c
[cleanup] format and javadoc
2006-09-15 19:36:18 +00:00
David Dykstal
af8cff0f20
[cleanup] format and javadoc
2006-09-15 19:15:28 +00:00
David Dykstal
68d8ec8366
bug 150949 - Removed the public "debug" setting. It can now only be used when in a development environment. It generates far too many messages to be useful in a production setting.
2006-09-14 22:14:21 +00:00
David Dykstal
cede258b82
bug 157398 - Fixed PropertyFileProvider to collapse filter pools and hosts into a single file of properties for them and their children. Renamed the attributes so that the files are ordered a bit nicer. All changes are upward compatible - old persistent forms are still recognized.
2006-09-14 21:33:31 +00:00
Kushal Munir
b97896b61b
Add F1 for search view toolbar and menu actions
2006-09-14 21:30:00 +00:00
David McKnight
fa18bd792c
dont' mark a container stale in the table provider (let the refresh action take care of that) fix for 149188
2006-09-14 20:41:22 +00:00
David Dykstal
2e7912869b
bug 142743 - Problem was located in Host. It was not tagging itself as dirty for certain attribute changes. Moreover, it must also tag the containing SystemHostPool. The persistence framework has been fixed to allow changes in one object to propagate to another and Host now takes advantage of this.
2006-09-14 18:57:10 +00:00
David McKnight
d5b99ef295
fix for getParentPath
2006-09-14 16:39:56 +00:00
David McKnight
9437e74f89
static method call warning fix
2006-09-13 14:41:06 +00:00
Kushal Munir
98f45d6697
[refactoring] Remove the rseConfigDefaults extension point and replace the properties with system properties that can be specified through config.ini
2006-09-13 14:06:52 +00:00
Kushal Munir
8e58727598
[refactoring] Remove the rseConfigDefaults extension point and replace the properties with system properties that can be specified through config.ini
2006-09-13 13:27:42 +00:00
David McKnight
23ab7d6343
don't show tabs on wiz page where there's only 1 property page
2006-09-12 18:39:55 +00:00
Javier Montalvo Orus
07ba899f07
Discovery listed in wizard
2006-09-12 17:31:31 +00:00
David McKnight
7b48b49495
fix for 153638
2006-09-11 16:39:52 +00:00
David McKnight
c2c9afef9b
part of fix for 153652. Allowing drag and drop from RSE to navigator
2006-09-11 14:39:35 +00:00
Javier Montalvo Orus
fa560a97d7
Updated RSE plugin references
2006-09-08 14:27:50 +00:00
Martin Oberhuber
7282dc4cad
Fix build pathes of persistence/ after refactoring
2006-09-08 13:46:03 +00:00
Javier Montalvo Orus
c9f749182e
Initial population
2006-09-07 12:14:58 +00:00
Javier Montalvo Orus
782cb9ad70
Initial population
2006-09-07 12:01:07 +00:00
Javier Montalvo Orus
c7460a86e4
Add .cvsignore
2006-09-07 11:52:56 +00:00
Javier Montalvo Orus
f260a66414
Initial commit of org.eclipse.tm.discovery.model
2006-09-07 10:56:00 +00:00
Javier Montalvo Orus
2caf3b1e8a
Removed specific JVM
2006-09-07 10:31:26 +00:00
Javier Montalvo Orus
8db77b451d
Initial commit of org.eclipse.tm.discovery.engine
2006-09-07 10:07:03 +00:00