* src/Config/_GrampsConfigKeys.py: add saving of family editor size, disabling of

defaulting to last viwe
	* src/ViewManager.py: allow disabling of defaulting to last view
	* src/GrampsCfg.py: allow disabling of defaulting to last view
	* src/ViewManager.py: allow disabling of defaulting to last view
	* data/gramps.schemas.in: allow disabling of defaulting to last view
	


svn: r7617
This commit is contained in:
Don Allingham
2006-11-12 03:35:52 +00:00
parent b37e158da4
commit b45b7de3ea
5 changed files with 57 additions and 8 deletions

View File

@@ -123,6 +123,18 @@
</locale>
</schema>
<schema>
<key>/schemas/apps/gramps/preferences/use-last-view</key>
<applyto>/apps/gramps/preferences/use-last-view</applyto>
<owner>gramps</owner>
<type>bool</type>
<default>1</default>
<locale name="C">
<short>Use last view displayed</short>
<long>Indicates the GRAMPS should remember last view displayed.</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/gramps/preferences/family-siblings</key>
<applyto>/apps/gramps/preferences/family-siblings</applyto>
@@ -237,6 +249,30 @@
</locale>
</schema>
<schema>
<key>/schemas/apps/gramps/interface/family-height</key>
<applyto>/apps/gramps/interface/family-height</applyto>
<owner>gramps</owner>
<type>int</type>
<default>500</default>
<locale name="C">
<short>Height of the family editor interface.</short>
<long>Specifies the height of the family editor interface.</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/gramps/interface/family-width</key>
<applyto>/apps/gramps/interface/family-width</applyto>
<owner>gramps</owner>
<type>int</type>
<default>700</default>
<locale name="C">
<short>Width of the family editor interface.</short>
<long>Specifies the width of the family editor interface.</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/gramps/interface/filter</key>
<applyto>/apps/gramps/interface/filter</applyto>