summaryrefslogtreecommitdiff
path: root/client-qt/udm-client-qt/connect_widget.cpp
AgeCommit message (Collapse)Author
2015-08-21client-qt:Gluzskiy Alexandr
correct network thread termination downloads model skeleton filters model skeleton empty download info tabwindow main window layout initial server data requests (settings, modules, downloads) protocol: renamed most of ui_* messages to download_ui* as it more precise reworked ui related proto part added download related messages (should be sufficient for now) some work on event subscription part bit of work on module related messages added more top level messages (most of defined messages may be used now)
2015-08-07protocol:Gluzskiy Alexandr
renamed some vars to avoid collision with openssl client-qt: implemented ssl support some work on connect_widget
2015-08-06protocol:Gluzskiy Alexandr
removed login field in auth_info added password hash algorithm selection support to auth_info client-qt: basic implementation of connect widget (working)
2015-08-04server:Gluzskiy Alexandr
bits of log client-qt: implemented basic message dispatcher ability to send message (all untested)
2015-08-01client-qt:Gluzskiy Alexandr
working on basic ui