1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-04 15:45:25 +02:00
Commit graph

1297 commits

Author SHA1 Message Date
Michael Scharf
bd9ceb5cba properties are part of the binary distribution 2006-12-01 14:49:33 +00:00
Michael Scharf
c3b5c3d28b removed comm dependency 2006-12-01 14:47:42 +00:00
Michael Scharf
3ee369fe6a bug 165177: split the plugin into the terminal view and connection contributions 2006-12-01 03:08:19 +00:00
David McKnight
4d5da5e72c [166302] - fix to account for readonly files 2006-11-30 18:51:09 +00:00
David McKnight
1b897cc78d [160353] use Job rather than UI job for download to editor 2006-11-29 20:49:05 +00:00
David McKnight
71b765ec1a removing old source 2006-11-29 20:47:37 +00:00
Martin Oberhuber
078d44db9d Dont use 64-bit jvm on build.eclipse.org after SLES10 upgrade 2006-11-29 17:43:36 +00:00
David McKnight
dee5c721fc [163381] fix so that duplicates of different hosts are not added in systems view 2006-11-29 17:18:52 +00:00
Martin Oberhuber
40f384cc0f Force J2SE-1.4 EE, fix compiler warnings, rev up version numbers to 1.0.1 2006-11-29 10:14:02 +00:00
Kushal Munir
3665ea9c49 Remove compile and javadoc warnings 2006-11-29 03:35:53 +00:00
Kushal Munir
c159c4a582 Remove compile and javadoc warnings 2006-11-29 03:04:10 +00:00
Martin Oberhuber
2439196220 Rev up all version numbers to 1.0.1 because the RequiredExecutionEnvironment changed 2006-11-28 18:05:08 +00:00
Martin Oberhuber
a0dab58c44 Force J2SE-1.4 compatibility on all plugins by
- adding .settings/org.eclipse.jdt.core.prefs
- adding .classpath/JRE_LAUNCHING_CONTAINER
- adding MANIFEST.MF/Bundle-RequiredExecutionEnvironment
2006-11-28 17:56:01 +00:00
David McKnight
0ee5f80598 removing dstore compiler warnings 2006-11-28 17:26:32 +00:00
Martin Oberhuber
11098079b2 [cleanup] compiler warnings 2006-11-28 17:15:04 +00:00
David McKnight
9231857606 removing dstore compiler warnings 2006-11-28 17:12:01 +00:00
Martin Oberhuber
ba9a89c968 [cleanup] compiler warnings 2006-11-28 15:57:20 +00:00
Martin Oberhuber
712899c35c [cleanup] compiler warnings 2006-11-28 14:01:11 +00:00
Martin Oberhuber
4894b3e8a6 [cleanup] compiler warnings 2006-11-28 13:43:46 +00:00
Martin Oberhuber
55e2d369e5 [cleanup] compiler warnings 2006-11-28 13:28:50 +00:00
Martin Oberhuber
9f85f90d7a [cleanup] compiler warnings invalid javadoc as protected 2006-11-28 13:23:19 +00:00
Martin Oberhuber
9f1a6edba5 Add generated build notes 2006-11-28 13:09:10 +00:00
Martin Oberhuber
b9faa94ba3 Release 148978 (Linux empty folder display), 164118 (moved file not under filter), Discovery dependency for EMF 2.3 2006-11-28 13:04:17 +00:00
David McKnight
c42d357e71 [164118] - fix for moved file not showing under filter - problem is that target filter needs to be invalidated during the copy/move operation 2006-11-27 19:11:24 +00:00
David McKnight
9910ab7073 [164118] - fix for moved file not showing under filter - problem is that target filter needs to be invalidated during the copy/move operation 2006-11-27 18:47:13 +00:00
David McKnight
94e0ef912d [148978] fix so that empty folders show as having been queried on linux clients 2006-11-27 16:09:37 +00:00
Martin Oberhuber
5deeba081e Allow any EMF 2.x in order to be compatible with 2.3.0 which comes with the Eclipse 3.3 stream 2006-11-27 10:33:57 +00:00
Martin Oberhuber
e4421fddfd Allow any EMF 2.x in order to be compatible with 2.3.0 which comes with the Eclipse 3.3 stream 2006-11-27 10:32:18 +00:00
Martin Oberhuber
5a945afdbc [cleanup] Fix Javadoc Warnings 2006-11-27 09:07:52 +00:00
Martin Oberhuber
86b044d99c [164520] Use SelectionListener instead of Listener to handle dbl click in New Wizard in a more platform neutral way 2006-11-27 08:56:30 +00:00
Martin Oberhuber
8e856c7e0b Release 162994 (NPE on cancel move), 164202 (connect running dstore server), 164293 (progress on dl to editor), 164520 (New wizard dblclick), 164632 (dependencies to debug.core), 164642 (classcast on print shell) 2006-11-27 08:34:54 +00:00
David McKnight
7dd1b2c44f removing print 2006-11-24 17:24:08 +00:00
David McKnight
59bbd5c737 null check fro client ticket too 2006-11-24 17:12:59 +00:00
David McKnight
65d3ddee66 [164293] need to beginTask in order to see progress for dstore file service download 2006-11-24 16:30:48 +00:00
Kushal Munir
cbebc7c1cb [164520] New Connection Wizard should perform "Next" on dbl clicking a system type 2006-11-23 22:30:29 +00:00
David McKnight
7879959bac [162994] should not try refreshing cancelled copy/move 2006-11-23 22:08:47 +00:00
David McKnight
29a42ceef1 [164202] fix for manual connection - need to handle null ticket case 2006-11-23 17:55:25 +00:00
David McKnight
410d9913e1 [164202] fix for manual connection - need to handle null ticket case 2006-11-23 17:54:01 +00:00
David McKnight
a34b4ba7d3 [164632] removing debug.core dependency 2006-11-23 14:18:03 +00:00
David McKnight
3fe6a93c53 no need for opening workspace file code since this is no longer exposed for remote errors. 2006-11-23 14:13:26 +00:00
David McKnight
9e05e8e91b [164642] fix for class cast exception 2006-11-23 14:04:20 +00:00
Martin Oberhuber
51cc15b8a4 Slight update of Javadoc for IHostFile 2006-11-23 11:00:43 +00:00
Martin Oberhuber
117e293be0 Release [159965] fix for subset problem 2006-11-23 09:42:39 +00:00
David McKnight
afa03fabe0 [159965] fix for subset problem 2006-11-22 16:42:15 +00:00
Martin Oberhuber
40587bb556 Release workaround to not sign or pack nested jars until bug [163421] is resolved 2006-11-22 16:34:22 +00:00
Martin Oberhuber
92ed5e7f7a Release v20061122
FTP: [161238] VMS connections, [162585] cancel fetch, [164304] wftpd connections
dstore: [161342] NPE in connector, [164200] local communications daemon, [no-bug] spirit performance fix
framework: [141809] remote search tab,[142218] doc IHostFile,  [142954] NPE on DnD, [159969] rename on F2, [160783] remote command->remote shell, [164628] remove unnecessary dependency on debug.ui
2006-11-22 16:07:13 +00:00
David Dykstal
482f5bb864 initial population of automated JUnit tests 2006-11-21 22:24:55 +00:00
David Dykstal
8142289743 [142218] - added documentation to IHostFile 2006-11-21 20:22:18 +00:00
David McKnight
5ce68d84d7 [142954] need to return 0 array rather than null in the data of the drag event, when what is being dragged to editor is invalid. 2006-11-21 20:13:18 +00:00
Kushal Munir
98a9d8e922 [159969] - Rename should be bound to the F2 key. The rename action has been set as a global action for Team view as well. 2006-11-21 13:11:29 +00:00