Srivats P
6974f4016f
Replace the deprecated qSort with std::sort
2019-07-26 21:24:25 +05:30
Srivats P
0a2154d31b
Re-add about.png icon that was removed by mistake
2019-07-10 21:07:38 +05:30
Srivats P
23bc0c6890
Add 2019 to copyright years in About dialog
2019-07-10 20:39:58 +05:30
Srivats P
6e551017f4
Show all ports in port stats window at startup
...
If one or more ports were reserved, these were not shown at client
startup
2019-07-04 19:17:22 +05:30
Srivats P
98378b52e6
Fix ClearAllStats with View Reserved Ports Only
2019-07-04 19:00:13 +05:30
Srivats P
5e565167f2
Fix build break due to fprintf in previous commit
2019-07-02 19:14:38 +05:30
Srivats P
f24a6719fa
Disable logs by default in release mode
...
Enable logs if '-d' command-line option is given.
Additional command-line options -
-v : print version
-h : print usage
Drone only:
-p <port-number> : use given port number for the RPC service
2019-07-02 18:25:31 +05:30
Srivats P
3fca24396d
Report "Apply" time in logs
2019-07-02 18:24:55 +05:30
Srivats P
913ef5c0ee
Add start/stop tx buttons to stream list window
2019-06-19 22:22:01 +05:30
Srivats P
6817d3f870
Resolve neighbors before build as part of "apply"
2019-05-31 18:34:07 +05:30
Srivats P
edc7ed677c
Mark sync complete after build finish during apply
...
Since build is now the last step during "apply", use that to mark sync
complete. Since build will always be called irrespective of whether any
changes were made to devices/streams, we can now send the stream RPCs
only if required.
Additionally log RPC calls only if they are actually made.
2019-05-28 19:02:50 +05:30
Srivats P
7cf323202f
Add new build() RPC
...
Make build an explicit RPC so that clients can call resolveNeighbor
before build
2019-05-28 18:46:58 +05:30
Srivats P
dbbb7597a4
Add Check for updates to main menu
...
Results will be displayed in a message box - if we have a new version or
if we are running the latest version.
Update check at startup will show message box only once in 5 days, other
times it will be shown in the status bar. If we are already on latest
version, nothing is shown.
2019-05-22 18:49:51 +05:30
Srivats P
52b522f92a
Show new version availability in a message box
2019-05-22 18:49:51 +05:30
Srivats P
cd9758f165
Merge branch 'master' into hostdev
2019-04-11 18:56:49 +05:30
Srivats P
2614eb8645
Retrieve devices at startup even if no device groups
...
Now that we have host devices, we can have devices without having a
device group
2019-03-11 19:15:08 +05:30
Srivats P
2cd64061d1
Fix warning - no matching signal
...
For slot MainWindow::on_actionOpenSession_triggered(QString)
2019-02-26 18:12:18 +05:30
Srivats P
4a1b41670c
Wrap LogsWindow contents
2019-02-25 21:45:39 +05:30
Srivats P
983a155ccf
Update Qt icon for Help | About Qt menu item
2019-02-22 21:54:51 +05:30
Srivats P
0d1b4be682
Connect to local portgroup later in the app startup sequence
...
This allows drone to init itself and wait for connections before we
attempt to connect to it
Fixes #266
2019-02-22 20:34:59 +05:30
Srivats P
00bc01898d
Show a progress dialog during Apply
...
The most time spent during apply is during packet rebuilding.
Unfortunately, there is no feedback from the drone to know the actual
progress, so this is just a busy indicator for now.
I tried to put a jump url to the FAQ on why it takes time, but 'coz the
app cursor is a "wait cursor", user cannot click on any widgets/elements
inside the dialog box - so this won't work.
Iterate on this dialog and what it displays based on user feedback.
2019-02-22 18:58:13 +05:30
Srivats P
9003d339bc
Display all RPC failures and errors in the logs window
2019-02-21 20:51:18 +05:30
Srivats P
95578e5094
Add animated icons to LogsWindow tab
2019-02-10 18:15:35 +05:30
Srivats P
8b9cceb7ed
HostDev: Return smac/dmac resolve failure via RPC
2019-02-09 17:16:31 +05:30
Srivats P
90d93d52e1
Merge branch 'master' into hostdev
2019-02-05 20:34:00 +05:30
Srivats P
6d438e2816
Fetch updated device info after resolve/clear neighbors
...
This matches the behaviour of these buttons within the devices widget
2019-02-02 13:26:40 +05:30
Srivats P
9d97fefad3
Add Resolve/Clear buttons to Device Info window
...
Fixes #189
2019-01-21 19:18:36 +05:30
Srivats P
1d6db2a86f
Fix vertical alignment of Device Config row contents
2019-01-21 19:15:06 +05:30
Srivats P
7b8c5a878a
Add Help|Donate menu item
2018-12-18 19:36:21 +05:30
Srivats P
cbf9ab1812
Change outbound URLs to https where available
2018-12-14 23:04:47 +05:30
Srivats P
c1f94ac5d4
Show both icon & text for the Status cell tooltip
2018-12-04 21:51:04 +05:30
Srivats P
f550cb0605
Adorn portList linkState icon with transmit/capture indicators
...
The new 'exclusive' indicator may need more work in the future
2018-12-03 21:14:05 +05:30
Srivats P
7409a98b6a
Replace QFlags.setFlag() with &= for Qt 5.6 compatibility
2018-11-29 21:20:06 +05:30
Srivats P
496e044bdd
Replace Port Stats Link/Tx/Capture state text with icons
...
* All 3 icons are combined into a single row instead of 3 separate rows
* Tooltip to clarify meaning of icons
* Qt Model-View displays icon left-aligned, so use a custom delegate to
center-align it
* Add a icon for "Transmit On"
* Edit icons for "Start/Stop Capture"
2018-11-29 20:44:03 +05:30
Srivats P
5eea62f4f4
Fix build break by renaming xlocale.h to avoid name clash
2018-09-15 11:40:11 +05:30
Srivats P
c673141f33
Bugfix: Remove group separator when converting string to number
...
Fixes #240
2018-09-14 20:24:30 +05:30
Srivats P
a1962c7887
LogsWindow: Fix build break
2018-08-24 09:12:40 +05:30
Srivats P
509d777500
LogsWindow: Improve UX
...
* Timestamp at millisec resolution
* Log level selection - Info by default
* Auto scroll control - enable(default)/disable
* Support copy (selected) logs to clipboard
* Support clear logs
* Annotate dock window title, if not on top (aka visible)
2018-08-23 23:23:07 +05:30
Srivats P
489099ca83
LogsWindow: Add missing log.h
2018-08-20 20:57:23 +05:30
Srivats P
bb80be30a6
LogsWindow: Add RPC info/warn/error logs
2018-08-20 20:40:58 +05:30
Srivats P
d0def8a0ec
LogsWindow: Add basic UI and infra
2018-08-17 18:55:58 +05:30
Srivats P
e2a11bfa4e
Show prefixLength for IPv6 devices
2018-08-15 10:50:10 +05:30
Srivats P
9a4e7e7550
Silence warnings
2018-05-22 21:48:21 +05:30
Bernhard Ehlers
1d8bb9f4df
Fix warnings about DumpView::dataChanged and struct StatsTuple
2018-05-21 21:31:44 +02:00
Andreas Sturmlechner
53308971e6
Fix build with Qt 5.11 (missing QButtonGroup)
2018-05-12 01:16:10 +02:00
Srivats P
a16eefbff4
Treat warnings as errors and fix existing warnings
2018-04-20 20:50:51 +05:30
Srivats P
227b8bdae4
Use modeltest only for debug and if Qt >= 5.7
...
The modeltest code is not compatible with Qt 5.6 LTS
2018-04-02 20:39:44 +05:30
Srivats P
db231054da
Fix Qt4 to Qt5 porting issues with debug build
...
Also update modeltest to Qt5
2018-03-27 20:02:36 +05:30
Srivats P
f801982830
Port common, rpc and client code to Qt5
...
Still pending
* server port to Qt5
* verify/test the port
2018-03-14 21:58:56 +05:30
Srivats P
1347165ef0
Add helpful hint text to variable fields widget
2018-02-21 21:57:46 +05:30