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

55 commits

Author SHA1 Message Date
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
David McKnight
6ed9345743 drag and drop transfer operations now use Worker jobs instead of UI jobs. Allows for better ui responsiveness and concurrent operations. 2006-05-31 14:34:29 +00:00
David McKnight
d6b97765f8 better transfer message 2006-05-24 20:28:10 +00:00
David McKnight
5d070662b6 don't allow dots in automatically created profile name 2006-05-24 14:09:04 +00:00
David McKnight
74b3e13338 need null progress monitor instead of null to avoid null pointer exception. (defect 142956) 2006-05-23 19:05:20 +00:00
David McKnight
58843f37fb filter the server launcher types - defect 142970 2006-05-23 17:07:53 +00:00
David McKnight
4aeb4344c7 fix for 138324. Don't process combo selection until there is a change. 2006-05-23 17:06:24 +00:00
David McKnight
1ba2f0216d added contributor to copyright 2006-05-23 16:34:04 +00:00
David McKnight
ddc7285398 fix for 138324. Don't process combo selection until there is a change. 2006-05-23 16:33:14 +00:00
David Dykstal
8d369ab05b Fix for bug 142841. Characters in values in the files generated by the PropertyFileProvider were not escaped, now they are. 2006-05-19 21:44:22 +00:00
Kushal Munir
14f0f89c51 Bug 142849: Capitalize the word "IP" in empty host name message 2006-05-19 20:04:13 +00:00
David Dykstal
23721ed539 Changed comment in preparation for fixing 141835. 2006-05-19 18:30:34 +00:00
David Dykstal
1e5da36f31 Fix for bug 142807. Property sets (used in server launcher properties) were not being restored correctly from the DOM. Fixed by parsing attribute keys properly in makeNode(). 2006-05-19 18:19:03 +00:00
David Dykstal
a91b65d455 Removed unused imports. 2006-05-19 14:22:15 +00:00
David Dykstal
ccd2fdf5a8 Fix for 142716. Removed the timestamp comment from the node.properties file. 2006-05-19 14:20:25 +00:00
David Dykstal
4373e7f2a2 Add new persistence provider. Streamlined connection path formatting in preparation for investigation of 141835. 2006-05-19 01:27:15 +00:00
David Dykstal
c797d09625 Add new persistence provider. 2006-05-19 01:23:56 +00:00
David Dykstal
94ee293c61 Fix bug 142446. Ensure that no profile (including the Team and default private profiles) are not placed in the active profiles list more than once. 2006-05-19 01:21:10 +00:00
David Dykstal
0adf8745e1 Remove extraneous persistence state and protocol. 2006-05-19 01:16:04 +00:00
Kushal Munir
dfe61da0ca Bug 141842: Clear Password action is disabled 2006-05-18 21:56:26 +00:00
David Dykstal
c577751b60 Fix for bug 141812. Default port for daemon was not correct. 2006-05-18 18:09:01 +00:00
Kushal Munir
5dc7980fd2 Allow ability to create RSE connection from File -> New wizard 2006-05-17 14:35:13 +00:00
David McKnight
e89adf6b64 applied patch for 141803: 100% cpu when connecting 2006-05-16 20:42:21 +00:00
David McKnight
fb1d039fb2 change to use SystemRemoteFolderDialog instead of SystemSelectRemoteFileOrFolderDialog since it picks up defined filters. Fix for 141829. 2006-05-16 19:31:34 +00:00
David McKnight
63adc5df50 fix for bug 138892 2006-05-15 16:12:39 +00:00
Kushal Munir
9888d4415f Added a message for allowable range in integer field editor 2006-05-10 12:08:55 +00:00
Kushal Munir
296167dee2 Update boolean field editor 2006-05-10 12:08:23 +00:00
Kushal Munir
7ac029b609 A new integer field editor 2006-05-10 12:08:06 +00:00
David McKnight
6de300e678 view should return after handling update event 2006-05-09 18:17:01 +00:00
David Dykstal
1c0ba6102a Updating about.html files to new format. 2006-05-04 16:38:59 +00:00
David Dykstal
1d892b3fc4 Creating SDK feature, fixing feature branding, adding qualifiers to elements. 2006-05-01 22:53:53 +00:00
David Dykstal
d0bb32d149 Fixing bug 138313. Now make the message field invisible so it is removed from the tab order when there is no text. 2006-04-28 21:15:30 +00:00
David Dykstal
ffe496dd39 Fixing bug 138310. Renaming SeviceSubSystem to ServiceSubSystem. 2006-04-28 21:01:07 +00:00
David Dykstal
a0151c0b62 Removing unused ResourceBundle code. All function has migrated to the new properties initialization introduced in Eclipse 3.0. 2006-04-28 00:37:05 +00:00
David Dykstal
ddb85dadad Fixing message file access so it works with jarred plugins. 2006-04-27 22:29:28 +00:00
David Dykstal
7f5e7f3b3a Removing redundant load methods. 2006-04-27 17:47:15 +00:00
David Dykstal
ce1cce7d19 Separated static from instance methods. 2006-04-27 17:35:47 +00:00
David Dykstal
1d5f0041b1 Changed the way images URLs are constructed. Used "/" as separator everywhere instead of File.separator. URLs must use "/". When packaging plugins as jars, the URL requirements appear to be much more strict. 2006-04-27 15:48:23 +00:00
David Dykstal
af1afc9318 Adding SSL autodetect 2006-04-26 22:19:55 +00:00
David Dykstal
21ed0c009f Changed names of scripts used when launching servers with REXEC. 2006-04-26 22:14:11 +00:00
David McKnight
06c5a1b162 use larger buffer size default for dstore uploads and downloads 2006-04-26 20:53:28 +00:00
David McKnight
0ecce33193 disconnect(IProgressMonitor), internalDisconnect(IProgressMonitor),
uninitializeService(IProgressMonitor)
2006-04-26 19:55:23 +00:00
David McKnight
7eefb61774 avoid use of RSEUIPlugin api to get workbench (since it's got flawed code for detecting headless) 2006-04-26 14:10:37 +00:00
David Dykstal
79ec2c1a87 Jar up the entire plugin. 2006-04-25 21:19:05 +00:00
David McKnight
e3a06a5439 avoid use of RSEUIPlugin api to get workbench (since it's got flawed code for detecting headless) 2006-04-25 20:24:33 +00:00
David McKnight
0b1a0edb5a can't assume workbench anymore 2006-04-25 00:16:33 +00:00
David McKnight
97fcc0a5e9 cannot assume workbench is loaded 2006-04-24 14:43:48 +00:00