1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-24 17:35:35 +02:00
Commit graph

423 commits

Author SHA1 Message Date
Martin Oberhuber
51093e5a56 Add Copyright Attribution for Wind River Patch 2006-10-24 13:54:21 +00:00
Martin Oberhuber
a18756b306 [cleanup] IBM-supplied --> predefined 2006-10-24 13:41:38 +00:00
Martin Oberhuber
38fba7df2e Add Copyright Attribution for Wind River Patch 2006-10-24 13:36:57 +00:00
David McKnight
505f66e7de fix for Bug 161840 2006-10-23 17:18:03 +00:00
David McKnight
a1cc2c6641 fix for Bug 161936 2006-10-23 14:47:30 +00:00
David McKnight
962e32e92c fix for Bug 161841 2006-10-23 14:10:56 +00:00
David McKnight
38db57e05c Bug 160777 - use progress monitor for queries 2006-10-20 20:24:48 +00:00
David Dykstal
0399cb777f Bug 158296 - corrected preference pages and help
Remote Systems - removed description, linked F1 to correct control
Communications - removed description, linked F1 to correct control
File Cache - removed superfluous instructions and description, improved help, changed button text to include "cached files", made note at the bottom a read-only text field.
Files - removed description, linked F1 to correct control
Logging - removed description
Passwords - removed description
SSL - changed description to read-only text field
2006-10-19 21:32:49 +00:00
David McKnight
6ab5025b7c Bug 160284 -on delete event mark the container as stale to get proper refresh in table 2006-10-19 18:52:31 +00:00
David McKnight
adde5c1eda fix for Bug 160186 2006-10-18 17:16:54 +00:00
David McKnight
efc91cccaa fix for Bug 160285 2006-10-18 15:48:38 +00:00
David Dykstal
384f1177a9 [cleanup] added comment about using height hints in dialogs - accessibility impact 2006-10-17 16:32:01 +00:00
David McKnight
5a0ab16969 don't use job when on main thread 2006-10-11 18:49:19 +00:00
David McKnight
2077b763ea more table-tree view issues 2006-10-11 16:40:24 +00:00
David Dykstal
08d0150b25 Bug 160353 - removed read and dispatch from background connection job. 2006-10-11 16:15:54 +00:00
David McKnight
3c048f23c4 null pointer check 2006-10-11 15:28:19 +00:00
Kushal Munir
46c9cb3331 Bug 154524: Local node is shown in RSE even though the Local subsystem is not installed 2006-10-11 14:29:04 +00:00
David McKnight
ca38d431a1 merge from 7.1 rse fix 2006-10-10 18:34:00 +00:00
David McKnight
a8b41f73cb Bug 160111. Support deferred queries in monitor view so that we don't have to wait for job completion via Subsystem.scheduleJob(); 2006-10-10 18:00:38 +00:00
David McKnight
f48c0a5007 fix for Bug 160084 2006-10-10 16:32:36 +00:00
David Dykstal
aade4c37ca Bug 160195 - provide a workaround by capitalizing the name using a locale that preserves the letter identity as specified in RFC1035. 2006-10-10 02:00:29 +00:00
David Dykstal
41f5e596c8 Bug 160115 - added a check for null config when resolving a proxy. 2006-10-09 21:29:30 +00:00
Martin Oberhuber
3309644d96 Switch to UTF-8 encoding in order to fix nightly builds on Linux with u-accent character 2006-10-07 22:47:24 +00:00
David Dykstal
35796f38ef [cleanup] copyright 2006-10-06 14:56:35 +00:00
David McKnight
fd1f09c895 position to fix for monitor view 2006-10-06 14:17:31 +00:00
David McKnight
193efba3ab fix for Bug 159962 2006-10-06 14:11:30 +00:00
David McKnight
4b7bfac9e8 fixing copyrights 2006-10-06 13:46:15 +00:00
David McKnight
87a2136876 handle cancel connect when launching shell - Bug 158869 2006-10-03 17:36:25 +00:00
David McKnight
3e83efc143 fix for Bug 159084 2006-10-03 17:24:38 +00:00
Kushal Munir
d94dace5b6 The port inheritable entry field does not remember the inheritable text because the text could not be set as it was rejected by the numeric verifier (the inheritable text is not all numeric). 2006-09-29 22:38:45 +00:00
David McKnight
69a9ef0ecb null shell to show password dialog 2006-09-28 17:44:43 +00:00
David McKnight
0ddebeff27 use platformui to get workbench 2006-09-28 16:55:15 +00:00
David McKnight
52fcfc02c6 Fix for Bug 158979. The RSE error display dialog needs to be shown on main thread. 2006-09-27 20:12:50 +00:00
David McKnight
5c91a2c0f4 change shell colours 2006-09-27 16:45:53 +00:00
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