[flosslogic-commits] flosslogic branch, master, updated. a1bfb43d592329c8438ebc1c5ca0f40c3e78021b
Status: Inactive
Brought to you by:
uh1763
|
From: Uwe H. <uh...@us...> - 2010-03-10 20:13:41
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "flosslogic".
The branch, master has been updated
via a1bfb43d592329c8438ebc1c5ca0f40c3e78021b (commit)
via 4c207862dc43143c44a80b25bf0c1927c6004ddd (commit)
via e6a587913361f52eefa99196c4232f14210e1123 (commit)
via e30ff0efe90b806582727cf1fda5bbddf572714a (commit)
via e27e0b7d9d3850d0c7c9190016dde21446bde4ab (commit)
via 74824765f96040b3594495adf1cf2c6933a50efa (commit)
via 73fe40288a4649cdf9b471739a7bb3fc8ade0e02 (commit)
via 0333453b6460f15846da011846035d37784fe33f (commit)
via 404f315393a7d825b551fe9a473e461090efaa87 (commit)
via 4ee3ab0d40e5afed32c8b360fd3da68ed91b7dc1 (commit)
via 5771898b451c3ec287fdc3f01c8a9042f3ffe84f (commit)
via bc98ce94c0de7fd32fa9741ce600ce0b7677bd9c (commit)
via ce45323ba7170a3db2d402db084006cec4c86755 (commit)
via aadc917303a3caa163474d293ab866949c96e6e5 (commit)
from a93de51f54e8991533fd593b35353e9cb74c95e6 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit a1bfb43d592329c8438ebc1c5ca0f40c3e78021b
Author: Uwe Hermann <uw...@he...>
Date: Wed Mar 10 21:06:31 2010 +0100
More cleanups and resets for the "New" button.
commit 4c207862dc43143c44a80b25bf0c1927c6004ddd
Author: Uwe Hermann <uw...@he...>
Date: Wed Mar 10 20:37:44 2010 +0100
The "New" button kills all dockWidgets.
commit e6a587913361f52eefa99196c4232f14210e1123
Author: Uwe Hermann <uw...@he...>
Date: Wed Mar 10 19:55:44 2010 +0100
Various UI cosmetics.
commit e30ff0efe90b806582727cf1fda5bbddf572714a
Author: Uwe Hermann <uw...@he...>
Date: Wed Mar 10 19:34:59 2010 +0100
Fix a few compiler warnings.
commit e27e0b7d9d3850d0c7c9190016dde21446bde4ab
Author: Uwe Hermann <uw...@he...>
Date: Wed Mar 10 19:29:57 2010 +0100
Build fix for Qt <= 4.6.
commit 74824765f96040b3594495adf1cf2c6933a50efa
Author: Uwe Hermann <uw...@he...>
Date: Wed Mar 10 19:23:32 2010 +0100
Start working on the zoom feature (unfinished).
commit 73fe40288a4649cdf9b471739a7bb3fc8ade0e02
Author: Uwe Hermann <uw...@he...>
Date: Wed Mar 10 19:23:15 2010 +0100
Add zoomFactor variable infrastructure.
commit 0333453b6460f15846da011846035d37784fe33f
Author: Uwe Hermann <uw...@he...>
Date: Wed Mar 10 19:22:46 2010 +0100
Implement per-channel scrolling by scroll wheel.
commit 404f315393a7d825b551fe9a473e461090efaa87
Author: Uwe Hermann <uw...@he...>
Date: Wed Mar 10 19:22:16 2010 +0100
Only enable UI elements when it makes sense.
commit 4ee3ab0d40e5afed32c8b360fd3da68ed91b7dc1
Author: Uwe Hermann <uw...@he...>
Date: Wed Mar 10 19:21:17 2010 +0100
Allow arbitrary number of samples in the GUI.
Add some example values for selection, but allow manual entry of
arbitrary numbers. Not all of the code will properly cope with this
yet, though.
commit 5771898b451c3ec287fdc3f01c8a9042f3ffe84f
Author: Uwe Hermann <uw...@he...>
Date: Wed Mar 10 19:20:39 2010 +0100
Don't hardcode samplerates supported by the LA.
Currently we only handle the CWAV USBee SX, more will follow.
commit bc98ce94c0de7fd32fa9741ce600ce0b7677bd9c
Author: Uwe Hermann <uw...@he...>
Date: Wed Mar 10 19:19:44 2010 +0100
Show start and end sample number as a label.
commit ce45323ba7170a3db2d402db084006cec4c86755
Author: Uwe Hermann <uw...@he...>
Date: Wed Mar 10 19:18:53 2010 +0100
Re-scan for USB devices every time.
commit aadc917303a3caa163474d293ab866949c96e6e5
Author: Uwe Hermann <uw...@he...>
Date: Wed Mar 10 19:16:50 2010 +0100
Add a minimal Lua file for SPI decoding.
-----------------------------------------------------------------------
Summary of changes:
decoder/bin2spi.lua | 40 ++++++++++++++
gui/channelrenderarea.cpp | 121 ++++++++++++++++++++++++++++++++++++++++++--
gui/channelrenderarea.h | 24 ++++++++-
gui/mainwindow.cpp | 124 ++++++++++++++++++++++++++++++++++++++++-----
gui/mainwindow.h | 5 +-
gui/mainwindow.ui | 68 ++++++++++++++++++++++--
include/flosslogic.h | 23 ++++++++
lib/libusb.c | 16 +++---
8 files changed, 385 insertions(+), 36 deletions(-)
create mode 100755 decoder/bin2spi.lua
hooks/post-receive
--
flosslogic
|