ostinato/client
2015-03-01 21:58:40 +05:30
..
icons Add feature to duplicate selected streams to create user defined number of copies 2015-03-01 21:58:40 +05:30
about.ui Updated About Dialog with copyright date and web URLs 2014-06-29 21:04:19 +05:30
dumpview.cpp Enabled multiple client connections to server, each in its own thread. Need to redo the thread design 'coz subclassing QThread with slots may cause problems. 2014-05-17 10:12:29 +05:30
dumpview.h Enabled multiple client connections to server, each in its own thread. Need to redo the thread design 'coz subclassing QThread with slots may cause problems. 2014-05-17 10:12:29 +05:30
hexlineedit.cpp Enabled multiple client connections to server, each in its own thread. Need to redo the thread design 'coz subclassing QThread with slots may cause problems. 2014-05-17 10:12:29 +05:30
hexlineedit.h Enabled multiple client connections to server, each in its own thread. Need to redo the thread design 'coz subclassing QThread with slots may cause problems. 2014-05-17 10:12:29 +05:30
main.cpp Enabled multiple client connections to server, each in its own thread. Need to redo the thread design 'coz subclassing QThread with slots may cause problems. 2014-05-17 10:12:29 +05:30
mainwindow.cpp Check for updates (newer version) at startup - for now only Ostinato does this check, not drone. 2015-01-15 20:22:24 +05:30
mainwindow.h Check for updates (newer version) at startup - for now only Ostinato does this check, not drone. 2015-01-15 20:22:24 +05:30
mainwindow.ui Enabled multiple client connections to server, each in its own thread. Need to redo the thread design 'coz subclassing QThread with slots may cause problems. 2014-05-17 10:12:29 +05:30
modeltest.cpp Enabled multiple client connections to server, each in its own thread. Need to redo the thread design 'coz subclassing QThread with slots may cause problems. 2014-05-17 10:12:29 +05:30
modeltest.h Enabled multiple client connections to server, each in its own thread. Need to redo the thread design 'coz subclassing QThread with slots may cause problems. 2014-05-17 10:12:29 +05:30
modeltest.pri Enabled multiple client connections to server, each in its own thread. Need to redo the thread design 'coz subclassing QThread with slots may cause problems. 2014-05-17 10:12:29 +05:30
ostinato.pro Check for updates (newer version) at startup - for now only Ostinato does this check, not drone. 2015-01-15 20:22:24 +05:30
ostinato.qrc Add feature to duplicate selected streams to create user defined number of copies 2015-03-01 21:58:40 +05:30
ostinato.rc Enabled multiple client connections to server, each in its own thread. Need to redo the thread design 'coz subclassing QThread with slots may cause problems. 2014-05-17 10:12:29 +05:30
packetmodel.cpp Enabled multiple client connections to server, each in its own thread. Need to redo the thread design 'coz subclassing QThread with slots may cause problems. 2014-05-17 10:12:29 +05:30
packetmodel.h Enabled multiple client connections to server, each in its own thread. Need to redo the thread design 'coz subclassing QThread with slots may cause problems. 2014-05-17 10:12:29 +05:30
port.cpp Add feature to duplicate selected streams to create user defined number of copies 2015-03-01 21:58:40 +05:30
port.h Add feature to duplicate selected streams to create user defined number of copies 2015-03-01 21:58:40 +05:30
portconfigdialog.cpp Enabled multiple client connections to server, each in its own thread. Need to redo the thread design 'coz subclassing QThread with slots may cause problems. 2014-05-17 10:12:29 +05:30
portconfigdialog.h Enabled multiple client connections to server, each in its own thread. Need to redo the thread design 'coz subclassing QThread with slots may cause problems. 2014-05-17 10:12:29 +05:30
portconfigdialog.ui Enabled multiple client connections to server, each in its own thread. Need to redo the thread design 'coz subclassing QThread with slots may cause problems. 2014-05-17 10:12:29 +05:30
portgroup.cpp Added RPC for version compatibility check between client and server; both GUI and DroneProxy call this as the first RPC before proceeding ahead; if client is inompatible, drone additionally closes the connection; drone won't handle any RPCs untiil version check is performed and client is found compatible; fixed DroneProxy bug which did not allow to connect again after disconnect; fixed RPC bug which failed to detect unsupported method id; RPC-server now returns RPC error in case of failure; added a bunch of RPC tests for version compat 2014-07-06 11:19:22 +05:30
portgroup.h Added RPC for version compatibility check between client and server; both GUI and DroneProxy call this as the first RPC before proceeding ahead; if client is inompatible, drone additionally closes the connection; drone won't handle any RPCs untiil version check is performed and client is found compatible; fixed DroneProxy bug which did not allow to connect again after disconnect; fixed RPC bug which failed to detect unsupported method id; RPC-server now returns RPC error in case of failure; added a bunch of RPC tests for version compat 2014-07-06 11:19:22 +05:30
portgrouplist.cpp Enabled multiple client connections to server, each in its own thread. Need to redo the thread design 'coz subclassing QThread with slots may cause problems. 2014-05-17 10:12:29 +05:30
portgrouplist.h Enabled multiple client connections to server, each in its own thread. Need to redo the thread design 'coz subclassing QThread with slots may cause problems. 2014-05-17 10:12:29 +05:30
portmodel.cpp Enabled multiple client connections to server, each in its own thread. Need to redo the thread design 'coz subclassing QThread with slots may cause problems. 2014-05-17 10:12:29 +05:30
portmodel.h Enabled multiple client connections to server, each in its own thread. Need to redo the thread design 'coz subclassing QThread with slots may cause problems. 2014-05-17 10:12:29 +05:30
portstatsfilter.ui Enabled multiple client connections to server, each in its own thread. Need to redo the thread design 'coz subclassing QThread with slots may cause problems. 2014-05-17 10:12:29 +05:30
portstatsfilterdialog.cpp Invoking Port Filter Dialog will now always show selected list in the same order as in the port stats window before invocation 2015-01-09 20:48:58 +05:30
portstatsfilterdialog.h Invoking Port Filter Dialog will now always show selected list in the same order as in the port stats window before invocation 2015-01-09 20:48:58 +05:30
portstatsmodel.cpp Correct names of ports in Port Stats Window. The problem is seen only with 2 (or more) portgroups where the number of ports in the subsequent portgroup is more than the number of ports in the previous portgroup 2014-12-27 12:16:42 +05:30
portstatsmodel.h Enabled multiple client connections to server, each in its own thread. Need to redo the thread design 'coz subclassing QThread with slots may cause problems. 2014-05-17 10:12:29 +05:30
portstatswindow.cpp Invoking Port Filter Dialog will now always show selected list in the same order as in the port stats window before invocation 2015-01-09 20:48:58 +05:30
portstatswindow.h Enabled multiple client connections to server, each in its own thread. Need to redo the thread design 'coz subclassing QThread with slots may cause problems. 2014-05-17 10:12:29 +05:30
portstatswindow.ui Enabled multiple client connections to server, each in its own thread. Need to redo the thread design 'coz subclassing QThread with slots may cause problems. 2014-05-17 10:12:29 +05:30
portswindow.cpp Add feature to duplicate selected streams to create user defined number of copies 2015-03-01 21:58:40 +05:30
portswindow.h Add feature to duplicate selected streams to create user defined number of copies 2015-03-01 21:58:40 +05:30
portswindow.ui Add feature to duplicate selected streams to create user defined number of copies 2015-03-01 21:58:40 +05:30
preferences.cpp Enabled multiple client connections to server, each in its own thread. Need to redo the thread design 'coz subclassing QThread with slots may cause problems. 2014-05-17 10:12:29 +05:30
preferences.h Enabled multiple client connections to server, each in its own thread. Need to redo the thread design 'coz subclassing QThread with slots may cause problems. 2014-05-17 10:12:29 +05:30
preferences.ui Enabled multiple client connections to server, each in its own thread. Need to redo the thread design 'coz subclassing QThread with slots may cause problems. 2014-05-17 10:12:29 +05:30
settings.h Enabled multiple client connections to server, each in its own thread. Need to redo the thread design 'coz subclassing QThread with slots may cause problems. 2014-05-17 10:12:29 +05:30
stream.cpp Enabled multiple client connections to server, each in its own thread. Need to redo the thread design 'coz subclassing QThread with slots may cause problems. 2014-05-17 10:12:29 +05:30
stream.h Enabled multiple client connections to server, each in its own thread. Need to redo the thread design 'coz subclassing QThread with slots may cause problems. 2014-05-17 10:12:29 +05:30
streamconfigdialog.cpp During stream configuration - when deleting a protocol, delete its associated widget also, otherwise if a newly allocated protocol gets the same heap address as the old protocol, the old protocol's widget gets associated with the new protocol. 2014-11-07 20:21:02 +05:30
streamconfigdialog.h Enabled multiple client connections to server, each in its own thread. Need to redo the thread design 'coz subclassing QThread with slots may cause problems. 2014-05-17 10:12:29 +05:30
streamconfigdialog.ui Fix scrolling issue in packet view protocol/field tree 2014-11-03 21:22:45 +05:30
streamlistdelegate.cpp Enabled multiple client connections to server, each in its own thread. Need to redo the thread design 'coz subclassing QThread with slots may cause problems. 2014-05-17 10:12:29 +05:30
streamlistdelegate.h Enabled multiple client connections to server, each in its own thread. Need to redo the thread design 'coz subclassing QThread with slots may cause problems. 2014-05-17 10:12:29 +05:30
streammodel.cpp Enabled multiple client connections to server, each in its own thread. Need to redo the thread design 'coz subclassing QThread with slots may cause problems. 2014-05-17 10:12:29 +05:30
streammodel.h Enabled multiple client connections to server, each in its own thread. Need to redo the thread design 'coz subclassing QThread with slots may cause problems. 2014-05-17 10:12:29 +05:30
updater.cpp Check for updates (newer version) at startup - for now only Ostinato does this check, not drone. 2015-01-15 20:22:24 +05:30
updater.h Check for updates (newer version) at startup - for now only Ostinato does this check, not drone. 2015-01-15 20:22:24 +05:30