alexandria-book-collection-manager 0.6.9.pre1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/.gitignore +10 -0
- data/.rubocop.yml +68 -0
- data/.rubocop_todo.yml +200 -0
- data/CHANGELOG.md +23 -0
- data/COPYING +339 -0
- data/ChangeLog.0 +3598 -0
- data/Gemfile +9 -0
- data/INSTALL.rdoc +156 -0
- data/PACKAGING +36 -0
- data/README.md +88 -0
- data/RELEASE_CHECKLIST +18 -0
- data/Rakefile +264 -0
- data/TODO +24 -0
- data/alexandria-book-collection-manager.gemspec +35 -0
- data/alexandria.desktop.in +10 -0
- data/bin/alexandria +82 -0
- data/doc/AUTHORS +60 -0
- data/doc/BUGS +31 -0
- data/doc/FAQ +369 -0
- data/doc/HACKING +19 -0
- data/doc/NEWS +341 -0
- data/doc/alexandria.1 +120 -0
- data/doc/cuecat_support.rdoc +67 -0
- data/lib/alexandria.rb +85 -0
- data/lib/alexandria/about.rb +82 -0
- data/lib/alexandria/book_providers.rb +411 -0
- data/lib/alexandria/book_providers/adlibris.rb +235 -0
- data/lib/alexandria/book_providers/amazon_aws.rb +261 -0
- data/lib/alexandria/book_providers/amazon_ecs_util.rb +405 -0
- data/lib/alexandria/book_providers/barnes_and_noble.rb +229 -0
- data/lib/alexandria/book_providers/bol_it.rb +162 -0
- data/lib/alexandria/book_providers/deastore.rb +277 -0
- data/lib/alexandria/book_providers/douban.rb +135 -0
- data/lib/alexandria/book_providers/ibs_it.rb +149 -0
- data/lib/alexandria/book_providers/mcu.rb +177 -0
- data/lib/alexandria/book_providers/proxis.rb +205 -0
- data/lib/alexandria/book_providers/pseudomarc.rb +185 -0
- data/lib/alexandria/book_providers/renaud.rb +142 -0
- data/lib/alexandria/book_providers/siciliano.rb +271 -0
- data/lib/alexandria/book_providers/thalia.rb +197 -0
- data/lib/alexandria/book_providers/web.rb +59 -0
- data/lib/alexandria/book_providers/webster_it.rb +173 -0
- data/lib/alexandria/book_providers/worldcat.rb +251 -0
- data/lib/alexandria/book_providers/z3950.rb +422 -0
- data/lib/alexandria/config.rb +8 -0
- data/lib/alexandria/console.rb +31 -0
- data/lib/alexandria/execution_queue.rb +96 -0
- data/lib/alexandria/export_library.rb +536 -0
- data/lib/alexandria/import_library.rb +316 -0
- data/lib/alexandria/import_library_csv.rb +270 -0
- data/lib/alexandria/logging.rb +159 -0
- data/lib/alexandria/models/book.rb +72 -0
- data/lib/alexandria/models/library.rb +714 -0
- data/lib/alexandria/net.rb +53 -0
- data/lib/alexandria/preferences.rb +324 -0
- data/lib/alexandria/scanners.rb +42 -0
- data/lib/alexandria/scanners/cuecat.rb +118 -0
- data/lib/alexandria/scanners/keyboard.rb +57 -0
- data/lib/alexandria/smart_library.rb +525 -0
- data/lib/alexandria/ui.rb +53 -0
- data/lib/alexandria/ui/builder_base.rb +43 -0
- data/lib/alexandria/ui/callbacks.rb +389 -0
- data/lib/alexandria/ui/completion_models.rb +228 -0
- data/lib/alexandria/ui/dialogs/about_dialog.rb +59 -0
- data/lib/alexandria/ui/dialogs/acquire_dialog.rb +640 -0
- data/lib/alexandria/ui/dialogs/alert_dialog.rb +68 -0
- data/lib/alexandria/ui/dialogs/bad_isbns_dialog.rb +43 -0
- data/lib/alexandria/ui/dialogs/barcode_animation.rb +159 -0
- data/lib/alexandria/ui/dialogs/book_properties_dialog.rb +210 -0
- data/lib/alexandria/ui/dialogs/book_properties_dialog_base.rb +432 -0
- data/lib/alexandria/ui/dialogs/export_dialog.rb +172 -0
- data/lib/alexandria/ui/dialogs/import_dialog.rb +205 -0
- data/lib/alexandria/ui/dialogs/misc_dialogs.rb +85 -0
- data/lib/alexandria/ui/dialogs/new_book_dialog.rb +639 -0
- data/lib/alexandria/ui/dialogs/new_book_dialog_manual.rb +153 -0
- data/lib/alexandria/ui/dialogs/new_smart_library_dialog.rb +67 -0
- data/lib/alexandria/ui/dialogs/preferences_dialog.rb +587 -0
- data/lib/alexandria/ui/dialogs/smart_library_properties_dialog.rb +56 -0
- data/lib/alexandria/ui/dialogs/smart_library_properties_dialog_base.rb +432 -0
- data/lib/alexandria/ui/dndable.rb +81 -0
- data/lib/alexandria/ui/gtk_thread_help.rb +88 -0
- data/lib/alexandria/ui/icons.rb +100 -0
- data/lib/alexandria/ui/iconview.rb +91 -0
- data/lib/alexandria/ui/iconview_tooltips.rb +162 -0
- data/lib/alexandria/ui/init.rb +93 -0
- data/lib/alexandria/ui/libraries_combo.rb +75 -0
- data/lib/alexandria/ui/listview.rb +310 -0
- data/lib/alexandria/ui/main_app.rb +67 -0
- data/lib/alexandria/ui/multi_drag_treeview.rb +150 -0
- data/lib/alexandria/ui/sidepane.rb +194 -0
- data/lib/alexandria/ui/sound.rb +107 -0
- data/lib/alexandria/ui/ui_manager.rb +1308 -0
- data/lib/alexandria/undo_manager.rb +78 -0
- data/lib/alexandria/utils.rb +30 -0
- data/lib/alexandria/version.rb +24 -0
- data/lib/alexandria/web_themes.rb +75 -0
- data/misc/sounds/README +15 -0
- data/misc/sounds/bad_scan.csd +62 -0
- data/misc/sounds/good_scan.csd +61 -0
- data/misc/sounds/scanning.csd +46 -0
- data/po/ChangeLog +488 -0
- data/po/Makefile +44 -0
- data/po/README +29 -0
- data/po/commit-po +72 -0
- data/po/cs.po +1437 -0
- data/po/cy.po +1521 -0
- data/po/de.po +1400 -0
- data/po/el.po +1379 -0
- data/po/es.po +1376 -0
- data/po/fr.po +1420 -0
- data/po/ga.po +1359 -0
- data/po/gl.po +1397 -0
- data/po/it.po +1406 -0
- data/po/ja.po +1355 -0
- data/po/mk.po +1373 -0
- data/po/nb.po +1386 -0
- data/po/nl.po +1405 -0
- data/po/pl.po +1373 -0
- data/po/pt.po +1398 -0
- data/po/pt_BR.po +1409 -0
- data/po/ru.po +1372 -0
- data/po/sk.po +1380 -0
- data/po/sv.po +1402 -0
- data/po/uk.po +1423 -0
- data/po/zh_TW.po +1394 -0
- data/schemas/alexandria.schemas +300 -0
- data/share/alexandria/glade/acquire_dialog__builder.glade +201 -0
- data/share/alexandria/glade/book_properties_dialog__builder.glade +910 -0
- data/share/alexandria/glade/main_app__builder.glade +229 -0
- data/share/alexandria/glade/new_book_dialog__builder.glade +379 -0
- data/share/alexandria/glade/preferences_dialog__builder.glade +733 -0
- data/share/alexandria/icons/alexandria.png +0 -0
- data/share/alexandria/icons/alexandria_small.png +0 -0
- data/share/alexandria/icons/book.png +0 -0
- data/share/alexandria/icons/book_icon.png +0 -0
- data/share/alexandria/icons/book_small.png +0 -0
- data/share/alexandria/icons/cuecat.png +0 -0
- data/share/alexandria/icons/cuecat_inactive.png +0 -0
- data/share/alexandria/icons/favorite_tag.png +0 -0
- data/share/alexandria/icons/less.png +0 -0
- data/share/alexandria/icons/library.png +0 -0
- data/share/alexandria/icons/library_small.png +0 -0
- data/share/alexandria/icons/lookup.png +0 -0
- data/share/alexandria/icons/more.png +0 -0
- data/share/alexandria/icons/no_cover.png +0 -0
- data/share/alexandria/icons/smart_library.png +0 -0
- data/share/alexandria/icons/smart_library_small.png +0 -0
- data/share/alexandria/icons/star_set.png +0 -0
- data/share/alexandria/icons/star_unset.png +0 -0
- data/share/alexandria/icons/view_as_icons.png +0 -0
- data/share/alexandria/icons/view_as_list.png +0 -0
- data/share/alexandria/ui/menus.xml +91 -0
- data/share/alexandria/ui/popups.xml +91 -0
- data/share/alexandria/web-themes/clean/clean.css +85 -0
- data/share/alexandria/web-themes/clean/preview.jpg +0 -0
- data/share/alexandria/web-themes/list/list.css +105 -0
- data/share/alexandria/web-themes/list/preview.jpg +0 -0
- data/share/app-icon/16x16/alexandria.png +0 -0
- data/share/app-icon/16x16/alexandria.svg +263 -0
- data/share/app-icon/22x22/alexandria.png +0 -0
- data/share/app-icon/22x22/alexandria.svg +465 -0
- data/share/app-icon/24x24/alexandria.png +0 -0
- data/share/app-icon/32x32/alexandria.png +0 -0
- data/share/app-icon/32x32/alexandria.svg +813 -0
- data/share/app-icon/32x32/alexandria.xpm +241 -0
- data/share/app-icon/48x48/alexandria.png +0 -0
- data/share/app-icon/scalable/alexandria.svg +700 -0
- data/share/gnome/help/alexandria/C/about.xml +44 -0
- data/share/gnome/help/alexandria/C/adding-books.xml +339 -0
- data/share/gnome/help/alexandria/C/alexandria.xml +185 -0
- data/share/gnome/help/alexandria/C/bugs.xml +18 -0
- data/share/gnome/help/alexandria/C/editing-book-properties.xml +124 -0
- data/share/gnome/help/alexandria/C/exporting.xml +81 -0
- data/share/gnome/help/alexandria/C/figures/adding_books_acquire_from_scanner_process.png +0 -0
- data/share/gnome/help/alexandria/C/figures/adding_books_add_by_isbn.png +0 -0
- data/share/gnome/help/alexandria/C/figures/adding_books_isbn_import.png +0 -0
- data/share/gnome/help/alexandria/C/figures/adding_books_manual_details.png +0 -0
- data/share/gnome/help/alexandria/C/figures/adding_books_rename_library_after_import.png +0 -0
- data/share/gnome/help/alexandria/C/figures/adding_books_search_results.png +0 -0
- data/share/gnome/help/alexandria/C/figures/editing_book_properties_info.png +0 -0
- data/share/gnome/help/alexandria/C/figures/editing_book_properties_loaning.png +0 -0
- data/share/gnome/help/alexandria/C/figures/exporting_information_html.png +0 -0
- data/share/gnome/help/alexandria/C/figures/getting_started_first_launched.png +0 -0
- data/share/gnome/help/alexandria/C/figures/searching_filtering_views_list_view.png +0 -0
- data/share/gnome/help/alexandria/C/figures/searching_filtering_views_list_view_search.png +0 -0
- data/share/gnome/help/alexandria/C/figures/settings_providers_new_z3950.png +0 -0
- data/share/gnome/help/alexandria/C/figures/smart_libraries_new_smart_library.png +0 -0
- data/share/gnome/help/alexandria/C/figures/working_with_libraries_library_pane.png +0 -0
- data/share/gnome/help/alexandria/C/getting-started.xml +154 -0
- data/share/gnome/help/alexandria/C/gnu-fdl-1.2.xml +543 -0
- data/share/gnome/help/alexandria/C/introduction.xml +142 -0
- data/share/gnome/help/alexandria/C/searching.xml +90 -0
- data/share/gnome/help/alexandria/C/settings.xml +140 -0
- data/share/gnome/help/alexandria/C/smart-libraries.xml +160 -0
- data/share/gnome/help/alexandria/C/working-with-libraries.xml +76 -0
- data/share/gnome/help/alexandria/ChangeLog +99 -0
- data/share/gnome/help/alexandria/fr/alexandria.xml +2292 -0
- data/share/gnome/help/alexandria/fr/figures/alexandria_add_button.png +0 -0
- data/share/gnome/help/alexandria/fr/figures/alexandria_add_by_isbn_1.png +0 -0
- data/share/gnome/help/alexandria/fr/figures/alexandria_add_by_search_1.png +0 -0
- data/share/gnome/help/alexandria/fr/figures/alexandria_add_manually.png +0 -0
- data/share/gnome/help/alexandria/fr/figures/alexandria_add_z3950.png +0 -0
- data/share/gnome/help/alexandria/fr/figures/alexandria_close_button.png +0 -0
- data/share/gnome/help/alexandria/fr/figures/alexandria_edit_info.png +0 -0
- data/share/gnome/help/alexandria/fr/figures/alexandria_export_web_page.png +0 -0
- data/share/gnome/help/alexandria/fr/figures/alexandria_importing.png +0 -0
- data/share/gnome/help/alexandria/fr/figures/alexandria_library_pane.png +0 -0
- data/share/gnome/help/alexandria/fr/figures/alexandria_list_view.png +0 -0
- data/share/gnome/help/alexandria/fr/figures/alexandria_list_view_search.png +0 -0
- data/share/gnome/help/alexandria/fr/figures/alexandria_loaning.png +0 -0
- data/share/gnome/help/alexandria/fr/figures/alexandria_main_window.png +0 -0
- data/share/gnome/help/alexandria/fr/figures/alexandria_remove_button.png +0 -0
- data/share/gnome/help/alexandria/ja/about.xml +33 -0
- data/share/gnome/help/alexandria/ja/adding-books.xml +314 -0
- data/share/gnome/help/alexandria/ja/alexandria.xml +172 -0
- data/share/gnome/help/alexandria/ja/bugs.xml +11 -0
- data/share/gnome/help/alexandria/ja/editing-book-properties.xml +100 -0
- data/share/gnome/help/alexandria/ja/exporting.xml +98 -0
- data/share/gnome/help/alexandria/ja/figures/adding_books_acquire_from_scanner_process.png +0 -0
- data/share/gnome/help/alexandria/ja/figures/adding_books_add_by_isbn.png +0 -0
- data/share/gnome/help/alexandria/ja/figures/adding_books_isbn_import.png +0 -0
- data/share/gnome/help/alexandria/ja/figures/adding_books_manual_details.png +0 -0
- data/share/gnome/help/alexandria/ja/figures/adding_books_rename_library_after_import.png +0 -0
- data/share/gnome/help/alexandria/ja/figures/adding_books_search_results.png +0 -0
- data/share/gnome/help/alexandria/ja/figures/editing_book_properties_info.png +0 -0
- data/share/gnome/help/alexandria/ja/figures/editing_book_properties_loaning.png +0 -0
- data/share/gnome/help/alexandria/ja/figures/exporting_information_html.png +0 -0
- data/share/gnome/help/alexandria/ja/figures/getting_started_first_launched.png +0 -0
- data/share/gnome/help/alexandria/ja/figures/searching_filtering_views_list_view.png +0 -0
- data/share/gnome/help/alexandria/ja/figures/searching_filtering_views_list_view_search.png +0 -0
- data/share/gnome/help/alexandria/ja/figures/settings_providers_new_z3950.png +0 -0
- data/share/gnome/help/alexandria/ja/figures/smart_libraries_new_smart_library.png +0 -0
- data/share/gnome/help/alexandria/ja/figures/working_with_libraries_library_pane.png +0 -0
- data/share/gnome/help/alexandria/ja/getting-started.xml +144 -0
- data/share/gnome/help/alexandria/ja/gnu-fdl-1.2.xml +541 -0
- data/share/gnome/help/alexandria/ja/introduction.xml +134 -0
- data/share/gnome/help/alexandria/ja/searching.xml +104 -0
- data/share/gnome/help/alexandria/ja/settings.xml +129 -0
- data/share/gnome/help/alexandria/ja/smart-libraries.xml +140 -0
- data/share/gnome/help/alexandria/ja/working-with-libraries.xml +88 -0
- data/share/menu/alexandria +7 -0
- data/share/omf/alexandria/alexandria-C.omf.in +27 -0
- data/share/omf/alexandria/alexandria-fr.omf.in +30 -0
- data/share/sounds/alexandria/bad_scan.ogg +0 -0
- data/share/sounds/alexandria/bad_scan.wav +0 -0
- data/share/sounds/alexandria/good_scan.ogg +0 -0
- data/share/sounds/alexandria/good_scan.wav +0 -0
- data/share/sounds/alexandria/scanning.ogg +0 -0
- data/share/sounds/alexandria/scanning.wav +0 -0
- data/spec/alexandria/library_spec.rb +205 -0
- data/spec/alexandria/preferences_spec.rb +22 -0
- data/spec/alexandria/scanners/cuecat_spec.rb +68 -0
- data/spec/alexandria/smart_library_spec.rb +22 -0
- data/spec/alexandria/ui/dialogs_spec.rb +90 -0
- data/spec/alexandria/ui/iconview_spec.rb +27 -0
- data/spec/alexandria/ui/listview_spec.rb +28 -0
- data/spec/alexandria/ui/main_app_spec.rb +48 -0
- data/spec/alexandria/ui/sidepane_spec.rb +27 -0
- data/spec/alexandria/ui/ui_manager_spec.rb +26 -0
- data/spec/alexandria/ui/ui_utilities_spec.rb +60 -0
- data/spec/alexandria/utilities_spec.rb +50 -0
- data/spec/data/libraries/0.6.1-noisbn/My Library/0201398257.yaml +10 -0
- data/spec/data/libraries/0.6.1-noisbn/My Library/1565920007.yaml +10 -0
- data/spec/data/libraries/0.6.1/My Library/0192812173.yaml +9 -0
- data/spec/data/libraries/0.6.1/My Library/0201398257.cover +0 -0
- data/spec/data/libraries/0.6.1/My Library/0201398257.yaml +10 -0
- data/spec/data/libraries/0.6.1/My Library/1565920007.yaml +10 -0
- data/spec/data/libraries/0.6.2/My Library/9780140266146.cover +0 -0
- data/spec/data/libraries/0.6.2/My Library/9780140266146.yaml +16 -0
- data/spec/data/libraries/0.6.2/My Library/9780140278781.cover +0 -0
- data/spec/data/libraries/0.6.2/My Library/9780140278781.yaml +21 -0
- data/spec/data/libraries/0.6.2/My Library/9780571147168.cover +0 -0
- data/spec/data/libraries/0.6.2/My Library/9780571147168.yaml +20 -0
- data/spec/data/libraries/0.6.2/My Library/9780575079038.cover +0 -0
- data/spec/data/libraries/0.6.2/My Library/9780575079038.yaml +20 -0
- data/spec/data/libraries/0.6.2/My Library/9780755322800.cover +0 -0
- data/spec/data/libraries/0.6.2/My Library/9780755322800.yaml +20 -0
- data/spec/spec_helper.rb +46 -0
- data/tasks/rdoc.rake +6 -0
- data/tasks/setup.rb +30 -0
- data/tasks/spec.rake +29 -0
- data/tasks/test.rake +38 -0
- data/test/application_test.rb +39 -0
- data/test/book_test.rb +34 -0
- data/test/data/isbns.txt +3 -0
- data/test/isbn_test.rb +68 -0
- data/test/providers_test.rb +254 -0
- data/test/test_helper.rb +42 -0
- data/util/rake/fileinstall.rb +313 -0
- data/util/rake/gettextgenerate.rb +158 -0
- data/util/rake/omfgenerate.rb +79 -0
- metadata +452 -0
@@ -0,0 +1,910 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<interface>
|
3
|
+
<requires lib="gtk+" version="2.22"/>
|
4
|
+
<!-- interface-naming-policy project-wide -->
|
5
|
+
<object class="GtkDialog" id="book_properties_dialog">
|
6
|
+
<property name="visible">True</property>
|
7
|
+
<property name="can_focus">False</property>
|
8
|
+
<property name="modal">True</property>
|
9
|
+
<property name="type_hint">dialog</property>
|
10
|
+
<signal name="destroy" handler="on_destroy" swapped="no"/>
|
11
|
+
<child internal-child="vbox">
|
12
|
+
<object class="GtkVBox" id="dialog_vbox1">
|
13
|
+
<property name="visible">True</property>
|
14
|
+
<property name="can_focus">False</property>
|
15
|
+
<child internal-child="action_area">
|
16
|
+
<object class="GtkHButtonBox" id="button_box">
|
17
|
+
<property name="visible">True</property>
|
18
|
+
<property name="can_focus">False</property>
|
19
|
+
<property name="layout_style">end</property>
|
20
|
+
<child>
|
21
|
+
<placeholder/>
|
22
|
+
</child>
|
23
|
+
<child>
|
24
|
+
<placeholder/>
|
25
|
+
</child>
|
26
|
+
<child>
|
27
|
+
<placeholder/>
|
28
|
+
</child>
|
29
|
+
</object>
|
30
|
+
<packing>
|
31
|
+
<property name="expand">False</property>
|
32
|
+
<property name="fill">True</property>
|
33
|
+
<property name="pack_type">end</property>
|
34
|
+
<property name="position">0</property>
|
35
|
+
</packing>
|
36
|
+
</child>
|
37
|
+
<child>
|
38
|
+
<object class="GtkNotebook" id="notebook1">
|
39
|
+
<property name="visible">True</property>
|
40
|
+
<property name="can_focus">True</property>
|
41
|
+
<property name="border_width">6</property>
|
42
|
+
<child>
|
43
|
+
<object class="GtkHBox" id="hbox1">
|
44
|
+
<property name="visible">True</property>
|
45
|
+
<property name="can_focus">False</property>
|
46
|
+
<property name="border_width">6</property>
|
47
|
+
<property name="spacing">12</property>
|
48
|
+
<child>
|
49
|
+
<object class="GtkTable" id="table1">
|
50
|
+
<property name="visible">True</property>
|
51
|
+
<property name="can_focus">False</property>
|
52
|
+
<property name="n_rows">7</property>
|
53
|
+
<property name="n_columns">2</property>
|
54
|
+
<property name="column_spacing">12</property>
|
55
|
+
<property name="row_spacing">12</property>
|
56
|
+
<child>
|
57
|
+
<object class="GtkLabel" id="label1">
|
58
|
+
<property name="visible">True</property>
|
59
|
+
<property name="can_focus">False</property>
|
60
|
+
<property name="xalign">0</property>
|
61
|
+
<property name="yalign">0</property>
|
62
|
+
<property name="label" translatable="yes">_Title:</property>
|
63
|
+
<property name="use_underline">True</property>
|
64
|
+
<property name="mnemonic_widget">entry_title</property>
|
65
|
+
</object>
|
66
|
+
<packing>
|
67
|
+
<property name="x_options"></property>
|
68
|
+
<property name="y_options"></property>
|
69
|
+
</packing>
|
70
|
+
</child>
|
71
|
+
<child>
|
72
|
+
<object class="GtkLabel" id="label7">
|
73
|
+
<property name="visible">True</property>
|
74
|
+
<property name="can_focus">False</property>
|
75
|
+
<property name="xalign">0</property>
|
76
|
+
<property name="yalign">0</property>
|
77
|
+
<property name="label" translatable="yes">_Publisher:</property>
|
78
|
+
<property name="use_underline">True</property>
|
79
|
+
<property name="mnemonic_widget">entry_publisher</property>
|
80
|
+
</object>
|
81
|
+
<packing>
|
82
|
+
<property name="top_attach">3</property>
|
83
|
+
<property name="bottom_attach">4</property>
|
84
|
+
<property name="x_options"></property>
|
85
|
+
<property name="y_options"></property>
|
86
|
+
</packing>
|
87
|
+
</child>
|
88
|
+
<child>
|
89
|
+
<object class="GtkEntry" id="entry_title">
|
90
|
+
<property name="visible">True</property>
|
91
|
+
<property name="can_focus">True</property>
|
92
|
+
<property name="invisible_char">•</property>
|
93
|
+
<property name="invisible_char_set">True</property>
|
94
|
+
<property name="primary_icon_activatable">False</property>
|
95
|
+
<property name="secondary_icon_activatable">False</property>
|
96
|
+
<property name="primary_icon_sensitive">True</property>
|
97
|
+
<property name="secondary_icon_sensitive">True</property>
|
98
|
+
<signal name="changed" handler="on_title_changed" swapped="no"/>
|
99
|
+
</object>
|
100
|
+
<packing>
|
101
|
+
<property name="left_attach">1</property>
|
102
|
+
<property name="right_attach">2</property>
|
103
|
+
<property name="y_options"></property>
|
104
|
+
</packing>
|
105
|
+
</child>
|
106
|
+
<child>
|
107
|
+
<object class="GtkEntry" id="entry_publisher">
|
108
|
+
<property name="visible">True</property>
|
109
|
+
<property name="can_focus">True</property>
|
110
|
+
<property name="invisible_char">•</property>
|
111
|
+
<property name="invisible_char_set">True</property>
|
112
|
+
<property name="primary_icon_activatable">False</property>
|
113
|
+
<property name="secondary_icon_activatable">False</property>
|
114
|
+
<property name="primary_icon_sensitive">True</property>
|
115
|
+
<property name="secondary_icon_sensitive">True</property>
|
116
|
+
</object>
|
117
|
+
<packing>
|
118
|
+
<property name="left_attach">1</property>
|
119
|
+
<property name="right_attach">2</property>
|
120
|
+
<property name="top_attach">3</property>
|
121
|
+
<property name="bottom_attach">4</property>
|
122
|
+
<property name="y_options"></property>
|
123
|
+
</packing>
|
124
|
+
</child>
|
125
|
+
<child>
|
126
|
+
<object class="GtkLabel" id="label5">
|
127
|
+
<property name="visible">True</property>
|
128
|
+
<property name="can_focus">False</property>
|
129
|
+
<property name="xalign">0</property>
|
130
|
+
<property name="yalign">0</property>
|
131
|
+
<property name="label" translatable="yes">_ISBN:</property>
|
132
|
+
<property name="use_underline">True</property>
|
133
|
+
<property name="mnemonic_widget">entry_isbn</property>
|
134
|
+
</object>
|
135
|
+
<packing>
|
136
|
+
<property name="top_attach">1</property>
|
137
|
+
<property name="bottom_attach">2</property>
|
138
|
+
<property name="x_options"></property>
|
139
|
+
<property name="y_options"></property>
|
140
|
+
</packing>
|
141
|
+
</child>
|
142
|
+
<child>
|
143
|
+
<object class="GtkEntry" id="entry_isbn">
|
144
|
+
<property name="visible">True</property>
|
145
|
+
<property name="can_focus">True</property>
|
146
|
+
<property name="invisible_char">•</property>
|
147
|
+
<property name="invisible_char_set">True</property>
|
148
|
+
<property name="primary_icon_activatable">False</property>
|
149
|
+
<property name="secondary_icon_activatable">False</property>
|
150
|
+
<property name="primary_icon_sensitive">True</property>
|
151
|
+
<property name="secondary_icon_sensitive">True</property>
|
152
|
+
</object>
|
153
|
+
<packing>
|
154
|
+
<property name="left_attach">1</property>
|
155
|
+
<property name="right_attach">2</property>
|
156
|
+
<property name="top_attach">1</property>
|
157
|
+
<property name="bottom_attach">2</property>
|
158
|
+
<property name="y_options"></property>
|
159
|
+
</packing>
|
160
|
+
</child>
|
161
|
+
<child>
|
162
|
+
<object class="GtkHBox" id="hbox3">
|
163
|
+
<property name="visible">True</property>
|
164
|
+
<property name="can_focus">False</property>
|
165
|
+
<property name="spacing">8</property>
|
166
|
+
<child>
|
167
|
+
<object class="GtkScrolledWindow" id="scrolledwindow2">
|
168
|
+
<property name="visible">True</property>
|
169
|
+
<property name="can_focus">True</property>
|
170
|
+
<property name="hscrollbar_policy">automatic</property>
|
171
|
+
<property name="vscrollbar_policy">automatic</property>
|
172
|
+
<property name="shadow_type">in</property>
|
173
|
+
<child>
|
174
|
+
<object class="GtkTreeView" id="treeview_authors">
|
175
|
+
<property name="visible">True</property>
|
176
|
+
<property name="can_focus">True</property>
|
177
|
+
<property name="headers_visible">False</property>
|
178
|
+
<property name="enable_search">False</property>
|
179
|
+
</object>
|
180
|
+
</child>
|
181
|
+
</object>
|
182
|
+
<packing>
|
183
|
+
<property name="expand">True</property>
|
184
|
+
<property name="fill">True</property>
|
185
|
+
<property name="position">0</property>
|
186
|
+
</packing>
|
187
|
+
</child>
|
188
|
+
<child>
|
189
|
+
<object class="GtkVBox" id="vbox2">
|
190
|
+
<property name="visible">True</property>
|
191
|
+
<property name="can_focus">False</property>
|
192
|
+
<property name="spacing">4</property>
|
193
|
+
<child>
|
194
|
+
<object class="GtkButton" id="button3">
|
195
|
+
<property name="visible">True</property>
|
196
|
+
<property name="can_focus">True</property>
|
197
|
+
<property name="receives_default">True</property>
|
198
|
+
<property name="use_action_appearance">False</property>
|
199
|
+
<signal name="clicked" handler="on_add_author" swapped="no"/>
|
200
|
+
<child>
|
201
|
+
<object class="GtkImage" id="image2">
|
202
|
+
<property name="visible">True</property>
|
203
|
+
<property name="can_focus">False</property>
|
204
|
+
<property name="stock">gtk-add</property>
|
205
|
+
</object>
|
206
|
+
</child>
|
207
|
+
</object>
|
208
|
+
<packing>
|
209
|
+
<property name="expand">False</property>
|
210
|
+
<property name="fill">False</property>
|
211
|
+
<property name="position">0</property>
|
212
|
+
</packing>
|
213
|
+
</child>
|
214
|
+
<child>
|
215
|
+
<object class="GtkButton" id="button4">
|
216
|
+
<property name="visible">True</property>
|
217
|
+
<property name="can_focus">True</property>
|
218
|
+
<property name="receives_default">True</property>
|
219
|
+
<property name="use_action_appearance">False</property>
|
220
|
+
<signal name="clicked" handler="on_remove_author" swapped="no"/>
|
221
|
+
<child>
|
222
|
+
<object class="GtkImage" id="image3">
|
223
|
+
<property name="visible">True</property>
|
224
|
+
<property name="can_focus">False</property>
|
225
|
+
<property name="stock">gtk-remove</property>
|
226
|
+
</object>
|
227
|
+
</child>
|
228
|
+
</object>
|
229
|
+
<packing>
|
230
|
+
<property name="expand">False</property>
|
231
|
+
<property name="fill">False</property>
|
232
|
+
<property name="position">1</property>
|
233
|
+
</packing>
|
234
|
+
</child>
|
235
|
+
</object>
|
236
|
+
<packing>
|
237
|
+
<property name="expand">False</property>
|
238
|
+
<property name="fill">False</property>
|
239
|
+
<property name="pack_type">end</property>
|
240
|
+
<property name="position">1</property>
|
241
|
+
</packing>
|
242
|
+
</child>
|
243
|
+
</object>
|
244
|
+
<packing>
|
245
|
+
<property name="left_attach">1</property>
|
246
|
+
<property name="right_attach">2</property>
|
247
|
+
<property name="top_attach">2</property>
|
248
|
+
<property name="bottom_attach">3</property>
|
249
|
+
</packing>
|
250
|
+
</child>
|
251
|
+
<child>
|
252
|
+
<object class="GtkLabel" id="label3">
|
253
|
+
<property name="visible">True</property>
|
254
|
+
<property name="can_focus">False</property>
|
255
|
+
<property name="xalign">0</property>
|
256
|
+
<property name="yalign">0</property>
|
257
|
+
<property name="label" translatable="yes">_Authors:</property>
|
258
|
+
<property name="use_underline">True</property>
|
259
|
+
<property name="mnemonic_widget">treeview_authors</property>
|
260
|
+
</object>
|
261
|
+
<packing>
|
262
|
+
<property name="top_attach">2</property>
|
263
|
+
<property name="bottom_attach">3</property>
|
264
|
+
<property name="x_options"></property>
|
265
|
+
<property name="y_options"></property>
|
266
|
+
</packing>
|
267
|
+
</child>
|
268
|
+
<child>
|
269
|
+
<object class="GtkLabel" id="label9">
|
270
|
+
<property name="visible">True</property>
|
271
|
+
<property name="can_focus">False</property>
|
272
|
+
<property name="xalign">0</property>
|
273
|
+
<property name="yalign">0</property>
|
274
|
+
<property name="label" translatable="yes">_Binding:</property>
|
275
|
+
<property name="use_underline">True</property>
|
276
|
+
<property name="mnemonic_widget">entry_edition</property>
|
277
|
+
</object>
|
278
|
+
<packing>
|
279
|
+
<property name="top_attach">5</property>
|
280
|
+
<property name="bottom_attach">6</property>
|
281
|
+
<property name="x_options"></property>
|
282
|
+
<property name="y_options"></property>
|
283
|
+
</packing>
|
284
|
+
</child>
|
285
|
+
<child>
|
286
|
+
<object class="GtkEntry" id="entry_edition">
|
287
|
+
<property name="visible">True</property>
|
288
|
+
<property name="can_focus">True</property>
|
289
|
+
<property name="invisible_char">•</property>
|
290
|
+
<property name="invisible_char_set">True</property>
|
291
|
+
<property name="primary_icon_activatable">False</property>
|
292
|
+
<property name="secondary_icon_activatable">False</property>
|
293
|
+
<property name="primary_icon_sensitive">True</property>
|
294
|
+
<property name="secondary_icon_sensitive">True</property>
|
295
|
+
</object>
|
296
|
+
<packing>
|
297
|
+
<property name="left_attach">1</property>
|
298
|
+
<property name="right_attach">2</property>
|
299
|
+
<property name="top_attach">5</property>
|
300
|
+
<property name="bottom_attach">6</property>
|
301
|
+
<property name="y_options"></property>
|
302
|
+
</packing>
|
303
|
+
</child>
|
304
|
+
<child>
|
305
|
+
<object class="GtkLabel" id="label16">
|
306
|
+
<property name="visible">True</property>
|
307
|
+
<property name="can_focus">False</property>
|
308
|
+
<property name="xalign">0</property>
|
309
|
+
<property name="yalign">0</property>
|
310
|
+
<property name="label" translatable="yes">Publish _year:</property>
|
311
|
+
<property name="use_underline">True</property>
|
312
|
+
<property name="mnemonic_widget">entry_publish_date</property>
|
313
|
+
</object>
|
314
|
+
<packing>
|
315
|
+
<property name="top_attach">4</property>
|
316
|
+
<property name="bottom_attach">5</property>
|
317
|
+
<property name="x_options"></property>
|
318
|
+
<property name="y_options"></property>
|
319
|
+
</packing>
|
320
|
+
</child>
|
321
|
+
<child>
|
322
|
+
<object class="GtkEntry" id="entry_publish_date">
|
323
|
+
<property name="visible">True</property>
|
324
|
+
<property name="can_focus">True</property>
|
325
|
+
<property name="max_length">4</property>
|
326
|
+
<property name="invisible_char">•</property>
|
327
|
+
<property name="invisible_char_set">True</property>
|
328
|
+
<property name="primary_icon_activatable">False</property>
|
329
|
+
<property name="secondary_icon_activatable">False</property>
|
330
|
+
<property name="primary_icon_sensitive">True</property>
|
331
|
+
<property name="secondary_icon_sensitive">True</property>
|
332
|
+
</object>
|
333
|
+
<packing>
|
334
|
+
<property name="left_attach">1</property>
|
335
|
+
<property name="right_attach">2</property>
|
336
|
+
<property name="top_attach">4</property>
|
337
|
+
<property name="bottom_attach">5</property>
|
338
|
+
<property name="y_options"></property>
|
339
|
+
</packing>
|
340
|
+
</child>
|
341
|
+
<child>
|
342
|
+
<object class="GtkLabel" id="label17">
|
343
|
+
<property name="visible">True</property>
|
344
|
+
<property name="can_focus">False</property>
|
345
|
+
<property name="xalign">0</property>
|
346
|
+
<property name="label" translatable="yes">Tags:</property>
|
347
|
+
</object>
|
348
|
+
<packing>
|
349
|
+
<property name="top_attach">6</property>
|
350
|
+
<property name="bottom_attach">7</property>
|
351
|
+
<property name="x_options"></property>
|
352
|
+
<property name="y_options"></property>
|
353
|
+
</packing>
|
354
|
+
</child>
|
355
|
+
<child>
|
356
|
+
<object class="GtkEntry" id="entry_tags">
|
357
|
+
<property name="visible">True</property>
|
358
|
+
<property name="can_focus">True</property>
|
359
|
+
<property name="invisible_char">●</property>
|
360
|
+
<property name="invisible_char_set">True</property>
|
361
|
+
<property name="primary_icon_activatable">False</property>
|
362
|
+
<property name="secondary_icon_activatable">False</property>
|
363
|
+
<property name="primary_icon_sensitive">True</property>
|
364
|
+
<property name="secondary_icon_sensitive">True</property>
|
365
|
+
</object>
|
366
|
+
<packing>
|
367
|
+
<property name="left_attach">1</property>
|
368
|
+
<property name="right_attach">2</property>
|
369
|
+
<property name="top_attach">6</property>
|
370
|
+
<property name="bottom_attach">7</property>
|
371
|
+
<property name="y_options"></property>
|
372
|
+
</packing>
|
373
|
+
</child>
|
374
|
+
</object>
|
375
|
+
<packing>
|
376
|
+
<property name="expand">True</property>
|
377
|
+
<property name="fill">True</property>
|
378
|
+
<property name="position">0</property>
|
379
|
+
</packing>
|
380
|
+
</child>
|
381
|
+
<child>
|
382
|
+
<object class="GtkVSeparator" id="vseparator1">
|
383
|
+
<property name="visible">True</property>
|
384
|
+
<property name="can_focus">False</property>
|
385
|
+
</object>
|
386
|
+
<packing>
|
387
|
+
<property name="expand">False</property>
|
388
|
+
<property name="fill">False</property>
|
389
|
+
<property name="position">1</property>
|
390
|
+
</packing>
|
391
|
+
</child>
|
392
|
+
<child>
|
393
|
+
<object class="GtkVBox" id="vbox1">
|
394
|
+
<property name="visible">True</property>
|
395
|
+
<property name="can_focus">False</property>
|
396
|
+
<property name="spacing">8</property>
|
397
|
+
<child>
|
398
|
+
<object class="GtkLabel" id="label12">
|
399
|
+
<property name="visible">True</property>
|
400
|
+
<property name="can_focus">False</property>
|
401
|
+
<property name="xalign">0</property>
|
402
|
+
<property name="yalign">0.34000000357627869</property>
|
403
|
+
<property name="label" translatable="yes">_Cover:</property>
|
404
|
+
<property name="use_underline">True</property>
|
405
|
+
<property name="mnemonic_widget">button_cover</property>
|
406
|
+
</object>
|
407
|
+
<packing>
|
408
|
+
<property name="expand">False</property>
|
409
|
+
<property name="fill">False</property>
|
410
|
+
<property name="position">0</property>
|
411
|
+
</packing>
|
412
|
+
</child>
|
413
|
+
<child>
|
414
|
+
<object class="GtkButton" id="button_cover">
|
415
|
+
<property name="visible">True</property>
|
416
|
+
<property name="can_focus">True</property>
|
417
|
+
<property name="receives_default">True</property>
|
418
|
+
<property name="use_action_appearance">False</property>
|
419
|
+
<signal name="clicked" handler="on_change_cover" swapped="no"/>
|
420
|
+
<child>
|
421
|
+
<object class="GtkImage" id="image_cover">
|
422
|
+
<property name="visible">True</property>
|
423
|
+
<property name="can_focus">False</property>
|
424
|
+
<property name="stock">gtk-missing-image</property>
|
425
|
+
</object>
|
426
|
+
</child>
|
427
|
+
</object>
|
428
|
+
<packing>
|
429
|
+
<property name="expand">False</property>
|
430
|
+
<property name="fill">False</property>
|
431
|
+
<property name="position">1</property>
|
432
|
+
</packing>
|
433
|
+
</child>
|
434
|
+
<child>
|
435
|
+
<object class="GtkVBox" id="vbox4">
|
436
|
+
<property name="visible">True</property>
|
437
|
+
<property name="can_focus">False</property>
|
438
|
+
<child>
|
439
|
+
<object class="GtkVBox" id="vbox5">
|
440
|
+
<property name="visible">True</property>
|
441
|
+
<property name="can_focus">False</property>
|
442
|
+
<child>
|
443
|
+
<object class="GtkCheckButton" id="checkbutton_own">
|
444
|
+
<property name="label" translatable="yes">Own it?</property>
|
445
|
+
<property name="visible">True</property>
|
446
|
+
<property name="can_focus">True</property>
|
447
|
+
<property name="receives_default">False</property>
|
448
|
+
<property name="use_action_appearance">False</property>
|
449
|
+
<property name="use_underline">True</property>
|
450
|
+
<property name="draw_indicator">True</property>
|
451
|
+
<signal name="toggled" handler="own_toggled" after="yes" swapped="no"/>
|
452
|
+
</object>
|
453
|
+
<packing>
|
454
|
+
<property name="expand">False</property>
|
455
|
+
<property name="fill">False</property>
|
456
|
+
<property name="position">0</property>
|
457
|
+
</packing>
|
458
|
+
</child>
|
459
|
+
<child>
|
460
|
+
<object class="GtkVBox" id="vbox6">
|
461
|
+
<property name="visible">True</property>
|
462
|
+
<property name="can_focus">False</property>
|
463
|
+
<child>
|
464
|
+
<object class="GtkCheckButton" id="checkbutton_redd">
|
465
|
+
<property name="label" translatable="yes">Read it?</property>
|
466
|
+
<property name="visible">True</property>
|
467
|
+
<property name="can_focus">True</property>
|
468
|
+
<property name="receives_default">False</property>
|
469
|
+
<property name="use_action_appearance">False</property>
|
470
|
+
<property name="use_underline">True</property>
|
471
|
+
<property name="draw_indicator">True</property>
|
472
|
+
<signal name="toggled" handler="redd_toggled" after="yes" swapped="no"/>
|
473
|
+
</object>
|
474
|
+
<packing>
|
475
|
+
<property name="expand">True</property>
|
476
|
+
<property name="fill">False</property>
|
477
|
+
<property name="position">0</property>
|
478
|
+
</packing>
|
479
|
+
</child>
|
480
|
+
<child>
|
481
|
+
<object class="GtkEntry" id="redd_date">
|
482
|
+
<property name="visible">True</property>
|
483
|
+
<property name="can_focus">True</property>
|
484
|
+
<property name="invisible_char">•</property>
|
485
|
+
<property name="invisible_char_set">True</property>
|
486
|
+
<property name="primary_icon_stock">gtk-edit</property>
|
487
|
+
<property name="secondary_icon_stock">gtk-clear</property>
|
488
|
+
<property name="primary_icon_activatable">True</property>
|
489
|
+
<property name="secondary_icon_activatable">True</property>
|
490
|
+
<property name="primary_icon_sensitive">True</property>
|
491
|
+
<property name="secondary_icon_sensitive">True</property>
|
492
|
+
<property name="primary_icon_tooltip_text" translatable="yes">Select Date</property>
|
493
|
+
<property name="secondary_icon_tooltip_text" translatable="yes">Clear Date</property>
|
494
|
+
</object>
|
495
|
+
<packing>
|
496
|
+
<property name="expand">False</property>
|
497
|
+
<property name="fill">True</property>
|
498
|
+
<property name="position">1</property>
|
499
|
+
</packing>
|
500
|
+
</child>
|
501
|
+
</object>
|
502
|
+
<packing>
|
503
|
+
<property name="expand">True</property>
|
504
|
+
<property name="fill">True</property>
|
505
|
+
<property name="position">1</property>
|
506
|
+
</packing>
|
507
|
+
</child>
|
508
|
+
</object>
|
509
|
+
<packing>
|
510
|
+
<property name="expand">True</property>
|
511
|
+
<property name="fill">True</property>
|
512
|
+
<property name="position">0</property>
|
513
|
+
</packing>
|
514
|
+
</child>
|
515
|
+
<child>
|
516
|
+
<object class="GtkCheckButton" id="checkbutton_want">
|
517
|
+
<property name="label" translatable="yes">Want it?</property>
|
518
|
+
<property name="visible">True</property>
|
519
|
+
<property name="can_focus">True</property>
|
520
|
+
<property name="receives_default">False</property>
|
521
|
+
<property name="use_action_appearance">False</property>
|
522
|
+
<property name="use_underline">True</property>
|
523
|
+
<property name="draw_indicator">True</property>
|
524
|
+
<signal name="toggled" handler="want_toggled" after="yes" swapped="no"/>
|
525
|
+
</object>
|
526
|
+
<packing>
|
527
|
+
<property name="expand">False</property>
|
528
|
+
<property name="fill">False</property>
|
529
|
+
<property name="position">1</property>
|
530
|
+
</packing>
|
531
|
+
</child>
|
532
|
+
</object>
|
533
|
+
<packing>
|
534
|
+
<property name="expand">True</property>
|
535
|
+
<property name="fill">True</property>
|
536
|
+
<property name="position">2</property>
|
537
|
+
</packing>
|
538
|
+
</child>
|
539
|
+
<child>
|
540
|
+
<object class="GtkEventBox" id="eventbox8">
|
541
|
+
<property name="visible">True</property>
|
542
|
+
<property name="can_focus">False</property>
|
543
|
+
<child>
|
544
|
+
<object class="GtkHBox" id="hbox2">
|
545
|
+
<property name="visible">True</property>
|
546
|
+
<property name="can_focus">False</property>
|
547
|
+
<property name="spacing">3</property>
|
548
|
+
<child>
|
549
|
+
<object class="GtkEventBox" id="eventbox6">
|
550
|
+
<property name="visible">True</property>
|
551
|
+
<property name="can_focus">False</property>
|
552
|
+
<signal name="button-press-event" handler="on_image_no_rating_press" swapped="no"/>
|
553
|
+
<child>
|
554
|
+
<object class="GtkImage" id="image5">
|
555
|
+
<property name="visible">True</property>
|
556
|
+
<property name="can_focus">False</property>
|
557
|
+
<property name="stock">gtk-remove</property>
|
558
|
+
</object>
|
559
|
+
</child>
|
560
|
+
</object>
|
561
|
+
<packing>
|
562
|
+
<property name="expand">False</property>
|
563
|
+
<property name="fill">False</property>
|
564
|
+
<property name="position">0</property>
|
565
|
+
</packing>
|
566
|
+
</child>
|
567
|
+
<child>
|
568
|
+
<object class="GtkEventBox" id="eventbox1">
|
569
|
+
<property name="visible">True</property>
|
570
|
+
<property name="can_focus">False</property>
|
571
|
+
<signal name="button-press-event" handler="on_image_rating1_press" swapped="no"/>
|
572
|
+
<child>
|
573
|
+
<object class="GtkImage" id="image_rating1">
|
574
|
+
<property name="visible">True</property>
|
575
|
+
<property name="can_focus">False</property>
|
576
|
+
<property name="xalign">0</property>
|
577
|
+
<property name="stock">gtk-missing-image</property>
|
578
|
+
</object>
|
579
|
+
</child>
|
580
|
+
</object>
|
581
|
+
<packing>
|
582
|
+
<property name="expand">False</property>
|
583
|
+
<property name="fill">False</property>
|
584
|
+
<property name="position">1</property>
|
585
|
+
</packing>
|
586
|
+
</child>
|
587
|
+
<child>
|
588
|
+
<object class="GtkEventBox" id="eventbox5">
|
589
|
+
<property name="visible">True</property>
|
590
|
+
<property name="can_focus">False</property>
|
591
|
+
<signal name="button-press-event" handler="on_image_rating2_press" swapped="no"/>
|
592
|
+
<child>
|
593
|
+
<object class="GtkImage" id="image_rating2">
|
594
|
+
<property name="visible">True</property>
|
595
|
+
<property name="can_focus">False</property>
|
596
|
+
<property name="xalign">0</property>
|
597
|
+
<property name="stock">gtk-missing-image</property>
|
598
|
+
</object>
|
599
|
+
</child>
|
600
|
+
</object>
|
601
|
+
<packing>
|
602
|
+
<property name="expand">False</property>
|
603
|
+
<property name="fill">False</property>
|
604
|
+
<property name="position">2</property>
|
605
|
+
</packing>
|
606
|
+
</child>
|
607
|
+
<child>
|
608
|
+
<object class="GtkEventBox" id="eventbox4">
|
609
|
+
<property name="visible">True</property>
|
610
|
+
<property name="can_focus">False</property>
|
611
|
+
<signal name="button-press-event" handler="on_image_rating3_press" swapped="no"/>
|
612
|
+
<child>
|
613
|
+
<object class="GtkImage" id="image_rating3">
|
614
|
+
<property name="visible">True</property>
|
615
|
+
<property name="can_focus">False</property>
|
616
|
+
<property name="xalign">0</property>
|
617
|
+
<property name="stock">gtk-missing-image</property>
|
618
|
+
</object>
|
619
|
+
</child>
|
620
|
+
</object>
|
621
|
+
<packing>
|
622
|
+
<property name="expand">False</property>
|
623
|
+
<property name="fill">False</property>
|
624
|
+
<property name="position">3</property>
|
625
|
+
</packing>
|
626
|
+
</child>
|
627
|
+
<child>
|
628
|
+
<object class="GtkEventBox" id="eventbox3">
|
629
|
+
<property name="visible">True</property>
|
630
|
+
<property name="can_focus">False</property>
|
631
|
+
<signal name="button-press-event" handler="on_image_rating4_press" swapped="no"/>
|
632
|
+
<child>
|
633
|
+
<object class="GtkImage" id="image_rating4">
|
634
|
+
<property name="visible">True</property>
|
635
|
+
<property name="can_focus">False</property>
|
636
|
+
<property name="xalign">0</property>
|
637
|
+
<property name="stock">gtk-missing-image</property>
|
638
|
+
</object>
|
639
|
+
</child>
|
640
|
+
</object>
|
641
|
+
<packing>
|
642
|
+
<property name="expand">False</property>
|
643
|
+
<property name="fill">False</property>
|
644
|
+
<property name="position">4</property>
|
645
|
+
</packing>
|
646
|
+
</child>
|
647
|
+
<child>
|
648
|
+
<object class="GtkEventBox" id="eventbox2">
|
649
|
+
<property name="visible">True</property>
|
650
|
+
<property name="can_focus">False</property>
|
651
|
+
<signal name="button-press-event" handler="on_image_rating5_press" swapped="no"/>
|
652
|
+
<child>
|
653
|
+
<object class="GtkImage" id="image_rating5">
|
654
|
+
<property name="visible">True</property>
|
655
|
+
<property name="can_focus">False</property>
|
656
|
+
<property name="xalign">0</property>
|
657
|
+
<property name="stock">gtk-missing-image</property>
|
658
|
+
</object>
|
659
|
+
</child>
|
660
|
+
</object>
|
661
|
+
<packing>
|
662
|
+
<property name="expand">False</property>
|
663
|
+
<property name="fill">False</property>
|
664
|
+
<property name="position">5</property>
|
665
|
+
</packing>
|
666
|
+
</child>
|
667
|
+
<child>
|
668
|
+
<object class="GtkEventBox" id="eventbox7">
|
669
|
+
<property name="visible">True</property>
|
670
|
+
<property name="can_focus">False</property>
|
671
|
+
<signal name="button-press-event" handler="on_image_rating5_press" swapped="no"/>
|
672
|
+
<child>
|
673
|
+
<object class="GtkImage" id="image4">
|
674
|
+
<property name="visible">True</property>
|
675
|
+
<property name="can_focus">False</property>
|
676
|
+
<property name="stock">gtk-add</property>
|
677
|
+
</object>
|
678
|
+
</child>
|
679
|
+
</object>
|
680
|
+
<packing>
|
681
|
+
<property name="expand">True</property>
|
682
|
+
<property name="fill">True</property>
|
683
|
+
<property name="position">6</property>
|
684
|
+
</packing>
|
685
|
+
</child>
|
686
|
+
</object>
|
687
|
+
</child>
|
688
|
+
</object>
|
689
|
+
<packing>
|
690
|
+
<property name="expand">False</property>
|
691
|
+
<property name="fill">True</property>
|
692
|
+
<property name="pack_type">end</property>
|
693
|
+
<property name="position">3</property>
|
694
|
+
</packing>
|
695
|
+
</child>
|
696
|
+
<child>
|
697
|
+
<object class="GtkLabel" id="label11">
|
698
|
+
<property name="visible">True</property>
|
699
|
+
<property name="can_focus">False</property>
|
700
|
+
<property name="xalign">0</property>
|
701
|
+
<property name="yalign">0</property>
|
702
|
+
<property name="label" translatable="yes">Rating:</property>
|
703
|
+
</object>
|
704
|
+
<packing>
|
705
|
+
<property name="expand">False</property>
|
706
|
+
<property name="fill">False</property>
|
707
|
+
<property name="pack_type">end</property>
|
708
|
+
<property name="position">4</property>
|
709
|
+
</packing>
|
710
|
+
</child>
|
711
|
+
</object>
|
712
|
+
<packing>
|
713
|
+
<property name="expand">False</property>
|
714
|
+
<property name="fill">False</property>
|
715
|
+
<property name="pack_type">end</property>
|
716
|
+
<property name="position">2</property>
|
717
|
+
</packing>
|
718
|
+
</child>
|
719
|
+
</object>
|
720
|
+
</child>
|
721
|
+
<child type="tab">
|
722
|
+
<object class="GtkLabel" id="label2">
|
723
|
+
<property name="visible">True</property>
|
724
|
+
<property name="can_focus">False</property>
|
725
|
+
<property name="label" translatable="yes">General</property>
|
726
|
+
</object>
|
727
|
+
<packing>
|
728
|
+
<property name="tab_fill">False</property>
|
729
|
+
</packing>
|
730
|
+
</child>
|
731
|
+
<child>
|
732
|
+
<object class="GtkVBox" id="vbox3">
|
733
|
+
<property name="visible">True</property>
|
734
|
+
<property name="can_focus">False</property>
|
735
|
+
<property name="border_width">6</property>
|
736
|
+
<property name="spacing">12</property>
|
737
|
+
<child>
|
738
|
+
<object class="GtkCheckButton" id="checkbutton_loaned">
|
739
|
+
<property name="label" translatable="yes">This book is _loaned</property>
|
740
|
+
<property name="visible">True</property>
|
741
|
+
<property name="can_focus">True</property>
|
742
|
+
<property name="receives_default">False</property>
|
743
|
+
<property name="use_action_appearance">False</property>
|
744
|
+
<property name="use_underline">True</property>
|
745
|
+
<property name="draw_indicator">True</property>
|
746
|
+
<signal name="toggled" handler="on_loaned" after="yes" swapped="no"/>
|
747
|
+
</object>
|
748
|
+
<packing>
|
749
|
+
<property name="expand">False</property>
|
750
|
+
<property name="fill">False</property>
|
751
|
+
<property name="position">0</property>
|
752
|
+
</packing>
|
753
|
+
</child>
|
754
|
+
<child>
|
755
|
+
<object class="GtkTable" id="table2">
|
756
|
+
<property name="visible">True</property>
|
757
|
+
<property name="can_focus">False</property>
|
758
|
+
<property name="n_rows">3</property>
|
759
|
+
<property name="n_columns">2</property>
|
760
|
+
<property name="column_spacing">12</property>
|
761
|
+
<property name="row_spacing">12</property>
|
762
|
+
<child>
|
763
|
+
<object class="GtkEntry" id="entry_loaned_to">
|
764
|
+
<property name="visible">True</property>
|
765
|
+
<property name="sensitive">False</property>
|
766
|
+
<property name="can_focus">True</property>
|
767
|
+
<property name="invisible_char">•</property>
|
768
|
+
<property name="invisible_char_set">True</property>
|
769
|
+
<property name="primary_icon_activatable">False</property>
|
770
|
+
<property name="secondary_icon_activatable">False</property>
|
771
|
+
<property name="primary_icon_sensitive">True</property>
|
772
|
+
<property name="secondary_icon_sensitive">True</property>
|
773
|
+
</object>
|
774
|
+
<packing>
|
775
|
+
<property name="left_attach">1</property>
|
776
|
+
<property name="right_attach">2</property>
|
777
|
+
<property name="y_options"></property>
|
778
|
+
</packing>
|
779
|
+
</child>
|
780
|
+
<child>
|
781
|
+
<object class="GtkLabel" id="label_loaning_duration">
|
782
|
+
<property name="visible">True</property>
|
783
|
+
<property name="can_focus">False</property>
|
784
|
+
<property name="xalign">1</property>
|
785
|
+
<property name="justify">right</property>
|
786
|
+
</object>
|
787
|
+
<packing>
|
788
|
+
<property name="right_attach">2</property>
|
789
|
+
<property name="top_attach">2</property>
|
790
|
+
<property name="bottom_attach">3</property>
|
791
|
+
<property name="x_options"></property>
|
792
|
+
<property name="y_options"></property>
|
793
|
+
</packing>
|
794
|
+
</child>
|
795
|
+
<child>
|
796
|
+
<object class="GtkLabel" id="label15">
|
797
|
+
<property name="visible">True</property>
|
798
|
+
<property name="can_focus">False</property>
|
799
|
+
<property name="xalign">0</property>
|
800
|
+
<property name="label" translatable="yes">_To:</property>
|
801
|
+
<property name="use_underline">True</property>
|
802
|
+
<property name="mnemonic_widget">entry_loaned_to</property>
|
803
|
+
</object>
|
804
|
+
<packing>
|
805
|
+
<property name="x_options"></property>
|
806
|
+
<property name="y_options"></property>
|
807
|
+
<property name="x_padding">6</property>
|
808
|
+
</packing>
|
809
|
+
</child>
|
810
|
+
<child>
|
811
|
+
<object class="GtkLabel" id="label14">
|
812
|
+
<property name="visible">True</property>
|
813
|
+
<property name="can_focus">False</property>
|
814
|
+
<property name="xalign">0</property>
|
815
|
+
<property name="label" translatable="yes">_Since:</property>
|
816
|
+
<property name="use_underline">True</property>
|
817
|
+
</object>
|
818
|
+
<packing>
|
819
|
+
<property name="top_attach">1</property>
|
820
|
+
<property name="bottom_attach">2</property>
|
821
|
+
<property name="x_options"></property>
|
822
|
+
<property name="y_options"></property>
|
823
|
+
<property name="x_padding">6</property>
|
824
|
+
</packing>
|
825
|
+
</child>
|
826
|
+
<child>
|
827
|
+
<object class="GtkEntry" id="date_loaned_since">
|
828
|
+
<property name="visible">True</property>
|
829
|
+
<property name="can_focus">True</property>
|
830
|
+
<property name="invisible_char">•</property>
|
831
|
+
<property name="invisible_char_set">True</property>
|
832
|
+
<property name="primary_icon_stock">gtk-edit</property>
|
833
|
+
<property name="secondary_icon_stock">gtk-clear</property>
|
834
|
+
<property name="primary_icon_activatable">True</property>
|
835
|
+
<property name="secondary_icon_activatable">True</property>
|
836
|
+
<property name="primary_icon_sensitive">True</property>
|
837
|
+
<property name="secondary_icon_sensitive">True</property>
|
838
|
+
<signal name="changed" handler="on_loaned_date_changed" swapped="no"/>
|
839
|
+
</object>
|
840
|
+
<packing>
|
841
|
+
<property name="left_attach">1</property>
|
842
|
+
<property name="right_attach">2</property>
|
843
|
+
<property name="top_attach">1</property>
|
844
|
+
<property name="bottom_attach">2</property>
|
845
|
+
<property name="y_options"></property>
|
846
|
+
</packing>
|
847
|
+
</child>
|
848
|
+
</object>
|
849
|
+
<packing>
|
850
|
+
<property name="expand">True</property>
|
851
|
+
<property name="fill">True</property>
|
852
|
+
<property name="position">1</property>
|
853
|
+
</packing>
|
854
|
+
</child>
|
855
|
+
</object>
|
856
|
+
<packing>
|
857
|
+
<property name="position">1</property>
|
858
|
+
</packing>
|
859
|
+
</child>
|
860
|
+
<child type="tab">
|
861
|
+
<object class="GtkLabel" id="label13">
|
862
|
+
<property name="visible">True</property>
|
863
|
+
<property name="can_focus">False</property>
|
864
|
+
<property name="label" translatable="yes">Loaning</property>
|
865
|
+
</object>
|
866
|
+
<packing>
|
867
|
+
<property name="position">1</property>
|
868
|
+
<property name="tab_fill">False</property>
|
869
|
+
</packing>
|
870
|
+
</child>
|
871
|
+
<child>
|
872
|
+
<object class="GtkScrolledWindow" id="scrolledwindow1">
|
873
|
+
<property name="visible">True</property>
|
874
|
+
<property name="can_focus">True</property>
|
875
|
+
<property name="border_width">6</property>
|
876
|
+
<property name="hscrollbar_policy">automatic</property>
|
877
|
+
<property name="vscrollbar_policy">automatic</property>
|
878
|
+
<child>
|
879
|
+
<object class="GtkTextView" id="textview_notes">
|
880
|
+
<property name="visible">True</property>
|
881
|
+
<property name="can_focus">True</property>
|
882
|
+
</object>
|
883
|
+
</child>
|
884
|
+
</object>
|
885
|
+
<packing>
|
886
|
+
<property name="position">2</property>
|
887
|
+
</packing>
|
888
|
+
</child>
|
889
|
+
<child type="tab">
|
890
|
+
<object class="GtkLabel" id="label10">
|
891
|
+
<property name="visible">True</property>
|
892
|
+
<property name="can_focus">False</property>
|
893
|
+
<property name="label" translatable="yes">Notes</property>
|
894
|
+
</object>
|
895
|
+
<packing>
|
896
|
+
<property name="position">2</property>
|
897
|
+
<property name="tab_fill">False</property>
|
898
|
+
</packing>
|
899
|
+
</child>
|
900
|
+
</object>
|
901
|
+
<packing>
|
902
|
+
<property name="expand">True</property>
|
903
|
+
<property name="fill">True</property>
|
904
|
+
<property name="position">1</property>
|
905
|
+
</packing>
|
906
|
+
</child>
|
907
|
+
</object>
|
908
|
+
</child>
|
909
|
+
</object>
|
910
|
+
</interface>
|