Martin Oberhuber
cff6bdc83f
Update Terminal README for RXTX installation as plugins
2007-11-13 14:11:30 +00:00
Martin Oberhuber
1e46f2b6cd
Rev up plugin and feature versions towards TM 3.0
2007-10-31 18:13:23 +00:00
Martin Oberhuber
cb76957136
[208029] COM port not released after quick disconnect/reconnect
2007-10-30 23:38:06 +00:00
Martin Oberhuber
486bc7245d
[207158] improve error message when port not available
2007-10-23 13:20:30 +00:00
Michael Scharf
3e40a63159
bug 206892: [terminal][serial] Incorrect connected state when COM port is owned by another terminal
...
https://bugs.eclipse.org/bugs/show_bug.cgi?id=206892
applied patch provided by Martin Oberhuber
2007-10-22 04:57:11 +00:00
Michael Scharf
2ad64ddcdd
bug 199285: [terminal][api] TerminalConnector ID should be mandatory in plugin.xml
...
https://bugs.eclipse.org/bugs/show_bug.cgi?id=199285
2007-10-03 01:05:11 +00:00
Martin Oberhuber
6a54ad79e1
Rev up terminal serial connector version
2007-09-27 01:30:26 +00:00
Michael Scharf
53be336cfa
Serial terminal now allows to specify a port manually (e.g. to access virtual devices that are not found by the port scan)
2007-09-26 23:00:19 +00:00
Michael Scharf
48a344793d
fixed: when serial port in use, ask if connected terminal should be closed.
2007-09-26 21:17:16 +00:00
Martin Oberhuber
6c8f8258d5
[189269] Add version range specifiers with all plugin dependencies. Make features require plugins. Avoid Discovery require RSE.
2007-06-05 19:46:41 +00:00
Martin Oberhuber
a924ffced5
Update about.html date for Europa
2007-05-29 20:30:45 +00:00
Michael Scharf
521f6a5a41
[188939] All terminal connections fail if RXTX is not available
...
I did quite some refactoring:
- I added ITerminalConnectorInfo
- ITerminalConnectorInfo still returns a proxy to ITerminalConnector to deal with lazy initialization.
- ITerminalConnector.isInstalled, getName and getId have been removed
- ITerminalConnector now has a new initialize() method that can throw an Exception. This exception should have a localized massage that can be (and is) displayed in a dialog when something goes wrong.
- If a ITerminalConnector has initialization problems, it is not shown in the terminal settings dialog for that connection
2007-05-26 04:15:43 +00:00
Michael Scharf
9ac1f1845e
[186136] [terminal] Terminal activates extensions too early
...
Now the plugins are activated only when they are really needed:
- when a connection is made
- when the user selects the connection in the settings dialog
2007-05-16 20:38:23 +00:00
Martin Oberhuber
bf55e1b690
Fixed another accidental change of a String
2007-05-16 07:56:22 +00:00
Michael Scharf
af8965d1f1
[186134] [api] Mark Terminal API as provisional Fixed some accidental changes of strings
2007-05-16 00:25:58 +00:00
Michael Scharf
ca1d643e1a
[186134] [api] Mark Terminal API as provisional
2007-05-15 22:48:40 +00:00
Martin Oberhuber
6ad5c774d7
Fix Copyright Year
2007-05-07 12:33:00 +00:00
Michael Scharf
808665d9f4
[183901] Make the remote-to-terminal communication use an OutputStream
...
Added TerminalInputStream that provides an OutputStream for connections to write to.
The reading from the input stream is done in Runnables that are called from the Display thread. The time the runnable uses is limited. If data is available a new runnable is posted to the display thread.
2007-05-04 22:00:45 +00:00
Martin Oberhuber
d6bf036a17
[173629] avoid RXTX version output for newer RXTX libs
2007-04-18 17:25:46 +00:00
Uwe Stieber
92320907ab
[fix] remove non-standard net.sourceforge.metric.builder from project settings
2007-04-03 10:57:14 +00:00
Uwe Stieber
7f9be5d877
[fix] remove non-standard net.sourceforge.metric.builder from project settings
2007-04-03 10:51:32 +00:00
Martin Oberhuber
de7d109aa0
[175245] spell out feature neames for Europa site
2007-02-23 10:54:54 +00:00
Martin Oberhuber
8966310924
Rev up version numbers according to recent refactorings (making stuff internal, systemTypes and subsystemConfigurations extension point)
2007-02-21 22:19:32 +00:00
Martin Oberhuber
31c4b30bcb
[cleanup] update copyright year 2007
2007-02-15 10:28:32 +00:00
Martin Oberhuber
f6f19182d7
[cleanup] update copyright year 2007
2007-02-15 10:01:26 +00:00
Martin Oberhuber
688bae48d1
Fix broken N-builds: redo access permissions after previous classpath change
2007-02-15 08:44:29 +00:00
Michael Scharf
51f924d27f
Fixed the neming scheme to use tm.internal.terminal instead of tm.terminal.internal
2007-02-15 05:38:15 +00:00
Michael Scharf
df030c023f
added bin to cvsignore
2007-02-08 23:50:39 +00:00
Martin Oberhuber
db5d48507d
[cleanup] Export all packages, mark internals with x-internal (PDE Tools: Organize Manifests)
2007-02-08 17:36:28 +00:00
Martin Oberhuber
6b1fbcfbed
Allow access to gnu.io from RXTX when installed as JVM extension
2007-02-08 11:26:20 +00:00
Michael Scharf
422675f075
fixed warning
2007-02-08 04:19:53 +00:00
Michael Scharf
5c3a49f509
make compatible with 3.2
2007-01-31 19:26:57 +00:00
Martin Oberhuber
d9654b70c8
[cleanup] Set default recommended warning level on all projects
2007-01-30 21:39:30 +00:00
Martin Oberhuber
0448185c85
[cleanup] define access rules for marking internal package access discouraged
2007-01-30 20:28:32 +00:00
Martin Oberhuber
b174869998
[cleanup] compiler warnings
2007-01-30 18:06:57 +00:00
Michael Scharf
94eb7432bc
fix for bug 172023: when RXTX library is not installed, a warning is printed to the error log which includes the install instructions
2007-01-29 22:18:50 +00:00
Martin Oberhuber
f8c5f538c4
Add link to previous versions
2007-01-18 11:54:33 +00:00
Martin Oberhuber
e4b9e3a221
Switch terminal.serial to using rxtx-2.1 / gnu.io namespace instead of javax.comm
2007-01-17 17:35:56 +00:00
Martin Oberhuber
fb21fa234d
Workaround [168606]: Revert to default workspace JRE for terminal.serial
2006-12-20 20:43:22 +00:00
Martin Oberhuber
f39a739c3d
Rename and add branding for Terminal features
2006-12-15 09:41:16 +00:00
Martin Oberhuber
f5e7dae7ac
Switch terminal to standard RSE jdt.core.prefs
2006-12-07 13:43:20 +00:00
Martin Oberhuber
209b7830ba
Fix terminal build.properties for adding about.html
2006-12-07 13:37:18 +00:00
Martin Oberhuber
173795e905
Add about.html to terminal plugins
2006-12-07 11:07:43 +00:00
Martin Oberhuber
9d59d4087a
[cleanup] fix terminal copyright headers and beautify
2006-12-07 10:26:20 +00:00
Martin Oberhuber
c0ecadde56
[cleanup] fix terminal copyright headers and beautify
2006-12-07 10:19:22 +00:00
Michael Scharf
d9a0758560
removed obsolete methods
2006-12-06 03:26:05 +00:00
Martin Oberhuber
a7d8478697
[cleanup] Add missing copyrights
2006-12-04 14:10:41 +00:00
Martin Oberhuber
83ce2bd321
Add instructions for installing comm.jar into the jre
2006-12-04 13:33:13 +00:00
Martin Oberhuber
0d49174878
[cleanup] fix compiler warnings
2006-12-04 10:33:49 +00:00
Michael Scharf
03e5df54c2
use .qualifier in plugin and feature versions
2006-12-02 06:17:11 +00:00