Revision f8ea7ba...

Go back to digest for 2nd December 2012

Bug Fixes in Educational

Pino Toscano committed changes in [marble] /:

aprs: use external QextSerialPort for TTY reading

Instead of embedding an (old) copy of the QextSerialPort library, find for an external one;
only if found enable the reading from TTY, which is otherwise disabled (leaving its configuration tab disabled).

The drop of the internal QextSerialPort should also fix all the portability issues,
since the plugin itself does not use any OS-dependent API, and it is then reenabled unconditionally.
Hence,

should now be fixed, and
CC, 242039
should not happen anymore.

REVIEW: 107536

File Changes

Added 1 files
  • cmake/modules/FindQextSerialPort.cmake
Deleted 5 files
  • /plugins/render/aprs
  •   src/posix_qextserialport.cpp
  •   src/qextserialport.cpp
  •   src/qextserialport.h
  •   src/qextserialport_global.h
  •   src/win_qextserialport.cpp
Modified 5 files
  • /plugins/render
  •   src/CMakeLists.txt
  •   src/aprs/aprsconfig.h.in
  •   src/aprs/AprsPlugin.cpp
  •   src/aprs/AprsTTY.cpp
  •   src/aprs/CMakeLists.txt
11 files changed in total