History log of /haiku-fatelf/src/apps/serialconnect/SerialWindow.h
Revision Date Author Comments
# 469e6cd2 05-Nov-2012 Adrien Destugues - PulkoMandy <pulkomandy@pulkomandy.tk>

Log serial input to a file.


# 04434656 04-Nov-2012 Adrien Destugues - PulkoMandy <pulkomandy@pulkomandy.tk>

Serial port configuration

* Dynamically update the serial port list in the connection menu when devices get added or removed
* Make the settings in the settings menu actually do something


# 47b44bbe 26-Jul-2012 Philippe Houdoin <philippe.houdoin@gmail.com>

Fix SerialConnect gcc4 build.


# f441fd03 25-Jul-2012 Adrien Destugues - PulkoMandy <pulkomandy@pulkomandy.tk>

Working serial connection.
Still need some work on displaying the right chars at the right place.


# dae0a4e0 23-Jul-2012 Adrien Destugues - PulkoMandy <pulkomandy@pulkomandy.tk>

WIP version of SerialConnect. Not working, but added to the tree anyway so :
* You can code review it
* You can help developping
Uses libvterm as the backend for parsing ANSI escape sequences. The lib was
changed slightly to build with GCC2. It could be used by Terminal as well as
it seems cleaner and more reliable than our current parser.


# 469e6cd2280c0d42e37df77f331248d29a5b5a8b 05-Nov-2012 Adrien Destugues - PulkoMandy <pulkomandy@pulkomandy.tk>

Log serial input to a file.


# 04434656afa98246c3c2122f710bb448afd03919 04-Nov-2012 Adrien Destugues - PulkoMandy <pulkomandy@pulkomandy.tk>

Serial port configuration

* Dynamically update the serial port list in the connection menu when devices get added or removed
* Make the settings in the settings menu actually do something


# 47b44bbedb1a865f522191905b3d5f7067826691 26-Jul-2012 Philippe Houdoin <philippe.houdoin@gmail.com>

Fix SerialConnect gcc4 build.


# f441fd03b6a6b31341c3f1d58d30395d220bcf50 25-Jul-2012 Adrien Destugues - PulkoMandy <pulkomandy@pulkomandy.tk>

Working serial connection.
Still need some work on displaying the right chars at the right place.


# dae0a4e0abda9ce3dff8e31007a8f66bc14421c8 23-Jul-2012 Adrien Destugues - PulkoMandy <pulkomandy@pulkomandy.tk>

WIP version of SerialConnect. Not working, but added to the tree anyway so :
* You can code review it
* You can help developping
Uses libvterm as the backend for parsing ANSI escape sequences. The lib was
changed slightly to build with GCC2. It could be used by Terminal as well as
it seems cleaner and more reliable than our current parser.