Commit Graph

5781 Commits (master)

Author SHA1 Message Date
Mooneer Salem ac960731dd latest user manual PDF 2024-09-12 19:29:28 +00:00
Mooneer Salem 74e8f58bfb
Merge pull request #743 from drowe67/ms-tooltip-adj
Adjust waterfall/spectrum tooltip based on issue #741.
2024-09-12 12:27:15 -07:00
Mooneer Salem aff48eef9a latest user manual PDF 2024-09-08 17:22:03 +00:00
Mooneer Salem cbe1ff6449
Merge pull request #746 from drowe67/ms-vk-path-bug
Fix assertion failure due to VK path inadvertantly remaining in filename
2024-09-08 10:20:20 -07:00
Mooneer Salem 1005b92b40 Add PR #746 to changelog. 2024-09-08 09:54:12 -07:00
Mooneer Salem cabb64e890 Fix assertion failure due to VK path inadvertantly remaining in filename. 2024-09-08 09:51:18 -07:00
Mooneer Salem 5b7671d2a8 Add PR #743 to changelog. 2024-08-31 09:33:34 -07:00
Mooneer Salem 02acf37237 Adjust waterfall/spectrum tooltip based on issue #741. 2024-08-31 09:31:52 -07:00
Mooneer Salem 9ecbcb04f0 latest user manual PDF 2024-08-25 22:53:33 +00:00
Mooneer Salem 2b4452f163
Merge pull request #738 from drowe67/ms-config-path-in-title
If provided by user, add config file to titlebar.
2024-08-25 15:51:19 -07:00
Mooneer Salem e4bc3ce982 Only show filename and not any folders. 2024-08-22 15:45:57 -07:00
Mooneer Salem c79d5a6fac Add filename to all other possible dialogs. 2024-08-22 15:45:43 -07:00
Mooneer Salem 1dba2acf1e Add filename to FreeDV Reporter titlebar. 2024-08-17 22:50:11 -07:00
Mooneer Salem 3a18c45226 Revert accidental commit of build script changes. 2024-08-07 21:55:10 -07:00
Mooneer Salem 5f0c55d126 Add PR #738 to changelog. 2024-08-07 21:54:14 -07:00
Mooneer Salem d134492350 If provided by user, add config file to titlebar. 2024-08-07 21:51:55 -07:00
Mooneer Salem e31b5783e8 latest user manual PDF 2024-07-16 15:24:51 +00:00
Mooneer Salem 7929986751
Merge pull request #735 from drowe67/ms-audio-config-no-wipe
Avoid modifying the audio device configuration without the user explicitly doing so.
2024-07-16 08:22:40 -07:00
Mooneer Salem 86e9eded97 Update error message. 2024-07-15 22:10:54 -07:00
Mooneer Salem c0d5415ec3 Add PR #735 to changelog. 2024-07-15 09:14:58 -07:00
Mooneer Salem 8858b68f7e Avoid modifying the audio device configuration without the user explicitly doing so. 2024-07-15 09:11:18 -07:00
Mooneer Salem 01791737f3 latest user manual PDF 2024-07-14 15:10:46 +00:00
Mooneer Salem 9ff468858c
Merge pull request #733 from drowe67/ms-monitor-volume
Add monitor volume adjustment
2024-07-14 08:09:01 -07:00
Mooneer Salem 09b7275406 Move label upward to conceal extra space on top of the popup. 2024-07-13 10:28:56 -07:00
Mooneer Salem 81b357f6d5 Add border around popup. 2024-07-13 07:36:59 -07:00
Mooneer Salem 2a77a692a5 Fix typo in class name. 2024-07-13 07:04:47 -07:00
Mooneer Salem 8ec15b0deb Fix compiler error. 2024-07-12 18:37:20 -07:00
Mooneer Salem 7c1d852456 Add PR #733 to changelog. 2024-07-12 18:28:36 -07:00
Mooneer Salem 80e52e4455 Adjust minimum monitor volume to -40 dB. 2024-07-12 18:23:55 -07:00
Mooneer Salem bc924e854e Link popup with configuration options. 2024-07-12 18:21:36 -07:00
Mooneer Salem 127395a4c4 Allow VK right-click menu to be triggered during VK execution. 2024-07-12 18:11:32 -07:00
Mooneer Salem 68c5d340f6 Adjust audio level based on configured volume. 2024-07-12 18:10:55 -07:00
Mooneer Salem 04fe433240 Add configuration fields for monitoring volumes. 2024-07-12 17:16:11 -07:00
Mooneer Salem 53d31499e2 Initial prototype of GUI for adjusting monitoring volume. 2024-07-12 17:08:18 -07:00
Mooneer Salem 0ad2f8c579 latest user manual PDF 2024-07-08 04:37:40 +00:00
Mooneer Salem 156a94c635
Merge pull request #731 from drowe67/ms-wxwidgets-update
Update wxWidgets to 3.2.5.
2024-07-07 21:35:34 -07:00
Mooneer Salem 38bb57f5b8 Increment version to 1.9.10. 2024-07-07 21:23:10 -07:00
Mooneer Salem e62cca60fd Add PR #731 to changelog. 2024-07-07 21:22:41 -07:00
Mooneer Salem 0777855d3f Update wxWidgets to 3.2.5. 2024-07-07 21:21:50 -07:00
Mooneer Salem 78953f7b10 latest user manual PDF 2024-07-08 04:09:37 +00:00
Mooneer Salem 91e8f1d15c
Merge pull request #730 from drowe67/ms-vk-path
Updates the Voice Keyer feature based on feedback in #728:

1. Update application configuration to only have user selecting the path to the voice keyer file(s), not the exact file. This path also changes as needed based on user selection of the VK file (see (2)).
2. When left-clicking the Voice Keyer button and there's no previously selected VK file available (or the previous file no longer exists), bring up a file dialog to force selection of the exact VK file to use.
3. Update tooltip for the Voice Keyer button to display the currently selected file.
4. Ensure that the name of the file selected in (2) continues to be persisted across sessions.
2024-07-07 21:07:50 -07:00
Mooneer Salem 74635881d7 Re-add spacing between each button. 2024-07-06 22:52:56 -07:00
Mooneer Salem b70eac9c6a Truncate based on button size, not 'Voice Keyer' label. 2024-07-06 22:48:13 -07:00
Mooneer Salem 12322d1e05 Truncate long VK filenames. 2024-07-05 09:50:02 -07:00
Mooneer Salem b5e47cb0fb Merge branch 'ms-vk-path' of github.com:drowe67/freedv-gui into ms-vk-path 2024-07-02 21:46:16 -07:00
Mooneer Salem e8183282b6 Test: include filename in button label. 2024-07-02 21:45:58 -07:00
Mooneer Salem 1b618d1824 Fix Windows compilation error. 2024-06-30 10:06:48 -07:00
Mooneer Salem 3f68b49ead Add PR #730 to changelog. 2024-06-30 09:30:53 -07:00
Mooneer Salem 040f5b33b1 Merge branch 'master' into ms-vk-path 2024-06-30 09:30:03 -07:00
Mooneer Salem 7231dd2f8e latest user manual PDF 2024-06-30 16:29:49 +00:00