2017-07-14 Fred Gleason <fredg@paravelsystems.com>

* Added a 'SYSTEM.SHOW_USER_LIST' field to the database.
	* Incremented the database version to 265.
	* Added 'RDSystem::showUserList()' and 'RDSystem::setShowUserList()'
	methods in 'lib/rdsystem.cpp' and 'lib/rdsystem.h'.
	* Added a 'Show User List in RDLogin' control to the 'Edit System'
	dialog in 'rdadmin/edit_settings.cpp' and 'rdadmin/edit_settings.h'.
	* Altered RDLogin to display a text  input field for the user name
	when 'Show User List in RDLogin' is unchecked.
This commit is contained in:
Fred Gleason
2017-07-14 12:25:21 -04:00
parent 4d6187bb61
commit b2c6f3b9ac
26 changed files with 194 additions and 14 deletions

View File

@@ -60,6 +60,7 @@ class EditSettings : public QDialog
QSpinBox *edit_maxpost_spin;
QLineEdit *edit_isci_path_edit;
QComboBox *edit_temp_cart_group_box;
QCheckBox *edit_show_user_list_box;
QListView *edit_duplicate_list;
QPushButton *edit_settings_button;
QPushButton *edit_save_button;