flosslogic-commits Mailing List for flosslogic
Status: Inactive
Brought to you by:
uh1763
You can subscribe to this list here.
2010 |
Jan
|
Feb
|
Mar
(9) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
---|
From: Uwe H. <uh...@us...> - 2010-03-22 23:30:33
|
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 1a0f43cdae32d5cfb8c7f693dd3c903893c56bd1 (commit) from a36a393c9a3f257918b209aa7817de7fbb8deab6 (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 1a0f43cdae32d5cfb8c7f693dd3c903893c56bd1 Author: Uwe Hermann <uw...@he...> Date: Tue Mar 23 00:30:01 2010 +0100 Small demo Lua code snippet. ----------------------------------------------------------------------- Summary of changes: decoder/bin2spi.lua | 101 ++++++++++++++++++++++++++++++++++++++++++++++++--- 1 files changed, 96 insertions(+), 5 deletions(-) hooks/post-receive -- flosslogic |
From: Uwe H. <uh...@us...> - 2010-03-14 12:58:47
|
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 a36a393c9a3f257918b209aa7817de7fbb8deab6 (commit) from 7644a3ece416cb6874481ea8233a9a3842374d72 (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 a36a393c9a3f257918b209aa7817de7fbb8deab6 Author: Uwe Hermann <uw...@he...> Date: Sun Mar 14 13:58:03 2010 +0100 Make channel titlebar layout config option work. ----------------------------------------------------------------------- Summary of changes: gui/configform.cpp | 6 ++++++ gui/configform.h | 1 + gui/configform.ui | 4 ++-- gui/main.cpp | 8 +++++--- gui/mainwindow.cpp | 36 ++++++++++++++++++++++++++++++------ gui/mainwindow.h | 6 ++++++ 6 files changed, 50 insertions(+), 11 deletions(-) hooks/post-receive -- flosslogic |
From: Uwe H. <uh...@us...> - 2010-03-14 12:18:34
|
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 7644a3ece416cb6874481ea8233a9a3842374d72 (commit) via 73c2bdbd20d4d88b0bde6731d55f8c3ca0ff4391 (commit) via 92005ac568572a70f5a5270969c8da342c6f90c2 (commit) via 4456537e9c74a2891f7b8170de898486758685cf (commit) via eb205d18127b187d701ab9f1fb6ecd341c5cacd3 (commit) from 1edbd4e0b7e04d0de97cd9a612338c4e2977f2c5 (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 7644a3ece416cb6874481ea8233a9a3842374d72 Author: Uwe Hermann <uw...@he...> Date: Sun Mar 14 13:15:23 2010 +0100 Use new ConfigForm, drop old ConfigDialog. commit 73c2bdbd20d4d88b0bde6731d55f8c3ca0ff4391 Author: Uwe Hermann <uw...@he...> Date: Sun Mar 14 13:10:12 2010 +0100 Hook up close button and page changing. commit 92005ac568572a70f5a5270969c8da342c6f90c2 Author: Uwe Hermann <uw...@he...> Date: Sun Mar 14 12:58:36 2010 +0100 Recreated the old config dialog in Qt Designer. commit 4456537e9c74a2891f7b8170de898486758685cf Author: Uwe Hermann <uw...@he...> Date: Sun Mar 14 12:40:36 2010 +0100 USB-LPS: Bugfix in samplerate_config_value(). commit eb205d18127b187d701ab9f1fb6ecd341c5cacd3 Author: Uwe Hermann <uw...@he...> Date: Sat Mar 13 23:26:05 2010 +0100 Add ConfigForm using Qt Designer. This will replace the hand-coded preferences dialog. ----------------------------------------------------------------------- Summary of changes: gui/configdialog.cpp | 114 ------------------------ gui/{configdialog.h => configform.cpp} | 61 +++++++------ gui/{configdialog.h => configform.h} | 43 ++++----- gui/configform.ui | 150 ++++++++++++++++++++++++++++++++ gui/flosslogic-gui.pro | 7 +- gui/mainwindow.cpp | 7 +- lib/hw_lps.c | 48 +++++----- 7 files changed, 232 insertions(+), 198 deletions(-) delete mode 100644 gui/configdialog.cpp copy gui/{configdialog.h => configform.cpp} (56%) rename gui/{configdialog.h => configform.h} (63%) create mode 100644 gui/configform.ui hooks/post-receive -- flosslogic |
From: Uwe H. <uh...@us...> - 2010-03-13 15:34:27
|
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 1edbd4e0b7e04d0de97cd9a612338c4e2977f2c5 (commit) via 938525b167c22dd94237e0fce2589c240b0e3888 (commit) via aefb17787af0509c1a742225a0b671746fcea07f (commit) via 9b35272d681f708900ab66ba9b43bc4d5031f328 (commit) from 2c7f87140d98f0d8c7c0dd43c6fd1affa2c83a6e (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 1edbd4e0b7e04d0de97cd9a612338c4e2977f2c5 Author: Uwe Hermann <uw...@he...> Date: Sat Mar 13 16:29:09 2010 +0100 Fix compiler warnings. commit 938525b167c22dd94237e0fce2589c240b0e3888 Author: Uwe Hermann <uw...@he...> Date: Sat Mar 13 16:24:21 2010 +0100 Fix proper redrawing of the graphs upon resize. commit aefb17787af0509c1a742225a0b671746fcea07f Author: Uwe Hermann <uw...@he...> Date: Sat Mar 13 15:14:22 2010 +0100 C++ micro-optimization: Use ++i instead of i++. commit 9b35272d681f708900ab66ba9b43bc4d5031f328 Author: Uwe Hermann <uw...@he...> Date: Sat Mar 13 15:04:34 2010 +0100 Further performance optimizations. Only re-generate the QPainterPaths of the channel graphs when needed. In the paintEvent() only reraw the existing QPainterPath, but don't regenerate it. ----------------------------------------------------------------------- Summary of changes: gui/channelrenderarea.cpp | 78 +++++++++++++++++++++++++------------------- gui/channelrenderarea.h | 4 ++ gui/mainwindow.cpp | 48 +++++++++++++++++---------- 3 files changed, 78 insertions(+), 52 deletions(-) hooks/post-receive -- flosslogic |
From: Uwe H. <uh...@us...> - 2010-03-13 03:20:38
|
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 2c7f87140d98f0d8c7c0dd43c6fd1affa2c83a6e (commit) via 746723c22edbf4a006ff834b0a3d75ba09705b68 (commit) from 88e069edd87fc7de2a4e1483ba1bb58f888bc9c9 (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 2c7f87140d98f0d8c7c0dd43c6fd1affa2c83a6e Author: Uwe Hermann <uw...@he...> Date: Sat Mar 13 04:19:53 2010 +0100 Speed optimizations for graph painting. commit 746723c22edbf4a006ff834b0a3d75ba09705b68 Author: Piotr Esden-Tempski <pi...@es...> Date: Sat Mar 13 00:58:41 2010 +0100 Fixed build on Mac OS X. Added additional /opt/local/include and /opt/local/lib paths which are macports specific to the flosslogic.pro file. Also added options to the pro file that result in copying of libflosslogic.dylib into the flosslogic.app bundle. Also added the correct install-name to the libflosslogic.dylib link command. ----------------------------------------------------------------------- Summary of changes: gui/channelrenderarea.cpp | 40 ++++++++++++++++++++++++++++------------ gui/flosslogic-gui.pro | 8 ++++++++ lib/Makefile | 1 + 3 files changed, 37 insertions(+), 12 deletions(-) hooks/post-receive -- flosslogic |
From: Uwe H. <uh...@us...> - 2010-03-11 22:21:15
|
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 88e069edd87fc7de2a4e1483ba1bb58f888bc9c9 (commit) from 78ad9ed038cde72c70c47667bd558c52dcbed79b (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 88e069edd87fc7de2a4e1483ba1bb58f888bc9c9 Author: Uwe Hermann <uw...@he...> Date: Thu Mar 11 23:20:17 2010 +0100 Fix bug with non-displayed graphs after file open. ----------------------------------------------------------------------- Summary of changes: gui/mainwindow.cpp | 11 ++++++++++- gui/mainwindow.h | 1 + 2 files changed, 11 insertions(+), 1 deletions(-) hooks/post-receive -- flosslogic |
From: Uwe H. <uh...@us...> - 2010-03-11 22:15:19
|
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 78ad9ed038cde72c70c47667bd558c52dcbed79b (commit) via e679aaf0ad707c7f8355780cf3c6412488914721 (commit) from a1bfb43d592329c8438ebc1c5ca0f40c3e78021b (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 78ad9ed038cde72c70c47667bd558c52dcbed79b Author: Uwe Hermann <uw...@he...> Date: Thu Mar 11 23:05:31 2010 +0100 Improve UI handling for File->Open dialog. commit e679aaf0ad707c7f8355780cf3c6412488914721 Author: Uwe Hermann <uw...@he...> Date: Thu Mar 11 22:29:50 2010 +0100 Fix hard-coded file sizes in Open/Save dialogs. ----------------------------------------------------------------------- Summary of changes: gui/mainwindow.cpp | 64 +++++++++++++++++++++++++++++++++++++++++---------- 1 files changed, 51 insertions(+), 13 deletions(-) hooks/post-receive -- flosslogic |
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 |
From: Uwe H. <uh...@us...> - 2010-03-08 22:29:55
|
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 a93de51f54e8991533fd593b35353e9cb74c95e6 (commit) from 1a233f6d1aa2b35c1001f43497b0a66fd5413202 (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 a93de51f54e8991533fd593b35353e9cb74c95e6 Author: Uwe Hermann <uw...@he...> Date: Mon Mar 8 23:29:27 2010 +0100 Add small section about GUI/Qt coding style. ----------------------------------------------------------------------- Summary of changes: HACKING | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) hooks/post-receive -- flosslogic |