mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-12-01 14:20:11 +01:00
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:
@@ -82,6 +82,7 @@ x11 {
|
||||
SOURCES += rdadmin.cpp
|
||||
SOURCES += rename_group.cpp
|
||||
SOURCES += test_import.cpp
|
||||
SOURCES += test_datetimes.cpp
|
||||
SOURCES += view_adapters.cpp
|
||||
SOURCES += view_pypad_errors.cpp
|
||||
SOURCES += xpm_info_banner1.cpp
|
||||
@@ -151,6 +152,7 @@ x11 {
|
||||
HEADERS += rdadmin.h
|
||||
HEADERS += rename_group.h
|
||||
HEADERS += test_import.h
|
||||
HEADERS += test_datetimes.h
|
||||
HEADERS += view_adapters.h
|
||||
HEADERS += view_pypad_errors.h
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user