2021-08-03 Fred Gleason <fredg@paravelsystems.com>

* Added 'SYSTEM.LONG_DATE_FORMAT', 'SYSTEM.SHORT_DATE_FORMAT'
	and 'SYSTEM.TIME_FORMAT' fields to the database.
	* Incremented the database version to 351.
	* Added 'RDSystem::longDateFormat()', 'RDSystem'setLongDateFormat()',
	'RDSystem::shortDateFormat()', 'RDSystem::setShortDateFormat()',
	'RDSystem::timeFormat()' and 'RDSystem::setTimeFormat()' methods.
	* Added a 'Date/Time Formats' section to the 'System-Wide Settings'
	dialog in rdadmin(1).

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2021-08-03 20:44:58 -04:00
parent f48fb2ef5c
commit 15ff31483d
15 changed files with 373 additions and 14 deletions

View File

@@ -123,6 +123,7 @@ dist_rdadmin_SOURCES = add_feed.cpp add_feed.h\
rdadmin.cpp rdadmin.h\
rename_group.cpp rename_group.h\
test_import.cpp test_import.h\
test_datetimes.cpp test_datetimes.h\
view_adapters.cpp view_adapters.h\
view_node_info.cpp view_node_info.h\
view_pypad_errors.cpp view_pypad_errors.h
@@ -204,6 +205,7 @@ nodist_rdadmin_SOURCES = global_credits.c\
moc_rdadmin.cpp\
moc_rename_group.cpp\
moc_test_import.cpp\
moc_test_datetimes.cpp\
moc_view_adapters.cpp\
moc_view_node_info.cpp\
moc_view_pypad_errors.cpp