keepyourhead 0.2.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (47) hide show
  1. data/COPYING.txt +674 -0
  2. data/LICENSE.rdoc +20 -0
  3. data/README.rdoc +3 -0
  4. data/bin/keepyourhead +6 -0
  5. data/data/glade/DialogEditLatex.glade +180 -0
  6. data/data/glade/DialogEditText.glade +66 -0
  7. data/data/glade/DialogTrainStart.glade +101 -0
  8. data/data/glade/WindowEdit.glade +1419 -0
  9. data/data/glade/WindowTrain.glade +271 -0
  10. data/data/images/error_back.png +0 -0
  11. data/data/images/error_front.png +0 -0
  12. data/data/images/loading_back.png +0 -0
  13. data/data/images/loading_front.png +0 -0
  14. data/lib/Keepyourhead.rb +62 -0
  15. data/lib/Keepyourhead/Application.rb +94 -0
  16. data/lib/Keepyourhead/Cache.rb +233 -0
  17. data/lib/Keepyourhead/Compilation.rb +38 -0
  18. data/lib/Keepyourhead/Images.rb +62 -0
  19. data/lib/Keepyourhead/Preferences.rb +52 -0
  20. data/lib/Keepyourhead/Requirements.rb +72 -0
  21. data/lib/Keepyourhead/Resources.rb +45 -0
  22. data/lib/Keepyourhead/Training.rb +132 -0
  23. data/lib/Keepyourhead/Utils.rb +97 -0
  24. data/lib/Keepyourhead/Version.rb +43 -0
  25. data/lib/Keepyourhead/database/Base.rb +77 -0
  26. data/lib/Keepyourhead/database/BaseStatistic.rb +63 -0
  27. data/lib/Keepyourhead/database/BaseTopicFlashcardContainer.rb +43 -0
  28. data/lib/Keepyourhead/database/Collection.rb +43 -0
  29. data/lib/Keepyourhead/database/Database.rb +139 -0
  30. data/lib/Keepyourhead/database/File.rb +224 -0
  31. data/lib/Keepyourhead/database/FileRoot.rb +44 -0
  32. data/lib/Keepyourhead/database/Flashcard.rb +116 -0
  33. data/lib/Keepyourhead/database/Topic.rb +40 -0
  34. data/lib/Keepyourhead/database/Visitor.rb +33 -0
  35. data/lib/Keepyourhead/database/XmlAccessor.rb +315 -0
  36. data/lib/Keepyourhead/gui/Action.rb +91 -0
  37. data/lib/Keepyourhead/gui/DialogEditLatex.rb +132 -0
  38. data/lib/Keepyourhead/gui/DialogEditText.rb +104 -0
  39. data/lib/Keepyourhead/gui/DialogTrainStart.rb +63 -0
  40. data/lib/Keepyourhead/gui/FlashcardViewController.rb +112 -0
  41. data/lib/Keepyourhead/gui/WindowEdit.rb +469 -0
  42. data/lib/Keepyourhead/gui/WindowEditActions.rb +440 -0
  43. data/lib/Keepyourhead/gui/WindowEditAdapters.rb +329 -0
  44. data/lib/Keepyourhead/gui/WindowTrain.rb +167 -0
  45. data/lib/Keepyourhead/style/Style.rb +48 -0
  46. data/lib/Keepyourhead/style/StyleLatex.rb +235 -0
  47. metadata +100 -0
