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

101 commits

Author SHA1 Message Date
David McKnight
bbbce52535 Fix bug 149172 - RSE tree doesnt show same item in multiple filters
Fixed by Martin's suggestion (works!)
Perhaps it would suffice to override

  protected AbstractTreeViewer.usingElementMap() { return false; }

in SystemView. Since, if the mapping is not unique, an elementMap can not be
used.
2006-07-14 16:49:44 +00:00
David McKnight
7128ff317a getting rid of ibm strings 2006-07-14 16:15:19 +00:00
David McKnight
94260734eb don't allow concurrent internalGetChildren() calls 2006-07-14 16:11:36 +00:00
David McKnight
096546c188 some updates to help with junit test stuff 2006-07-10 19:13:52 +00:00
David McKnight
c048159b94 Applied Michael Berger patch from here:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=149080

Along with suggested changed from Martin.
2006-07-10 15:19:13 +00:00
Martin Oberhuber
25a6c26d74 Fix NPE when working with both default and delegate wizards 2006-07-10 15:09:26 +00:00
Martin Oberhuber
0ec8307a30 Fix newConnectionWizardDelegate.exsd schema 2006-07-10 09:12:29 +00:00
Martin Oberhuber
9ed427dbbc Fix bug 149292 - missing icon makeProfileActive on UNIX 2006-07-03 15:14:03 +00:00
David McKnight
baf42cfefc remove printlns 2006-06-30 20:33:49 +00:00
Kushal Munir
de3af0763d RSE New Connection Wizard update 2006-06-30 13:47:50 +00:00
Martin Oberhuber
7e32291739 Bug 139286 - fix icons for Perspective and Launch shell action 2006-06-30 07:46:48 +00:00
David Dykstal
cfa8527eeb bug 139286 - Icons are missing in RSE M1 2006-06-29 22:35:35 +00:00
Kushal Munir
9c7ad4084f Updates to New Connection wizard 2006-06-29 18:02:02 +00:00
David McKnight
1daaecc113 null pointer check for user id 2006-06-29 15:41:00 +00:00
David Dykstal
e32b3be6e7 bug 141835 - user id information wasn't being persisted.
Found a password persistence bug during testing and fixed that at the same time.
2006-06-28 21:26:22 +00:00
Kushal Munir
5e8dfb9cf8 Extension point for New Connection wizard delegate and implementation 2006-06-28 13:04:29 +00:00
David Dykstal
726c8abe70 bug 148808 - local subsystems do not work on linux/gtk 2006-06-28 03:16:48 +00:00
David Dykstal
21d998ba3c fix method spelling "verbage" to "verbiage" 2006-06-28 03:09:15 +00:00
David Dykstal
48487d25a8 formatting 2006-06-25 11:05:15 +00:00
David Dykstal
891609edee Bug 148484 - Refactor logging plugin 2006-06-25 02:46:24 +00:00
David Dykstal
568e8c931c Updating release numbers. 2006-06-25 02:42:25 +00:00
David Dykstal
ebeab3de94 Bug 141835 - user ids were not being persisted across workbench startups. 2006-06-23 22:01:32 +00:00
David McKnight
e896d33266 fix for 142171. Subsystem name should always come from plugin.xml 2006-06-22 18:19:26 +00:00
David McKnight
15ddfa7b81 fix for bug 138324. 2006-06-21 16:51:39 +00:00
David Dykstal
8dbe3fe3b3 Bug 146339 - added own refresh action graphic. Revamped image handling to defer image creation. 2006-06-15 15:35:41 +00:00
David Dykstal
9103206a36 Bug 145843 - removing expand and collapse actions from menu 2006-06-15 12:38:48 +00:00
David Dykstal
634665dab7 updating comments 2006-06-14 20:58:19 +00:00
David Dykstal
713b935a98 Cleaning up and formating 2006-06-14 20:49:05 +00:00
David Dykstal
63115ae6e7 Making sure that the pool manager is correctly set in the pool references when pool references are constructed or released from management.
Adding comments for future work.
Removed overriding code that was hiding methods and variables in superclasses for persistence.
2006-06-14 20:45:38 +00:00
David Dykstal
d4a47be7c0 updating comments 2006-06-14 18:55:40 +00:00
David Dykstal
092a3674d7 Removing warnings and dead code. 2006-06-14 18:33:35 +00:00
David Dykstal
ad98ea3625 Removing dead code. 2006-06-14 17:56:36 +00:00
David Dykstal
d7cfe36b48 Removing warnings. 2006-06-14 17:55:23 +00:00
David Dykstal
acfb257546 Removing warnings and dead code. 2006-06-14 17:55:07 +00:00
David Dykstal
25aa86d80e Documenting future work. 2006-06-14 17:53:20 +00:00
David Dykstal
5845690183 Disallow overriding for various persistence control methods. 2006-06-14 17:52:55 +00:00
David Dykstal
40bdad2729 Fixing up List class references. 2006-06-14 17:50:49 +00:00
David Dykstal
2ee927e340 updating comments 2006-06-14 17:49:49 +00:00
David Dykstal
678e1b101f Recommenting for later fix. 2006-06-14 17:49:10 +00:00
David Dykstal
2325f2d24f Adding support for uniquely naming a DOM object's folder based based on the objects name - even if the name exists on a file system that does not support case sensitive names. 2006-06-14 17:48:31 +00:00
David Dykstal
2847fd0d3e Removing dead code. Fixing reference bug. 2006-06-14 17:45:07 +00:00
David McKnight
d3c8213b63 setDirty() needs to set the dirty flag (before it was just setting to false) 2006-06-12 13:06:51 +00:00
David McKnight
4ef69b9510 set the dirty bit properly 2006-06-12 12:46:02 +00:00
David Dykstal
9f11823b26 Make persistence provider implementations internal. 2006-06-07 20:36:44 +00:00
David McKnight
bf3c70428d use deferred queries by default 2006-06-01 15:37:06 +00:00
David McKnight
303d707e63 query message 2006-05-31 19:56:46 +00:00
David McKnight
e8ab4fbef6 using deferred queries for connecting while resolving filters 2006-05-31 19:21:06 +00:00
David McKnight
a65064d16b update task name 2006-05-31 19:14:08 +00:00
David McKnight
be2b11df19 using deferred queries for connecting while resolving filters 2006-05-31 19:08:56 +00:00
David McKnight
0643ed91f3 using deferred queries for connecting while resolving filters 2006-05-31 19:03:22 +00:00