summaryrefslogtreecommitdiff
path: root/gresource.xml
diff options
context:
space:
mode:
authorChristian Dywan <christian@twotoasts.de>2018-10-09 17:31:35 +0200
committerGitHub <noreply@github.com>2018-10-09 17:31:35 +0200
commitff7c08f9aee7f6a634570bc1fd16858bb711356e (patch)
tree9609397c5a30abcd7d7d3771cfcec6014b749b60 /gresource.xml
parentaae131851ab953a27768d873f3b353a0ef85ce25 (diff)
downloadmidori-git-ff7c08f9aee7f6a634570bc1fd16858bb711356e.tar.gz
Implement built-in bookmark extension (#80)
* Implement built-in bookmark extension - Bookmarks can be added or edited via a toolbar button. - Existing bookmarks will be suggested as completion items. - `Midori.Database.update/ insert` become virtual. - `Midori.Browser.uri` exposes URI without keeping track of tabs. - Plugins in browser are called only after app is set. Follow-ups: - See #79 for bookmarks management in a panel Closes: #40 * Implement "Remove" button
Diffstat (limited to 'gresource.xml')
-rw-r--r--gresource.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/gresource.xml b/gresource.xml
index 22fe3c12..6b3121df 100644
--- a/gresource.xml
+++ b/gresource.xml
@@ -16,9 +16,11 @@
<file compressed="true">data/speed-dial.html</file>
<file compressed="true">data/gtk3.css</file>
<file compressed="true">data/logo-shade.svg</file>
+ <file compressed="true">data/bookmarks/Create.sql</file>
<file compressed="true">data/history/Create.sql</file>
<file compressed="true">data/history/Day.sql</file>
<file compressed="true" preprocess="xml-stripblanks">ui/about.ui</file>
+ <file compressed="true" preprocess="xml-stripblanks">ui/bookmarks-button.ui</file>
<file compressed="true" preprocess="xml-stripblanks">ui/browser.ui</file>
<file compressed="true" preprocess="xml-stripblanks">ui/clear-private-data.ui</file>
<file compressed="true" preprocess="xml-stripblanks">ui/download-button.ui</file>