[gnote] Remove the generated schemas file from git tracking
- From: Stéphane Raimbault <stephaner src gnome org>
- To: svn-commits-list gnome org
- Subject: [gnote] Remove the generated schemas file from git tracking
- Date: Sun, 19 Apr 2009 10:11:39 -0400 (EDT)
commit 170dd4cd2acc22ad634cd228b806a53bed12a1c5
Author: Stéphane Raimbault <stephane raimbault gmail com>
Date: Sun Apr 19 16:04:24 2009 +0200
Remove the generated schemas file from git tracking
The file gnote.schemas is auto generated to contain updated translations.
---
data/gnote.schemas | 586 ----------------------------------------------------
1 files changed, 0 insertions(+), 586 deletions(-)
diff --git a/data/gnote.schemas b/data/gnote.schemas
deleted file mode 100644
index 834a2c8..0000000
--- a/data/gnote.schemas
+++ /dev/null
@@ -1,586 +0,0 @@
-
-<gconfschemafile>
- <schemalist>
- <schema>
- <key>/schemas/apps/gnote/enable_spellchecking</key>
- <applyto>/apps/gnote/enable_spellchecking</applyto>
- <owner>gnote</owner>
- <type>bool</type>
- <default>true</default>
- <locale name="C">
- <short>Enable spellchecking</short>
- <long>
- If true, misspellings will be underlined in red, and correct spelling
- suggestions shown in the right-click menu.
- </long>
- </locale>
- </schema>
-
- <schema>
- <key>/schemas/apps/gnote/enable_wikiwords</key>
- <applyto>/apps/gnote/enable_wikiwords</applyto>
- <owner>gnote</owner>
- <type>bool</type>
- <default>false</default>
- <locale name="C">
- <short>Enable WikiWord highlighting</short>
- <long>
- Enable this option to highlight words ThatLookLikeThis. Clicking the
- word will create a note with that name.
- </long>
- </locale>
- </schema>
-
- <schema>
- <key>/schemas/apps/gnote/enable_bulleted_lists</key>
- <applyto>/apps/gnote/enable_bulleted_lists</applyto>
- <owner>gnote</owner>
- <type>bool</type>
- <default>true</default>
- <locale name="C">
- <short>Enable Auto bulleted lists.</short>
- <long>
- Enable this option if you want bulleted lists to be automatic when you place - or * at the beginning of a line.
- </long>
- </locale>
- </schema>
-
- <schema>
- <key>/schemas/apps/gnote/enable_icon_paste</key>
- <applyto>/apps/gnote/enable_icon_paste</applyto>
- <owner>gnote</owner>
- <type>bool</type>
- <default>false</default>
- <locale name="C">
- <short>Enable Middle-Click Paste On Icon.</short>
- <long>
- Enable this option if you want to be able to middle-click the Gnote icon to paste timestamped content into the Start Here note.
- </long>
- </locale>
- </schema>
-
- <schema>
- <key>/schemas/apps/gnote/enable_custom_font</key>
- <applyto>/apps/gnote/enable_custom_font</applyto>
- <owner>gnote</owner>
- <type>bool</type>
- <default>false</default>
- <locale name="C">
- <short>Enable custom font</short>
- <long>
- If true, the font name set in custom_font_face will be used as
- the font when displaying notes. Otherwise the desktop default font
- will be used.
- </long>
- </locale>
- </schema>
-
- <schema>
- <key>/schemas/apps/gnote/custom_font_face</key>
- <applyto>/apps/gnote/custom_font_face</applyto>
- <owner>gnote</owner>
- <type>string</type>
- <default>Serif 11</default>
- <locale name="C">
- <short>Custom Font Face</short>
- <long>
- If enable_custom_font is true, the font name set here will be used as
- the font when displaying notes.
- </long>
- </locale>
- </schema>
-
- <schema>
- <key>/schemas/apps/gnote/enable_keybindings</key>
- <applyto>/apps/gnote/enable_keybindings</applyto>
- <owner>gnote</owner>
- <type>bool</type>
- <default>true</default>
- <locale name="C">
- <short>Enable global keybindings</short>
- <long>
- If true, the desktop-global keybindings set in
- /apps/gnote/global_keybindings will be enabled, allowing for useful Gnote
- actions to be available from any application.
- </long>
- </locale>
- </schema>
-
- <schema>
- <key>/schemas/apps/gnote/start_note</key>
- <applyto>/apps/gnote/start_note</applyto>
- <owner>gnote</owner>
- <type>string</type>
- <default></default>
- <locale name="C">
- <short>Start Here Note</short>
- <long>
- The note URI of the note that should be considered the
- "Start Here" note, which is always placed at the bottom
- of the Gnote note menu and also accessible by hotkey.
- </long>
- </locale>
- </schema>
-
- <schema>
- <key>/schemas/apps/gnote/menu_note_count</key>
- <applyto>/apps/gnote/menu_note_count</applyto>
- <owner>gnote</owner>
- <type>int</type>
- <default>10</default>
- <locale name="C">
- <short>Minimum number of notes to show in menu</short>
- <long>
- Integer determining the minimum number of notes to show in the Gnote
- note menu.
- </long>
- </locale>
- </schema>
-
- <schema>
- <key>/schemas/apps/gnote/menu_pinned_notes</key>
- <applyto>/apps/gnote/menu_pinned_notes</applyto>
- <owner>gnote</owner>
- <type>string</type>
- <default></default>
- <locale name="C">
- <short>List of pinned notes.</short>
- <long>
- Whitespace-separated list of note URIs for notes that should always
- appear in the Gnote note menu.
- </long>
- </locale>
- </schema>
-
- <schema>
- <key>/schemas/apps/gnote/enable_startup_notes</key>
- <applyto>/apps/gnote/enable_startup_notes</applyto>
- <owner>gnote</owner>
- <type>bool</type>
- <default>true</default>
- <locale name="C">
- <short>Enable startup notes</short>
- <long>
- If enabled, all notes that were open when Gnote quit will
- automatically be reopened at startup.
- </long>
- </locale>
- </schema>
-
- <schema>
- <key>/schemas/apps/gnote/global_keybindings/show_note_menu</key>
- <applyto>/apps/gnote/global_keybindings/show_note_menu</applyto>
- <owner>gnote</owner>
- <type>string</type>
- <default><Alt>F12</default>
- <locale name="C">
- <short>Show applet menu</short>
- <long>
- The global keybinding for showing the Gnote applet's menu.
-
- The format looks like "<Control>a" or
- "<Shift><Alt>F1". The parser is fairly liberal and allows
- lower or upper case, and also abbreviations such as "<Ctl>" and
- "<Ctrl>". If you set the option to the special string
- "disabled", then there will be no keybinding for this action.
- </long>
- </locale>
- </schema>
-
- <schema>
- <key>/schemas/apps/gnote/global_keybindings/open_start_here</key>
- <applyto>/apps/gnote/global_keybindings/open_start_here</applyto>
- <owner>gnote</owner>
- <type>string</type>
- <default><Alt>F11</default>
- <locale name="C">
- <short>Open Start Here</short>
- <long>
- The global keybinding for opening the "Start Here" note.
-
- The format looks like "<Control>a" or
- "<Shift><Alt>F1". The parser is fairly liberal and allows
- lower or upper case, and also abbreviations such as "<Ctl>" and
- "<Ctrl>". If you set the option to the special string
- "disabled", then there will be no keybinding for this action.
- </long>
- </locale>
- </schema>
-
- <schema>
- <key>/schemas/apps/gnote/global_keybindings/create_new_note</key>
- <applyto>/apps/gnote/global_keybindings/create_new_note</applyto>
- <owner>gnote</owner>
- <type>string</type>
- <default>disabled</default>
- <locale name="C">
- <short>Create a new Note</short>
- <long>
- The global keybinding for creating and displaying a new Note.
-
- The format looks like "<Control>a" or
- "<Shift><Alt>F1". The parser is fairly liberal and allows
- lower or upper case, and also abbreviations such as "<Ctl>" and
- "<Ctrl>". If you set the option to the special string
- "disabled", then there will be no keybinding for this action.
- </long>
- </locale>
- </schema>
-
- <schema>
- <key>/schemas/apps/gnote/global_keybindings/open_search</key>
- <applyto>/apps/gnote/global_keybindings/open_search</applyto>
- <owner>gnote</owner>
- <type>string</type>
- <default>disabled</default>
- <locale name="C">
- <short>Open Search Dialog</short>
- <long>
- The global keybinding for opening the Note Search dialog.
-
- The format looks like "<Control>a" or
- "<Shift><Alt>F1". The parser is fairly liberal and allows
- lower or upper case, and also abbreviations such as "<Ctl>" and
- "<Ctrl>". If you set the option to the special string
- "disabled", then there will be no keybinding for this action.
- </long>
- </locale>
- </schema>
-
- <schema>
- <key>/schemas/apps/gnote/global_keybindings/open_recent_changes</key>
- <applyto>/apps/gnote/global_keybindings/open_recent_changes</applyto>
- <owner>gnote</owner>
- <type>string</type>
- <default>disabled</default>
- <locale name="C">
- <short>Open Recent Changes</short>
- <long>
- The global keybinding for opening the Recent Changes dialog.
-
- The format looks like "<Control>a" or
- "<Shift><Alt>F1". The parser is fairly liberal and allows
- lower or upper case, and also abbreviations such as "<Ctl>" and
- "<Ctrl>". If you set the option to the special string
- "disabled", then there will be no keybinding for this action.
- </long>
- </locale>
- </schema>
-
- <schema>
- <key>/schemas/apps/gnote/search_window_height</key>
- <applyto>/apps/gnote/search_window_height</applyto>
- <owner>gnote</owner>
- <type>int</type>
- <default>0</default>
- <locale name="C">
- <short>Saved height of Search window</short>
- <long>
- Determines pixel height of Search window; stored on Gnote exit.
- </long>
- </locale>
- </schema>
-
- <schema>
- <key>/schemas/apps/gnote/search_window_width</key>
- <applyto>/apps/gnote/search_window_width</applyto>
- <owner>gnote</owner>
- <type>int</type>
- <default>550</default>
- <locale name="C">
- <short>Saved width of Search window</short>
- <long>
- Determines pixel width of Search window; stored on Gnote exit.
- </long>
- </locale>
- </schema>
-
- <schema>
- <key>/schemas/apps/gnote/search_window_x_pos</key>
- <applyto>/apps/gnote/search_window_x_pos</applyto>
- <owner>gnote</owner>
- <type>int</type>
- <default>0</default>
- <locale name="C">
- <short>Saved horizontal position of Search window</short>
- <long>
- Determines X coordinate of Search window; stored on Gnote exit.
- </long>
- </locale>
- </schema>
-
- <schema>
- <key>/schemas/apps/gnote/search_window_y_pos</key>
- <applyto>/apps/gnote/search_window_y_pos</applyto>
- <owner>gnote</owner>
- <type>int</type>
- <default>0</default>
- <locale name="C">
- <short>Saved vertical position of Search window</short>
- <long>
- Determines Y coordinate of Search window; stored on Gnote exit.
- </long>
- </locale>
- </schema>
-
- <schema>
- <key>/schemas/apps/gnote/export_html/last_directory</key>
- <applyto>/apps/gnote/export_html/last_directory</applyto>
- <owner>gnote</owner>
- <type>string</type>
- <default></default>
- <locale name="C">
- <short>HTML Export Last Directory</short>
- <long>
- The last directory a note was exported to using the Export To HTML plugin.
- </long>
- </locale>
- </schema>
-
- <schema>
- <key>/schemas/apps/gnote/export_html/export_linked</key>
- <applyto>/apps/gnote/export_html/export_linked</applyto>
- <owner>gnote</owner>
- <type>bool</type>
- <default>true</default>
- <locale name="C">
- <short>HTML Export Linked Notes</short>
- <long>
- The last setting for the 'Export linked notes' checkbox in the Export to HTML plugin.
- </long>
- </locale>
- </schema>
-
- <schema>
- <key>/schemas/apps/gnote/export_html/export_linked_all</key>
- <applyto>/apps/gnote/export_html/export_linked_all</applyto>
- <owner>gnote</owner>
- <type>bool</type>
- <default>false</default>
- <locale name="C">
- <short>HTML Export All Linked Notes</short>
- <long>
- The last setting for the 'Include all other linked notes' checkbox in the Export to HTML plugin.
-
- This setting is used in conjunction with the 'HTML Export Linked Notes' setting
- and is used to specify whether all notes (found recursively) should be included
- during an export to HTML.
- </long>
- </locale>
- </schema>
-
- <schema>
- <key>/schemas/apps/gnote/sticky_note_importer/sticky_importer_first_run</key>
- <applyto>/apps/gnote/sticky_note_importer/sticky_importer_first_run</applyto>
- <owner>gnote</owner>
- <type>bool</type>
- <default>true</default>
- <locale name="C">
- <short>Sticky Note Importer First Run</short>
- <long>
- Indicates that the Sticky Note Importer plugin has not been run, so it should run
- automatically the next time Gnote starts.
- </long>
- </locale>
- </schema>
-
- <schema>
- <key>/schemas/apps/gnote/sync/sync_guid</key>
- <applyto>/apps/gnote/sync/sync_guid</applyto>
- <owner>gnote</owner>
- <type>string</type>
- <default></default>
- <locale name="C">
- <short>Synchronization Client ID</short>
- <long>
- Unique identifier for this Gnote client, used when communicating with a
- sychronization server.
- </long>
- </locale>
- </schema>
-
- <schema>
- <key>/schemas/apps/gnote/sync/sync_local_path</key>
- <applyto>/apps/gnote/sync/sync_local_path</applyto>
- <owner>gnote</owner>
- <type>string</type>
- <default></default>
- <locale name="C">
- <short>Synchronization Local Server Path</short>
- <long>
- Path to the synchronization server when using the filesystem
- synchronization service addin.
- </long>
- </locale>
- </schema>
-
- <schema>
- <key>/schemas/apps/gnote/sync/sync_selected_service_addin</key>
- <applyto>/apps/gnote/sync/sync_selected_service_addin</applyto>
- <owner>gnote</owner>
- <type>string</type>
- <default></default>
- <locale name="C">
- <short>Selected Synchronization Service Addin</short>
- <long>
- Unique identifier for the currently configured note
- synchronization service addin.
- </long>
- </locale>
- </schema>
-
- <schema>
- <key>/schemas/apps/gnote/sync_fuse_mount_timeout_ms</key>
- <applyto>/apps/gnote/sync_fuse_mount_timeout_ms</applyto>
- <owner>gnote</owner>
- <type>int</type>
- <default>10000</default>
- <locale name="C">
- <short>FUSE Mounting Timeout (ms)</short>
- <long>
- Time (in milliseconds) Gnote should wait for a response when using
- FUSE to mount a sync share.
- </long>
- </locale>
- </schema>
-
- <schema>
- <key>/schemas/apps/gnote/sync_sshfs_folder</key>
- <applyto>/apps/gnote/sync_sshfs_folder</applyto>
- <owner>gnote</owner>
- <type>string</type>
- <default></default>
- <locale name="C">
- <short>SSHFS Remote Synchronization Folder</short>
- <long>
- Path on SSH server to Gnote synchronization directory (optional).
- </long>
- </locale>
- </schema>
-
- <schema>
- <key>/schemas/apps/gnote/sync_sshfs_server</key>
- <applyto>/apps/gnote/sync_sshfs_server</applyto>
- <owner>gnote</owner>
- <type>string</type>
- <default></default>
- <locale name="C">
- <short>SSHFS Synchronization Server URL</short>
- <long>
- URL of SSH server containing Gnote synchronization directory.
- </long>
- </locale>
- </schema>
-
- <schema>
- <key>/schemas/apps/gnote/sync_sshfs_username</key>
- <applyto>/apps/gnote/sync_sshfs_username</applyto>
- <owner>gnote</owner>
- <type>string</type>
- <default></default>
- <locale name="C">
- <short>SSHFS Remote Synchronization User Name</short>
- <long>
- User name to use when connecting to the synchronization server via SSH.
- </long>
- </locale>
- </schema>
-
- <schema>
- <key>/schemas/apps/gnote/sync_sshfs_port</key>
- <applyto>/apps/gnote/sync_sshfs_port</applyto>
- <owner>gnote</owner>
- <type>int</type>
- <default>22</default>
- <locale name="C">
- <short>SSHFS Synchronization Server Port</short>
- <long>
- The port to use when connecting to the synchronization server via SSH.
- </long>
- </locale>
- </schema>
-
- <schema>
- <key>/schemas/apps/gnote/sync/wdfs/accept_sslcert</key>
- <applyto>/apps/gnote/sync/wdfs/accept_sslcert</applyto>
- <owner>gnote</owner>
- <type>bool</type>
- <default>false</default>
- <locale name="C">
- <short>Accept SSL Certificates</short>
- <long>
- Use wdfs option "-ac" to accept SSL certificates without prompting the user.
- </long>
- </locale>
- </schema>
-
- <schema>
- <key>/schemas/apps/gnote/sync/sync_conflict_behavior</key>
- <applyto>/apps/gnote/sync/sync_conflict_behavior</applyto>
- <owner>gnote</owner>
- <type>int</type>
- <default>0</default>
- <locale name="C">
- <short>Note Synchronization Conflict Saved Behavior</short>
- <long>
- Integer value indicating if there is a preference to always perform
- a specific behavior when a conflict is detected, instead of prompting
- the user. The values map to an internal enumeration. 0 indicates
- that the user wishes to be prompted when a conflict occurs, so that
- they may handle each conflict situation on a case-by-case basis.
- </long>
- </locale>
- </schema>
-
- <schema>
- <key>/schemas/apps/gnote/insert_timestamp/format</key>
- <applyto>/apps/gnote/insert_timestamp/format</applyto>
- <owner>gnote</owner>
- <type>string</type>
- <default>dddd, MMMM d, h:mm tt</default>
- <locale name="C">
- <short>Timestamp format</short>
- <long>
- The date format that is used for the timestamp.
- </long>
- </locale>
- </schema>
-
- <schema>
- <key>/schemas/apps/gnote/enable_close_note_on_escape</key>
- <applyto>/apps/gnote/enable_close_note_on_escape</applyto>
- <owner>gnote</owner>
- <type>bool</type>
- <default>true</default>
- <locale name="C">
- <short>Enable closing notes with escape.</short>
- <long>
- If enabled, an opened note can be closed by hitting the escape key.
- </long>
- </locale>
- </schema>
-
- <schema>
- <key>/schemas/desktop/gnome/url-handlers/note/command</key>
- <applyto>/desktop/gnome/url-handlers/note/command</applyto>
- <owner>gnote</owner>
- <type>string</type>
- <default>gnote --open-note '%s'</default>
- <locale name="C">
- <short>The handler for "note://" URLs</short>
- </locale>
- </schema>
-
- <schema>
- <key>/schemas/desktop/gnome/url-handlers/note/enabled</key>
- <applyto>/desktop/gnome/url-handlers/note/enabled</applyto>
- <owner>gnote</owner>
- <type>bool</type>
- <default>true</default>
- <locale name="C">
- <short>Set to TRUE to activate</short>
- </locale>
- </schema>
-
- </schemalist>
-</gconfschemafile>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]