~ubuntu-branches/debian/stretch/glade/stretch

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Package Import Robot
  • Author(s): Andreas Henriksson, Emilio Pozuelo Monfort, Andreas Henriksson
  • Date: 2014-05-23 13:00:17 UTC
  • mfrom: (1.3.2)
  • Revision ID: package-import@ubuntu.com-20140523130017-7sp231ghdz55szde
Tags: 3.18.3-1
[ Emilio Pozuelo Monfort ]
* debian/rules:
  + Pass -c4 to dpkg-gensymbols so we know when new symbols are added.
* debian/libgladeui-2-6.symbols:
  + Add missing symbols.

[ Andreas Henriksson ]
* New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# Generated by Makefile. Do not edit.
2
2
 
 
3
commit 73b1137903a7acc32c0faa83f7e93fe049e03256
 
4
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
 
5
Date:   Mon May 12 15:02:04 2014 -0300
 
6
 
 
7
    GladeEditorProperty: re grab focus on load_common() if property is construct-only.
 
8
    
 
9
    If the property is construct-only, then glade_widget_rebuild() will be called
 
10
    which means the object will be removed from the project/selection and
 
11
    a new one will be added, which makes the eprop loose its focus.
 
12
 
 
13
 gladeui/glade-editor-property.c | 36 ++++++++++++++++++++++++++++++++++++
 
14
 1 file changed, 36 insertions(+)
 
15
 
 
16
commit fd791c4cd7a4097482d4f8c467cc37272ef113fe
 
17
Author: Carles Ferrando <carles.ferrando@gmail.com>
 
18
Date:   Sun May 11 00:24:49 2014 +0200
 
19
 
 
20
    [l10n] Updated Catalan (Valencian) translation
 
21
 
 
22
 po/ca@valencia.po | 15 +++++++++------
 
23
 1 file changed, 9 insertions(+), 6 deletions(-)
 
24
 
 
25
commit 74763ed8cea2bea61fbaa03c8636bd81dbca665b
 
26
Author: Gil Forcada <gforcada@gnome.org>
 
27
Date:   Sun May 11 00:24:41 2014 +0200
 
28
 
 
29
    [l10n] Update Catalan translation
 
30
 
 
31
 po/ca.po | 31 +++++++++++++++++--------------
 
32
 1 file changed, 17 insertions(+), 14 deletions(-)
 
33
 
 
34
commit 4aac66d1e5f18f5f68198a613d842d9407fab66e
 
35
Author: Carles Ferrando <carles.ferrando@gmail.com>
 
36
Date:   Sun May 11 00:19:41 2014 +0200
 
37
 
 
38
    [l10n] Updated Catalan (Valencian) translation
 
39
 
 
40
 po/ca@valencia.po | 2410 ++++++++++++++++++++++++++++++++++-------------------
 
41
 1 file changed, 1543 insertions(+), 867 deletions(-)
 
42
 
 
43
commit 56b19685ff95af33ee1b63c7c4fe0ce0a8be0192
 
44
Author: Pau Iranzo <paugnu@gmail.com>
 
45
Date:   Sun May 11 00:19:30 2014 +0200
 
46
 
 
47
    [l10n] Update Catalan translation
 
48
 
 
49
 po/ca.po | 2452 +++++++++++++++++++++++++++++++++++++++++---------------------
 
50
 1 file changed, 1626 insertions(+), 826 deletions(-)
 
51
 
 
52
commit df062dbeac3b358ebce2b9f9993726f7e1c9cecb
 
53
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
 
54
Date:   Wed May 7 16:38:28 2014 -0300
 
55
 
 
56
    GladePreviewWindow: force infobar to show a close button and make label selectable
 
57
 
 
58
 gladeui/glade-preview-window.c | 5 ++++-
 
59
 1 file changed, 4 insertions(+), 1 deletion(-)
 
60
 
 
61
commit 2656b6fa8fe4bdef0502897f590d6b5085a55adf
 
62
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
 
63
Date:   Wed May 7 15:43:29 2014 -0300
 
64
 
 
65
    GladePreviewer: ignore signal connections to avoid warnings about missing symbols.
 
