summaryrefslogtreecommitdiffstats
path: root/fbreader/data/default
diff options
context:
space:
mode:
Diffstat (limited to 'fbreader/data/default')
-rw-r--r--fbreader/data/default/config.desktop.xml17
-rw-r--r--fbreader/data/default/external.desktop.xml9
-rw-r--r--fbreader/data/default/fullscreen_toolbar.desktop.xml3
-rw-r--r--fbreader/data/default/keymap.desktop.xml36
-rw-r--r--fbreader/data/default/menubar.xml39
-rw-r--r--fbreader/data/default/styles.desktop.xml40
-rw-r--r--fbreader/data/default/toolbar.desktop.xml35
-rw-r--r--fbreader/data/default/toolbar.full.xml25
-rw-r--r--fbreader/data/default/toolbar.short.xml23
9 files changed, 0 insertions, 227 deletions
diff --git a/fbreader/data/default/config.desktop.xml b/fbreader/data/default/config.desktop.xml
deleted file mode 100644
index 670a4eb..0000000
--- a/fbreader/data/default/config.desktop.xml
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<config>
- <group name="Style">
- <option name="Base:fontFamily" value="Georgia"/>
- <option name="Base:fontSize" value="16"/>
- </group>
- <group name="Scrollings">
- <option name="Delay" value="0"/>
- </group>
- <group name="Options">
- <option name="LeftMargin" value="50"/>
- <option name="RightMargin" value="50"/>
- <option name="KeyDelay" value="0"/>
- <option name="BookPath" value="~/Books:~/FBooks"/>
- <option name="DownloadDirectory" value="~/Books"/>
- </group>
-</config>
diff --git a/fbreader/data/default/external.desktop.xml b/fbreader/data/default/external.desktop.xml
deleted file mode 100644
index 424e676..0000000
--- a/fbreader/data/default/external.desktop.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<ExternalPrograms>
- <section name="Web Browser">
- <program name="%browser" protocol="execute">
- <action name="openLink" command="%command"/>
- <option name="command" defaultValue="sensible-browser %1 &amp;"/>
- </program>
- </section>
-</ExternalPrograms>
diff --git a/fbreader/data/default/fullscreen_toolbar.desktop.xml b/fbreader/data/default/fullscreen_toolbar.desktop.xml
deleted file mode 100644
index 72da2c2..0000000
--- a/fbreader/data/default/fullscreen_toolbar.desktop.xml
+++ /dev/null
@@ -1,3 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<toolbar>
-</toolbar>
diff --git a/fbreader/data/default/keymap.desktop.xml b/fbreader/data/default/keymap.desktop.xml
deleted file mode 100644
index b795bd8..0000000
--- a/fbreader/data/default/keymap.desktop.xml
+++ /dev/null
@@ -1,36 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<keymap>
- <binding key="&lt;L&gt;" action="showLibrary"/>
- <binding key="&lt;W&gt;" action="showNetLibrary"/>
- <binding key="&lt;O&gt;" action="preferences"/>
- <binding key="&lt;LeftArrow&gt;" action="undo"/>
- <binding key="&lt;RightArrow&gt;" action="redo"/>
- <binding key="&lt;C&gt;" action="toc"/>
- <binding key="&lt;Ctrl&gt;+&lt;F&gt;" action="search"/>
- <binding key="&lt;F&gt;" action="search"/>
- <binding key="&lt;P&gt;" action="findPrevious"/>
- <binding key="&lt;F3&gt;" action="findNext"/>
- <binding key="&lt;N&gt;" action="findNext"/>
- <binding key="&lt;PageDown&gt;" action="pageForward"/>
- <binding key="&lt;PageUp&gt;" action="pageBackward"/>
- <binding key="&lt;DownArrow&gt;" action="lineForward"/>
- <binding key="&lt;UpArrow&gt;" action="lineBackward"/>
- <binding key="&lt;MouseScrollDown&gt;" action="mouseScrollForward"/>
- <binding key="&lt;MouseScrollUp&gt;" action="mouseScrollBackward"/>
- <binding key="&lt;Ctrl&gt;+&lt;Home&gt;" action="gotoHome"/>
- <binding key="&lt;Home&gt;" action="gotoSectionStart"/>
- <binding key="&lt;End&gt;" action="gotoSectionEnd"/>
- <binding key="&lt;Esc&gt;" action="cancel"/>
- <binding key="&lt;=&gt;" action="increaseFont"/>
- <binding key="&lt;-&gt;" action="decreaseFont"/>
- <binding key="&lt;D&gt;" action="toggleIndicator"/>
- <binding key="&lt;Return&gt;" action="toggleFullscreen"/>
- <binding key="&lt;A&gt;" action="addBook"/>
- <binding key="&lt;I&gt;" action="bookInfo"/>
- <binding key="&lt;R&gt;" action="rotate"/>
- <binding key="&lt;Ctrl&gt;+&lt;DownArrow&gt;" action="nextTOCSection"/>
- <binding key="&lt;Ctrl&gt;+&lt;UpArrow&gt;" action="previousTOCSection"/>
- <binding key="&lt;Ctrl&gt;+&lt;C&gt;" action="copyToClipboard"/>
- <binding key="&lt;G&gt;" action="gotoPageNumber"/>
- <binding key="&lt;Z&gt;" action="debugNL"/>
-</keymap>
diff --git a/fbreader/data/default/menubar.xml b/fbreader/data/default/menubar.xml
deleted file mode 100644
index bbe89f5..0000000
--- a/fbreader/data/default/menubar.xml
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<menubar>
- <item id="bookInfo"/>
- <item id="toc"/>
- <submenu id="library">
- <item id="showLibrary"/>
- <item id="previousBook"/>
- <item id="showRecent"/>
- <item id="addBook"/>
- <item id="showHelp"/>
- </submenu>
- <submenu id="navigate">
- <item id="gotoHome"/>
- <item id="gotoPageNumber"/>
- <item id="gotoSectionStart"/>
- <item id="gotoSectionEnd"/>
- <item id="nextTOCSection"/>
- <item id="previousTOCSection"/>
- <item id="undo"/>
- <item id="redo"/>
- </submenu>
- <submenu id="selection">
- <item id="copyToClipboard"/>
- <item id="openInDictionary"/>
- <item id="clearSelection"/>
- </submenu>
- <submenu id="search">
- <item id="search"/>
- <item id="findPrevious"/>
- <item id="findNext"/>
- </submenu>
- <submenu id="view">
- <item id="rotate"/>
- <item id="toggleFullscreen"/>
- <item id="toggleIndicator"/>
- </submenu>
- <item id="preferences"/>
- <item id="quit"/>
-</menubar>
diff --git a/fbreader/data/default/styles.desktop.xml b/fbreader/data/default/styles.desktop.xml
deleted file mode 100644
index b12fbeb..0000000
--- a/fbreader/data/default/styles.desktop.xml
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<DefaultStyles>
- <style id="0" name="Regular Paragraph" firstLineIndentDelta="40" allowHyphenations="true"/>
- <style id="1" name="Title" fontSizeDelta="10" bold="true" spaceBefore="2" spaceAfter="7" alignment="center" allowHyphenations="false"/>
- <style id="3" name="Poem Title" fontSizeDelta="2" bold="true" spaceBefore="6" spaceAfter="6" leftIndent="40" allowHyphenations="false"/>
- <style id="2" name="Section Title" fontSizeDelta="6" bold="true" spaceAfter="5" alignment="center" allowHyphenations="false"/>
- <style id="31" name="Header 1" fontSizeDelta="6" bold="true" spaceAfter="5" alignment="center" allowHyphenations="false"/>
- <style id="32" name="Header 2" fontSizeDelta="6" bold="true" spaceAfter="5" alignment="center" allowHyphenations="false"/>
- <style id="5" name="Annotation" fontSizeDelta="-2" firstLineIndentDelta="20" allowHyphenations="true"/>
- <style id="6" name="Epigraph" fontSizeDelta="-2" italic="true" leftIndent="80" allowHyphenations="true"/>
- <style id="4" name="Subtitle" bold="true" allowHyphenations="true"/>
- <style id="33" name="Header 3" bold="true" allowHyphenations="true"/>
- <style id="34" name="Header 4" bold="true" allowHyphenations="true"/>
- <style id="13" name="Author" leftIndent="20" allowHyphenations="false"/>
- <style id="14" name="Date" leftIndent="40" allowHyphenations="false"/>
- <style id="7" name="Stanza" spaceBefore="6" spaceAfter="6" alignment="linestart" allowHyphenations="false"/>
- <style id="8" name="Verse" leftIndent="20" alignment="linestart" allowHyphenations="false"/>
- <style id="10" name="Image" spaceBefore="8" alignment="center"/>
- <style id="23" name="Contents Table" spaceAfter="7" leftIndent="20" firstLineIndentDelta="-20" alignment="linestart"/>
- <style id="25" name="Library Entry" alignment="linestart" allowHyphenations="false"/>
- <style id="9" name="Preformatted text" family="Courier" alignment="linestart" allowHyphenations="false"/>
-
- <style id="12" partial="true" name="Cite" italic="true"/>
- <style id="15" partial="true" name="Internal Hyperlink" allowHyphenations="false" hyperlink="internal"/>
- <style id="37" partial="true" name="External Hyperlink" allowHyphenations="false" hyperlink="external"/>
- <style id="38" partial="true" name="Link to Another Book" allowHyphenations="false" hyperlink="book"/>
- <style id="16" partial="true" name="Footnote" fontSizeDelta="-6" vShift="10" allowHyphenations="false" hyperlink="internal"/>
- <style id="17" partial="true" name="Emphasis" italic="true"/>
- <style id="18" partial="true" name="Strong" bold="true"/>
- <style id="35" name="Header 5" bold="true"/>
- <style id="36" name="Header 6" bold="true"/>
- <style id="19" partial="true" name="Subscript" fontSizeDelta="-4" vShift="-4" allowHyphenations="false"/>
- <style id="20" partial="true" name="Superscript" fontSizeDelta="-4" vShift="10" allowHyphenations="false"/>
- <style id="21" partial="true" name="Code" italic="true" allowHyphenations="false"/>
- <style id="22" partial="true" name="StrikeThrough"/>
- <style id="27" partial="true" name="Italic" italic="true"/>
- <style id="28" partial="true" name="Bold" bold="true"/>
- <style id="29" partial="true" name="Definition" italic="true"/>
- <style id="30" partial="true" name="Definition Description" italic="true"/>
-</DefaultStyles>
diff --git a/fbreader/data/default/toolbar.desktop.xml b/fbreader/data/default/toolbar.desktop.xml
deleted file mode 100644
index 822d9ee..0000000
--- a/fbreader/data/default/toolbar.desktop.xml
+++ /dev/null
@@ -1,35 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<toolbar>
- <button id="showReading"/>
- <separator/>
- <toggleButton id="byAuthor" group="booksOrder" default="yes"/>
- <toggleButton id="byTag" group="booksOrder"/>
- <separator/>
- <menuButton id="showLibrary"/>
- <button id="addBook"/>
- <button id="showNetworkLibrary"/>
- <separator/>
- <button id="advancedSearchOnNetwork"/>
- <textField id="searchOnNetwork" parameterId="networkSearchPattern" maxWidth="25"/>
- <separator/>
- <button id="gotoHome"/>
- <button id="undo"/>
- <button id="redo"/>
- <textField id="gotoPageNumberWithParameter" parameterId="pageIndex" maxWidth="5" symbols="digits"/>
- <separator/>
- <button id="toc"/>
- <separator/>
- <button id="search"/>
- <button id="findPrevious"/>
- <button id="findNext"/>
- <separator/>
- <menuButton id="preferences"/>
- <separator/>
- <button id="rotate"/>
- <separator/>
- <button id="showHelp"/>
- <!--
- <fillSeparator/>
- <searchField id="filterLibrary" parameterId="libraryFilter" maxWidth="15"/>
- -->
-</toolbar>
diff --git a/fbreader/data/default/toolbar.full.xml b/fbreader/data/default/toolbar.full.xml
deleted file mode 100644
index 99cb8a0..0000000
--- a/fbreader/data/default/toolbar.full.xml
+++ /dev/null
@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<toolbar>
- <button id="showReading"/>
- <separator/>
- <button id="showLibrary"/>
- <button id="showRecent"/>
- <button id="addBook"/>
- <separator/>
- <button id="gotoHome"/>
- <button id="undo"/>
- <button id="redo"/>
- <separator/>
- <button id="toc"/>
- <separator/>
- <button id="search"/>
- <button id="findPrevious"/>
- <button id="findNext"/>
- <separator/>
- <button id="bookInfo"/>
- <button id="preferences"/>
- <separator/>
- <button id="rotate"/>
- <separator/>
- <button id="showHelp"/>
-</toolbar>
diff --git a/fbreader/data/default/toolbar.short.xml b/fbreader/data/default/toolbar.short.xml
deleted file mode 100644
index 4950710..0000000
--- a/fbreader/data/default/toolbar.short.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<toolbar>
- <button id="showReading"/>
- <separator/>
- <button id="showLibrary"/>
- <button id="showRecent"/>
- <button id="addBook"/>
- <separator/>
- <button id="gotoHome"/>
- <button id="undo"/>
- <button id="redo"/>
- <separator/>
- <button id="toc"/>
- <separator/>
- <button id="search"/>
- <button id="findPrevious"/>
- <button id="findNext"/>
- <separator/>
- <button id="bookInfo"/>
- <button id="preferences"/>
- <separator/>
- <button id="rotate"/>
-</toolbar>