Skip to content

Releases: Jango73/qt-plus

Version 2.0.0

08 May 17:42
Compare
Choose a tag to compare
  • CHTTPServer - Has incompatible API changes
    ** Removed obsolete classes CClientData and CRequestProcessor
    ** Created a class CHTTPRequestProcessor to implement per-socket work
    ** Use of QThread instead of QRunnable for request processor (needed sleep facilities)
    ** Handlers now receive a CWebContext instead of a QTcpSocket
  • CRemoteControl
    ** Fixed crash issues, cleaned up code

Version 1.3.0

28 Mar 17:13
Compare
Choose a tag to compare
  • Made the QML formatting customizable
  • Added a context for secure data transfer
  • Added a remote control class (SSH like)

Version 1.2.0

04 Sep 12:16
Compare
Choose a tag to compare
v1.2.0

Add debugging facilities

Version 1.1

18 Aug 09:20
Compare
Choose a tag to compare
  • Improved the HTTP server (multithreading, flood protection, ...)
  • Worked on web controls
  • Finalized the QML parser
  • Added a logger
  • Cleaned up code and added documentation