66
 
 
67
 gladeui/glade-preview-template.c | 13 +++++++++++++
 
68
 1 file changed, 13 insertions(+)
 
69
 
 
70
commit f9d19530f1b7be33b1c81c71b4cbb2c48c50df7d
 
71
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
 
72
Date:   Wed May 7 15:37:01 2014 -0300
 
73
 
 
74
    GladePreviewer: Fixed bug previewing templates.
 
75
    
 
76
    XML text data was not escaped when generating the template XML.
 
77
 
 
78
 gladeui/glade-preview-template.c | 6 +++++-
 
79
 1 file changed, 5 insertions(+), 1 deletion(-)
 
80
 
 
81
commit d27d1dd8d4845a5cb2226ee3e409f6958b120668
 
82
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
 
83
Date:   Thu May 1 23:29:32 2014 -0300
 
84
 
 
85
    GladeWidgetAdaptor: Fixed glade_widget_adaptor_object_get_children() for internal widgets.
 
86
    
 
87
    Internal widgets are defined in Glade in the adaptor class that introduced them.
 
88
    So in order to get internal widgets that are descendant of another internal widget
 
89
    we need to walk up the adaptor hierarchy to find where internal widgets are defined.
 
90
    
 
91
    I included this patch in the stable version because without it glade can not access
 
92
    GtkDialog internal action_area if compiled with gtk master (version 3.13)
 
93
 
 
94
 gladeui/glade-widget-adaptor.c | 98 +++++++++++++++++++++++++++++-------------
 
95
 1 file changed, 68 insertions(+), 30 deletions(-)
 
96
 
 
97
commit 43bdd064dc8bbc09ed2652f5fffb4b5c9235185c
 
98
Author: Christian Kirbach <Christian.Kirbach@gmail.com>
 
99
Date:   Mon May 5 15:03:17 2014 +0000
 
100
 
 
101
    Updated German translation
 
102
 
 
103
 po/de.po | 1798 ++++++++++++++++++++++++++++++++++++++++++--------------------
 
104
 1 file changed, 1229 insertions(+), 569 deletions(-)
 
105
 
 
106
commit 4719cb76c7a3d9ce2bd5e251735a3ff633510925
 
107
Author: Dirgita <dirgitadevina@gmail.com>
 
108
Date:   Wed Apr 23 09:43:03 2014 +0000
 
109
 
 
110
    Updated Indonesian translation
 
111
 
 
112
 po/id.po | 798 ++++++++++++++++++++++++++++++++-------------------------------
 
113
 1 file changed, 401 insertions(+), 397 deletions(-)
 
114
 
 
115
commit feea43d65563149b46ae42fd476f735627cb3d19
 
116
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
 
117
Date:   Sat Apr 19 21:14:41 2014 -0300
 
118
 
 
119
    Fixed Bug 727914 "Logo is not shown in About-dialog"
 
120
    
 
121
    Made GtkAboutDialog logo and logo-icon-name properties optional since they
 
122
    are mutually exclusive.
 
123
    The editor is responsible for enabling then accordingly.
 
124
 
 
125
 plugins/gtk+/glade-about-dialog-editor.c | 82 +++++++++++++++-----------------
 
126
 plugins/gtk+/glade-gtk-about-dialog.c    | 25 +++++-----
 
127
 plugins/gtk+/gtk+.xml.in                 |  4 +-
 
128
 3 files changed, 54 insertions(+), 57 deletions(-)
 
129
 
 
130
commit 6b022595cbe95499547bf7ac472c23400e87ff46
 
131
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
 
132
Date:   Sat Apr 19 18:47:02 2014 -0300
 
133
 
 
134
    Fixed toolbar icon size.
 
135
    Use GTK_ICON_SIZE_LARGE_TOOLBAR and GTK_ICON_SIZE_SMALL_TOOLBAR instead of
 
136
    GTK_ICON_SIZE_MENU and GTK_ICON_SIZE_BUTTON
 
137
 
 
138
 gladeui/glade-palette.c | 68 ++++++++++++++++++++-----------------------------
 
139
 1 file changed, 27 insertions(+), 41 deletions(-)
 
