1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-31 12:13:34 +02:00
Commit graph

239 commits

Author SHA1 Message Date
Javier Montalvo Orus
2a2d134440 Bug 158555 - newConnectionWizardDelegates can only be used once 2006-09-26 15:18:33 +00:00
David McKnight
675ec536ee monitor view disposal - hack for case where dispose() is not called before event 2006-09-25 16:20:05 +00:00
David McKnight
5690fb529b monitor view disposal - hack for case where dispose() is not called before event 2006-09-25 16:19:50 +00:00
David McKnight
a787626325 proper monitor view disposal 2006-09-25 16:12:09 +00:00
David McKnight
e7efe65acd proper monitor view disposal 2006-09-25 15:58:45 +00:00
David Dykstal
b5d31337af [cleanup] removed message stack implementation since stack was only two deep 2006-09-25 13:53:54 +00:00
David Dykstal
296ae8054f Bug 158320 - An API call has been added to RSEUIPlugin to set and retrieve a setting for logging. The default is to not log these messages. 2006-09-22 21:31:45 +00:00
David Dykstal
22e7a51e6b Bugs 158305 and 158333 - Removed unrestricted stacking behavior for message lines and fixed vertical space on resize.
The message line now behaves according to specification. Messages are of two types: error and non-error. Both may be set. Error messages have precedence in the display.
2006-09-22 20:23:36 +00:00
David Dykstal
cc3a724d41 [cleanup] format 2006-09-22 15:46:18 +00:00
David Dykstal
6c68f75c6a Bug 154408 - The fix is to clear the message line prior to validating the dialog. 2006-09-21 21:59:08 +00:00
Martin Oberhuber
73b3ab6e1d Fix server.sh for Solaris (Bourne Shell doesnt understand export x=y) 2006-09-21 21:26:09 +00:00
David Dykstal
7e0a48a36e Bug 158180 - Forward reference logic fixed in SystemFilterPoolReference. Since there may actually be valid broken references cases were added to handle those as well. 2006-09-21 17:26:40 +00:00
David Dykstal
f3510bfea4 Bug 153255 - replaced the Policy.bind that was being used with a constant string from SystemViewResources. 2006-09-21 16:59:52 +00:00
Martin Oberhuber
bfff4538ef Remove all traces of rseConfigDefaults extension point. Update build notes. 2006-09-21 08:35:46 +00:00
Martin Oberhuber
56d3e077e9 Remove all traces of passwordPersistence extension point 2006-09-21 08:25:27 +00:00
Martin Oberhuber
7e823836c8 Unify and externalize plugin providerName = Eclipse.org 2006-09-20 22:05:39 +00:00
David Dykstal
e172a89cb4 [cleanup] javadoc 2006-09-20 20:47:13 +00:00
David Dykstal
7d7e7cdde5 Bug 153255 - enabled creation of new profiles as a side effect of this bug 2006-09-20 17:40:34 +00:00
Kushal Munir
fc061adb0a [refactoring] Remove password persistence extension point 2006-09-20 14:54:09 +00:00
David Dykstal
e8c6ee58df [cleanup] format and javadoc 2006-09-20 14:44:54 +00:00
Kushal Munir
0038d5ee15 Remove rseConfigDefaults and instead have System properties 2006-09-20 14:34:46 +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
068d19c73a [cleanup] javadoc 2006-09-19 22:46:58 +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
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
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
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
David McKnight
c2c9afef9b part of fix for 153652. Allowing drag and drop from RSE to navigator 2006-09-11 14:39:35 +00:00
Martin Oberhuber
7282dc4cad Fix build pathes of persistence/ after refactoring 2006-09-08 13:46:03 +00:00
David McKnight
24a95320d3 fix for 156379 2006-09-06 17:12:05 +00:00
David McKnight
8218105081 get rid of subsystem calls with Shell parameters 2006-09-05 17:03:39 +00:00
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
b21ec93769 rse.ui to rse.core refactoring 2006-08-31 17:47:36 +00:00
David McKnight
cc82106cdf rse.ui to rse.core refactoring 2006-08-31 17:43:13 +00:00