Commit Graph

  • 38e41eb85e Groups now renamed like everything else; remove onRenameGroup dc Charles J. Cliffe 2017-03-16 23:23:21 -04:00
  • e45de44dbd Merge pull request #523 from cjcliffe/remove_treelabeledit Charles J. Cliffe 2017-03-15 21:32:04 -04:00
  • 243c744c0a Fix the label editing issue :) Charles J. Cliffe 2017-03-15 21:22:29 -04:00
  • 772e24fdb3 Better comments on CF32 format coming out of SoapySDR vsonnier 2017-03-10 19:12:54 +01:00
  • 97639d1d09 BIG FIX: Truncated stream of incoming samples on 32 bit targets ! This one is a veryy old long standing bug I was look for. All 32 bit Windows builds suffered indeed of corrupted sound defects in all circumstances (reported even on rtl-sdr.com coments) that had no identifiable origin... Until now. Given the fix, all 32 bit adress targets should be affected as well... vsonnier 2017-03-08 22:52:20 +01:00
  • 294713945a Bookmarks: a BookmarkEntry owns its DataNode, so free it in destructor vsonnier 2017-03-07 18:30:33 +01:00
  • 9726f0eec6 Bookmarks: no need to Delete a tree element when the next steps will take care of it vsonnier 2017-03-06 19:51:27 +01:00
  • 925203b4a5 Bookmarks (cont...) : more understanding, more comments, more fixes. NOW memory management should be clean... vsonnier 2017-03-04 11:22:29 +01:00
  • 7bab9588e1 Bookmarks: rollback delete item data procedures: reading wxWidgets labyrinthine code more carefully item data is properly deleted by Delete or DeleteChildren. On the other hand, SetItemData simply overwrites the pointer, so take care or releasing ressources there vsonnier 2017-03-04 09:02:15 +01:00
  • b30f9e9bbb Bookmarks: assure proper recursive cleanup of ItemData for all levels of a tree item vsonnier 2017-03-03 22:49:58 +01:00
  • aab899d63c Bookmarks fixes: try to cleanup Recent entries in order vsonnier 2017-03-03 20:33:14 +01:00
  • b5a658bb4c Updated Hamlib v3.1 binaries for Windows using the official pre-build binaries: - Gather all *.dll deps in external/msvc to preserve consistency - This Hamlib distribution provides a pre-built libusb-1.0.dll, so add it to the common dependencies : this libusb-1.0.dll have only MSVCRT.dll as dependency itself, contrary to the one provided in CubicSDR binary releases, which turns out is not compatible with this Hamlib distribution. The libusb one from the Hamlib on the other hand works for both Hamlib and SoapySDR. vsonnier 2017-03-03 19:37:32 +01:00
  • c1184d24db Bookmarks: cleanup item data properly vsonnier 2017-03-02 22:10:17 +01:00
  • 5fe844b8af Should fix #520 Vincent Sonnier 2017-03-02 11:25:39 +01:00
  • bd65377162 BookmarkPanel was missing the Disconect matching the new Connect... vsonnier 2017-03-01 22:25:27 +01:00
  • 2760d3d12e Status/tootips additions: Gain, Bookmarks. Fix Bookmark mousewheel handling (for Windows <= 7) for the tree view vsonnier 2017-03-01 22:13:41 +01:00
  • b149da864a Bookmark fixes and cleanups: - Fix Search field not working on Windows 7 (at least), hope I didn't break all the other platforms - Memory management is tedious there, with lots of BookmarkEntry* / BookmarkRangeEntry* shared and dangling around we cannot reasonably know when to clean up safely. So go nuclear and std::shared_ptr those things. vsonnier 2017-02-28 18:58:54 +01:00
  • 469fc41805 AppFrrame::OnMenu() tidy, correct wrong ColorTheme name (harmless) vsonnier 2017-02-26 11:18:09 +01:00
  • 1e14eece65 Updated LodePNG to 2016.11.27 version (indeed current master) vsonnier 2017-02-26 09:00:12 +01:00
  • 946a9801dc FIX: Inactive demod bendwiths are restored to 0 from sessions, because they were erroneously saved as such. The problem lies in DemodulatorPreThread: - settings were actually get/set unprotected from concurrent access (bendwiths, frequencies, sample rates...etc) so make them atomic. - If bandwith has changed, return the new value instead of the current one, just like frequencies. vsonnier 2017-02-18 10:48:56 +01:00
  • 4b48113936 Merge pull request #515 from cjcliffe/vso_blocking_queue Charles J. Cliffe 2017-02-20 15:34:40 -05:00
  • 051ebec49f BLOCKING_QUEUE: let audio-out try_push() too, else it often blocks evrything while in debugger... vsonnier 2017-02-18 10:15:47 +01:00
  • 8dfb8ea3f1 minor fixes Charles J. Cliffe 2017-02-16 21:54:18 -05:00
  • 9e32141a5f MISC4: Fix ref count of VisualDataDistributor (harmless, currently unused) vsonnier 2017-02-15 20:45:46 +01:00
  • 3ed65eff8e BLOCKING_QUEUE: don't forget to cleanup if we try_push() vsonnier 2017-02-15 20:27:57 +01:00
  • 65c1722bca FIX: VisualProcessor compilation on Linux targets (#514), ThreadBlockingQueue version... vsonnier 2017-02-14 18:39:14 +01:00
  • 7d412eccb6 BLOCKING_QUEUE: display current Thread id in both hex and decimal so both worlds are happy (GDB and Visual Studio) vsonnier 2017-02-13 21:51:46 +01:00
  • 25f7ba386d BLOCKING_QUEUE: remove ThreadBlockingQueue dependency to ThreadQueue, remove ThreadQueue.h from CMakeLists vsonnier 2017-02-12 16:48:04 +01:00
  • c7467a88bc BLOCKING_QUEUE: prepare by raising up max queue lenghts BLOCKING_QUEUE: Replaced ThreadQueue usage by ThreadBlockingQueue usage BLOCKING_QUEUE: instrument all push() with timeouts, showed some call have to be non-blocking... BLOCKING_QUEUE: tuned push()/try_push() vsonnier 2017-02-09 19:12:12 +01:00
  • e173eec3ef MISC3: Fed up with warning 4996 spam on MSVC, silence it for good in CMake vsonnier 2017-02-14 18:36:20 +01:00
  • c0dafb3197 FIX: VisualProcessor compilation on Linux targets (#514), suggested by @abousselmi, also works on MSVC vsonnier 2017-02-14 18:34:25 +01:00
  • 977ffa3e3d MISC2: Position labels better according to font scale (working this time) vsonnier 2017-02-13 18:37:40 +01:00
  • 2b0a2822a7 MISC: Position labels better according to font scale vsonnier 2017-02-12 22:26:40 +01:00
  • d3db510643 pre-BLOCKING_QUEUE: Simplified, fixed ThreadQueue, VisualProcessor (use std:deque, cleaner templates, max_size fixes) vsonnier 2017-02-12 12:53:50 +01:00
  • 8c1d785ff6 About Dialog panel padding tweak Charles J. Cliffe 2017-02-08 21:22:56 -05:00
  • a4ae7fefb9 About dialog size adjustment Charles J. Cliffe 2017-02-08 19:48:28 -05:00
  • 54117fb99a Merge pull request #511 from cjcliffe/contributors_update Charles J. Cliffe 2017-02-07 21:52:52 -05:00
  • 6ce061280a New 'About' dialog and minor cleanup Charles J. Cliffe 2017-02-07 21:48:22 -05:00
  • febaf63d22 Merge cmakelists with master changes Charles J. Cliffe 2017-02-07 18:52:00 -05:00
  • 536ca64f7b Merge branch 'stefantalpalaru-rtaudio' Charles J. Cliffe 2017-02-07 18:30:09 -05:00
  • ca4092cc33 Minor cmake rtaudio else-case tweak Charles J. Cliffe 2017-02-07 18:29:34 -05:00
  • d1686f9699 add USE_SYSTEM_RTAUDIO flag, off by default Stefan Talpalaru 2017-02-07 17:07:44 +01:00
  • f4a60e6765 Merge branch 'master' into rtaudio Stefan Talpalaru 2017-02-06 17:52:15 +01:00
  • e181849a1d Merge branch 'vsonnier-vso_waterfall_fixes_and_improvements' Charles J. Cliffe 2017-02-05 20:48:24 -05:00
  • a05741fa9e Minor re-tweak of main waterfall default lines, version bump Charles J. Cliffe 2017-02-05 20:47:47 -05:00
  • a161cf51f9 OPTION1: Boost line numbers of main and demod waterfall from 512/128 to 1024/256 vsonnier 2017-02-05 11:43:45 +01:00
  • 4609386648 COMMENTS,POLISHING: comments fenzy around VisualProcessor machinery, make process() a true interface as strong hint for derived classes, plus misc define added for understanding. vsonnier 2017-02-04 10:32:35 +01:00
  • 0815b6a684 Merge pull request #509 from vsonnier/vso_liquid_dsp_Windows_gcc63 Vincent Sonnier 2017-02-03 20:37:28 +01:00
  • f90f36a653 Update liquid-dsp v1.3 build using MySys2(GCC 6.3) using -ffast-math vsonnier 2017-02-03 19:28:06 +01:00
  • 5b1383ab64 Merge pull request #504 from cjcliffe/vso_fix_#503 Vincent Sonnier 2017-01-29 17:15:27 +01:00
  • c00060a7d9 FIX: size_t definition not visible on some systems, so include stddef.h explicitly vsonnier 2017-01-29 17:10:25 +01:00
  • cce1faa1ad Merge pull request #502 from cjcliffe/vso_compiler_and_static_analysis_fixes Vincent Sonnier 2017-01-29 09:06:02 +01:00
  • 115b0ffa58 CLEANUP: some compiler and static analysis warnings vsonnier 2017-01-28 14:57:27 +01:00
  • af6a32902f Merge pull request #501 from vsonnier/theme_ui_fixes Charles J. Cliffe 2017-01-27 19:22:12 -05:00
  • 2d97353365 Add a proper icon to the SDR Devices dialog vsonnier 2017-01-27 22:34:38 +01:00
  • 848d1bf0e3 Manage B key correctly activated for spectrum, not waterfall. Add another independent B (dB) key for audio scope vsonnier 2017-01-27 21:38:48 +01:00
  • 532f34c608 Theme set/change now consistent over the UI vsonnier 2017-01-25 21:28:44 +01:00
  • 0b23a14678 Merge pull request #500 from cjcliffe/update_range Charles J. Cliffe 2017-01-24 23:18:01 -05:00
  • 0b10ea5fb7 Allow updating of an existing range Charles J. Cliffe 2017-01-24 23:14:39 -05:00
  • 6bcf0eb56a Merge pull request #499 from vsonnier/sample_rate_gui_improvements Charles J. Cliffe 2017-01-24 18:31:49 -05:00
  • 196c664cf4 Device Sample Rate improvements: UI, changed device sample rates to be expressed as long instead of int at some places for safety/consistency. Also pedantic harmless traces changes. vsonnier 2017-01-21 11:26:51 +01:00
  • 5e4f5d7d96 IsMaximized() return is ambiguous for OSX full-screen vs. filled-screen; use Y position instead.. Charles J. Cliffe 2017-01-18 21:24:50 -05:00
  • 066d634d24 Don't save maximized window state/position on OSX Charles J. Cliffe 2017-01-18 20:13:25 -05:00
  • 9ecf29d3b4 Merge pull request #497 from vsonnier/liquid_dsp_v130_upgrade Charles J. Cliffe 2017-01-16 17:58:04 -05:00
  • 7ab2b08e7d UPGRADE_cleanup: removal of ENABLE_LIQUID_EXPERIMENTAL conditionals because the features are now in mainline liquid v1.30 vsonnier 2017-01-13 22:01:06 +01:00
  • 02cf6fbe4b UPGRADE: Recompiled Windows libraries in v1.30 version, added MinGW makefiles, updated runtime libs vsonnier 2017-01-13 21:31:37 +01:00
  • c02e7afccb Merge pull request #490 from vsonnier/fix_missing_demod_spectrum_and_wf Charles J. Cliffe 2017-01-10 20:29:03 -05:00
  • 1a53e454ab FIX: missing demod displays due to wrong input/queue setups order vsonnier 2017-01-08 12:46:31 +01:00
  • 4919988c7c Merge pull request #484 from vsonnier/fixes_on_021alpha_bookmark1 Charles J. Cliffe 2017-01-03 17:36:00 -05:00
  • 89cac5db88 FIX: wrong directive placement prevent building witout HAMLIB vsonnier 2017-01-03 18:41:38 +01:00
  • 2cb540e44b Update README.md Charles J. Cliffe 2017-01-02 21:33:29 -05:00
  • d8430ddde3 Merge pull request #482 from cjcliffe/develop Charles J. Cliffe 2017-01-02 21:29:45 -05:00
  • c3106613a2 Additional license headers, cleanup unused code defs/refs Charles J. Cliffe 2017-01-02 21:27:08 -05:00
  • 143c297485 Merge pull request #481 from cjcliffe/master Charles J. Cliffe 2017-01-02 21:22:34 -05:00
  • 5c72b97309 Merge branch 'develop' into master Charles J. Cliffe 2017-01-02 21:22:13 -05:00
  • a21440c290 Merge pull request #480 from cjcliffe/license-cleanup Charles J. Cliffe 2017-01-02 21:20:59 -05:00
  • 3ec14fbe38 Licence fix, add SPDX-License-Identifier, remove unused code files Charles J. Cliffe 2017-01-02 21:07:43 -05:00
  • 299d57d2ff Merge pull request #449 from cjcliffe/feature/bookmark Charles J. Cliffe 2017-01-02 02:01:08 -05:00
  • 591610062a Bundle mod folder update Charles J. Cliffe 2017-01-02 01:37:22 -05:00
  • 3cfb0154af Fix some header orders to make MSVC happy Charles J. Cliffe 2017-01-02 01:29:27 -05:00
  • e971f551ad Set default bookmark sash pos Charles J. Cliffe 2017-01-02 00:00:31 -05:00
  • 5c89a0783d Flip recent list; bundle mod path update; version bump Charles J. Cliffe 2017-01-01 23:51:37 -05:00
  • 79c8c415e2 Show/Hide bookmarks option in display menu 0.2.1-alpha1 Charles J. Cliffe 2016-12-27 15:36:33 -05:00
  • 1ec92e0d9e Update theme needs repaint; limit wxColour conversion Charles J. Cliffe 2016-12-27 14:46:50 -05:00
  • 83cb2659ff Search actives, return proper expansion states after search Charles J. Cliffe 2016-12-27 13:49:47 -05:00
  • 68495b4d90 Dual bookmark backup files with user notification, auto-recovery and bail; save top level branch expand states Charles J. Cliffe 2016-12-27 13:01:19 -05:00
  • 69e23fd13a Save expanded group states Charles J. Cliffe 2016-12-27 00:59:51 -05:00
  • cf056acfe6 Load/Save view ranges Charles J. Cliffe 2016-12-27 00:46:12 -05:00
  • 9eee45bb9d Improve keyword searching method; add view range bookmarking support Charles J. Cliffe 2016-12-27 00:06:25 -05:00
  • d816dc220a Basic search, mostly functional Charles J. Cliffe 2016-12-26 21:56:19 -05:00
  • a02dbae7d3 Prevent active switch from changing mode Charles J. Cliffe 2016-12-23 20:07:49 -05:00
  • 02a876272f Resolve CMakeLists tab/spaces; add non-blocking action dialog for common user requests. Charles J. Cliffe 2016-12-23 18:45:25 -05:00
  • 2085d0f2c9 Save and load splitter sash positions Charles J. Cliffe 2016-12-18 12:00:53 -05:00
  • 5870c7f7a2 Remove / clear recent entries Charles J. Cliffe 2016-12-17 21:14:13 -05:00
  • 870f61cdce Re-implement tree selection behavior tweaks Charles J. Cliffe 2016-12-17 20:47:32 -05:00
  • fd928de3aa Show drag item name in popup; follow mouse position. Charles J. Cliffe 2016-12-16 22:05:25 -05:00
  • 5924ebc057 Clean-up some error-prone prototype cruft Charles J. Cliffe 2016-12-15 21:53:51 -05:00
  • 2cc05baaa1 Bookmarks/Recents now loading & saving Charles J. Cliffe 2016-12-13 21:09:44 -05:00
  • 746b7cfcae Bookmarks now save on exit; not loaded on startup yet. Charles J. Cliffe 2016-12-12 23:47:05 -05:00
  • d48887d132 Bookmarking bugs, quirks and improvements Charles J. Cliffe 2016-12-12 20:17:47 -05:00