1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-13 03:55:22 +02:00
Commit graph

2733 commits

Author SHA1 Message Date
Kushal Munir
53cfed7107 If you right click on a shell in the Remote Systems view and select Remove Shell, there is a null pointer exception in the log. This fix gets rid of the null pointer exception. 2006-10-18 13:32:39 +00:00
David Dykstal
fadb48867c Bug 158298 - added group box around radio buttons.
Screen readers now read the text of the group box which they did not before.
2006-10-17 23:14:14 +00:00
Kushal Munir
9ed1931025 Bug 158283: NPE on drag&drop in minimal install 2006-10-17 20:47:02 +00:00
David Dykstal
384f1177a9 [cleanup] added comment about using height hints in dialogs - accessibility impact 2006-10-17 16:32:01 +00:00
Javier Montalvo Orus
a35ee51bd0 Fixing 161211 - Cannot expand /pub folder as anonymous on ftp.wacom.com 2006-10-17 13:40:53 +00:00
David McKnight
07421cba57 Bug 160788 fix and additional changes to make "open with->" occur as cancellable job 2006-10-13 16:14:28 +00:00
David McKnight
1cd962c374 160559 fix 2006-10-12 20:08:57 +00:00
David McKnight
f38e3e0581 potential fix for 160294 - check for input before updating action states 2006-10-11 20:00:15 +00:00
David McKnight
74a7f2d59e Bug 160353 - avoid readAndDispatch. This method should always be called on secondary thread anyway 2006-10-11 19:45:10 +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 Dykstal
bb659455ce [cleanup] comment on connect. 2006-10-11 15:50:17 +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
b6686f4aec attempt to fix 160294 without having solaris 2006-10-11 01:09:45 +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
31af8d1443 Bug 160168 - add an FTP Only system type 2006-10-08 23:04:12 +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
629f9cdcd6 [cleanup] fix accented characters in comments 2006-10-06 18:48:31 +00:00
David Dykstal
35796f38ef [cleanup] copyright 2006-10-06 14:56:35 +00:00
Javier Montalvo Orus
80f04f8b97 Migrate to jakarta commons net FTP client 2006-10-06 14:45:47 +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
9abd43d037 reduce the decorating of files 2006-10-05 18:55:02 +00:00
David McKnight
c458020bdc fix problem with connecting to ssl server that randomly occurs returning "null" for connect status. 2006-10-05 18:27:38 +00:00
David McKnight
1259a9792f no need to interpret path on env var 2006-10-04 18:15:27 +00:00
David McKnight
73241e5bd6 fix for case where line is not a line 2006-10-04 18:03:54 +00:00
David McKnight
634009cabd remove print 2006-10-04 14:55:49 +00:00
Kushal Munir
d02d7eb162 Bug 158530: NullPointerException if dstore fails to connect. This applies to both remote file and processes subsystems. Although the user does not see any messages as a result, we should not get null pointer exceptions. Solution is to handle the case of not being connected when resolving filters. 2006-10-04 14:39:45 +00:00
David McKnight
e2103b07ad Bug 153270 - and some open line problems 2006-10-04 14:27:26 +00:00
David McKnight
24eafa3895 don't rename with new aboslute path if the name is correct 2006-10-03 19:50:15 +00:00
David McKnight
74251b6f18 fix for Bug 153277 + handling of shell toolbar contributions 2006-10-03 18:43:51 +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
94fc5f01e8 Bug 158981: Local drives show up in lowercase 2006-10-03 04:54:24 +00:00
David Dykstal
e8d6b5d887 Bug 158295 - initial integration 2006-10-02 18:45:39 +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
63e937b573 catch refreshLocal scoping rule exception so that operation completes 2006-09-29 14:37:22 +00:00
David McKnight
1118888cb2 handling for bad name 2006-09-28 19:55:51 +00:00
David McKnight
a8d3bd2712 when transfering os resources for files, the system type should be considered the same. Bug#: 153652 2006-09-28 17:55:52 +00:00
David McKnight
69a9ef0ecb null shell to show password dialog 2006-09-28 17:44:43 +00:00
Kushal Munir
c5341d32ff String applies to the writable property, not the readable property 2006-09-28 17:14:56 +00:00
David McKnight
b06a47ad46 open error dialog on main thread 2006-09-28 17:08:41 +00:00
David McKnight
0ddebeff27 use platformui to get workbench 2006-09-28 16:55:15 +00:00