* src/Config/_GrampsConfigKeys.py: remember editor size
* src/Editors/_EditPlace.py: remember editor size * src/Editors/_EditSource.py: remember editor size * src/Editors/_EditPerson.py: remember editor size * src/Editors/_EditMedia.py: remember editor size * src/Editors/_EditRepository.py: remember editor size * src/Editors/_EditEvent.py: remember editor size * src/glade/gramps.glade: remember editor size * data/gramps.schemas.in: remember editor size svn: r7695
This commit is contained in:
@@ -309,6 +309,126 @@
|
||||
</locale>
|
||||
</schema>
|
||||
|
||||
<schema>
|
||||
<key>/schemas/apps/gramps/interface/event-height</key>
|
||||
<applyto>/apps/gramps/interface/event-height</applyto>
|
||||
<owner>gramps</owner>
|
||||
<type>int</type>
|
||||
<default>450</default>
|
||||
<locale name="C">
|
||||
<short>Height of the event editor interface.</short>
|
||||
<long>Specifies the height of the event editor interface.</long>
|
||||
</locale>
|
||||
</schema>
|
||||
|
||||
<schema>
|
||||
<key>/schemas/apps/gramps/interface/event-width</key>
|
||||
<applyto>/apps/gramps/interface/event-width</applyto>
|
||||
<owner>gramps</owner>
|
||||
<type>int</type>
|
||||
<default>600</default>
|
||||
<locale name="C">
|
||||
<short>Width of the event editor interface.</short>
|
||||
<long>Specifies the width of the event editor interface.</long>
|
||||
</locale>
|
||||
</schema>
|
||||
|
||||
<schema>
|
||||
<key>/schemas/apps/gramps/interface/place-height</key>
|
||||
<applyto>/apps/gramps/interface/place-height</applyto>
|
||||
<owner>gramps</owner>
|
||||
<type>int</type>
|
||||
<default>450</default>
|
||||
<locale name="C">
|
||||
<short>Height of the place editor interface.</short>
|
||||
<long>Specifies the height of the place editor interface.</long>
|
||||
</locale>
|
||||
</schema>
|
||||
|
||||
<schema>
|
||||
<key>/schemas/apps/gramps/interface/place-width</key>
|
||||
<applyto>/apps/gramps/interface/place-width</applyto>
|
||||
<owner>gramps</owner>
|
||||
<type>int</type>
|
||||
<default>650</default>
|
||||
<locale name="C">
|
||||
<short>Width of the place editor interface.</short>
|
||||
<long>Specifies the width of the place editor interface.</long>
|
||||
</locale>
|
||||
</schema>
|
||||
|
||||
<schema>
|
||||
<key>/schemas/apps/gramps/interface/repo-height</key>
|
||||
<applyto>/apps/gramps/interface/repo-height</applyto>
|
||||
<owner>gramps</owner>
|
||||
<type>int</type>
|
||||
<default>450</default>
|
||||
<locale name="C">
|
||||
<short>Height of the repository editor interface.</short>
|
||||
<long>Specifies the height of the repository editor interface.</long>
|
||||
</locale>
|
||||
</schema>
|
||||
|
||||
<schema>
|
||||
<key>/schemas/apps/gramps/interface/repo-width</key>
|
||||
<applyto>/apps/gramps/interface/repo-width</applyto>
|
||||
<owner>gramps</owner>
|
||||
<type>int</type>
|
||||
<default>650</default>
|
||||
<locale name="C">
|
||||
<short>Width of the repository editor interface.</short>
|
||||
<long>Specifies the width of the repository editor interface.</long>
|
||||
</locale>
|
||||
</schema>
|
||||
|
||||
<schema>
|
||||
<key>/schemas/apps/gramps/interface/media-height</key>
|
||||
<applyto>/apps/gramps/interface/media-height</applyto>
|
||||
<owner>gramps</owner>
|
||||
<type>int</type>
|
||||
<default>450</default>
|
||||
<locale name="C">
|
||||
<short>Height of the media editor interface.</short>
|
||||
<long>Specifies the height of the media editor interface.</long>
|
||||
</locale>
|
||||
</schema>
|
||||
|
||||
<schema>
|
||||
<key>/schemas/apps/gramps/interface/media-width</key>
|
||||
<applyto>/apps/gramps/interface/media-width</applyto>
|
||||
<owner>gramps</owner>
|
||||
<type>int</type>
|
||||
<default>650</default>
|
||||
<locale name="C">
|
||||
<short>Width of the media editor interface.</short>
|
||||
<long>Specifies the width of the media editor interface.</long>
|
||||
</locale>
|
||||
</schema>
|
||||
|
||||
<schema>
|
||||
<key>/schemas/apps/gramps/interface/source-height</key>
|
||||
<applyto>/apps/gramps/interface/source-height</applyto>
|
||||
<owner>gramps</owner>
|
||||
<type>int</type>
|
||||
<default>450</default>
|
||||
<locale name="C">
|
||||
<short>Height of the source editor interface.</short>
|
||||
<long>Specifies the height of the source editor interface.</long>
|
||||
</locale>
|
||||
</schema>
|
||||
|
||||
<schema>
|
||||
<key>/schemas/apps/gramps/interface/source-width</key>
|
||||
<applyto>/apps/gramps/interface/source-width</applyto>
|
||||
<owner>gramps</owner>
|
||||
<type>int</type>
|
||||
<default>600</default>
|
||||
<locale name="C">
|
||||
<short>Width of the source editor interface.</short>
|
||||
<long>Specifies the width of the source editor interface.</long>
|
||||
</locale>
|
||||
</schema>
|
||||
|
||||
<schema>
|
||||
<key>/schemas/apps/gramps/interface/filter</key>
|
||||
<applyto>/apps/gramps/interface/filter</applyto>
|
||||
@@ -761,7 +881,7 @@
|
||||
<applyto>/apps/gramps/behavior/transactions</applyto>
|
||||
<owner>gramps</owner>
|
||||
<type>bool</type>
|
||||
<default>0</default>
|
||||
<default>1</default>
|
||||
<locale name="C">
|
||||
<short>Enables the use of transactions</short>
|
||||
<long>Enables the use of transactions, which increase data security and improve speed.</long>
|
||||
|
Reference in New Issue
Block a user