diff --git a/INSTALL b/INSTALL index 4ff65ad07..7be61f62b 100644 --- a/INSTALL +++ b/INSTALL @@ -24,9 +24,8 @@ missing. Regular vs local installation ----------------------------- -This version of gramps requires, among others, the following to be done: - -mime types for gramps MUST be properly installed. +This version of gramps REQUIRES, among other things, the mime types for +gramps be properly installed. The usual ./configure, make, and make install as a root should do the trick. @@ -41,16 +40,15 @@ Most likely, such local install will also need some prefix with write permissions for you: --prefix=$HOME/my_gramps_path -Whether you're doing local install or regular install, -YOU MUST INSTALL MIME TYPES. -YOU HAVE BEEN WARNED! +Whether you're doing local install or regular install, YOU MUST INSTALL +MIME TYPES. YOU HAVE BEEN WARNED! Installing under non-default prefix ----------------------------------- As hinted above, mime types for gramps MUST be properly installed. -The "proper install" means installing -them where the shared mime system will find them. +The "proper install" means installing them where the shared mime system +will find them. By default, the shared mime systems will look in these places: 1. /usr/share/mime @@ -71,8 +69,10 @@ something like --prefix=/usr/local/my_gramps, /var/gramps123/blah, etc. Packager's issues ------------------ -The above mime types must be installed. -However, the update-mime-database to process the newly installed types and schemas must be done in POST-INSTALLATION. +The above mime types must be installed. However, the +update-mime-database call to process the newly installed types and +schemas must be done in POST-INSTALLATION. + In packager's world, the install happens on packager's machine into something like /tmp/gramps-tmp. However, the postinstall should happen on the user's machine. @@ -85,5 +85,5 @@ This argument should disable postinstall calls made during make install, and print a nasty warning during configure. IT IS PACKAGER'S RESPONSIBILITY to follow the advice given by the configure output and to copy the appropriate code -from the src/data/Makefile.am into the post-install (and post-uninstall) +from the data/Makefile.am into the post-install (and post-uninstall) of the particular packaging system. diff --git a/acinclude.m4 b/acinclude.m4 index dc761ec66..294d4e561 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -1,46 +1,3 @@ -dnl AM_GCONF2_REPLACEMENT -dnl Defines GCONF_SCHEMA_CONFIG_SOURCE which is where you should install schemas -dnl (i.e. pass to $GCONFTOOL -dnl Defines GCONF_SCHEMA_FILE_DIR which is a filesystem directory where -dnl you should install foo.schemas files -dnl -dnl This macro was copied from AM_GCONF_SOURCE_2 from the gconf2-dev package. -dnl By copying it here we remove the requirement for having it on the system. - -AC_DEFUN([AM_GCONF2_REPLACEMENT], -[ - if test "x$GCONF_SCHEMA_INSTALL_SOURCE" = "x"; then - GCONF_SCHEMA_CONFIG_SOURCE=`$GCONFTOOL --get-default-source` - else - GCONF_SCHEMA_CONFIG_SOURCE=$GCONF_SCHEMA_INSTALL_SOURCE - fi - - AC_ARG_WITH(gconf-source, - [ --with-gconf-source=sourceaddress Config database for installing schema files.],GCONF_SCHEMA_CONFIG_SOURCE="$withval",) - - AC_SUBST(GCONF_SCHEMA_CONFIG_SOURCE) - AC_MSG_RESULT([Using config source $GCONF_SCHEMA_CONFIG_SOURCE for schema installation]) - - if test "x$GCONF_SCHEMA_FILE_DIR" = "x"; then - GCONF_SCHEMA_FILE_DIR='$(sysconfdir)/gconf/schemas' - fi - - AC_ARG_WITH(gconf-schema-file-dir, - [ --with-gconf-schema-file-dir=dir Directory for installing schema files.],GCONF_SCHEMA_FILE_DIR="$withval",) - - AC_SUBST(GCONF_SCHEMA_FILE_DIR) - AC_MSG_RESULT([Using $GCONF_SCHEMA_FILE_DIR as install directory for schema files]) - - AC_ARG_ENABLE(schemas-install, - [ --disable-schemas-install Disable the schemas installation], - [case "${enableval}" in - yes) schemas_install=true ;; - no) schemas_install=false ;; - *) AC_MSG_ERROR(bad value ${enableval} for --disable-schemas-install) ;; - esac],[schemas_install=true]) - AM_CONDITIONAL(GCONF_SCHEMAS_INSTALL, test x$schemas_install = xtrue) -]) - dnl AM_SHARED_MIME dnl Defines SHARED_MIME_DIR which is where mime type definitions should go. dnl @@ -86,11 +43,11 @@ AC_DEFUN([AM_PACKAGER], if test "x$packager_mode" = "xtrue"; then AC_MSG_RESULT([WARNING: Packager mode enabled. - GConf schemas and shared mime types WILL NOT BE INSTALLED. + Shared mime types WILL NOT BE INSTALLED. You will need to place the contents of the - GCONF_SCHEMAS_INSTALLATION and SHARED_MIME_INSTALLATION + SHARED_MIME_INSTALLATION commands MANUALLY into the postinstall script of your package, - see src/data/Makefile.am file for details. + see data/Makefile.am file for details. Otherwise you will end up with the unusable package. YOU HAVE BEEN WARNED!]) fi diff --git a/data/Makefile.am b/data/Makefile.am index be5c0df0c..12881ab88 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -14,10 +14,6 @@ keys_in_files = gramps.keys.in keys_files = $(keys_in_files:.keys.in=.keys) @INTLTOOL_KEYS_RULE@ -schemas_in_files = gramps.schemas.in -schemas_files = $(schemas_in_files:.schemas.in=.schemas) -@INTLTOOL_SCHEMAS_RULE@ - # Rules for files with translatable strings # These are taken care of by the intltool xml_in_files = gramps.xml.in @@ -33,9 +29,6 @@ mime_DATA = $(keys_files) gramps.mime xmldir = $(SHARED_MIME_DIR)/packages xml_DATA = $(xml_files) -schemasdir = $(SHARED_MIME_DIR)/packages -schemas_DATA = $(schemas_files) - pngdir = $(datadir)/icons/gnome/48x48/mimetypes png_DATA = \ gnome-mime-application-x-gramps.png \ @@ -61,18 +54,15 @@ EXTRA_DIST = \ $(mime_DATA) \ $(xml_DATA) \ $(desktop_DATA) \ - $(xml_in_files) \ - $(schemas_DATA) \ - $(schemas_in_files) + $(xml_in_files) CLEANFILES = \ $(desktop_DATA) \ $(keys_files) \ - $(xml_files) \ - $(schemas_files) + $(xml_files) -# Conditionally enable/disable gconf schemas or mime types, -# or disable both in a packager mode +# Conditionally enable/disable mime types, +# or disable unconditionally if in a packager mode SHARED_MIME_INSTALLATION = SHARED_MIME_UNINSTALLATION = diff --git a/data/gramps.schemas.in b/data/gramps.schemas.in deleted file mode 100644 index f7baa618f..000000000 --- a/data/gramps.schemas.in +++ /dev/null @@ -1,1219 +0,0 @@ - - - - - - - /schemas/apps/gramps/preferences/default-source - /apps/gramps/preferences/default-source - gramps - bool - 0 - - Create default source on import - If True, a new source will be created and every record without source reference will be referenced to this source - - - - - /schemas/apps/gramps/preferences/relation-shade - /apps/gramps/preferences/relation-shade - gramps - bool - 1 - - Use shading to highlight data in Relationship View - If True, shading is used to highlight data in Relationship View - - - - - /schemas/apps/gramps/preferences/online-maps - /apps/gramps/preferences/online-maps - gramps - bool - 0 - - Use online maps - If True, the Map View will connect to OpenGIS servers to download maps. - - - - - /schemas/apps/gramps/preferences/family-details - /apps/gramps/preferences/family-details - gramps - bool - 1 - - Show event details on the Family View - If set to True, event reports are shown on the Family View. - - - - - /schemas/apps/gramps/preferences/complete-color - /apps/gramps/preferences/complete-color - gramps - string - #008b00 - - Color used to highlight complete items in a list - Color used to highlight complete items in a list - - - - - /schemas/apps/gramps/preferences/todo-color - /apps/gramps/preferences/todo-color - gramps - string - #ff0000 - - Color used to highlight TODO items in a list - Color used to highlight TODO items in a list - - - - - /schemas/apps/gramps/preferences/custom-marker-color - /apps/gramps/preferences/custom-marker-color - gramps - string - #8b008b - - Color used to highlight custom marker items in a list - Color used to highlight custom marker items in a list - - - - - /schemas/apps/gramps/preferences/family-warn - /apps/gramps/preferences/family-warn - gramps - bool - 1 - - Warn when adding parents in a way that may cause duplicate families. - If set to True, a warning dialog will be displayed whenever the user is a risk of creating a duplicate family when adding parents to a person. - - - - - /schemas/apps/gramps/preferences/hide-ep-msg - /apps/gramps/preferences/hide-ep-msg - gramps - bool - 0 - - Display informational message when editing a person - If set to True, an informational dialog will be displayed whenever the user edits a person. - - - - - /schemas/apps/gramps/preferences/last-view - /apps/gramps/preferences/last-view - gramps - int - 0 - - Last view displayed - Indicates the last view displayed. This view will be displayed when the system is restarted. - - - - - /schemas/apps/gramps/preferences/use-last-view - /apps/gramps/preferences/use-last-view - gramps - bool - 1 - - Use last view displayed - Indicates the GRAMPS should remember last view displayed. - - - - - /schemas/apps/gramps/preferences/family-siblings - /apps/gramps/preferences/family-siblings - gramps - bool - 1 - - Show siblings on the Family View - If set to True, siblings will be shown on the Family View. - - - - - /schemas/apps/gramps/behavior/autoload - /apps/gramps/behavior/autoload - gramps - bool - 0 - - Load last database on startup - If set to 1, the last database will be loaded on the startup. - - - - - /schemas/apps/gramps/behavior/spellcheck - /apps/gramps/behavior/spellcheck - gramps - bool - 0 - - Enable the spelling checker, if available - If set to 1, the spelling checker will be enabled if it is available on the system. - - - - - /schemas/apps/gramps/behavior/betawarn - /apps/gramps/behavior/betawarn - gramps - bool - 0 - - Hide beta warning on startup - If set to 1, the warning about beta version will not be - displayed on the startup. - - - - - /schemas/apps/gramps/behavior/welcome - /apps/gramps/behavior/welcome - gramps - int - 100 - - Welcome message has already been displayed for this version - This key keeps the version for which the welcome message - has already been displayed. The integer denotes the major, minor, - and release numerals, e.g. 200 denotes the 2.0.0 version. - - - - - /schemas/apps/gramps/preferences/date-format - /apps/gramps/preferences/date-format - gramps - int - 0 - - Date display format - This key determines the date display format. O corresponds to - the MM/DD/YYYY (US format), 1 corrsponds to DD/MM/YYYY (European - format), and 2 corresponds to YYYY-MM-DD (ISO format). - - - - - /schemas/apps/gramps/interface/dont-ask - /apps/gramps/interface/dont-ask - gramps - bool - 0 - - Do not prompt on save - This key disables prompting when data has changed - and the Cancel button has been pressed. - - - - - /schemas/apps/gramps/interface/releditbtn - /apps/gramps/interface/releditbtn - gramps - bool - 0 - - Display edit buttons in Relationship View - This key enables display of edit buttons in Relationship View - - - - - /schemas/apps/gramps/interface/height - /apps/gramps/interface/height - gramps - int - 500 - - Height of the interface. - Specifies the height of the interface when GRAMPS starts. - - - - - /schemas/apps/gramps/interface/width - /apps/gramps/interface/width - gramps - int - 775 - - Width of the interface. - Specifies the width of the interface when GRAMPS starts. - - - - - /schemas/apps/gramps/interface/family-height - /apps/gramps/interface/family-height - gramps - int - 500 - - Height of the family editor interface. - Specifies the height of the family editor interface. - - - - - /schemas/apps/gramps/interface/family-width - /apps/gramps/interface/family-width - gramps - int - 700 - - Width of the family editor interface. - Specifies the width of the family editor interface. - - - - - /schemas/apps/gramps/interface/note-height - /apps/gramps/interface/note-height - gramps - int - 500 - - Height of the note editor interface. - Specifies the height of the note editor interface. - - - - - /schemas/apps/gramps/interface/note-width - /apps/gramps/interface/note-width - gramps - int - 700 - - Width of the note editor interface. - Specifies the width of the note editor interface. - - - - - /schemas/apps/gramps/interface/person-height - /apps/gramps/interface/person-height - gramps - int - 550 - - Height of the person editor interface. - Specifies the height of the person editor interface. - - - - - /schemas/apps/gramps/interface/person-width - /apps/gramps/interface/person-width - gramps - int - 750 - - Width of the person editor interface. - Specifies the width of the person editor interface. - - - - - /schemas/apps/gramps/interface/event-height - /apps/gramps/interface/event-height - gramps - int - 450 - - Height of the event editor interface. - Specifies the height of the event editor interface. - - - - - /schemas/apps/gramps/interface/event-width - /apps/gramps/interface/event-width - gramps - int - 600 - - Width of the event editor interface. - Specifies the width of the event editor interface. - - - - - /schemas/apps/gramps/interface/event-ref-height - /apps/gramps/interface/event-ref-height - gramps - int - 450 - - Height of the event reference editor interface. - Specifies the height of the event reference editor interface. - - - - - /schemas/apps/gramps/interface/event-ref-width - /apps/gramps/interface/event-ref-width - gramps - int - 600 - - Width of the event reference editor interface. - Specifies the width of the event reference editor interface. - - - - - /schemas/apps/gramps/interface/place-height - /apps/gramps/interface/place-height - gramps - int - 450 - - Height of the place editor interface. - Specifies the height of the place editor interface. - - - - - /schemas/apps/gramps/interface/place-width - /apps/gramps/interface/place-width - gramps - int - 650 - - Width of the place editor interface. - Specifies the width of the place editor interface. - - - - - /schemas/apps/gramps/interface/repo-height - /apps/gramps/interface/repo-height - gramps - int - 450 - - Height of the repository editor interface. - Specifies the height of the repository editor interface. - - - - - /schemas/apps/gramps/interface/repo-width - /apps/gramps/interface/repo-width - gramps - int - 650 - - Width of the repository editor interface. - Specifies the width of the repository editor interface. - - - - - /schemas/apps/gramps/interface/media-height - /apps/gramps/interface/media-height - gramps - int - 450 - - Height of the media editor interface. - Specifies the height of the media editor interface. - - - - - /schemas/apps/gramps/interface/media-width - /apps/gramps/interface/media-width - gramps - int - 650 - - Width of the media editor interface. - Specifies the width of the media editor interface. - - - - - /schemas/apps/gramps/interface/address-height - /apps/gramps/interface/address-height - gramps - int - 450 - - Height of the address editor interface. - Specifies the height of the address editor interface. - - - - - /schemas/apps/gramps/interface/address-width - /apps/gramps/interface/address-width - gramps - int - 650 - - Width of the address editor interface. - Specifies the width of the address editor interface. - - - - - - /schemas/apps/gramps/interface/attribute-height - /apps/gramps/interface/attribute-height - gramps - int - 350 - - Height of the attribute editor interface. - Specifies the height of the attribute editor interface. - - - - - /schemas/apps/gramps/interface/attribute-width - /apps/gramps/interface/attribute-width - gramps - int - 600 - - Width of the attribute editor interface. - Specifies the width of the attribute editor interface. - - - - - /schemas/apps/gramps/interface/name-height - /apps/gramps/interface/name-height - gramps - int - 350 - - Height of the name editor interface. - Specifies the height of the name editor interface. - - - - - /schemas/apps/gramps/interface/name-width - /apps/gramps/interface/name-width - gramps - int - 600 - - Width of the name editor interface. - Specifies the width of the name editor interface. - - - - - /schemas/apps/gramps/interface/source-height - /apps/gramps/interface/source-height - gramps - int - 450 - - Height of the source editor interface. - Specifies the height of the source editor interface. - - - - - /schemas/apps/gramps/interface/source-width - /apps/gramps/interface/source-width - gramps - int - 600 - - Width of the source editor interface. - Specifies the width of the source editor interface. - - - - - /schemas/apps/gramps/interface/source-ref-height - /apps/gramps/interface/source-ref-height - gramps - int - 450 - - Height of the source reference editor interface. - Specifies the height of the source reference editor interface. - - - - - /schemas/apps/gramps/interface/source-ref-width - /apps/gramps/interface/source-ref-width - gramps - int - 600 - - Width of the source reference editor interface. - Specifies the width of the source reference editor interface. - - - - - /schemas/apps/gramps/interface/filter - /apps/gramps/interface/filter - gramps - bool - 0 - - Display Filter controls - If set to 1, the Filter controls will be displayed in People View. - - - - - /schemas/apps/gramps/behavior/database-path - /apps/gramps/behavior/database-path - gramps - string - ~/.gramps/grampsdb - - Additional path where the databases may reside - Additional path where the databases may reside - - - - - /schemas/apps/gramps/preferences/fprefix - /apps/gramps/preferences/fprefix - gramps - string - F%04d - - Default family GRAMPS ID pattern - The new GRAMPS IDs for the family are generated according - to this format string. - - - - - /schemas/apps/gramps/preferences/eprefix - /apps/gramps/preferences/eprefix - gramps - string - E%04d - - Default event GRAMPS ID pattern - The new GRAMPS IDs for the events are generated according - to this format string. - - - - - /schemas/apps/gramps/preferences/rprefix - /apps/gramps/preferences/rprefix - gramps - string - R%04d - - Default repository GRAMPS ID pattern - The new GRAMPS IDs for the repositories are generated according - to this format string. - - - - - /schemas/apps/gramps/preferences/nprefix - /apps/gramps/preferences/nprefix - gramps - string - N%04d - - Default note GRAMPS ID pattern - The new GRAMPS IDs for the notes are generated according - to this format string. - - - - - /schemas/apps/gramps/preferences/iprefix - /apps/gramps/preferences/iprefix - gramps - string - I%04d - - Default person GRAMPS ID pattern - The new GRAMPS IDs for the person are generated according - to this format string. - - - - - /schemas/apps/gramps/preferences/oprefix - /apps/gramps/preferences/oprefix - gramps - string - O%04d - - Default media object GRAMPS ID pattern - The new GRAMPS IDs for the media object are generated - according to this format string. - - - - - /schemas/apps/gramps/preferences/pprefix - /apps/gramps/preferences/pprefix - gramps - string - P%04d - - Default place GRAMPS ID pattern - The new GRAMPS IDs for the place are generated according - to this format string. - - - - - /schemas/apps/gramps/preferences/sprefix - /apps/gramps/preferences/sprefix - gramps - string - S%04d - - Default source GRAMPS ID pattern - The new GRAMPS IDs for the source are generated according - to this format string. - - - - - /schemas/apps/gramps/preferences/goutput-preference - /apps/gramps/preferences/goutput-preference - gramps - string - No default format - - Preferred format for graphical reports - Preferred format for graphical reports. - - - - - /schemas/apps/gramps/preferences/output-preference - /apps/gramps/preferences/output-preference - gramps - string - No default format - - Preferred format for text reports - Preferred format for text reports. - - - - - /schemas/apps/gramps/preferences/paper-preference - /apps/gramps/preferences/paper-preference - gramps - string - Letter - - Preferred page size - Preferred page size. - - - - - /schemas/apps/gramps/paths/recent-file - /apps/gramps/paths/recent-file - gramps - string - - - Last database GRAMPS has worked with - Full pathname of the last GRDB database GRAMPS has worked with. - - - - - /schemas/apps/gramps/paths/recent-import-dir - /apps/gramps/paths/recent-import-dir - gramps - string - - - Last directory from which the import was made - Full pathname of the directory from which GRAMPS has last imported data. - - - - - /schemas/apps/gramps/paths/recent-export-dir - /apps/gramps/paths/recent-export-dir - gramps - string - - - Last directory into which the export was made - Full pathname of the directory into which GRAMPS has last exported data. - - - - - /schemas/apps/gramps/preferences/name-format - /apps/gramps/preferences/name-format - gramps - int - 1 - - Name display format - This key determines the name display format. Use - 1 for "Surname, Firstname", - 2 for "Firstname Surname", - 3 for "Patronymic Firstname", and - 4 for "Firstname" style. - For custom styles, use negative integers, whose meaning - is database-specific. Zero is reserved for internal purposes - and should not be used. If used, it will be changed to 1 - by GRAMPS. - - - - - /schemas/apps/gramps/paths/report-directory - /apps/gramps/paths/report-directory - gramps - string - ./ - - Default report directory - Full pathname of the default report directory. - - - - - /schemas/apps/gramps/researcher/researcher-addr - /apps/gramps/researcher/researcher-addr - gramps - string - - - Researcher street address - Researcher street address. - - - - - /schemas/apps/gramps/researcher/researcher-city - /apps/gramps/researcher/researcher-city - gramps - string - - - Researcher city - Researcher city. - - - - - /schemas/apps/gramps/researcher/researcher-country - /apps/gramps/researcher/researcher-country - gramps - string - - - Researcher country - Researcher country. - - - - - /schemas/apps/gramps/researcher/researcher-email - /apps/gramps/researcher/researcher-email - gramps - string - - - Researcher email address - Researcher email address. - - - - - /schemas/apps/gramps/researcher/researcher-name - /apps/gramps/researcher/researcher-name - gramps - string - - - Researcher name - Researcher name. - - - - - /schemas/apps/gramps/researcher/researcher-phone - /apps/gramps/researcher/researcher-phone - gramps - string - - - Researcher phone - Researcher phone. - - - - - /schemas/apps/gramps/researcher/researcher-postal - /apps/gramps/researcher/researcher-postal - gramps - string - - - Researcher postal code - Researcher postal code. - - - - - /schemas/apps/gramps/researcher/researcher-state - /apps/gramps/researcher/researcher-state - gramps - string - - - Researcher state - Researcher state. - - - - - /schemas/apps/gramps/behavior/startup - /apps/gramps/behavior/startup - gramps - int - 0 - - Startup druid has been run - If set to 1, this key indicates that the startup druid - has already been run. - - - - - /schemas/apps/gramps/interface/size-checked - /apps/gramps/interface/size-checked - gramps - bool - 0 - - Screen size has been checked - If set to 1, this key indicates that the screen size - has already been checked and the initial interface decision - made. No action will be taken if the screen is too smal, - since the user may have overridden our settings. - - - - - /schemas/apps/gramps/interface/statusbar - /apps/gramps/interface/statusbar - gramps - int - 1 - - Information shown in statusbar - If set to 0 or 1, the statusbar will the name and GRAMPS ID - of an active person. If set to 2, the statusbar will show the - relationship of the active person to the Default Person. - - - - - /schemas/apps/gramps/behavior/surname-guessing - /apps/gramps/behavior/surname-guessing - gramps - int - 0 - - Default surname guessing style - This key determines the style of the surname guessing when - the new person is added to the database. Use 0 for Father's surname, - 1 for no guessing, 2 for the combination of mother's and father's - surnames, and 3 for the Icelandic style. - - - - - /schemas/apps/gramps/interface/toolbar-on - /apps/gramps/interface/toolbar-on - gramps - bool - 1 - - Show toolbar - If set to 1, the toolbar will be shown in the main - GRAMPS window. - - - - - /schemas/apps/gramps/behavior/use-tips - /apps/gramps/behavior/use-tips - gramps - bool - 0 - - Display Tip of the Day - If set to 1, Tip of the Day will be displayed on startup. - - - - - /schemas/apps/gramps/behavior/pop-plugin-status - /apps/gramps/behavior/pop-plugin-status - gramps - bool - 0 - - Automatically pop plugin status window - If set to 1, Plugin Status Window will pop automatically - when problems are detected on plugins load and reload. - - - - - /schemas/apps/gramps/interface/view - /apps/gramps/interface/view - gramps - bool - 1 - - Sidebar View - If set to 1, the Sidebar View will be enabled. If set to 0, - the Notebook View will be used instead. - - - - - /schemas/apps/gramps/interface/sidebar-text - /apps/gramps/interface/sidebar-text - gramps - bool - 1 - - Include text on sidebar buttons - If set to True, the Sidebar buttons will contain a text description of the view, otherwise it will only display the button. - - - - - /schemas/apps/gramps/paths/website-directory - /apps/gramps/paths/website-directory - gramps - string - ./ - - Default website directory - Full pathname of the default website directory. - - - - - /schemas/apps/gramps/preferences/port-warn - /apps/gramps/preferences/port-warn - gramps - bool - 0 - - Enables the display of portability warning - Enables the display of portability warning. - - - - - /schemas/apps/gramps/behavior/transactions - /apps/gramps/behavior/transactions - gramps - bool - 1 - - Enables the use of transactions - Enables the use of transactions, which increase data security and improve speed. - - - - - /schemas/apps/gramps/interface/lds-height - /apps/gramps/interface/lds-height - gramps - int - 450 - - Height of the LDS editor interface. - Specifies the height of the LDS editor interface. - - - - - /schemas/apps/gramps/interface/lds-width - /apps/gramps/interface/lds-width - gramps - int - 600 - - Width of the LDS editor interface. - Specifies the width of the LDS editor interface. - - - - - /schemas/apps/gramps/interface/location-height - /apps/gramps/interface/location-height - gramps - int - 250 - - Height of the location editor interface. - Specifies the height of the location editor interface. - - - - - /schemas/apps/gramps/interface/location-width - /apps/gramps/interface/location-width - gramps - int - 600 - - Width of the location editor interface. - Specifies the width of the location editor interface. - - - - - /schemas/apps/gramps/interface/media-ref-height - /apps/gramps/interface/media-ref-height - gramps - int - 450 - - Height of the media reference editor interface. - Specifies the height of the media reference editor interface. - - - - - /schemas/apps/gramps/interface/media-ref-width - /apps/gramps/interface/media-ref-width - gramps - int - 600 - - Width of the media reference editor interface. - Specifies the width of the media reference editor interface. - - - - - /schemas/apps/gramps/interface/url-height - /apps/gramps/interface/url-height - gramps - int - 150 - - Height of the url editor interface. - Specifies the height of the url editor interface. - - - - - /schemas/apps/gramps/interface/url-width - /apps/gramps/interface/url-width - gramps - int - 600 - - Width of the url editor interface. - Specifies the width of the url editor interface. - - - - - /schemas/apps/gramps/interface/person-ref-height - /apps/gramps/interface/person-ref-height - gramps - int - 350 - - Height of the person reference editor interface. - Specifies the height of the person reference editor interface. - - - - - /schemas/apps/gramps/interface/person-ref-width - /apps/gramps/interface/person-ref-width - gramps - int - 600 - - Width of the person reference editor interface. - Specifies the width of the person reference editor interface. - - - - - /schemas/apps/gramps/interface/repo-ref-height - /apps/gramps/interface/repo-ref-height - gramps - int - 450 - - Height of the repository reference editor interface. - Specifies the height of the repository reference editor interface. - - - - - /schemas/apps/gramps/interface/repo-ref-width - /apps/gramps/interface/repo-ref-width - gramps - int - 600 - - Width of the repository reference editor interface. - Specifies the width of the repository reference editor interface. - - - - - /schemas/apps/gramps/behavior/owner-warn - /apps/gramps/behavior/owner-warn - gramps - bool - 0 - - Hide warning on missing database owner. - If set to 1, the warning about missing database owner will not - be displayed when GEDCOM export is done. - - - - - diff --git a/po/POTFILES.in b/po/POTFILES.in index 1e3579f34..1793c14ab 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -705,5 +705,4 @@ src/plugins/writeftree.glade data/gramps.desktop.in data/gramps.keys.in data/gramps.xml.in -data/gramps.schemas.in src/data/tips.xml.in diff --git a/po/POTFILES.skip b/po/POTFILES.skip index e34a897c6..812cc35e9 100644 --- a/po/POTFILES.skip +++ b/po/POTFILES.skip @@ -1,3 +1,5 @@ +src/gen/lib/styledtext.py +src/gen/lib/styledtexttagtype.py src/LdsUtils.py src/Mime/_WinMime.py src/ReportBase/_DocReportDialog.py