140
 
 
141
commit 256f1a458c9841dd05099e40839170a6005cf606
 
142
Author: Yuri Myasoedov <ymyasoedov@yandex.ru>
 
143
Date:   Sun Apr 20 15:45:54 2014 +0400
 
144
 
 
145
    Fixed Russian translation
 
146
 
 
147
 po/ru.po | 43 +++++++++++++++++++++----------------------
 
148
 1 file changed, 21 insertions(+), 22 deletions(-)
 
149
 
 
150
commit e466e5b2837e909237613b35638d06de4c7076b7
 
151
Author: Tom Tryfonidis <tomtryf@gmail.com>
 
152
Date:   Fri Apr 18 21:51:13 2014 +0000
 
153
 
 
154
    Updated Greek translation
 
155
 
 
156
 po/el.po | 1437 +++++++++++++++++++++++++++-----------------------------------
 
157
 1 file changed, 626 insertions(+), 811 deletions(-)
 
158
 
 
159
commit 8fa35da340438cbec044f698fd5660502958ed63
 
160
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
 
161
Date:   Thu Apr 17 00:51:11 2014 -0300
 
162
 
 
163
    Fixed cursor glitch while moving the poiner across multiple placeholders.
 
164
    The glitch was because we where updating the cursor on motion event only
 
165
    so when the pointer enters a new placeholder the cursor is set back to
 
166
    default and then changed again when the motion notify is finally triggered.
 
167
 
 
168
 gladeui/glade-placeholder.c | 31 ++++++++++++++++++++-----------
 
169
 1 file changed, 20 insertions(+), 11 deletions(-)
 
170
 
 
171
commit 5b1f00ac579af9f0e0455db7d9f8d03777c396c6
 
172
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
 
173
Date:   Thu Apr 17 00:50:31 2014 -0300
 
174
 
 
175
    Fixed Bug 353002 "wrong cursor over widgets"
 
176
 
 
177
 plugins/gtk+/glade-fixed.c | 4 ++++
 
178
 1 file changed, 4 insertions(+)
 
179
 
 
180
commit 35dcc715acfe3f25b19cb3b6b5af98621f2c2e95
 
181
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
 
182
Date:   Wed Apr 16 23:08:30 2014 -0300
 
183
 
 
184
    Convert every object to use G_DEFINE_TYPE_WITH_CODE() or G_ADD_PRIVATE() macros
 
185
    Fixed function prototype identation and spacing.
 
186
 
 
187
 gladeui/glade-app.c                       |  51 ++--
 
188
 gladeui/glade-base-editor.c               | 148 +++++-----
 
189
 gladeui/glade-catalog.c                   |   4 +-
 
190
 gladeui/glade-cell-renderer-icon.c        |  82 +++---
 
191
 gladeui/glade-clipboard.c                 |  27 +-
 
192
 gladeui/glade-command.c                   |   8 +-
 
193
 gladeui/glade-design-layout.c             |  13 +-
 
194
 gladeui/glade-design-view.c               |   9 +-
 
195
 gladeui/glade-editor-property.c           |   8 +-
 
196
 gladeui/glade-editor-skeleton.c           |  16 +-
 
197
 gladeui/glade-editor-table.c              |  44 ++-
 
198
 gladeui/glade-editor.c                    |  48 ++--
 
199
 gladeui/glade-id-allocator.c              |   6 +-
 
200
 gladeui/glade-inspector.c                 | 113 ++++----
 
201
 gladeui/glade-name-context.c              |  22 +-
 
202
 gladeui/glade-named-icon-chooser-dialog.c | 232 ++++++++--------
 
203
 gladeui/glade-object-stub.c               |  18 +-
 
204
 gladeui/glade-palette.c                   |  67 +++--
 
205
 gladeui/glade-placeholder.c               |  24 +-
 
206
 gladeui/glade-popup.c                     |  32 +--
 
207
 gladeui/glade-preview-window.c            |  10 +-
 
208
 gladeui/glade-preview.c                   |   8 +-
 
209
 gladeui/glade-project.c                   | 213 +++++++--------
 