data/LICENSE.rdoc ADDED
@@ -0,0 +1,20 @@
1
+ Copyright (c) 2008 Oliver Burghard
2
+
3
+ Permission is hereby granted, free of charge, to any person obtaining
4
+ a copy of this software and associated documentation files (the
5
+ "Software"), to deal in the Software without restriction, including
6
+ without limitation the rights to use, copy, modify, merge, publish,
7
+ distribute, sublicense, and/or sell copies of the Software, and to
8
+ permit persons to whom the Software is furnished to do so, subject to
9
+ the following conditions:
10
+
11
+ The above copyright notice and this permission notice shall be
12
+ included in all copies or substantial portions of the Software.
13
+
14
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
15
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
16
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
17
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
18
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
19
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
20
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
data/README.rdoc ADDED
@@ -0,0 +1,3 @@
1
+ == gem
2
+
3
+ A gem that provides...
data/bin/keepyourhead ADDED
@@ -0,0 +1,6 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ require File.expand_path( File.join( File.dirname(__FILE__), %w[.. lib Keepyourhead] ) )
4
+
5
+ KeepYourHead::Application::run
6
+
@@ -0,0 +1,180 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!DOCTYPE glade-interface SYSTEM "glade-2.0.dtd">
3
+ <!--Generated with glade3 3.4.5 on Fri Sep 26 01:28:18 2008 -->
4
+ <glade-interface>
5
+ <widget class="GtkDialog" id="dialog_edit_latex">
6
+ <property name="border_width">5</property>
7
+ <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
8
+ <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
9
+ <property name="has_separator">False</property>
10
+ <child internal-child="vbox">
11
+ <widget class="GtkVBox" id="dialog-vbox1">
12
+ <property name="visible">True</property>
13
+ <property name="spacing">2</property>
14
+ <child>
15
+ <widget class="GtkNotebook" id="notebook_output">
16
+ <property name="width_request">800</property>
17
+ <property name="height_request">600</property>
18
+ <property name="visible">True</property>
19
+ <property name="can_focus">True</property>
20
+ <child>
21
+ <widget class="GtkScrolledWindow" id="viewport_edit">
22
+ <property name="visible">True</property>
23
+ <property name="can_focus">True</property>
24
+ <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
25
+ <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
26
+ <child>
27
+ <placeholder/>
28
+ </child>
29
+ </widget>
30
+ </child>
31
+ <child>
32
+ <widget class="GtkLabel" id="label4">
33
+ <property name="visible">True</property>
34
+ <property name="label" translatable="yes">Latex</property>
35
+ <property name="use_markup">True</property>
36
+ <property name="use_underline">True</property>
37
+ </widget>
38
+ <packing>
39
+ <property name="type">tab</property>
40
+ <property name="position">2</property>
41
+ <property name="tab_fill">False</property>
42
+ </packing>
43
+ </child>
44
+ <child>
45
+ <widget class="GtkScrolledWindow" id="scrolledwindow1">
46
+ <property name="visible">True</property>
47
+ <property name="can_focus">True</property>
48
+ <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
49
+ <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
50
+ <child>
51
+ <widget class="GtkTextView" id="textview_output">
52
+ <property name="visible">True</property>
53
+ <property name="editable">False</property>
54
+ <property name="cursor_visible">False</property>
55
+ </widget>
56
+ </child>
57
+ </widget>
58
+ <packing>
59
+ <property name="position">1</property>
60
+ </packing>
61
+ </child>
62
+ <child>
63
+ <widget class="GtkLabel" id="label_output_latex">
64
+ <property name="visible">True</property>
65
+ <property name="label" translatable="yes">Au_sgabe</property>
66
+ <property name="use_markup">True</property>
67
+ <property name="use_underline">True</property>
68
+ </widget>
69
+ <packing>
70
+ <property name="type">tab</property>
71
+ <property name="position">1</property>
72
+ <property name="tab_fill">False</property>
73
+ </packing>
74
+ </child>
75
+ <child>
76
+ <widget class="GtkVBox" id="vbox1">
77
+ <property name="visible">True</property>
78
+ <child>
79
+ <widget class="GtkScrolledWindow" id="scrolledwindow2">
80
+ <property name="visible">True</property>
81
+ <property name="can_focus">True</property>
82
+ <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
83
+ <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
84
+ <child>
85
+ <widget class="GtkViewport" id="viewport1">
86
+ <property name="visible">True</property>
87
+ <property name="resize_mode">GTK_RESIZE_QUEUE</property>
88
+ <child>
89
+ <widget class="GtkImage" id="image_preview">
90
+ <property name="visible">True</property>
91
+ <property name="stock">gtk-missing-image</property>
92
+ </widget>
93
+ </child>
94
+ </widget>
95
+ </child>
96
+ </widget>
97
+ </child>
98
+ <child>
99
+ <widget class="GtkAlignment" id="hscaleBox">
100
+ <property name="visible">True</property>
101
+ <property name="xscale">0.40000000596046448</property>
102
+ <child>
103
+ <widget class="GtkHBox" id="hbox1">
104
+ <property name="visible">True</property>
105
+ <child>
106
+ <widget class="GtkLabel" id="label2">
107
+ <property name="visible">True</property>
108
+ <property name="label" translatable="yes">Seite</property>
109
+ </widget>
110
+ <packing>
111
+ <property name="expand">False</property>
112
+ <property name="fill">False</property>
113
+ <property name="padding">40</property>
114
+ </packing>
115
+ </child>
116
+ <child>
117
+ <widget class="GtkHScale" id="hscalePage">
118
+ <property name="visible">True</property>
119
+ <property name="can_focus">True</property>
120
+ <property name="adjustment">0 0 1 1 1 0</property>
121
+ <property name="restrict_to_fill_level">False</property>
122
+ <property name="fill_level">0.12</property>
123
+ <property name="digits">0</property>
124
+ <property name="draw_value">False</property>
125
+ </widget>
126
+ <packing>
127
+ <property name="pack_type">GTK_PACK_END</property>
128
+ <property name="position">1</property>
129
+ </packing>
130
+ </child>
131
+ </widget>
132
+ </child>
133
+ </widget>
134
+ <packing>
135
+ <property name="expand">False</property>
136
+ <property name="fill">False</property>
137
+ <property name="position">1</property>
138
+ </packing>
139
+ </child>
140
+ </widget>
141
+ <packing>
142
+ <property name="position">2</property>
143
+ </packing>
144
+ </child>
145
+ <child>
146
+ <widget class="GtkLabel" id="label1">
147
+ <property name="visible">True</property>
148
+ <property name="label" translatable="yes">Vorschau</property>
149
+ </widget>
150
+ <packing>
151
+ <property name="type">tab</property>
152
+ <property name="position">2</property>
153
+ <property name="tab_fill">False</property>
154
+ </packing>
155
+ </child>
156
+ </widget>
157
+ <packing>
158
+ <property name="position">1</property>
159
+ </packing>
160
+ </child>
161
+ <child internal-child="action_area">
162
+ <widget class="GtkHButtonBox" id="dialog-action_area1">
163
+ <property name="visible">True</property>
164
+ <property name="layout_style">GTK_BUTTONBOX_END</property>
165
+ <child>
166
+ <placeholder/>
167
+ </child>
168
+ <child>
169
+ <placeholder/>
170
+ </child>
171
+ </widget>
172
+ <packing>
173
+ <property name="expand">False</property>
174
+ <property name="pack_type">GTK_PACK_END</property>
175
+ </packing>
176
+ </child>
177
+ </widget>
178
+ </child>
179
+ </widget>
180
+ </glade-interface>
@@ -0,0 +1,66 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!DOCTYPE glade-interface SYSTEM "glade-2.0.dtd">
3
+ <!--Generated with glade3 3.4.5 on Fri Sep 26 01:46:32 2008 -->
4
+ <glade-interface>
5
+ <widget class="GtkDialog" id="dialog_edit_text">
6
+ <property name="border_width">5</property>
7
+ <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
8
+ <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
9
+ <property name="has_separator">False</property>
10
+ <child internal-child="vbox">
11
+ <widget class="GtkVBox" id="dialog-vbox1">
12
+ <property name="visible">True</property>
13
+ <property name="spacing">2</property>
14
+ <child>
15
+ <widget class="GtkFrame" id="frame1">
16
+ <property name="visible">True</property>
17
+ <property name="label_xalign">0</property>
18
+ <property name="shadow_type">GTK_SHADOW_NONE</property>
19
+ <child>
20
+ <widget class="GtkScrolledWindow" id="viewport_edit">
21
+ <property name="width_request">700</property>
22
+ <property name="height_request">700</property>
23
+ <property name="visible">True</property>
24
+ <property name="can_focus">True</property>
25
+ <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
26
+ <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
27
+ <child>
28
+ <placeholder/>
29
+ </child>
30
+ </widget>
31
+ </child>
32
+ <child>
33
+ <widget class="GtkLabel" id="labelName">
34
+ <property name="visible">True</property>
35
+ <property name="label" translatable="yes">&lt;b&gt;frame1&lt;/b&gt;</property>
36
+ <property name="use_markup">True</property>
37
+ </widget>
38
+ <packing>
39
+ <property name="type">label_item</property>
40
+ </packing>
41
+ </child>
42
+ </widget>
43
+ <packing>
44
+ <property name="position">1</property>
45
+ </packing>
46
+ </child>
47
+ <child internal-child="action_area">
48
+ <widget class="GtkHButtonBox" id="dialog-action_area1">
49
+ <property name="visible">True</property>
50
+ <property name="layout_style">GTK_BUTTONBOX_END</property>
51
+ <child>
52
+ <placeholder/>
53
+ </child>
54
+ <child>
55
+ <placeholder/>
56
+ </child>
57
+ </widget>
58
+ <packing>
59
+ <property name="expand">False</property>
60
+ <property name="pack_type">GTK_PACK_END</property>
61
+ </packing>
62
+ </child>
63
+ </widget>
64
+ </child>
65
+ </widget>
66
+ </glade-interface>
@@ -0,0 +1,101 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!DOCTYPE glade-interface SYSTEM "glade-2.0.dtd">
3
+ <!--Generated with glade3 3.4.5 on Sun Sep 28 21:13:01 2008 -->
4
+ <glade-interface>
5
+ <widget class="GtkDialog" id="dialog_train_start">
6
+ <property name="border_width">5</property>
7
+ <property name="title" translatable="yes">Training starten</property>
8
+ <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
9
+ <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
10
+ <property name="has_separator">False</property>
11
+ <child internal-child="vbox">
12
+ <widget class="GtkVBox" id="dialog-vbox1">
13
+ <property name="visible">True</property>
14
+ <property name="spacing">2</property>
15
+ <child>
16
+ <widget class="GtkTable" id="table2">
17
+ <property name="visible">True</property>
18
+ <property name="n_rows">2</property>
19
+ <property name="n_columns">2</property>
20
+ <property name="column_spacing">30</property>
21
+ <property name="row_spacing">12</property>
22
+ <child>
23
+ <widget class="GtkLabel" id="label4">
24
+ <property name="visible">True</property>
25
+ <property name="label" translatable="yes">Maximale Zeit (Minuten)</property>
26
+ </widget>
27
+ <packing>
28
+ <property name="top_attach">1</property>
29
+ <property name="bottom_attach">2</property>
30
+ </packing>
31
+ </child>
32
+ <child>
33
+ <widget class="GtkLabel" id="label1">
34
+ <property name="visible">True</property>
35
+ <property name="label" translatable="yes">Maximale Anzahl Fragen</property>
36
+ </widget>
37
+ </child>
38
+ <child>
39
+ <widget class="GtkSpinButton" id="spinbutton_max_questions">
40
+ <property name="visible">True</property>
41
+ <property name="can_focus">True</property>
42
+ <property name="adjustment">50 0 100 1 10 10</property>
43
+ </widget>
44
+ <packing>
45
+ <property name="left_attach">1</property>
46
+ <property name="right_attach">2</property>
47
+ </packing>
48
+ </child>
49
+ <child>
50
+ <widget class="GtkSpinButton" id="spinbutton_max_minutes">
51
+ <property name="visible">True</property>
52
+ <property name="can_focus">True</property>
53
+ <property name="adjustment">20 0 100 1 10 10</property>
54
+ </widget>
55
+ <packing>
56
+ <property name="left_attach">1</property>
57
+ <property name="right_attach">2</property>
58
+ <property name="top_attach">1</property>
59
+ <property name="bottom_attach">2</property>
60
+ </packing>
61
+ </child>
62
+ </widget>
63
+ <packing>
64
+ <property name="position">1</property>
65
+ </packing>
66
+ </child>
67
+ <child internal-child="action_area">
68
+ <widget class="GtkHButtonBox" id="dialog-action_area1">
69
+ <property name="visible">True</property>
70
+ <property name="layout_style">GTK_BUTTONBOX_END</property>
71
+ <child>
72
+ <widget class="GtkButton" id="button_start">
73
+ <property name="visible">True</property>
74
+ <property name="can_focus">True</property>
75
+ <property name="receives_default">True</property>
76
+ <property name="label" translatable="yes">Start</property>
77
+ <property name="response_id">-5</property>
78
+ </widget>
79
+ </child>
80
+ <child>
81
+ <widget class="GtkButton" id="button_abort">
82
+ <property name="visible">True</property>
83
+ <property name="can_focus">True</property>
84
+ <property name="receives_default">True</property>
85
+ <property name="label" translatable="yes">Abbruch</property>
86
+ <property name="response_id">-6</property>
87
+ </widget>
88
+ <packing>
89
+ <property name="position">1</property>
90
+ </packing>
91
+ </child>
92
+ </widget>
93
+ <packing>
94
+ <property name="expand">False</property>
95
+ <property name="pack_type">GTK_PACK_END</property>
96
+ </packing>
97
+ </child>
98
+ </widget>
99
+ </child>
100
+ </widget>
101
+ </glade-interface>
@@ -0,0 +1,1419 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!DOCTYPE glade-interface SYSTEM "glade-2.0.dtd">
3
+ <!--Generated with glade3 3.4.5 on Mon Sep 29 20:15:42 2008 -->
4
+ <glade-interface>
5
+ <requires lib="bonobo"/>
6
+ <requires lib="gnome"/>
7
+ <widget class="GnomeApp" id="window_edit">
8
+ <property name="title" translatable="yes">KeepYourHead - Editor</property>
9
+ <property name="role">KeepYourHead</property>
10
+ <property name="enable_layout_config">True</property>
11
+ <signal name="destroy" handler="on_window_edit_destroy"/>
12
+ <signal name="delete_event" handler="on_window_edit_delete_event"/>
13
+ <child internal-child="dock">
14
+ <widget class="BonoboDock" id="app_flashcard_checker-dock2">
15
+ <child>
16
+ <widget class="BonoboDockItem" id="dockitem1">
17
+ <property name="visible">True</property>
18
+ <child>
19
+ <widget class="GtkVBox" id="vbox3">
20
+ <property name="visible">True</property>
21
+ <child>
22
+ <widget class="GtkMenuBar" id="menubar1">
23
+ <property name="visible">True</property>
24
+ <child>
25
+ <widget class="GtkMenuItem" id="menuitem_file">
26
+ <property name="visible">True</property>
27
+ <property name="label" translatable="yes">_Datei</property>
28
+ <property name="use_underline">True</property>
29
+ <child>
30
+ <widget class="GtkMenu" id="menu1">
31
+ <property name="visible">True</property>
32
+ <child>
33
+ <widget class="GtkImageMenuItem" id="menuitem_new">
34
+ <property name="visible">True</property>
35
+ <property name="label" translatable="yes">gtk-new</property>
36
+ <property name="use_underline">True</property>
37
+ <property name="use_stock">True</property>
38
+ </widget>
39
+ </child>
40
+ <child>
41
+ <widget class="GtkImageMenuItem" id="menuitem_open">
42
+ <property name="visible">True</property>
43
+ <property name="label" translatable="yes">gtk-open</property>
44
+ <property name="use_underline">True</property>
45
+ <property name="use_stock">True</property>
46
+ </widget>
47
+ </child>
48
+ <child>
49
+ <widget class="GtkImageMenuItem" id="menuitem_save">
50
+ <property name="visible">True</property>
51
+ <property name="label" translatable="yes">gtk-save</property>
52
+ <property name="use_underline">True</property>
53
+ <property name="use_stock">True</property>
54
+ </widget>
55
+ </child>
56
+ <child>
57
+ <widget class="GtkImageMenuItem" id="menuitem_save_as">
58
+ <property name="visible">True</property>
59
+ <property name="label" translatable="yes">gtk-save-as</property>
60
+ <property name="use_underline">True</property>
61
+ <property name="use_stock">True</property>
62
+ </widget>
63
+ </child>
64
+ <child>
65
+ <widget class="GtkImageMenuItem" id="menuitem_save_all">
66
+ <property name="visible">True</property>
67
+ <property name="label" translatable="yes">Alle Speichern</property>
68
+ <property name="use_underline">True</property>
69
+ <child internal-child="image">
70
+ <widget class="GtkImage" id="menu-item-image8">
71
+ <property name="stock">gtk-save</property>
72
+ </widget>
73
+ </child>
74
+ </widget>
75
+ </child>
76
+ <child>
77
+ <widget class="GtkImageMenuItem" id="menuitem_close">
78
+ <property name="visible">True</property>
79
+ <property name="label" translatable="yes">gtk-close</property>
80
+ <property name="use_underline">True</property>
81
+ <property name="use_stock">True</property>
82
+ </widget>
83
+ </child>
84
+ <child>
85
+ <widget class="GtkSeparatorMenuItem" id="separatormenuitem1">
86
+ <property name="visible">True</property>
87
+ </widget>
88
+ </child>
89
+ <child>
90
+ <widget class="GtkImageMenuItem" id="menuitem_quit">
91
+ <property name="visible">True</property>
92
+ <property name="label" translatable="yes">gtk-quit</property>
93
+ <property name="use_underline">True</property>
94
+ <property name="use_stock">True</property>
95
+ </widget>
96
+ </child>
97
+ </widget>
98
+ </child>
99
+ </widget>
100
+ </child>
101
+ <child>
102
+ <widget class="GtkMenuItem" id="menuitem2">
103
+ <property name="visible">True</property>
104
+ <property name="label" translatable="yes">_Bearbeiten</property>
105
+ <property name="use_underline">True</property>
106
+ <child>
107
+ <widget class="GtkMenu" id="menu2">
108
+ <property name="visible">True</property>
109
+ <child>
110
+ <widget class="GtkImageMenuItem" id="menuitem_paste">
111
+ <property name="visible">True</property>
112
+ <property name="label" translatable="yes">gtk-paste</property>
113
+ <property name="use_underline">True</property>
114
+ <property name="use_stock">True</property>
115
+ </widget>
116
+ </child>
117
+ <child>
118
+ <widget class="GtkImageMenuItem" id="menuitem_cut">
119
+ <property name="visible">True</property>
120
+ <property name="label" translatable="yes">gtk-cut</property>
121
+ <property name="use_underline">True</property>
122
+ <property name="use_stock">True</property>
123
+ </widget>
124
+ </child>
125
+ <child>
126
+ <widget class="GtkImageMenuItem" id="menuitem_copy">
127
+ <property name="visible">True</property>
128
+ <property name="label" translatable="yes">gtk-copy</property>
129
+ <property name="use_underline">True</property>
130
+ <property name="use_stock">True</property>
131
+ </widget>
132
+ </child>
133
+ <child>
134
+ <widget class="GtkSeparatorMenuItem" id="menuitem7">
135
+ <property name="visible">True</property>
136
+ </widget>
137
+ </child>
138
+ <child>
139
+ <widget class="GtkImageMenuItem" id="menuitem_add_collection">
140
+ <property name="visible">True</property>
141
+ <property name="label" translatable="yes">neue K_ollektion</property>
142
+ <property name="use_underline">True</property>
143
+ <child internal-child="image">
144
+ <widget class="GtkImage" id="menu-item-image6">
145
+ <property name="visible">True</property>
146
+ <property name="stock">gnome-stock-book-green</property>
147
+ </widget>
148
+ </child>
149
+ </widget>
150
+ </child>
151
+ <child>
152
+ <widget class="GtkImageMenuItem" id="menuitem_add_topic">
153
+ <property name="visible">True</property>
154
+ <property name="label" translatable="yes">neues T_hema</property>
155
+ <property name="use_underline">True</property>
156
+ <child internal-child="image">
157
+ <widget class="GtkImage" id="menu-item-image9">
158
+ <property name="visible">True</property>
159
+ <property name="stock">gtk-directory</property>
160
+ </widget>
161
+ </child>
162
+ </widget>
163
+ </child>
164
+ <child>
165
+ <widget class="GtkImageMenuItem" id="menuitem_add_flashcard">
166
+ <property name="visible">True</property>
167
+ <property name="label" translatable="yes">neue _Flashcard</property>
168
+ <property name="use_underline">True</property>
169
+ <child internal-child="image">
170
+ <widget class="GtkImage" id="menu-item-image10">
171
+ <property name="visible">True</property>
172
+ <property name="stock">gnome-stock-attach</property>
173
+ </widget>
174
+ </child>
175
+ </widget>
176
+ </child>
177
+ <child>
178
+ <widget class="GtkImageMenuItem" id="menuitem_delete">
179
+ <property name="visible">True</property>
180
+ <property name="label" translatable="yes">gtk-delete</property>
181
+ <property name="use_underline">True</property>
182
+ <property name="use_stock">True</property>
183
+ </widget>
184
+ </child>
185
+ <child>
186
+ <widget class="GtkSeparatorMenuItem" id="separatormenuitem6">
187
+ <property name="visible">True</property>
188
+ </widget>
189
+ </child>
190
+ <child>
191
+ <widget class="GtkImageMenuItem" id="menuitem_remove_statistics">
192
+ <property name="visible">True</property>
193
+ <property name="label" translatable="yes">entferne Statistik</property>
194
+ <property name="use_underline">True</property>
195
+ <child internal-child="image">
196
+ <widget class="GtkImage" id="menu-item-image7">
197
+ <property name="visible">True</property>
198
+ <property name="stock">gtk-revert-to-saved</property>
199
+ </widget>
200
+ </child>
201
+ </widget>
202
+ </child>
203
+ <child>
204
+ <widget class="GtkSeparatorMenuItem" id="seperatormenuitem3">
205
+ <property name="visible">True</property>
206
+ </widget>
207
+ </child>
208
+ <child>
209
+ <widget class="GtkImageMenuItem" id="menuitem_left">
210
+ <property name="visible">True</property>
211
+ <property name="label" translatable="yes">_Links</property>
212
+ <property name="use_underline">True</property>
213
+ <child internal-child="image">
214
+ <widget class="GtkImage" id="menu-item-image3">
215
+ <property name="stock">gtk-justify-left</property>
216
+ </widget>
217
+ </child>
218
+ </widget>
219
+ </child>
220
+ <child>
221
+ <widget class="GtkImageMenuItem" id="menuitem_right">
222
+ <property name="visible">True</property>
223
+ <property name="label" translatable="yes">_Rechts</property>
224
+ <property name="use_underline">True</property>
225
+ <child internal-child="image">
226
+ <widget class="GtkImage" id="menu-item-image4">
227
+ <property name="stock">gtk-justify-right</property>
228
+ </widget>
229
+ </child>
230
+ </widget>
231
+ </child>
232
+ <child>
233
+ <widget class="GtkImageMenuItem" id="menuitem_up">
234
+ <property name="visible">True</property>
235
+ <property name="label" translatable="yes">gtk-go-up</property>
236
+ <property name="use_underline">True</property>
237
+ <property name="use_stock">True</property>
238
+ </widget>
239
+ </child>
240
+ <child>
241
+ <widget class="GtkImageMenuItem" id="menuitem_down">
242
+ <property name="visible">True</property>
243
+ <property name="label" translatable="yes">gtk-go-down</property>
244
+ <property name="use_underline">True</property>
245
+ <property name="use_stock">True</property>
246
+ </widget>
247
+ </child>
248
+ </widget>
249
+ </child>
250
+ </widget>
251
+ </child>
252
+ <child>
253
+ <widget class="GtkMenuItem" id="menuitem_train">
254
+ <property name="visible">True</property>
255
+ <property name="label" translatable="yes">_Train</property>
256
+ <property name="use_underline">True</property>
257
+ </widget>
258
+ </child>
259
+ <child>
260
+ <widget class="GtkMenuItem" id="menuitem4">
261
+ <property name="visible">True</property>
262
+ <property name="label" translatable="yes">_Hilfe</property>
263
+ <property name="use_underline">True</property>
264
+ <child>
265
+ <widget class="GtkMenu" id="menu3">
266
+ <property name="visible">True</property>
267
+ <child>
268
+ <widget class="GtkImageMenuItem" id="menuitem_about">
269
+ <property name="visible">True</property>
270
+ <property name="label" translatable="yes">gtk-about</property>
271
+ <property name="use_underline">True</property>
272
+ <property name="use_stock">True</property>
273
+ </widget>
274
+ </child>
275
+ </widget>
276
+ </child>
277
+ </widget>
278
+ </child>
279
+ </widget>
280
+ <packing>
281
+ <property name="expand">False</property>
282
+ </packing>
283
+ </child>
284
+ <child>
285
+ <widget class="GtkToolbar" id="toolbar1">
286
+ <property name="visible">True</property>
287
+ <property name="toolbar_style">GTK_TOOLBAR_ICONS</property>
288
+ <property name="icon_size">GTK_ICON_SIZE_SMALL_TOOLBAR</property>
289
+ <child>
290
+ <widget class="GtkToolButton" id="toolbutton_new">
291
+ <property name="visible">True</property>
292
+ <property name="stock_id">gtk-new</property>
293
+ </widget>
294
+ <packing>
295
+ <property name="expand">False</property>
296
+ </packing>
297
+ </child>
298
+ <child>
299
+ <widget class="GtkToolButton" id="toolbutton_open">
300
+ <property name="visible">True</property>
301
+ <property name="stock_id">gtk-open</property>
302
+ </widget>
303
+ <packing>
304
+ <property name="expand">False</property>
305
+ </packing>
306
+ </child>
307
+ <child>
308
+ <widget class="GtkToolButton" id="toolbutton_save">
309
+ <property name="visible">True</property>
310
+ <property name="stock_id">gtk-save</property>
311
+ </widget>
312
+ <packing>
313
+ <property name="expand">False</property>
314
+ </packing>
315
+ </child>
316
+ <child>
317
+ <widget class="GtkToolButton" id="toolbutton_save_as">
318
+ <property name="visible">True</property>
319
+ <property name="stock_id">gtk-save-as</property>
320
+ </widget>
321
+ <packing>
322
+ <property name="expand">False</property>
323
+ </packing>
324
+ </child>
325
+ <child>
326
+ <widget class="GtkToolButton" id="toolbutton_close">
327
+ <property name="visible">True</property>
328
+ <property name="stock_id">gtk-close</property>
329
+ </widget>
330
+ <packing>
331
+ <property name="expand">False</property>
332
+ </packing>
333
+ </child>
334
+ <child>
335
+ <widget class="GtkSeparatorToolItem" id="toolbutton8">
336
+ <property name="visible">True</property>
337
+ </widget>
338
+ <packing>
339
+ <property name="expand">False</property>
340
+ <property name="homogeneous">False</property>
341
+ </packing>
342
+ </child>
343
+ <child>
344
+ <widget class="GtkToolButton" id="toolbutton_paste">
345
+ <property name="visible">True</property>
346
+ <property name="stock_id">gtk-paste</property>
347
+ </widget>
348
+ <packing>
349
+ <property name="expand">False</property>
350
+ </packing>
351
+ </child>
352
+ <child>
353
+ <widget class="GtkToolButton" id="toolbutton_copy">
354
+ <property name="visible">True</property>
355
+ <property name="stock_id">gtk-copy</property>
356
+ </widget>
357
+ <packing>
358
+ <property name="expand">False</property>
359
+ </packing>
360
+ </child>
361
+ <child>
362
+ <widget class="GtkToolButton" id="toolbutton_cut">
363
+ <property name="visible">True</property>
364
+ <property name="stock_id">gtk-cut</property>
365
+ </widget>
366
+ <packing>
367
+ <property name="expand">False</property>
368
+ </packing>
369
+ </child>
370
+ <child>
371
+ <widget class="GtkSeparatorToolItem" id="toolbutton6">
372
+ <property name="visible">True</property>
373
+ </widget>
374
+ <packing>
375
+ <property name="expand">False</property>
376
+ <property name="homogeneous">False</property>
377
+ </packing>
378
+ </child>
379
+ <child>
380
+ <widget class="GtkToolButton" id="toolbutton_add_collection">
381
+ <property name="visible">True</property>
382
+ <property name="stock_id">gnome-stock-book-green</property>
383
+ </widget>
384
+ <packing>
385
+ <property name="expand">False</property>
386
+ </packing>
387
+ </child>
388
+ <child>
389
+ <widget class="GtkToolButton" id="toolbutton_add_topic">
390
+ <property name="visible">True</property>
391
+ <property name="stock_id">gtk-directory</property>
392
+ </widget>
393
+ <packing>
394
+ <property name="expand">False</property>
395
+ </packing>
396
+ </child>
397
+ <child>
398
+ <widget class="GtkToolButton" id="toolbutton_add_flashcard">
399
+ <property name="visible">True</property>
400
+ <property name="label" translatable="yes">neue Flashcard</property>
401
+ <property name="stock_id">gnome-stock-attach</property>
402
+ </widget>
403
+ <packing>
404
+ <property name="expand">False</property>
405
+ </packing>
406
+ </child>
407
+ <child>
408
+ <widget class="GtkToolButton" id="toolbutton_delete">
409
+ <property name="visible">True</property>
410
+ <property name="stock_id">gtk-delete</property>
411
+ </widget>
412
+ <packing>
413
+ <property name="expand">False</property>
414
+ </packing>
415
+ </child>
416
+ <child>
417
+ <widget class="GtkSeparatorToolItem" id="toolbutton18">
418
+ <property name="visible">True</property>
419
+ </widget>
420
+ <packing>
421
+ <property name="expand">False</property>
422
+ <property name="homogeneous">False</property>
423
+ </packing>
424
+ </child>
425
+ <child>
426
+ <widget class="GtkToolButton" id="toolbutton_left">
427
+ <property name="visible">True</property>
428
+ <property name="label" translatable="yes">Links</property>
429
+ <property name="stock_id">gtk-unindent</property>
430
+ </widget>
431
+ <packing>
432
+ <property name="expand">False</property>
433
+ </packing>
434
+ </child>
435
+ <child>
436
+ <widget class="GtkToolButton" id="toolbutton_right">
437
+ <property name="visible">True</property>
438
+ <property name="label" translatable="yes">Rechts</property>
439
+ <property name="stock_id">gtk-indent</property>
440
+ </widget>
441
+ <packing>
442
+ <property name="expand">False</property>
443
+ </packing>
444
+ </child>
445
+ <child>
446
+ <widget class="GtkToolButton" id="toolbutton_up">
447
+ <property name="visible">True</property>
448
+ <property name="stock_id">gtk-go-up</property>
449
+ </widget>
450
+ <packing>
451
+ <property name="expand">False</property>
452
+ </packing>
453
+ </child>
454
+ <child>
455
+ <widget class="GtkToolButton" id="toolbutton_down">
456
+ <property name="visible">True</property>
457
+ <property name="stock_id">gtk-go-down</property>
458
+ </widget>
459
+ <packing>
460
+ <property name="expand">False</property>
461
+ </packing>
462
+ </child>
463
+ <child>
464
+ <widget class="GtkSeparatorToolItem" id="toolbutton15">
465
+ <property name="visible">True</property>
466
+ </widget>
467
+ <packing>
468
+ <property name="expand">False</property>
469
+ <property name="homogeneous">False</property>
470
+ </packing>
471
+ </child>
472
+ <child>
473
+ <widget class="GtkToolButton" id="toolbutton_train">
474
+ <property name="visible">True</property>
475
+ <property name="stock_id">gtk-media-play</property>
476
+ </widget>
477
+ <packing>
478
+ <property name="expand">False</property>
479
+ </packing>
480
+ </child>
481
+ <child>
482
+ <widget class="GtkSeparatorToolItem" id="separatortoolitem1">
483
+ <property name="visible">True</property>
484
+ </widget>
485
+ <packing>
486
+ <property name="expand">False</property>
487
+ <property name="homogeneous">False</property>
488
+ </packing>
489
+ </child>
490
+ <child>
491
+ <widget class="GtkToolButton" id="toolbutton_quit">
492
+ <property name="visible">True</property>
493
+ <property name="stock_id">gtk-quit</property>
494
+ </widget>
495
+ <packing>
496
+ <property name="expand">False</property>
497
+ </packing>
498
+ </child>
499
+ </widget>
500
+ <packing>
501
+ <property name="expand">False</property>
502
+ <property name="position">1</property>
503
+ </packing>
504
+ </child>
505
+ </widget>
506
+ </child>
507
+ </widget>
508
+ <packing>
509
+ <property name="behavior">BONOBO_DOCK_ITEM_BEH_EXCLUSIVE | BONOBO_DOCK_ITEM_BEH_NEVER_VERTICAL | BONOBO_DOCK_ITEM_BEH_LOCKED</property>
510
+ </packing>
511
+ </child>
512
+ <child>
513
+ <widget class="GtkHPaned" id="hpaned1">
514
+ <property name="visible">True</property>
515
+ <property name="can_focus">True</property>
516
+ <child>
517
+ <widget class="GtkScrolledWindow" id="scrolledwindow3">
518
+ <property name="width_request">300</property>
519
+ <property name="height_request">500</property>
520
+ <property name="visible">True</property>
521
+ <property name="can_focus">True</property>
522
+ <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
523
+ <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
524
+ <property name="shadow_type">GTK_SHADOW_IN</property>
525
+ <child>
526
+ <widget class="GtkTreeView" id="treeview_flashcards">
527
+ <property name="visible">True</property>
528
+ <property name="can_focus">True</property>
529
+ <property name="headers_clickable">True</property>
530
+ <signal name="cursor_changed" handler="on_treeview_flashcards_cursor_changed"/>
531
+ </widget>
532
+ </child>
533
+ </widget>
534
+ <packing>
535
+ <property name="resize">True</property>
536
+ <property name="shrink">True</property>
537
+ </packing>
538
+ </child>
539
+ <child>
540
+ <widget class="GtkAlignment" id="alignment1">
541
+ <property name="visible">True</property>
542
+ <property name="top_padding">10</property>
543
+ <property name="bottom_padding">10</property>
544
+ <property name="left_padding">10</property>
545
+ <property name="right_padding">10</property>
546
+ <child>
547
+ <widget class="GtkNotebook" id="notebookContent">
548
+ <property name="width_request">700</property>
549
+ <property name="height_request">600</property>
550
+ <property name="visible">True</property>
551
+ <property name="can_focus">True</property>
552
+ <property name="show_tabs">False</property>
553
+ <child>
554
+ <widget class="GtkScrolledWindow" id="scrolledwindowNothing">
555
+ <property name="visible">True</property>
556
+ <property name="can_focus">True</property>
557
+ <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
558
+ <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
559
+ <child>
560
+ <widget class="GtkViewport" id="viewport6">
561
+ <property name="visible">True</property>
562
+ <property name="resize_mode">GTK_RESIZE_QUEUE</property>
563
+ <child>
564
+ <widget class="GtkHBox" id="hbox3">
565
+ <property name="visible">True</property>
566
+ <child>
567
+ <placeholder/>
568
+ </child>
569
+ <child>
570
+ <placeholder/>
571
+ </child>
572
+ <child>
573
+ <placeholder/>
574
+ </child>
575
+ </widget>
576
+ </child>
577
+ </widget>
578
+ </child>
579
+ </widget>
580
+ </child>
581
+ <child>
582
+ <widget class="GtkLabel" id="label12">
583
+ <property name="visible">True</property>
584
+ <property name="label" translatable="yes">Flashcard</property>
585
+ </widget>
586
+ <packing>
587
+ <property name="type">tab</property>
588
+ <property name="position">4</property>
589
+ <property name="tab_fill">False</property>
590
+ </packing>
591
+ </child>
592
+ <child>
593
+ <widget class="GtkScrolledWindow" id="scrolledwindowFile">
594
+ <property name="visible">True</property>
595
+ <property name="can_focus">True</property>
596
+ <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
597
+ <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
598
+ <child>
599
+ <widget class="GtkViewport" id="viewport4">
600
+ <property name="visible">True</property>
601
+ <property name="resize_mode">GTK_RESIZE_QUEUE</property>
602
+ <child>
603
+ <widget class="GtkTable" id="table4">
604
+ <property name="visible">True</property>
605
+ <property name="n_rows">6</property>
606
+ <property name="n_columns">2</property>
607
+ <property name="column_spacing">20</property>
608
+ <property name="row_spacing">3</property>
609
+ <child>
610
+ <widget class="GtkEntry" id="entryLastChange">
611
+ <property name="visible">True</property>
612
+ <property name="can_focus">True</property>
613
+ </widget>
614
+ <packing>
615
+ <property name="left_attach">1</property>
616
+ <property name="right_attach">2</property>
617
+ <property name="top_attach">2</property>
618
+ <property name="bottom_attach">3</property>
619
+ <property name="y_options">GTK_FILL</property>
620
+ </packing>
621
+ </child>
622
+ <child>
623
+ <widget class="GtkLabel" id="label26">
624
+ <property name="visible">True</property>
625
+ <property name="xalign">0.10000000149011612</property>
626
+ <property name="ypad">8</property>
627
+ <property name="label" translatable="yes">Allgemein</property>
628
+ </widget>
629
+ <packing>
630
+ <property name="right_attach">2</property>
631
+ <property name="y_options"></property>
632
+ </packing>
633
+ </child>
634
+ <child>
635
+ <widget class="GtkLabel" id="label30">
636
+ <property name="visible">True</property>
637
+ <property name="xalign">0</property>
638
+ <property name="label" translatable="yes">Dateiname</property>
639
+ </widget>
640
+ <packing>
641
+ <property name="top_attach">1</property>
642
+ <property name="bottom_attach">2</property>
643
+ <property name="y_options">GTK_FILL</property>
644
+ </packing>
645
+ </child>
646
+ <child>
647
+ <widget class="GtkLabel" id="label28">
648
+ <property name="visible">True</property>
649
+ <property name="xalign">0</property>
650
+ <property name="label" translatable="yes">letzte Änderung</property>
651
+ </widget>
652
+ <packing>
653
+ <property name="top_attach">2</property>
654
+ <property name="bottom_attach">3</property>
655
+ <property name="y_options">GTK_FILL</property>
656
+ </packing>
657
+ </child>
658
+ <child>
659
+ <widget class="GtkEntry" id="entryFilename">
660
+ <property name="visible">True</property>
661
+ <property name="can_focus">True</property>
662
+ </widget>
663
+ <packing>
664
+ <property name="left_attach">1</property>
665
+ <property name="right_attach">2</property>
666
+ <property name="top_attach">1</property>
667
+ <property name="bottom_attach">2</property>
668
+ <property name="y_options">GTK_FILL</property>
669
+ </packing>
670
+ </child>
671
+ <child>
672
+ <widget class="GtkLabel" id="label34">
673
+ <property name="visible">True</property>
674
+ <property name="xalign">0.10000000149011612</property>
675
+ <property name="ypad">8</property>
676
+ <property name="label" translatable="yes">Statistik</property>
677
+ </widget>
678
+ <packing>
679
+ <property name="right_attach">2</property>
680
+ <property name="top_attach">3</property>
681
+ <property name="bottom_attach">4</property>
682
+ <property name="y_options"></property>
683
+ </packing>
684
+ </child>
685
+ <child>
686
+ <widget class="GtkLabel" id="label35">
687
+ <property name="visible">True</property>
688
+ <property name="xalign">0</property>
689
+ <property name="ypad">5</property>
690
+ <property name="label" translatable="yes">Flashcards (fragbare/wartende)</property>
691
+ </widget>
692
+ <packing>
693
+ <property name="top_attach">4</property>
694
+ <property name="bottom_attach">5</property>
695
+ <property name="y_options"></property>
696
+ </packing>
697
+ </child>
698
+ <child>
699
+ <widget class="GtkLabel" id="label36">
700
+ <property name="visible">True</property>
701
+ <property name="xalign">0</property>
702
+ <property name="ypad">5</property>
703
+ <property name="label" translatable="yes">Levelverteilung ( L1 | L2 | L3 | ... )</property>
704
+ </widget>
705
+ <packing>
706
+ <property name="top_attach">5</property>
707
+ <property name="bottom_attach">6</property>
708
+ <property name="y_options"></property>
709
+ </packing>
710
+ </child>
711
+ <child>
712
+ <widget class="GtkLabel" id="labelFileCount">
713
+ <property name="visible">True</property>
714
+ </widget>
715
+ <packing>
716
+ <property name="left_attach">1</property>
717
+ <property name="right_attach">2</property>
718
+ <property name="top_attach">4</property>
719
+ <property name="bottom_attach">5</property>
720
+ <property name="y_options"></property>
721
+ </packing>
722
+ </child>
723
+ <child>
724
+ <widget class="GtkLabel" id="labelFileDistribution">
725
+ <property name="visible">True</property>
726
+ </widget>
727
+ <packing>
728
+ <property name="left_attach">1</property>
729
+ <property name="right_attach">2</property>
730
+ <property name="top_attach">5</property>
731
+ <property name="bottom_attach">6</property>
732
+ <property name="y_options"></property>
733
+ </packing>
734
+ </child>
735
+ </widget>
736
+ </child>
737
+ </widget>
738
+ </child>
739
+ </widget>
740
+ <packing>
741
+ <property name="position">1</property>
742
+ </packing>
743
+ </child>
744
+ <child>
745
+ <widget class="GtkLabel" id="label1">
746
+ <property name="visible">True</property>
747
+ <property name="label" translatable="yes">File</property>
748
+ </widget>
749
+ <packing>
750
+ <property name="type">tab</property>
751
+ <property name="position">1</property>
752
+ <property name="tab_fill">False</property>
753
+ </packing>
754
+ </child>
755
+ <child>
756
+ <widget class="GtkScrolledWindow" id="scrolledwindowCollection">
757
+ <property name="visible">True</property>
758
+ <property name="can_focus">True</property>
759
+ <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
760
+ <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
761
+ <child>
762
+ <widget class="GtkViewport" id="viewport2">
763
+ <property name="visible">True</property>
764
+ <property name="resize_mode">GTK_RESIZE_QUEUE</property>
765
+ <child>
766
+ <widget class="GtkTable" id="table2">
767
+ <property name="visible">True</property>
768
+ <property name="n_rows">12</property>
769
+ <property name="n_columns">2</property>
770
+ <property name="column_spacing">20</property>
771
+ <property name="row_spacing">3</property>
772
+ <child>
773
+ <widget class="GtkLabel" id="labelCollectionDistribution">
774
+ <property name="visible">True</property>
775
+ </widget>
776
+ <packing>
777
+ <property name="left_attach">1</property>
778
+ <property name="right_attach">2</property>
779
+ <property name="top_attach">11</property>
780
+ <property name="bottom_attach">12</property>
781
+ <property name="y_options"></property>
782
+ </packing>
783
+ </child>
784
+ <child>
785
+ <widget class="GtkLabel" id="labelCollectionCount">
786
+ <property name="visible">True</property>
787
+ </widget>
788
+ <packing>
789
+ <property name="left_attach">1</property>
790
+ <property name="right_attach">2</property>
791
+ <property name="top_attach">10</property>
792
+ <property name="bottom_attach">11</property>
793
+ <property name="y_options"></property>
794
+ </packing>
795
+ </child>
796
+ <child>
797
+ <widget class="GtkLabel" id="label24">
798
+ <property name="visible">True</property>
799
+ <property name="xalign">0</property>
800
+ <property name="ypad">5</property>
801
+ <property name="label" translatable="yes">Levelverteilung ( L1 | L2 | L3 | ... )</property>
802
+ </widget>
803
+ <packing>
804
+ <property name="top_attach">11</property>
805
+ <property name="bottom_attach">12</property>
806
+ <property name="y_options"></property>
807
+ </packing>
808
+ </child>
809
+ <child>
810
+ <widget class="GtkLabel" id="label23">
811
+ <property name="visible">True</property>
812
+ <property name="xalign">0</property>
813
+ <property name="ypad">5</property>
814
+ <property name="label" translatable="yes">Flashcards (fragbare/wartende)</property>
815
+ </widget>
816
+ <packing>
817
+ <property name="top_attach">10</property>
818
+ <property name="bottom_attach">11</property>
819
+ <property name="y_options"></property>
820
+ </packing>
821
+ </child>
822
+ <child>
823
+ <widget class="GtkLabel" id="label22">
824
+ <property name="visible">True</property>
825
+ <property name="xalign">0.10000000149011612</property>
826
+ <property name="ypad">8</property>
827
+ <property name="label" translatable="yes">Statistik</property>
828
+ </widget>
829
+ <packing>
830
+ <property name="right_attach">2</property>
831
+ <property name="top_attach">9</property>
832
+ <property name="bottom_attach">10</property>
833
+ <property name="y_options"></property>
834
+ </packing>
835
+ </child>
836
+ <child>
837
+ <widget class="GtkLabel" id="label16">
838
+ <property name="visible">True</property>
839
+ <property name="xalign">0</property>
840
+ <property name="label" translatable="yes">Kopf</property>
841
+ </widget>
842
+ <packing>
843
+ <property name="top_attach">6</property>
844
+ <property name="bottom_attach">7</property>
845
+ <property name="y_options">GTK_FILL</property>
846
+ </packing>
847
+ </child>
848
+ <child>
849
+ <widget class="GtkLabel" id="label14">
850
+ <property name="visible">True</property>
851
+ <property name="xalign">0</property>
852
+ <property name="label" translatable="yes">Vorspann</property>
853
+ </widget>
854
+ <packing>
855
+ <property name="top_attach">7</property>
856
+ <property name="bottom_attach">8</property>
857
+ <property name="y_options">GTK_FILL</property>
858
+ </packing>
859
+ </child>
860
+ <child>
861
+ <widget class="GtkLabel" id="label15">
862
+ <property name="visible">True</property>
863
+ <property name="xalign">0</property>
864
+ <property name="label" translatable="yes">Anhang</property>
865
+ </widget>
866
+ <packing>
867
+ <property name="top_attach">8</property>
868
+ <property name="bottom_attach">9</property>
869
+ <property name="y_options">GTK_FILL</property>
870
+ </packing>
871
+ </child>
872
+ <child>
873
+ <widget class="GtkEntry" id="entryNameCollection">
874
+ <property name="visible">True</property>
875
+ <property name="can_focus">True</property>
876
+ <signal name="changed" handler="onContentChange"/>
877
+ </widget>
878
+ <packing>
879
+ <property name="left_attach">1</property>
880
+ <property name="right_attach">2</property>
881
+ <property name="y_options">GTK_FILL</property>
882
+ </packing>
883
+ </child>
884
+ <child>
885
+ <widget class="GtkLabel" id="label6">
886
+ <property name="visible">True</property>
887
+ <property name="xalign">0</property>
888
+ <property name="label" translatable="yes">Name</property>
889
+ </widget>
890
+ <packing>
891
+ <property name="y_options">GTK_FILL</property>
892
+ </packing>
893
+ </child>
894
+ <child>
895
+ <widget class="GtkLabel" id="label10">
896
+ <property name="visible">True</property>
897
+ <property name="xalign">0</property>
898
+ <property name="label" translatable="yes">Datum</property>
899
+ </widget>
900
+ <packing>
901
+ <property name="top_attach">4</property>
902
+ <property name="bottom_attach">5</property>
903
+ <property name="y_options">GTK_FILL</property>
904
+ </packing>
905
+ </child>
906
+ <child>
907
+ <widget class="GtkLabel" id="label9">
908
+ <property name="visible">True</property>
909
+ <property name="xalign">0</property>
910
+ <property name="label" translatable="yes">Author</property>
911
+ </widget>
912
+ <packing>
913
+ <property name="top_attach">3</property>
914
+ <property name="bottom_attach">4</property>
915
+ <property name="y_options">GTK_FILL</property>
916
+ </packing>
917
+ </child>
918
+ <child>
919
+ <widget class="GtkLabel" id="label8">
920
+ <property name="visible">True</property>
921
+ <property name="xalign">0</property>
922
+ <property name="label" translatable="yes">Art</property>
923
+ </widget>
924
+ <packing>
925
+ <property name="top_attach">2</property>
926
+ <property name="bottom_attach">3</property>
927
+ <property name="y_options">GTK_FILL</property>
928
+ </packing>
929
+ </child>
930
+ <child>
931
+ <widget class="GtkEntry" id="entryOriginDate">
932
+ <property name="visible">True</property>
933
+ <property name="can_focus">True</property>
934
+ <signal name="changed" handler="onContentChange"/>
935
+ </widget>
936
+ <packing>
937
+ <property name="left_attach">1</property>
938
+ <property name="right_attach">2</property>
939
+ <property name="top_attach">4</property>
940
+ <property name="bottom_attach">5</property>
941
+ <property name="y_options">GTK_FILL</property>
942
+ </packing>
943
+ </child>
944
+ <child>
945
+ <widget class="GtkEntry" id="entryOriginAuthor">
946
+ <property name="visible">True</property>
947
+ <property name="can_focus">True</property>
948
+ <signal name="changed" handler="onContentChange"/>
949
+ </widget>
950
+ <packing>
951
+ <property name="left_attach">1</property>
952
+ <property name="right_attach">2</property>
953
+ <property name="top_attach">3</property>
954
+ <property name="bottom_attach">4</property>
955
+ <property name="y_options">GTK_FILL</property>
956
+ </packing>
957
+ </child>
958
+ <child>
959
+ <widget class="GtkEntry" id="entryOriginType">
960
+ <property name="visible">True</property>
961
+ <property name="can_focus">True</property>
962
+ <signal name="changed" handler="onContentChange"/>
963
+ </widget>
964
+ <packing>
965
+ <property name="left_attach">1</property>
966
+ <property name="right_attach">2</property>
967
+ <property name="top_attach">2</property>
968
+ <property name="bottom_attach">3</property>
969
+ <property name="y_options">GTK_FILL</property>
970
+ </packing>
971
+ </child>
972
+ <child>
973
+ <widget class="GtkLabel" id="label11">
974
+ <property name="visible">True</property>
975
+ <property name="xalign">0.10000000149011612</property>
976
+ <property name="ypad">8</property>
977
+ <property name="label" translatable="yes">Ursprung</property>
978
+ </widget>
979
+ <packing>
980
+ <property name="right_attach">2</property>
981
+ <property name="top_attach">1</property>
982
+ <property name="bottom_attach">2</property>
983
+ <property name="y_options">GTK_FILL</property>
984
+ </packing>
985
+ </child>
986
+ <child>
987
+ <widget class="GtkLabel" id="label13">
988
+ <property name="visible">True</property>
989
+ <property name="xalign">0.10000000149011612</property>
990
+ <property name="ypad">8</property>
991
+ <property name="label" translatable="yes">Latex</property>
992
+ </widget>
993
+ <packing>
994
+ <property name="right_attach">2</property>
995
+ <property name="top_attach">5</property>
996
+ <property name="bottom_attach">6</property>
997
+ <property name="y_options">GTK_FILL</property>
998
+ </packing>
999
+ </child>
1000
+ <child>
1001
+ <widget class="GtkButton" id="buttonEditHeader3">
1002
+ <property name="visible">True</property>
1003
+ <property name="can_focus">True</property>
1004
+ <property name="receives_default">True</property>
1005
+ <property name="xalign">0</property>
1006
+ <property name="response_id">0</property>
1007
+ <signal name="clicked" handler="onEditLatexHeader"/>
1008
+ <child>
1009
+ <widget class="GtkTextView" id="textviewLatexHeader">
1010
+ <property name="height_request">50</property>
1011
+ <property name="visible">True</property>
1012
+ <property name="can_focus">True</property>
1013
+ <property name="editable">False</property>
1014
+ </widget>
1015
+ </child>
1016
+ </widget>
1017
+ <packing>
1018
+ <property name="left_attach">1</property>
1019
+ <property name="right_attach">2</property>
1020
+ <property name="top_attach">6</property>
1021
+ <property name="bottom_attach">7</property>
1022
+ <property name="y_options"></property>
1023
+ </packing>
1024
+ </child>
1025
+ <child>
1026
+ <widget class="GtkButton" id="buttonEditHeader1">
1027
+ <property name="visible">True</property>
1028
+ <property name="can_focus">True</property>
1029
+ <property name="receives_default">True</property>
1030
+ <property name="xalign">0</property>
1031
+ <property name="response_id">0</property>
1032
+ <signal name="clicked" handler="onEditLatexPrepend"/>
1033
+ <child>
1034
+ <widget class="GtkTextView" id="textviewLatexPrepend">
1035
+ <property name="height_request">50</property>
1036
+ <property name="visible">True</property>
1037
+ <property name="can_focus">True</property>
1038
+ <property name="editable">False</property>
1039
+ </widget>
1040
+ </child>
1041
+ </widget>
1042
+ <packing>
1043
+ <property name="left_attach">1</property>
1044
+ <property name="right_attach">2</property>
1045
+ <property name="top_attach">7</property>
1046
+ <property name="bottom_attach">8</property>
1047
+ <property name="y_options"></property>
1048
+ </packing>
1049
+ </child>
1050
+ <child>
1051
+ <widget class="GtkButton" id="buttonEditHeader2">
1052
+ <property name="visible">True</property>
1053
+ <property name="can_focus">True</property>
1054
+ <property name="receives_default">True</property>
1055
+ <property name="xalign">0</property>
1056
+ <property name="response_id">0</property>
1057
+ <signal name="clicked" handler="onEditLatexAppend"/>
1058
+ <child>
1059
+ <widget class="GtkTextView" id="textviewLatexAppend">
1060
+ <property name="height_request">50</property>
1061
+ <property name="visible">True</property>
1062
+ <property name="can_focus">True</property>
1063
+ <property name="editable">False</property>
1064
+ </widget>
1065
+ </child>
1066
+ </widget>
1067
+ <packing>
1068
+ <property name="left_attach">1</property>
1069
+ <property name="right_attach">2</property>
1070
+ <property name="top_attach">8</property>
1071
+ <property name="bottom_attach">9</property>
1072
+ <property name="y_options"></property>
1073
+ </packing>
1074
+ </child>
1075
+ </widget>
1076
+ </child>
1077
+ </widget>
1078
+ </child>
1079
+ </widget>
1080
+ <packing>
1081
+ <property name="position">2</property>
1082
+ </packing>
1083
+ </child>
1084
+ <child>
1085
+ <widget class="GtkLabel" id="label2">
1086
+ <property name="visible">True</property>
1087
+ <property name="label" translatable="yes">Kollection</property>
1088
+ </widget>
1089
+ <packing>
1090
+ <property name="type">tab</property>
1091
+ <property name="position">2</property>
1092
+ <property name="tab_fill">False</property>
1093
+ </packing>
1094
+ </child>
1095
+ <child>
1096
+ <widget class="GtkScrolledWindow" id="scrolledwindowTopic">
1097
+ <property name="visible">True</property>
1098
+ <property name="can_focus">True</property>
1099
+ <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
1100
+ <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
1101
+ <child>
1102
+ <widget class="GtkViewport" id="viewport3">
1103
+ <property name="visible">True</property>
1104
+ <property name="resize_mode">GTK_RESIZE_QUEUE</property>
1105
+ <child>
1106
+ <widget class="GtkTable" id="table3">
1107
+ <property name="visible">True</property>
1108
+ <property name="n_rows">1</property>
1109
+ <property name="n_columns">2</property>
1110
+ <child>
1111
+ <widget class="GtkEntry" id="entryNameTopic">
1112
+ <property name="visible">True</property>
1113
+ <property name="can_focus">True</property>
1114
+ <signal name="changed" handler="onContentChange"/>
1115
+ </widget>
1116
+ <packing>
1117
+ <property name="left_attach">1</property>
1118
+ <property name="right_attach">2</property>
1119
+ <property name="y_options">GTK_FILL</property>
1120
+ </packing>
1121
+ </child>
1122
+ <child>
1123
+ <widget class="GtkLabel" id="label7">
1124
+ <property name="visible">True</property>
1125
+ <property name="xalign">0</property>
1126
+ <property name="label" translatable="yes">Name</property>
1127
+ </widget>
1128
+ <packing>
1129
+ <property name="y_options">GTK_FILL</property>
1130
+ </packing>
1131
+ </child>
1132
+ </widget>
1133
+ </child>
1134
+ </widget>
1135
+ </child>
1136
+ </widget>
1137
+ <packing>
1138
+ <property name="position">3</property>
1139
+ </packing>
1140
+ </child>
1141
+ <child>
1142
+ <widget class="GtkLabel" id="label3">
1143
+ <property name="visible">True</property>
1144
+ <property name="label" translatable="yes">Topic</property>
1145
+ </widget>
1146
+ <packing>
1147
+ <property name="type">tab</property>
1148
+ <property name="position">3</property>
1149
+ <property name="tab_fill">False</property>
1150
+ </packing>
1151
+ </child>
1152
+ <child>
1153
+ <widget class="GtkScrolledWindow" id="scrolledwindowFlashcard">
1154
+ <property name="visible">True</property>
1155
+ <property name="can_focus">True</property>
1156
+ <property name="hscrollbar_policy">GTK_POLICY_NEVER</property>
1157
+ <child>
1158
+ <widget class="GtkViewport" id="viewport1">
1159
+ <property name="visible">True</property>
1160
+ <property name="resize_mode">GTK_RESIZE_QUEUE</property>
1161
+ <property name="shadow_type">GTK_SHADOW_NONE</property>
1162
+ <child>
1163
+ <widget class="GtkTable" id="table1">
1164
+ <property name="visible">True</property>
1165
+ <property name="n_rows">4</property>
1166
+ <property name="n_columns">2</property>
1167
+ <property name="row_spacing">3</property>
1168
+ <child>
1169
+ <widget class="GtkFrame" id="frame2">
1170
+ <property name="visible">True</property>
1171
+ <property name="label_xalign">0</property>
1172
+ <property name="shadow_type">GTK_SHADOW_IN</property>
1173
+ <child>
1174
+ <widget class="GtkVBox" id="vbox2">
1175
+ <property name="visible">True</property>
1176
+ <child>
1177
+ <widget class="GtkButton" id="button2">
1178
+ <property name="visible">True</property>
1179
+ <property name="can_focus">True</property>
1180
+ <property name="receives_default">True</property>
1181
+ <property name="response_id">0</property>
1182
+ <signal name="clicked" handler="onEditBack"/>
1183
+ <child>
1184
+ <widget class="GtkImage" id="image_back">
1185
+ <property name="visible">True</property>
1186
+ <property name="can_focus">True</property>
1187
+ <property name="stock">gtk-missing-image</property>
1188
+ </widget>
1189
+ </child>
1190
+ </widget>
1191
+ </child>
1192
+ <child>
1193
+ <widget class="GtkAlignment" id="alignment3">
1194
+ <property name="visible">True</property>
1195
+ <property name="xscale">0.5</property>
1196
+ <child>
1197
+ <widget class="GtkHBox" id="hboxBack">
1198
+ <property name="visible">True</property>
1199
+ <child>
1200
+ <widget class="GtkLabel" id="label21">
1201
+ <property name="visible">True</property>
1202
+ <property name="label" translatable="yes">Seite</property>
1203
+ </widget>
1204
+ </child>
1205
+ <child>
1206
+ <widget class="GtkHScale" id="hscaleBack">
1207
+ <property name="visible">True</property>
1208
+ <property name="can_focus">True</property>
1209
+ <property name="adjustment">0 0 100 1 10 10</property>
1210
+ <property name="draw_value">False</property>
1211
+ </widget>
1212
+ <packing>
1213
+ <property name="position">1</property>
1214
+ </packing>
1215
+ </child>
1216
+ </widget>
1217
+ </child>
1218
+ </widget>
1219
+ <packing>
1220
+ <property name="expand">False</property>
1221
+ <property name="fill">False</property>
1222
+ <property name="position">1</property>
1223
+ </packing>
1224
+ </child>
1225
+ </widget>
1226
+ </child>
1227
+ <child>
1228
+ <widget class="GtkLabel" id="label19">
1229
+ <property name="visible">True</property>
1230
+ <property name="label" translatable="yes">&lt;b&gt;&lt;u&gt;R&lt;/u&gt;ückseite&lt;/b&gt;</property>
1231
+ <property name="use_markup">True</property>
1232
+ </widget>
1233
+ <packing>
1234
+ <property name="type">label_item</property>
1235
+ </packing>
1236
+ </child>
1237
+ </widget>
1238
+ <packing>
1239
+ <property name="right_attach">2</property>
1240
+ <property name="top_attach">3</property>
1241
+ <property name="bottom_attach">4</property>
1242
+ <property name="y_options"></property>
1243
+ </packing>
1244
+ </child>
1245
+ <child>
1246
+ <widget class="GtkFrame" id="frame1">
1247
+ <property name="visible">True</property>
1248
+ <property name="label_xalign">0</property>
1249
+ <property name="shadow_type">GTK_SHADOW_IN</property>
1250
+ <child>
1251
+ <widget class="GtkVBox" id="vbox1">
1252
+ <property name="visible">True</property>
1253
+ <child>
1254
+ <widget class="GtkButton" id="button1">
1255
+ <property name="visible">True</property>
1256
+ <property name="can_focus">True</property>
1257
+ <property name="receives_default">True</property>
1258
+ <property name="response_id">0</property>
1259
+ <signal name="clicked" handler="onEditFront"/>
1260
+ <child>
1261
+ <widget class="GtkImage" id="image_front">
1262
+ <property name="visible">True</property>
1263
+ <property name="can_focus">True</property>
1264
+ <property name="stock">gtk-missing-image</property>
1265
+ </widget>
1266
+ </child>
1267
+ </widget>
1268
+ </child>
1269
+ <child>
1270
+ <widget class="GtkAlignment" id="alignment2">
1271
+ <property name="visible">True</property>
1272
+ <property name="xscale">0.5</property>
1273
+ <child>
1274
+ <widget class="GtkHBox" id="hboxFront">
1275
+ <property name="visible">True</property>
1276
+ <child>
1277
+ <widget class="GtkLabel" id="label20">
1278
+ <property name="visible">True</property>
1279
+ <property name="label" translatable="yes">Seite</property>
1280
+ </widget>
1281
+ </child>
1282
+ <child>
1283
+ <widget class="GtkHScale" id="hscaleFront">
1284
+ <property name="visible">True</property>
1285
+ <property name="can_focus">True</property>
1286
+ <property name="adjustment">0 0 100 1 10 10</property>
1287
+ <property name="draw_value">False</property>
1288
+ </widget>
1289
+ <packing>
1290
+ <property name="position">1</property>
1291
+ </packing>
1292
+ </child>
1293
+ </widget>
1294
+ </child>
1295
+ </widget>
1296
+ <packing>
1297
+ <property name="expand">False</property>
1298
+ <property name="fill">False</property>
1299
+ <property name="position">1</property>
1300
+ </packing>
1301
+ </child>
1302
+ </widget>
1303
+ </child>
1304
+ <child>
1305
+ <widget class="GtkLabel" id="label18">
1306
+ <property name="visible">True</property>
1307
+ <property name="label" translatable="yes">&lt;b&gt;&lt;u&gt;V&lt;/u&gt;orderseite&lt;/b&gt;</property>
1308
+ <property name="use_markup">True</property>
1309
+ </widget>
1310
+ <packing>
1311
+ <property name="type">label_item</property>
1312
+ </packing>
1313
+ </child>
1314
+ </widget>
1315
+ <packing>
1316
+ <property name="right_attach">2</property>
1317
+ <property name="top_attach">2</property>
1318
+ <property name="bottom_attach">3</property>
1319
+ <property name="y_options"></property>
1320
+ </packing>
1321
+ </child>
1322
+ <child>
1323
+ <widget class="GtkLabel" id="label5">
1324
+ <property name="visible">True</property>
1325
+ <property name="xalign">0</property>
1326
+ <property name="label" translatable="yes">Name</property>
1327
+ </widget>
1328
+ <packing>
1329
+ <property name="y_options"></property>
1330
+ </packing>
1331
+ </child>
1332
+ <child>
1333
+ <widget class="GtkEntry" id="entryNameFlashcard">
1334
+ <property name="visible">True</property>
1335
+ <property name="can_focus">True</property>
1336
+ <signal name="changed" handler="onContentChange"/>
1337
+ </widget>
1338
+ <packing>
1339
+ <property name="left_attach">1</property>
1340
+ <property name="right_attach">2</property>
1341
+ <property name="y_options"></property>
1342
+ </packing>
1343
+ </child>
1344
+ <child>
1345
+ <widget class="GtkLabel" id="label17">
1346
+ <property name="visible">True</property>
1347
+ <property name="xalign">0</property>
1348
+ <property name="label" translatable="yes">Type
1349
+ </property>
1350
+ </widget>
1351
+ <packing>
1352
+ <property name="top_attach">1</property>
1353
+ <property name="bottom_attach">2</property>
1354
+ <property name="y_options">GTK_FILL</property>
1355
+ </packing>
1356
+ </child>
1357
+ <child>
1358
+ <widget class="GtkEntry" id="entryTypeFlashcard">
1359
+ <property name="visible">True</property>
1360
+ <property name="can_focus">True</property>
1361
+ <signal name="changed" handler="onContentChange"/>
1362
+ </widget>
1363
+ <packing>
1364
+ <property name="left_attach">1</property>
1365
+ <property name="right_attach">2</property>
1366
+ <property name="top_attach">1</property>
1367
+ <property name="bottom_attach">2</property>
1368
+ <property name="y_options">GTK_FILL</property>
1369
+ </packing>
1370
+ </child>
1371
+ </widget>
1372
+ </child>
1373
+ </widget>
1374
+ </child>
1375
+ </widget>
1376
+ <packing>
1377
+ <property name="position">4</property>
1378
+ </packing>
1379
+ </child>
1380
+ <child>
1381
+ <widget class="GtkLabel" id="label4">
1382
+ <property name="visible">True</property>
1383
+ <property name="label" translatable="yes">None</property>
1384
+ </widget>
1385
+ <packing>
1386
+ <property name="type">tab</property>
1387
+ <property name="position">4</property>
1388
+ <property name="tab_fill">False</property>
1389
+ </packing>
1390
+ </child>
1391
+ </widget>
1392
+ </child>
1393
+ </widget>
1394
+ <packing>
1395
+ <property name="resize">True</property>
1396
+ <property name="shrink">True</property>
1397
+ </packing>
1398
+ </child>
1399
+ </widget>
1400
+ </child>
1401
+ </widget>
1402
+ <packing>
1403
+ <property name="expand">True</property>
1404
+ <property name="fill">True</property>
1405
+ </packing>
1406
+ </child>
1407
+ <child internal-child="appbar">
1408
+ <widget class="GnomeAppBar" id="app_flashcard_checker-appbar1">
1409
+ <property name="visible">True</property>
1410
+ <property name="spacing">4</property>
1411
+ <property name="has_progress">True</property>
1412
+ <property name="has_status">True</property>
1413
+ </widget>
1414
+ <packing>
1415
+ <property name="position">1</property>
1416
+ </packing>
1417
+ </child>
1418
+ </widget>
1419
+ </glade-interface>