Implement 'Save Database Backup' option
Add an option in the 'Database' menu to save a backup of the current database. Add unit test for saving database copy * Open a test database, mark it as modified, and save a copy * Fail if the copy is not a valid database * Fail if the original database is saved * Fail if the original database is no longer marked as modified
This commit is contained in:
committed by
Jonathan White
parent
2237cf0188
commit
45848c3f61
@@ -0,0 +1 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="mdi-content-save-move-outline" width="24" height="24" viewBox="0 0 24 24"><path d="M13 17H17V14L22 18.5L17 23V20H13V17M14 12.8C13.5 12.31 12.78 12 12 12C10.34 12 9 13.34 9 15C9 16.31 9.84 17.41 11 17.82C11.07 15.67 12.27 13.8 14 12.8M11.09 19H5V5H16.17L19 7.83V12.35C19.75 12.61 20.42 13 21 13.54V7L17 3H5C3.89 3 3 3.9 3 5V19C3 20.1 3.89 21 5 21H11.81C11.46 20.39 11.21 19.72 11.09 19M6 10H15V6H6V10Z" /></svg>
|
||||
|
After Width: | Height: | Size: 647 B |
@@ -23,6 +23,7 @@
|
||||
<file>application/scalable/actions/document-properties.svg</file>
|
||||
<file>application/scalable/actions/document-save.svg</file>
|
||||
<file>application/scalable/actions/document-save-as.svg</file>
|
||||
<file>application/scalable/actions/document-save-copy.svg</file>
|
||||
<file>application/scalable/actions/donate.svg</file>
|
||||
<file>application/scalable/actions/edit-clear-locationbar-ltr.svg</file>
|
||||
<file>application/scalable/actions/edit-clear-locationbar-rtl.svg</file>
|
||||
|
||||
Reference in New Issue
Block a user