210
 gladeui/glade-property-label.c            |   8 +-
 
211
 gladeui/glade-property-shell.c            |  54 ++--
 
212
 gladeui/glade-property.c                  | 141 +++++-----
 
213
 gladeui/glade-signal-class.c              |  26 +-
 
214
 gladeui/glade-signal-editor.c             |  13 +-
 
215
 gladeui/glade-signal-model.c              |   5 +-
 
216
 gladeui/glade-signal.c                    |  20 +-
 
217
 gladeui/glade-widget-action.c             |  42 ++-
 
218
 gladeui/glade-widget-adaptor.c            | 341 +++++++++++------------
 
219
 gladeui/glade-widget.c                    | 439 ++++++++++++++++--------------
 
220
 gladeui/glade-xml-utils.c                 | 141 +++++-----
 
221
 plugins/gtk+/glade-fixed.c                |  40 +--
 
222
 plugins/gtk+/glade-scale-editor.c         |  12 +-
 
223
 src/glade-http.c                          |   6 +-
 
224
 37 files changed, 1205 insertions(+), 1286 deletions(-)
 
225
 
 
226
commit 3ad52c12b0a53f50855d34f31a92fe8ae0e763e9
 
227
Author: David Shea <dshea@redhat.com>
 
228
Date:   Wed Apr 16 17:53:36 2014 -0400
 
229
 
 
230
    Check use-underline for whether mnemonic-widget can be set
 
231
 
 
232
 plugins/gtk+/glade-gtk-label.c | 2 +-
 
233
 1 file changed, 1 insertion(+), 1 deletion(-)
 
234
 
 
235
commit 83cc9dbe28b3c47da6b24b0f5aaf46621129e63a
 
236
Author: David Shea <dshea@redhat.com>
 
237
Date:   Wed Apr 16 11:03:25 2014 -0400
 
238
 
 
239
    Allow 3 decimal digits for the text scale value.
 
240
 
 
241
 plugins/gtk+/glade-attributes.c | 3 +++
 
242
 1 file changed, 3 insertions(+)
 
243
 
 
244
commit 21eb9583b70e07dab6f0cef68e77eb0d4dbab86e
 
245
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
 
246
Date:   Wed Apr 16 20:19:40 2014 -0300
 
247
 
 
248
    Marked glade_http_request_send_async() as a G_GNUC_PRINTF() function.
 
249
    Fixed compile warning.
 
250
 
 
251
 src/glade-http.c         | 2 +-
 
252
 src/glade-http.h         | 2 +-
 
253
 src/glade-registration.c | 8 +++++++-
 
254
 3 files changed, 9 insertions(+), 3 deletions(-)
 
255
 
 
256
commit f3f4420e9895d9952c4bfe539b38692eae324ebc
 
257
Author: TingPing <tingping@tingping.se>
 
258
Date:   Sat Mar 15 09:21:23 2014 -0400
 
259
 
 
260
    Save palette appearance setting
 
261
 
 
262
 src/glade-window.c | 16 ++++++++++++++++
 
263
 1 file changed, 16 insertions(+)
 
264
 
 
265
commit d3a7de0b0644263685949b373ecef6c455762439
 
266
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
 
267
Date:   Tue Apr 15 14:22:34 2014 +0200
 
268
 
 
269
    Updated Spanish translation
 
270
 
 
271
 po/es.po | 122 +++++++++++++++++++++++++++++++++------------------------------
 
272
 1 file changed, 63 insertions(+), 59 deletions(-)
 
273
 
 
274
commit 465a3b8e7cfa18951ff64de3dca3fabe071b589f
 
275
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
 
276
Date:   Mon Apr 14 20:07:21 2014 -0300
 
277
 
 
278
    Rolling 3.18.2
 
279
 
 
280
 NEWS         | 9 +++++++++
 
281
 configure.ac | 4 ++--
 
282
 2 files changed, 11 insertions(+), 2 deletions(-)
 
283
 
3
284
commit 8edcfd7f0269c405ed8bf8d6a1705556189c0fed
4
285
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
5
286
Date:   Sat Apr 12 21:02:46 2014 -0300