Added device name and backup label support to the GUI
commit6567b46770ca69bed402f72c86c6b101df2321b7
authorChris Frey <cdfrey@foursquare.net>
Fri, 29 Aug 2008 23:16:06 +0000 (29 19:16 -0400)
committerChris Frey <cdfrey@foursquare.net>
Fri, 29 Aug 2008 23:16:06 +0000 (29 19:16 -0400)
tree444f66a9dd8af9bd403d9377cdec7c79e3773b3f
parentc85cf0c84933124abbb8b20e0a02808673bc68e1
Added device name and backup label support to the GUI

It is now possible to name devices, instead of just
operating by PIN number, and it is possible to now
add a text label to the backup tar filenames.
15 files changed:
ChangeLog
gui/src/BackupWindow.cc
gui/src/BackupWindow.glade
gui/src/BackupWindow.h
gui/src/ConfigDlg.cc
gui/src/ConfigDlg.glade
gui/src/ConfigDlg.h
gui/src/ConfigFile.cc
gui/src/ConfigFile.h
gui/src/DeviceIface.cc
gui/src/DeviceIface.h
gui/src/Makefile.am
gui/src/PromptDlg.cc [new file with mode: 0644]
gui/src/PromptDlg.glade [new file with mode: 0644]
gui/src/PromptDlg.h [copied from gui/src/ConfigDlg.h with 52% similarity]