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,300 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
2
|
+
<gconfschemafile>
|
3
|
+
<schemalist>
|
4
|
+
<schema>
|
5
|
+
<key>/schemas/apps/alexandria/position</key>
|
6
|
+
<applyto>/apps/alexandria/position</applyto>
|
7
|
+
<owner>alexandria</owner>
|
8
|
+
<type>pair</type>
|
9
|
+
<car_type>int</car_type>
|
10
|
+
<cdr_type>int</cdr_type>
|
11
|
+
<default>(0,0)</default>
|
12
|
+
<locale name="C">
|
13
|
+
<short>Window position</short>
|
14
|
+
<long>The (X,Y) position Alexandria should take on the screen when started. In case of a (0,0) position the window will be screen centered.</long>
|
15
|
+
</locale>
|
16
|
+
</schema>
|
17
|
+
<schema>
|
18
|
+
<key>/schemas/apps/alexandria/size</key>
|
19
|
+
<applyto>/apps/alexandria/size</applyto>
|
20
|
+
<owner>alexandria</owner>
|
21
|
+
<type>pair</type>
|
22
|
+
<car_type>int</car_type>
|
23
|
+
<cdr_type>int</cdr_type>
|
24
|
+
<default>(640,480)</default>
|
25
|
+
<locale name="C">
|
26
|
+
<short>Window size</short>
|
27
|
+
<long>The (width,length) size Alexandria should take when started. This cannot be smaller than (320,200).</long>
|
28
|
+
</locale>
|
29
|
+
</schema>
|
30
|
+
<schema>
|
31
|
+
<key>/schemas/apps/alexandria/maximized</key>
|
32
|
+
<applyto>/apps/alexandria/maximized</applyto>
|
33
|
+
<owner>alexandria</owner>
|
34
|
+
<type>bool</type>
|
35
|
+
<default>false</default>
|
36
|
+
<locale name="C">
|
37
|
+
<short>Window maximized?</short>
|
38
|
+
<long>Whether the main window is maximized.</long>
|
39
|
+
</locale>
|
40
|
+
</schema>
|
41
|
+
<schema>
|
42
|
+
<key>/schemas/apps/alexandria/sidepane_position</key>
|
43
|
+
<applyto>/apps/alexandria/sidepane_position</applyto>
|
44
|
+
<owner>alexandria</owner>
|
45
|
+
<type>int</type>
|
46
|
+
<default>140</default>
|
47
|
+
<locale name="C">
|
48
|
+
<short>Sidepane slider position</short>
|
49
|
+
<long>The slider position of the sidepane.</long>
|
50
|
+
</locale>
|
51
|
+
</schema>
|
52
|
+
<schema>
|
53
|
+
<key>/schemas/apps/alexandria/view_as</key>
|
54
|
+
<applyto>/apps/alexandria/view_as</applyto>
|
55
|
+
<owner>alexandria</owner>
|
56
|
+
<type>int</type>
|
57
|
+
<default>0</default>
|
58
|
+
<locale name="C">
|
59
|
+
<short>Books view</short>
|
60
|
+
<long>The view that will be used to display books when Alexandria starts. Valid choices are either 0 (as icons) or 1 (as list).</long>
|
61
|
+
</locale>
|
62
|
+
</schema>
|
63
|
+
<schema>
|
64
|
+
<key>/schemas/apps/alexandria/arrange_icons_mode</key>
|
65
|
+
<applyto>/apps/alexandria/arrange_icons_mode</applyto>
|
66
|
+
<owner>alexandria</owner>
|
67
|
+
<type>int</type>
|
68
|
+
<default>0</default>
|
69
|
+
<locale name="C">
|
70
|
+
<short>Arrange icons mode</short>
|
71
|
+
<long>This configures the way that icons will be arranged in their view. 0 means by title, 1 by authors, 2 by ISBN, 3 by publisher, 4 by edition and finally 5 by rating.</long>
|
72
|
+
</locale>
|
73
|
+
</schema>
|
74
|
+
<schema>
|
75
|
+
<key>/schemas/apps/alexandria/reverse_icons</key>
|
76
|
+
<applyto>/apps/alexandria/reverse_icons</applyto>
|
77
|
+
<owner>alexandria</owner>
|
78
|
+
<type>bool</type>
|
79
|
+
<default>false</default>
|
80
|
+
<locale name="C">
|
81
|
+
<short>Reverse icons</short>
|
82
|
+
<long>Whether the icons should be reversed in their view.</long>
|
83
|
+
</locale>
|
84
|
+
</schema>
|
85
|
+
<schema>
|
86
|
+
<key>/schemas/apps/alexandria/selected_library</key>
|
87
|
+
<applyto>/apps/alexandria/selected_library</applyto>
|
88
|
+
<owner>alexandria</owner>
|
89
|
+
<type>string</type>
|
90
|
+
<default></default>
|
91
|
+
<locale name="C">
|
92
|
+
<short>Selected library</short>
|
93
|
+
<long>The library that should be selected when Alexandria starts. In case of null ("") the first library will be selected.</long>
|
94
|
+
</locale>
|
95
|
+
</schema>
|
96
|
+
<schema>
|
97
|
+
<key>/schemas/apps/alexandria/barcode_scanner</key>
|
98
|
+
<applyto>/apps/alexandria/barcode_scanner</applyto>
|
99
|
+
<owner>alexandria</owner>
|
100
|
+
<type>string</type>
|
101
|
+
<default>CueCat</default>
|
102
|
+
<locale name="C">
|
103
|
+
<short>Barcode Scanner</short>
|
104
|
+
<long>Name of barcode scanner interface to use.</long>
|
105
|
+
</locale>
|
106
|
+
</schema>
|
107
|
+
<schema>
|
108
|
+
<key>/schemas/apps/alexandria/play_scanning_sound</key>
|
109
|
+
<applyto>/apps/alexandria/play_scanning_sound</applyto>
|
110
|
+
<owner>alexandria</owner>
|
111
|
+
<type>bool</type>
|
112
|
+
<default>true</default>
|
113
|
+
<locale name="C">
|
114
|
+
<short>Play Scanning Sound</short>
|
115
|
+
<long>Play a sound when start of barcode scanning is detected.</long>
|
116
|
+
</locale>
|
117
|
+
</schema>
|
118
|
+
<schema>
|
119
|
+
<key>/schemas/apps/alexandria/play_scan_sound</key>
|
120
|
+
<applyto>/apps/alexandria/play_scan_sound</applyto>
|
121
|
+
<owner>alexandria</owner>
|
122
|
+
<type>bool</type>
|
123
|
+
<default>true</default>
|
124
|
+
<locale name="C">
|
125
|
+
<short>Play Scan Sound</short>
|
126
|
+
<long>Play a sound when a good or bad scan is completed.</long>
|
127
|
+
</locale>
|
128
|
+
</schema>
|
129
|
+
<schema>
|
130
|
+
<key>/schemas/apps/alexandria/toolbar_visible</key>
|
131
|
+
<applyto>/apps/alexandria/toolbar_visible</applyto>
|
132
|
+
<owner>alexandria</owner>
|
133
|
+
<type>bool</type>
|
134
|
+
<default>true</default>
|
135
|
+
<locale name="C">
|
136
|
+
<short>Toolbar visibility</short>
|
137
|
+
<long>Whether the toolbar should be visible.</long>
|
138
|
+
</locale>
|
139
|
+
</schema>
|
140
|
+
<schema>
|
141
|
+
<key>/schemas/apps/alexandria/sidepane_visible</key>
|
142
|
+
<applyto>/apps/alexandria/sidepane_visible</applyto>
|
143
|
+
<owner>alexandria</owner>
|
144
|
+
<type>bool</type>
|
145
|
+
<default>true</default>
|
146
|
+
<locale name="C">
|
147
|
+
<short>Sidepane visibility</short>
|
148
|
+
<long>Whether the sidepane should be visible.</long>
|
149
|
+
</locale>
|
150
|
+
</schema>
|
151
|
+
<schema>
|
152
|
+
<key>/schemas/apps/alexandria/statusbar_visible</key>
|
153
|
+
<applyto>/apps/alexandria/statusbar_visible</applyto>
|
154
|
+
<owner>alexandria</owner>
|
155
|
+
<type>bool</type>
|
156
|
+
<default>true</default>
|
157
|
+
<locale name="C">
|
158
|
+
<short>Statusbar visibility</short>
|
159
|
+
<long>Whether the statusbar should be visible.</long>
|
160
|
+
</locale>
|
161
|
+
</schema>
|
162
|
+
<schema>
|
163
|
+
<key>/schemas/apps/alexandria/col_authors_visible</key>
|
164
|
+
<applyto>/apps/alexandria/col_authors_visible</applyto>
|
165
|
+
<owner>alexandria</owner>
|
166
|
+
<type>bool</type>
|
167
|
+
<default>true</default>
|
168
|
+
<locale name="C">
|
169
|
+
<short>Authors column visibility</short>
|
170
|
+
<long>Whether the authors column should be visible in the list view.</long>
|
171
|
+
</locale>
|
172
|
+
</schema>
|
173
|
+
<schema>
|
174
|
+
<key>/schemas/apps/alexandria/col_edition_visible</key>
|
175
|
+
<applyto>/apps/alexandria/col_edition_visible</applyto>
|
176
|
+
<owner>alexandria</owner>
|
177
|
+
<type>bool</type>
|
178
|
+
<default>true</default>
|
179
|
+
<locale name="C">
|
180
|
+
<short>Edition column visibility</short>
|
181
|
+
<long>Whether the edition column should be visible in the list view.</long>
|
182
|
+
</locale>
|
183
|
+
</schema>
|
184
|
+
<schema>
|
185
|
+
<key>/schemas/apps/alexandria/col_isbn_visible</key>
|
186
|
+
<applyto>/apps/alexandria/col_isbn_visible</applyto>
|
187
|
+
<owner>alexandria</owner>
|
188
|
+
<type>bool</type>
|
189
|
+
<default>true</default>
|
190
|
+
<locale name="C">
|
191
|
+
<short>ISBN column visibility</short>
|
192
|
+
<long>Whether the ISBN column should be visible in the list view.</long>
|
193
|
+
</locale>
|
194
|
+
</schema>
|
195
|
+
<schema>
|
196
|
+
<key>/schemas/apps/alexandria/col_publisher_visible</key>
|
197
|
+
<applyto>/apps/alexandria/col_publisher_visible</applyto>
|
198
|
+
<owner>alexandria</owner>
|
199
|
+
<type>bool</type>
|
200
|
+
<default>true</default>
|
201
|
+
<locale name="C">
|
202
|
+
<short>Publisher column visibility</short>
|
203
|
+
<long>Whether the publisher column should be visible in the list view.</long>
|
204
|
+
</locale>
|
205
|
+
</schema>
|
206
|
+
<schema>
|
207
|
+
<key>/schemas/apps/alexandria/col_publish_date_visible</key>
|
208
|
+
<applyto>/apps/alexandria/col_publish_date_visible</applyto>
|
209
|
+
<owner>alexandria</owner>
|
210
|
+
<type>bool</type>
|
211
|
+
<default>true</default>
|
212
|
+
<locale name="C">
|
213
|
+
<short>Publish date visibility</short>
|
214
|
+
<long>Whether the publish date column should be visible in the list view.</long>
|
215
|
+
</locale>
|
216
|
+
</schema>
|
217
|
+
<schema>
|
218
|
+
<key>/schemas/apps/alexandria/col_rating_visible</key>
|
219
|
+
<applyto>/apps/alexandria/col_rating_visible</applyto>
|
220
|
+
<owner>alexandria</owner>
|
221
|
+
<type>bool</type>
|
222
|
+
<default>true</default>
|
223
|
+
<locale name="C">
|
224
|
+
<short>Rating column visibility</short>
|
225
|
+
<long>Whether the rating column should be visible in the list view.</long>
|
226
|
+
</locale>
|
227
|
+
</schema>
|
228
|
+
<schema>
|
229
|
+
<key>/schemas/apps/alexandria/col_redd_visible</key>
|
230
|
+
<applyto>/apps/alexandria/col_redd_visible</applyto>
|
231
|
+
<owner>alexandria</owner>
|
232
|
+
<type>bool</type>
|
233
|
+
<default>true</default>
|
234
|
+
<locale name="C">
|
235
|
+
<short>Read column visibility</short>
|
236
|
+
<long>Whether the read column should be visible in the list view.</long>
|
237
|
+
</locale>
|
238
|
+
</schema>
|
239
|
+
<schema>
|
240
|
+
<key>/schemas/apps/alexandria/col_own_visible</key>
|
241
|
+
<applyto>/apps/alexandria/col_own_visible</applyto>
|
242
|
+
<owner>alexandria</owner>
|
243
|
+
<type>bool</type>
|
244
|
+
<default>true</default>
|
245
|
+
<locale name="C">
|
246
|
+
<short>Own column visibility</short>
|
247
|
+
<long>Whether the own column should be visible in the list view.</long>
|
248
|
+
</locale>
|
249
|
+
</schema>
|
250
|
+
<schema>
|
251
|
+
<key>/schemas/apps/alexandria/col_want_visible</key>
|
252
|
+
<applyto>/apps/alexandria/col_want_visible</applyto>
|
253
|
+
<owner>alexandria</owner>
|
254
|
+
<type>bool</type>
|
255
|
+
<default>true</default>
|
256
|
+
<locale name="C">
|
257
|
+
<short>Want column visibility</short>
|
258
|
+
<long>Whether the want column should be visible in the list view.</long>
|
259
|
+
</locale>
|
260
|
+
</schema>
|
261
|
+
<schema>
|
262
|
+
<key>/schemas/apps/alexandria/cols_width</key>
|
263
|
+
<applyto>/apps/alexandria/cols_width</applyto>
|
264
|
+
<owner>alexandria</owner>
|
265
|
+
<type>string</type>
|
266
|
+
<default>{}</default>
|
267
|
+
<locale name="C">
|
268
|
+
<short>Hash of list-view column widths</short>
|
269
|
+
<long>Associates list-view column titles to their widths in
|
270
|
+
the format: {"title1": width1, "title2": width2, "title3":
|
271
|
+
width3, …}. These widths are restored on application
|
272
|
+
startup.</long>
|
273
|
+
</locale>
|
274
|
+
</schema>
|
275
|
+
<schema>
|
276
|
+
<key>/schemas/apps/alexandria/providers_priority</key>
|
277
|
+
<applyto>/apps/alexandria/providers_priority</applyto>
|
278
|
+
<owner>alexandria</owner>
|
279
|
+
<type>list</type>
|
280
|
+
<list_type>string</list_type>
|
281
|
+
<default>[Amazon, BarnesAndNoble, AdLibris, DeaStore, Proxis, Thalia, Siciliano, WorldCat, MCU, LOC, BL, SBN]</default>
|
282
|
+
<!-- BROKEN [Webster_it, Thalia, IBS_it, ] -->
|
283
|
+
<locale name="C">
|
284
|
+
<short>Providers priority</short>
|
285
|
+
<long>A list of provider names sorted by priority. They will be queried in that order.</long>
|
286
|
+
</locale>
|
287
|
+
</schema>
|
288
|
+
<schema>
|
289
|
+
<key>/schemas/apps/alexandria/view_advanced_settings</key>
|
290
|
+
<applyto>/apps/alexandria/view_advanced_settings</applyto>
|
291
|
+
<owner>alexandria</owner>
|
292
|
+
<type>bool</type>
|
293
|
+
<default>false</default>
|
294
|
+
<locale name="C">
|
295
|
+
<short>View advanced settings</short>
|
296
|
+
<long>Whether to display advanced book provider settings.</long>
|
297
|
+
</locale>
|
298
|
+
</schema>
|
299
|
+
</schemalist>
|
300
|
+
</gconfschemafile>
|
@@ -0,0 +1,201 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<interface>
|
3
|
+
<requires lib="gtk+" version="2.22"/>
|
4
|
+
<!-- interface-naming-policy toplevel-contextual -->
|
5
|
+
<object class="GtkDialog" id="acquire_dialog">
|
6
|
+
<property name="visible">True</property>
|
7
|
+
<property name="can_focus">False</property>
|
8
|
+
<property name="border_width">6</property>
|
9
|
+
<property name="title" translatable="yes">Acquire from Scanner</property>
|
10
|
+
<property name="default_height">520</property>
|
11
|
+
<property name="type_hint">dialog</property>
|
12
|
+
<signal name="close" handler="on_destroy" swapped="no"/>
|
13
|
+
<child internal-child="vbox">
|
14
|
+
<object class="GtkVBox" id="dialog_vbox1">
|
15
|
+
<property name="visible">True</property>
|
16
|
+
<property name="can_focus">False</property>
|
17
|
+
<property name="spacing">12</property>
|
18
|
+
<child internal-child="action_area">
|
19
|
+
<object class="GtkHButtonBox" id="dialog_action_area1">
|
20
|
+
<property name="visible">True</property>
|
21
|
+
<property name="can_focus">False</property>
|
22
|
+
<property name="layout_style">end</property>
|
23
|
+
<child>
|
24
|
+
<object class="GtkButton" id="help_button">
|
25
|
+
<property name="label">gtk-help</property>
|
26
|
+
<property name="visible">True</property>
|
27
|
+
<property name="can_focus">True</property>
|
28
|
+
<property name="can_default">True</property>
|
29
|
+
<property name="receives_default">False</property>
|
30
|
+
<property name="use_action_appearance">False</property>
|
31
|
+
<property name="use_stock">True</property>
|
32
|
+
<signal name="clicked" handler="on_help" swapped="no"/>
|
33
|
+
</object>
|
34
|
+
<packing>
|
35
|
+
<property name="expand">False</property>
|
36
|
+
<property name="fill">False</property>
|
37
|
+
<property name="position">0</property>
|
38
|
+
</packing>
|
39
|
+
</child>
|
40
|
+
<child>
|
41
|
+
<object class="GtkButton" id="cancel_button">
|
42
|
+
<property name="label">gtk-cancel</property>
|
43
|
+
<property name="visible">True</property>
|
44
|
+
<property name="can_focus">True</property>
|
45
|
+
<property name="can_default">True</property>
|
46
|
+
<property name="receives_default">False</property>
|
47
|
+
<property name="use_action_appearance">False</property>
|
48
|
+
<property name="use_stock">True</property>
|
49
|
+
<signal name="clicked" handler="on_cancel" swapped="no"/>
|
50
|
+
</object>
|
51
|
+
<packing>
|
52
|
+
<property name="expand">False</property>
|
53
|
+
<property name="fill">False</property>
|
54
|
+
<property name="position">1</property>
|
55
|
+
</packing>
|
56
|
+
</child>
|
57
|
+
<child>
|
58
|
+
<object class="GtkButton" id="add_button">
|
59
|
+
<property name="label">gtk-add</property>
|
60
|
+
<property name="visible">True</property>
|
61
|
+
<property name="can_focus">True</property>
|
62
|
+
<property name="can_default">True</property>
|
63
|
+
<property name="receives_default">False</property>
|
64
|
+
<property name="use_action_appearance">False</property>
|
65
|
+
<property name="use_stock">True</property>
|
66
|
+
<signal name="clicked" handler="on_add" swapped="no"/>
|
67
|
+
</object>
|
68
|
+
<packing>
|
69
|
+
<property name="expand">False</property>
|
70
|
+
<property name="fill">False</property>
|
71
|
+
<property name="position">2</property>
|
72
|
+
</packing>
|
73
|
+
</child>
|
74
|
+
</object>
|
75
|
+
<packing>
|
76
|
+
<property name="expand">False</property>
|
77
|
+
<property name="fill">True</property>
|
78
|
+
<property name="pack_type">end</property>
|
79
|
+
<property name="position">0</property>
|
80
|
+
</packing>
|
81
|
+
</child>
|
82
|
+
<child>
|
83
|
+
<object class="GtkVBox" id="vbox1">
|
84
|
+
<property name="visible">True</property>
|
85
|
+
<property name="can_focus">False</property>
|
86
|
+
<property name="border_width">6</property>
|
87
|
+
<property name="spacing">12</property>
|
88
|
+
<child>
|
89
|
+
<object class="GtkLabel" id="barcode_label">
|
90
|
+
<property name="visible">True</property>
|
91
|
+
<property name="can_focus">False</property>
|
92
|
+
<property name="label" translatable="yes">_Barcode Scanner Ready</property>
|
93
|
+
<property name="use_underline">True</property>
|
94
|
+
<property name="mnemonic_widget">scan_area</property>
|
95
|
+
</object>
|
96
|
+
<packing>
|
97
|
+
<property name="expand">False</property>
|
98
|
+
<property name="fill">False</property>
|
99
|
+
<property name="position">0</property>
|
100
|
+
</packing>
|
101
|
+
</child>
|
102
|
+
<child>
|
103
|
+
<object class="GtkEventBox" id="scan_area">
|
104
|
+
<property name="visible">True</property>
|
105
|
+
<property name="can_focus">True</property>
|
106
|
+
<child>
|
107
|
+
<object class="GtkFrame" id="scan_frame">
|
108
|
+
<property name="width_request">300</property>
|
109
|
+
<property name="height_request">70</property>
|
110
|
+
<property name="visible">True</property>
|
111
|
+
<property name="can_focus">False</property>
|
112
|
+
<property name="label_xalign">0</property>
|
113
|
+
<property name="shadow_type">in</property>
|
114
|
+
<child>
|
115
|
+
<placeholder/>
|
116
|
+
</child>
|
117
|
+
</object>
|
118
|
+
</child>
|
119
|
+
</object>
|
120
|
+
<packing>
|
121
|
+
<property name="expand">False</property>
|
122
|
+
<property name="fill">False</property>
|
123
|
+
<property name="padding">6</property>
|
124
|
+
<property name="position">2</property>
|
125
|
+
</packing>
|
126
|
+
</child>
|
127
|
+
<child>
|
128
|
+
<object class="GtkScrolledWindow" id="scrolledwindow1">
|
129
|
+
<property name="visible">True</property>
|
130
|
+
<property name="can_focus">True</property>
|
131
|
+
<property name="hscrollbar_policy">automatic</property>
|
132
|
+
<property name="vscrollbar_policy">automatic</property>
|
133
|
+
<property name="shadow_type">in</property>
|
134
|
+
<child>
|
135
|
+
<object class="GtkTreeView" id="barcodes_treeview">
|
136
|
+
<property name="width_request">300</property>
|
137
|
+
<property name="height_request">211</property>
|
138
|
+
<property name="visible">True</property>
|
139
|
+
<property name="can_focus">True</property>
|
140
|
+
<property name="headers_visible">False</property>
|
141
|
+
</object>
|
142
|
+
</child>
|
143
|
+
</object>
|
144
|
+
<packing>
|
145
|
+
<property name="expand">True</property>
|
146
|
+
<property name="fill">True</property>
|
147
|
+
<property name="position">3</property>
|
148
|
+
</packing>
|
149
|
+
</child>
|
150
|
+
<child>
|
151
|
+
<object class="GtkHBox" id="hbox1">
|
152
|
+
<property name="visible">True</property>
|
153
|
+
<property name="can_focus">False</property>
|
154
|
+
<property name="spacing">12</property>
|
155
|
+
<child>
|
156
|
+
<object class="GtkLabel" id="label1">
|
157
|
+
<property name="visible">True</property>
|
158
|
+
<property name="can_focus">False</property>
|
159
|
+
<property name="label" translatable="yes">Save _in:</property>
|
160
|
+
<property name="use_underline">True</property>
|
161
|
+
</object>
|
162
|
+
<packing>
|
163
|
+
<property name="expand">False</property>
|
164
|
+
<property name="fill">False</property>
|
165
|
+
<property name="position">0</property>
|
166
|
+
</packing>
|
167
|
+
</child>
|
168
|
+
<child>
|
169
|
+
<object class="GtkComboBox" id="combo_libraries">
|
170
|
+
<property name="visible">True</property>
|
171
|
+
<property name="can_focus">False</property>
|
172
|
+
</object>
|
173
|
+
<packing>
|
174
|
+
<property name="expand">True</property>
|
175
|
+
<property name="fill">True</property>
|
176
|
+
<property name="position">1</property>
|
177
|
+
</packing>
|
178
|
+
</child>
|
179
|
+
</object>
|
180
|
+
<packing>
|
181
|
+
<property name="expand">False</property>
|
182
|
+
<property name="fill">True</property>
|
183
|
+
<property name="position">4</property>
|
184
|
+
</packing>
|
185
|
+
</child>
|
186
|
+
</object>
|
187
|
+
<packing>
|
188
|
+
<property name="expand">True</property>
|
189
|
+
<property name="fill">True</property>
|
190
|
+
<property name="position">1</property>
|
191
|
+
</packing>
|
192
|
+
</child>
|
193
|
+
</object>
|
194
|
+
</child>
|
195
|
+
<action-widgets>
|
196
|
+
<action-widget response="-11">help_button</action-widget>
|
197
|
+
<action-widget response="-6">cancel_button</action-widget>
|
198
|
+
<action-widget response="-5">add_button</action-widget>
|
199
|
+
</action-widgets>
|
200
|
+
</object>
|
201
|
+
</interface>
|