[flosslogic-commits] flosslogic branch, master, updated. 7644a3ece416cb6874481ea8233a9a3842374d72
Status: Inactive
Brought to you by:
uh1763
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 |