~ubuntu-branches/ubuntu/utopic/almanah/utopic-proposed

« back to all changes in this revision

Viewing changes to data/almanah.ui

  • Committer: Package Import Robot
  • Author(s): Angel Abad
  • Date: 2013-12-02 13:21:08 UTC
  • mfrom: (1.3.6)
  • Revision ID: package-import@ubuntu.com-20131202132108-d4v6my2vq69rk648
Tags: 0.11.0-1
* Imported Upstream version 0.11.0
* debian/control: Update Homepage field.
* debian/patches/:
  - encrypt_database: Removed, applied upstream
  - spellchecking_error: Removed, applied upstream
  - desktop_keywords: Removed, applied upstream
* Bump Standards-Version to 3.9.5 (no changes).

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
                                                <property name="name">edit-select-date</property>
42
42
                                                <signal name="activate" handler="mw_select_date_activate_cb"/>
43
43
                                        </object>
 
44
                                        <accelerator key="D" modifiers="GDK_CONTROL_MASK"/>
44
45
                                </child>
45
46
                                <child>
46
47
                                        <object class="GtkAction" id="almanah_ui_format">
100
101
                                        <accelerator key="M" modifiers="GDK_CONTROL_MASK"/>
101
102
                                </child>
102
103
                                <child>
 
104
                                        <object class="GtkToggleAction" id="almanah_ui_show_tags">
 
105
                                                <property name="name">show-tags</property>
 
106
                                                <property name="label" translatable="yes">Show tags</property>
 
107
                                                <property name="tooltip" translatable="yes">Show tags for the current entry</property>
 
108
                                                <property name="icon-name">almanah-tags-symbolic</property>
 
109
                                                <signal name="activate" handler="mw_show_tags_activate_cb"/>
 
110
                                        </object>
 
111
                                </child>
 
112
                                <child>
103
113
                                        <object class="GtkAction" id="almanah_ui_help">
104
114
                                                <property name="name">help</property>
105
115
                                                <property name="label" translatable="yes">_Help</property>
223
233
                                                                </style>
224
234
                                                                <child>
225
235
                                                                        <object class="AlmanahEntryTagsArea" id="almanah_mw_entry_tags_area">
 
236
                                                                                <property name="visible">False</property>
 
237
                                                                                <property name="no-show-all">True</property>
 
238
                                                                                <property name="vexpand">False</property>
226
239
                                                                                <property name="hexpand">True</property>
227
240
                                                                                <property name="horizontal-spacing">6</property>
228
241
                                                                                <property name="vertical-spacing">6</property>
229
242
                                                                                <property name="margin_top">0</property>
230
243
                                                                                <property name="margin_left">0</property>
231
244
                                                                                <property name="margin_right">0</property>
 
245
                                                                                <property name="margin_bottom">0</property>
 
246
                                                                                <property name="border-width">6</property>
232
247
                                                                        </object>
233
248
                                                                        <packing>
234
249
                                                                                <property name="left_attach">0</property>
255
270
                                                                                                <property name="can-focus">True</property>
256
271
                                                                                                <property name="has-focus">True</property>
257
272
                                                                                                <property name="wrap-mode">GTK_WRAP_WORD</property>
 
273
                                                                                                <property name="margin_top">6</property>
258
274
                                                                                                <property name="margin_left">10</property>
259
275
                                                                                                <property name="margin_right">10</property>
 
276
                                                                                                <property name="margin_top">4</property>
260
277
                                                                                                <child internal-child="accessible">
261
278
                                                                                                        <object class="AtkObject" id="a11y-almanah_mw_entry_view">
262
279
                                                                                                                <property name="AtkObject::accessible-name" translatable="yes">Entry editing area</property>