Martin Piatka
5b3490f769
GUI: Add "LIVE" indicator
2026-01-23 15:10:28 +01:00
Martin Piatka
2ffb4ba6df
GUI: Add tooltips for network connection modes
2024-10-03 10:17:35 +02:00
Martin Piatka
34f352b200
GUI: Add server & client widgets
2024-10-02 13:29:30 +02:00
Martin Piatka
74da1631de
GUI: Display incoming video & audio formats
2024-09-25 12:44:10 +02:00
Martin Piatka
8c3af01e08
GUI: Show placeholder text for video & audio bitrate
2024-09-20 15:33:22 +02:00
Martin Piatka
8bd1caf70b
GUI: Add an extra opts for user specified arguments
2024-08-19 14:57:34 +02:00
Martin Piatka
ed87221071
GUI: vuMeter support varying channel count
2023-10-11 12:39:09 +02:00
Martin Piatka
bad2cb7a4b
GUI: Remove hardcoded Display settings tab
2023-03-24 10:29:14 +01:00
Martin Piatka
90e83a5b66
GUI: Remove hardwired display settings
2023-03-16 13:20:43 +01:00
Martin Piatka
976778eaef
GUI: Fix vuMeter layout when preview disabled
2022-11-29 12:53:27 +01:00
Martin Piatka
cbe619587f
GUI: Separate vuMeters for send & receive
2022-11-29 12:53:26 +01:00
Martin Piatka
44cbec0087
GUI: Add send bandwidth widget
2022-11-23 13:37:26 +01:00
Martin Piatka
8ceb36c1e7
GUI: Add information bars under preview
2022-11-10 12:04:43 +01:00
Martin Piatka
5ce1cae445
GUI: Fix alignment for preview labels
2022-11-10 12:04:42 +01:00
Martin Piatka
94289f27f6
GUI: Hide only previewWidget when disabling preview
2022-11-10 12:04:42 +01:00
Martin Piatka
d084b4d74e
GUI: pick a random port for control port
2022-08-19 14:38:03 +02:00
Martin Piatka
09ba7d0dad
GUI: Remove unnecessary spacer
2022-06-28 16:50:28 +02:00
Martin Piatka
9daac0b249
GUI: Adjust layout resizing behaviour
...
* Layout groupboxes directly in grid layout
* Disable combo boxes resizing based on contents (sizeAdjustPolicy)
* Reduce minimum combo box width to 8
2022-06-28 16:50:28 +02:00
Martin Piatka
41775b81d4
GUI: Move the "Advanced" menu item to settings with better name
...
Probably all of the useful devices are now reported by capabilities, so
it's likely to be not even needed, so to avoid confusion it's moved into
the settings window and given a more descriptive name
2021-03-15 14:59:55 +01:00
Martin Piatka
57bf1ab13e
GUI: codec options tab
2021-03-09 14:39:43 +01:00
Martin Piatka
8bbefbbcef
GUI: log_window: Try to choose monospace font in a more portable way
2021-03-04 13:39:16 +01:00
Martin Piatka
9bd6429636
GUI: Add encryption support
...
Resolves #137
2021-02-25 12:33:51 +01:00
Martin Piatka
cfadea4c65
GUI: Replace deprecated Qt calls + fix warnings
...
Since QTextEdit::setTabStopDistance() is available starting 5.10 and we
still support Qt 5.5 (Ubuntu 16), it's moved to log_window.cpp and
ifdefed according to version
2021-02-15 15:43:04 +01:00
Martin Piatka
c4806a3714
GUI: Placeholder "localhost" in destination
2020-09-21 12:51:30 +02:00
Martin Piatka
e493795472
GUI: Local and Remote labels for previews
2020-09-21 12:51:29 +02:00
Martin Piatka
2c29eec8f4
GUI: Treat all errors as fatal by default
2019-09-16 12:13:58 +02:00
Martin Piatka
98c909e7c7
GUI: avoid stretching the layout with long items in combo boxes
2019-08-21 10:24:25 +02:00
Martin Piatka
eedad0440a
GUI: Hide 'Test' menu in non-debug builds
2019-06-20 12:50:30 +02:00
Martin Piatka
6df1eea2ee
GUI: Loading and saving of options to file
2019-05-20 13:18:03 +02:00
Martin Piatka
cea756e613
GUI: Add display options
2019-05-03 13:25:32 +02:00
Martin Piatka
a4eea95391
GUI: Move fec to settings window
2019-05-03 13:23:55 +02:00
Martin Piatka
b02a3b535d
GUI: Settings add acceleration tab
2019-03-04 14:05:42 +01:00
Martin Piatka
917695e4f5
GUI: Rewrite to use ug --capabilities for querying
...
* use ug --capabilities for querying
* support for webcams on Windows and MacOS
* support for decklink capturers and modes
* query v4l2 through UltraGrid
* don't store state in ui widgets (preparation for saving/loading settings)
* automatic FEC
2019-03-04 14:05:42 +01:00
Martin Piatka
a758158597
GUI: Restructuralize into directories
2019-03-04 13:44:49 +01:00