~ubuntu-branches/ubuntu/lucid/brasero/lucid-updates

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Bazaar Package Importer
  • Author(s): Didier Roche
  • Date: 2010-06-24 11:22:46 UTC
  • mfrom: (1.3.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20100624112246-s5ubbf8tafqkir0m
Tags: 2.30.2-0ubuntu1
* New upstream release
  - Lot's of memleak fixes
  - Fixed a runtime warning related to cancelling tracker searches
  - Crash in brasero_data_project_node_removed at
    brasero-data-project.c:1163
  - brasero crashed with SIGSEGV in brasero_data_project_remove_node()
    (LP: #561319)
  - Fix a few runtime warnings with the Cover Editor
  - Text in cover editor does not show up automatically (LP: #469459)
  - Removed use of deprecated flags
  - Use accessor functions instead direct access (use GSEAL GnomeGoal)
  - Fix a bug in the layout on first start (side pane was hidden and
    remained so until the user moved it)
  - Save printer settings for cover printing
  - Write the contents of the GtkTextBuffer displayed line by displayed
    line which should improve the layout
  - "Write to Disc" button sensitivity regression
  - Fix flaw in mask that led libburn plugin not to work (not to be picked
    up actually) in some circumstances
  - Fails to burn ANY audio project
  - Move columns doesn't work (LP: #581759)
  - Brasero does not correctly handle double clicking on column separators
    (LP: #581885)
  - Bad info when burning, high CPU usage and slow burn
  - Change the priority for cdrdao and raised the one of cdda2wav plugin
  - brasero crashed with SIGSEGV in
    brasero_mmc3_get_performa nce_wrt_spd_desc() (LP: #564766)
  - brasero crashed with SIGSEGV in brasero_scsi_command_issue_sync()
    (LP: #444832)
  - Do not check for symlinks on cdda2wav so the plugin can use icedax.
  - Brasero's failure with some file names (LP: #380643)
  - Pressing create audio cd does nothing
  - Empty project not available
  - can't actually save error logs
  - doesn't handle incorrect temp dirs properly
  - Fix multi DND in GtkFileChooser
  - Displays "starting to record" during whole burn process
  - Fix wrong report of speed with both cdrecord and wodim
  - Disk project doesn't save the disk title (LP: #587924)
  - Brasero reports outdated cdrtools on cdrtools-3.00 (LP: #592075)
  - misc bug fixes
  - Updated Translations
* Removed upstream patches:
  - debian/patches/90_git_audio_project_creation.patch,
    debian/patches/91_git_audio_project_creation.patch,
    debian/patches/92_git_audio_cd_recording.patch,
    debian/patches/93_git_new_caps_function_definition.patch
* debian/patches/99_autoconf.patch:
  - refreshed

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# Generated by Makefile. Do not edit.
2
2
 
 
3
commit 768377f3eb3459e758745f13086ec140871080be
 
4
Author: Luis Medinas <lmedinas@gnome.org>
 
5
Date:   Tue Jun 22 00:11:50 2010 +0000
 
6
 
 
7
    Update NEWS for 2.30.2 release
 
8
 
 
9
 NEWS |   56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 
10
 1 files changed, 56 insertions(+), 0 deletions(-)
 
11
 
 
12
commit b6a317baf79d9ed0f253c1f76d933328f72a20f5
 
13
Author: Luis Medinas <lmedinas@gnome.org>
 
14
Date:   Mon Jun 21 23:59:35 2010 +0000
 
15
 
 
16
    Bump to 2.30.2 release
 
17
 
 
18
 configure.in |    4 ++--
 
19
 1 files changed, 2 insertions(+), 2 deletions(-)
 
20
 
 
21
commit fcc83d3f2eb40ad31bffb8da25ba3c2fb598ed79
 
22
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
 
23
Date:   Sat Jun 19 23:02:54 2010 +0200
 
24
 
 
25
    Minor fix for some drives when retrieving speeds through page 2A
 
26
 
 
27
 libbrasero-media/brasero-medium.c |    5 +++++
 
28
 1 files changed, 5 insertions(+), 0 deletions(-)
 
29
 
 
30
commit 38ba4763a734cb0089cadfb78334c86d7e410b54
 
31
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
 
32
Date:   Wed Jun 9 03:54:14 2010 +0200
 
33
 
 
34
    Fix a problem with GConf key path
 
35
 
 
36
 data/brasero.schemas.in |    2 +-
 
37
 1 files changed, 1 insertions(+), 1 deletions(-)
 
38
 
 
39
commit ea3e0c4b478b8eb678c71589b71da3c781fecb9b
 
40
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
 
41
Date:   Sat Jun 19 22:42:26 2010 +0200
 
42
 
 
43
    Handle the case where despite our locking the medium, the user manages to eject it while the option dialog is showing
 
44
 
 
45
 src/brasero-project.c |   17 +++++++++++++++++
 
46
 1 files changed, 17 insertions(+), 0 deletions(-)
 
47
 
 
48
commit 9649a737619849f7816ed7154338462dc65bd28e
 
49
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
 
50
Date:   Fri Jun 11 21:40:02 2010 +0200
 
51
 
 
52
    Fix #621243  - Brasero reports outdated cdrtools on cdrtools-3.00
 
53
    Fix how we parse strings from cdrecord --version to support new version
 
54
 
 
55
 plugins/cdrtools/burn-cdda2wav.c |    4 ++--
 
56
 plugins/cdrtools/burn-cdrecord.c |    4 ++--
 
57
 plugins/cdrtools/burn-mkisofs.c  |    4 ++--
 
58
 plugins/cdrtools/burn-readcd.c   |    4 ++--
 
59
 4 files changed, 8 insertions(+), 8 deletions(-)
 
60
 
 
61
commit cf199a67b529564acb85bec94f917590d84d28fc
 
62
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
 
63
Date:   Mon Jun 7 15:23:52 2010 +0200
 
64
 
 
65
    Improved handling of very short SVCDs
 
66
    Retry getting TOC several time when there are no errors but a 0 size
 
67
    Test READCD before actually using it to read TDBs not to lock for 3 seconds
 
68
    Some cosmetic code change
 
69
 
 
70
 libbrasero-burn/brasero-src-selection.c |   11 +++-----
 
71
 libbrasero-media/brasero-medium.c       |   42 ++++++++++++++++++++++++++----
 
72
 libbrasero-media/scsi-error.h           |    3 +-
 
73
 3 files changed, 42 insertions(+), 14 deletions(-)
 
74
 
 
75
commit a772d960e6e8eaedc50469f3271e6d2a5e84c854
 
76
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
 
77
Date:   Sat Jun 5 17:36:01 2010 +0200
 
78
 
 
79
    Fix #620589  - Disk project doesn't save the disk title
 
80
 
 
81
 src/brasero-project-name.c |    9 ++++++++-
 
82
 1 files changed, 8 insertions(+), 1 deletions(-)
 
83
 
 
84
commit 1e1f029ebb46723ede91f12f0f4884ae3e9de26c
 
85
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
 
86
Date:   Sat Jun 5 15:57:15 2010 +0200
 
87
 
 
88
    Fix wrong report of speed with both cdrecord and wodim
 
89
 
 
90
 plugins/cdrkit/burn-wodim.c      |   43 +++++++++++++++++++++++++------------
 
91
 plugins/cdrtools/burn-cdrecord.c |   42 +++++++++++++++++++++++++-----------
 
92
 2 files changed, 58 insertions(+), 27 deletions(-)
 
93
 
 
94
commit 34f03d31edf6da71366595423f40bff00eda7919
 
95
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
 
96
Date:   Sat Jun 5 15:19:40 2010 +0200
 
97
 
 
98
    Fix #615959  - Displays "starting to record" during whole burn process
 
99
    It seems that is some unseen circumstances, cdrecord and wodim returns another string which prevented proper parsing of progress, ...
 
100
 
 
101
 plugins/cdrkit/burn-wodim.c      |    7 ++++++-
 
102
 plugins/cdrtools/burn-cdrecord.c |    7 ++++++-
 
103
 2 files changed, 12 insertions(+), 2 deletions(-)
 
104
 
 
105
commit ea9fc36a4d47929d3942923834f2315cba592dad
 
106
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
 
107
Date:   Mon May 24 23:39:33 2010 +0200
 
108
 
 
109
    Second fix  for #613986  - Pressing create audio cd does nothing
 
110
 
 
111
 src/main.c |   10 ++++------
 
112
 1 files changed, 4 insertions(+), 6 deletions(-)
 
113
 
 
114
commit 7f499b47c4e128ddf9c3f4e2fecaf98a39735436
 
115
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
 
116
Date:   Mon May 24 23:19:56 2010 +0200
 
117
 
 
118
    Make sure priv->probe is NULL before the MEDIUM_PROBED_SIGNAL is fired.
 
119
    Otherwise a callback for the signal would get TRUE for brasero_medium_is_probing ().
 
120
 
 
121
 libbrasero-burn/brasero-session-cfg.c |    5 +++--
 
122
 libbrasero-media/brasero-medium.c     |    2 +-
 
123
 2 files changed, 4 insertions(+), 3 deletions(-)
 
124
 
 
125
commit 6cdc7a729fc898732a000369fff663668e4528c1
 
126
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
 
127
Date:   Mon May 24 11:54:47 2010 +0200
 
128
 
 
129
    Correctly remember temporary directory
 
130
 
 
131
 libbrasero-burn/brasero-drive-properties.c |   20 +++++-----
 
132
 libbrasero-burn/brasero-session-cfg.c      |    7 ----
 
133
 libbrasero-burn/brasero-session.c          |   53 +++++++++++++++++++---------
 
134
 3 files changed, 46 insertions(+), 34 deletions(-)
 
135
 
 
136
commit c3a8ebc13c86922f46ccde489876b15d436b88e2
 
137
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
 
138
Date:   Mon May 24 11:14:19 2010 +0200
 
139
 
 
140
    Fix a double free of setting value which could lead to a crash
 
141
 
 
142
 src/brasero-layout.c |    5 ++---
 
143
 1 files changed, 2 insertions(+), 3 deletions(-)
 
144
 
 
145
commit de2da5710d290f0edd244cb77db85f0f7cedb3e0
 
146
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
 
147
Date:   Mon May 24 17:52:44 2010 +0200
 
148
 
 
149
    Fix multi DND in GtkFileChooser
 
150
    It had stopped working due to recent changes in above widget.
 
151
    It also fix a warning that appears in valgrind as an invalid read so it could be a candidate to fix #612834
 
152
 
 
153
 src/brasero-file-chooser.c |   37 +++++++++++++++++++++++++++++++++++--
 
154
 src/brasero-multi-dnd.c    |   26 +++++++++++---------------
 
155
 src/brasero-multi-dnd.h    |    3 +++
 
156
 src/eggtreemultidnd.c      |   35 +++++++++++++++++++++++++++++++----
 
157
 4 files changed, 80 insertions(+), 21 deletions(-)
 
158
 
 
159
commit a549c6d38e9d01810b81ab53cf5715d5a0af66ed
 
160
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
 
161
Date:   Sat May 22 22:37:52 2010 +0200
 
162
 
 
163
    Fix #619366  - can't actually save error logs
 
164
    Fix #619368  - doesn't handle incorrect temp dirs properly
 
165
    Both bugs stem from the same problem: the absence of proper temporary directory.
 
166
    Now brasero asks the user for a new one.
 
167
    As for the log file it is saved in /tmp if the one given is not correct.
 
168
    Use open/write/close instead of fopen/fwrite/fclose to have atomicity and synchronization
 
169
 
 
170
 libbrasero-burn/brasero-burn-dialog.c    |   16 ++++-
 
171
 libbrasero-burn/brasero-burn.c           |    3 +-
 
172
 libbrasero-burn/brasero-error.h          |    4 +-
 
173
 libbrasero-burn/brasero-session-helper.h |    3 -
 
174
 libbrasero-burn/brasero-session.c        |  100 ++++++++++++++----------------
 
175
 5 files changed, 63 insertions(+), 63 deletions(-)
 
176
 
 
177
commit 7aa9e4537e20b6be1b2635824059c74586352e28
 
178
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
 
179
Date:   Sat May 22 18:16:35 2010 +0200
 
180
 
 
181
    When importing a session if a user chose to keep a file in his selection, the button was not updated properly. Fix this.
 
182
    It could lead to a crash sometimes.
 
183
 
 
184
 libbrasero-burn/brasero-data-session.c |   29 +++++++++++++++++++++--------
 
185
 1 files changed, 21 insertions(+), 8 deletions(-)
 
186
 
 
187
commit 9372fb5dc5402408f52cce0ee7ff56a70d179543
 
188
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
 
189
Date:   Sat May 22 17:38:38 2010 +0200
 
190
 
 
191
    Fix #602854  - Empty project not available
 
192
    Update control after any burn operation
 
193
 
 
194
 src/brasero-project.c |    4 ++--
 
195
 1 files changed, 2 insertions(+), 2 deletions(-)
 
196
 
 
197
commit d99ca44ea3af5d658dfbfb057435addbe9079e43
 
198
Author: Timo Jyrinki <timo.jyrinki@iki.fi>
 
199
Date:   Fri May 21 21:38:59 2010 +0300
 
200
 
 
201
    Add Finnish help translation by Jukka Heikkilä.
 
202
 
 
203
 help/Makefile.am                 |    2 +-
 
204
 help/fi/fi.po                    | 1114 ++++++++++++++++++++++++++++++++++++++
 
205
 help/fi/figures/brasero_main.png |  Bin 0 -> 73729 bytes
 
206
 3 files changed, 1115 insertions(+), 1 deletions(-)
 
207
 
 
208
commit 70402c22ff09a5820872fe1d701c61b805b85966
 
209
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
 
210
Date:   Fri May 21 22:17:36 2010 +0200
 
211
 
 
212
    Fix #613986  - Pressing create audio cd does nothing
 
213
 
 
214
 src/main.c |    6 ++++--
 
215
 1 files changed, 4 insertions(+), 2 deletions(-)
 
216
 
 
217
commit 502cacf7ec63d72f7123443c9c819f777b1a4d17
 
218
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
 
219
Date:   Fri May 21 13:31:27 2010 +0200
 
220
 
 
221
    Do not ask for a disc with a 0 size when replacing a disc
 
222
 
 
223
 libbrasero-burn/brasero-burn-dialog.c |    8 ++++----
 
224
 1 files changed, 4 insertions(+), 4 deletions(-)
 
225
 
 
226
commit 30b4c9848376fa4196c3151807cbc6e48485817f
 
227
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
 
228
Date:   Fri May 21 13:27:33 2010 +0200
 
229
 
 
230
    Do not use int value in a g_signal_emit when a long is expected
 
231
 
 
232
 libbrasero-burn/brasero-burn.c |    2 +-
 
233
 1 files changed, 1 insertions(+), 1 deletions(-)
 
234
 
 
235
commit 3d8855c04b81d7d2b25458c9922a41c50aecaa11
 
236
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
 
237
Date:   Fri May 21 13:26:13 2010 +0200
 
238
 
 
239
    Actually retry to burn the disc if the user replaced it after a disc too small error
 
240
 
 
241
 libbrasero-burn/brasero-burn.c |   10 +++++++---
 
242
 1 files changed, 7 insertions(+), 3 deletions(-)
 
243
 
 
244
commit 6221e9b4da7284a22796cdf85885b0d2df4e3f90
 
245
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
 
246
Date:   Fri May 21 12:16:34 2010 +0200
 
247
 
 
248
    Fix #598145  - Brasero's failure with some file names
 
249
    Raise libisofs and mkisofs priority (libisofs is now the highest in its category) so they will be used instead of genisoimage
 
250
 
 
251
 plugins/cdrtools/burn-mkisofs.c   |    2 +-
 
252
 plugins/libburnia/burn-libisofs.c |    2 +-
 
253
 2 files changed, 2 insertions(+), 2 deletions(-)
 
254
 
 
255
commit c0a6bc24028f8c6cb4e425447cb1bc36bbc9188b
 
256
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
 
257
Date:   Fri May 21 11:49:36 2010 +0200
 
258
 
 
259
    Do not check for symlinks on cdda2wav so the plugin can use icedax.
 
260
 
 
261
 plugins/cdrtools/burn-cdda2wav.c |   26 ++++++++++++++++++++++++++
 
262
 1 files changed, 26 insertions(+), 0 deletions(-)
 
263
 
 
264
commit 1e071b602b50ff0e16b33d8b58037a80369f96f5
 
265
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
 
266
Date:   Thu May 20 00:42:44 2010 +0200
 
267
 
 
268
    Fix #597694  - brasero crashed with SIGSEGV in brasero_scsi_command_issue_sync()
 
269
    Fix the few places where we did not check for the value returned by brasero_device_handle_open () which can be NULL
 
270
    Additionally add checks for NULL handle in every function that take one as an argument
 
271
 
 
272
 libbrasero-burn/brasero-data-session.c             |   15 +++++++++++++++
 
273
 libbrasero-media/burn-volume-source.c              |    2 ++
 
274
 libbrasero-media/scsi-get-configuration.c          |    2 ++
 
275
 libbrasero-media/scsi-get-performance.c            |    2 ++
 
276
 libbrasero-media/scsi-inquiry.c                    |    4 ++++
 
277
 libbrasero-media/scsi-mech-status.c                |    2 ++
 
278
 libbrasero-media/scsi-mode-select.c                |    2 ++
 
279
 libbrasero-media/scsi-mode-sense.c                 |    2 ++
 
280
 .../scsi-prevent-allow-medium-removal.c            |    2 ++
 
281
 libbrasero-media/scsi-read-capacity.c              |    2 ++
 
282
 libbrasero-media/scsi-read-cd.c                    |    2 ++
 
283
 libbrasero-media/scsi-read-disc-info.c             |    2 ++
 
284
 libbrasero-media/scsi-read-disc-structure.c        |    2 ++
 
285
 libbrasero-media/scsi-read-format-capacities.c     |    2 ++
 
286
 libbrasero-media/scsi-read-toc-pma-atip.c          |    8 ++++++++
 
287
 libbrasero-media/scsi-read-track-information.c     |    2 ++
 
288
 libbrasero-media/scsi-read10.c                     |    2 ++
 
289
 libbrasero-media/scsi-sg.c                         |    4 ++++
 
290
 libbrasero-media/scsi-test-unit-ready.c            |    2 ++
 
291
 plugins/checksum/burn-checksum-files.c             |    5 +++++
 
292
 20 files changed, 66 insertions(+), 0 deletions(-)
 
293
 
 
294
commit 7418455aa2561d79660a5abd45195373c372a8c8
 
295
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
 
296
Date:   Wed May 19 23:53:06 2010 +0200
 
297
 
 
298
    Fix for #615988  - brasero crashed with SIGSEGV in brasero_mmc3_get_performance_wrt_spd_desc()
 
299
 
 
300
 libbrasero-media/scsi-get-performance.c |   34 +++++++++++++++++-------------
 
301
 1 files changed, 19 insertions(+), 15 deletions(-)
 
302
 
 
303
commit a5734da27ce47bc16e7694ea10cfae6769b4af24
 
304
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
 
305
Date:   Tue May 18 23:40:18 2010 +0200
 
306
 
 
307
    Change the priority for cdrdao and raised the one of cdda2wav plugin
 
308
    Cdrdao cannot reliably write CD-TEXT and therefore when copying audio CDs cdda2wav/cdrecord is more efficient
 
309
    This also makes the combination cdrdao/audio2cue/transcode a last resort, when wodim/cdrecord/libburn cannot be found
 
310
    This does not change much for Data CDs as cdrdao is pretty much as efficient as wodim/readom
 
311
    The only case where cdrdao will remain a priority is when copying a CD with two drives
 
312
 
 
313
 plugins/cdrdao/burn-cdrdao.c     |    2 +-
 
314
 plugins/cdrtools/burn-cdda2wav.c |    2 +-
 
315
 2 files changed, 2 insertions(+), 2 deletions(-)
 
316
 
 
317
commit cb346b5f330c50bc5260db3c7507c988fe7ac480
 
318
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
 
319
Date:   Tue May 18 23:33:17 2010 +0200
 
320
 
 
321
    Rework logic of plugin picking
 
322
    Do not alway give priority to a plugin that accept input; see if there are other paths with modifier plugin and if so use these paths instead.
 
323
    Also fix a crash when trying to create checksum task (from previous rework of the same logic)
 
324
 
 
325
 libbrasero-burn/brasero-caps-burn.c |  235 +++++++++++++++++++++--------------
 
326
 1 files changed, 144 insertions(+), 91 deletions(-)
 
327
 
 
328
commit 69b80c501ae4f8fb8a0932d89ffce5db126e0200
 
329
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
 
330
Date:   Tue May 18 23:31:01 2010 +0200
 
331
 
 
332
    This plugin should not run after source track has been processed, it can only run before
 
333
 
 
334
 plugins/checksum/burn-checksum-files.c |    8 +++-----
 
335
 1 files changed, 3 insertions(+), 5 deletions(-)
 
336
 
 
337
commit 24d9435aa7f085553e41b990590ff7bba5dce5f9
 
338
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
 
339
Date:   Tue May 18 23:30:11 2010 +0200
 
340
 
 
341
    Fix #618942  - Bad info when burning, high CPU usage and slow burn
 
342
    When a plugin is piping data to growisofs do not try to get size of data
 
343
 
 
344
 plugins/growisofs/burn-growisofs.c |    6 ++++++
 
345
 1 files changed, 6 insertions(+), 0 deletions(-)
 
346
 
 
347
commit 8933defeeb3ace3338d8e2c22464dcf8c44f207d
 
348
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
 
349
Date:   Tue May 18 23:28:16 2010 +0200
 
350
 
 
351
    Avoid having time remaining set as a weird value
 
352
    Use long values for g_signal_emit ()
 
353
 
 
354
 libbrasero-burn/brasero-burn.c |    8 ++++----
 
355
 1 files changed, 4 insertions(+), 4 deletions(-)
 
356
 
 
357
commit 01c9f9c23c84b16e8f86712a45d435fa9dc840a7
 
358
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
 
359
Date:   Tue May 18 11:40:04 2010 +0200
 
360
 
 
361
    Fix #618917  - Brasero does not correctly handle double clicking on column separators
 
362
 
 
363
 src/brasero-audio-disc.c |   10 ++++++++--
 
364
 src/brasero-data-disc.c  |    5 +++++
 
365
 src/brasero-video-disc.c |    5 +++++
 
366
 3 files changed, 18 insertions(+), 2 deletions(-)
 
367
 
 
368
commit 97595ad2a614c960272a3e33ac98f248197ea5dd
 
369
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
 
370
Date:   Tue May 18 11:20:24 2010 +0200
 
371
 
 
372
    Fix #564411  - Move columns doesn't work
 
373
 
 
374
 src/brasero-audio-disc.c |   20 +++++++-------------
 
375
 1 files changed, 7 insertions(+), 13 deletions(-)
 
376
 
 
377
commit bf0450fdaa1a7db42fb1028b518e7556138bf22e
 
378
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
 
379
Date:   Sat May 15 22:55:26 2010 +0200
 
380
 
 
381
    Some more fixes for #617494  - Fails to burn ANY audio project
 
382
    Improve the respect in case of concurrency between two plugins
 
383
 
 
384
 libbrasero-burn/brasero-caps-burn.c |  305 ++++++++++++++++++++--------------
 
385
 1 files changed, 179 insertions(+), 126 deletions(-)
 
386
 
 
387
commit 58e70e4c81a6fd3436be68af0c39fbcf44fd867d
 
388
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
 
389
Date:   Sat May 15 22:46:32 2010 +0200
 
390
 
 
391
    Fix memleaks
 
392
 
 
393
 plugins/transcode/burn-transcode.c |    5 ++++-
 
394
 1 files changed, 4 insertions(+), 1 deletions(-)
 
395
 
 
396
commit 044b5a5593cfac01731eafdb0371ca376369539f
 
397
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
 
398
Date:   Sat May 15 18:08:07 2010 +0200
 
399
 
 
400
    Fix #617494  - Fails to burn ANY audio project (part 1)
 
401
    Make sure the DAO flag will be set as compulsory when the input for a recording plugin is CUE, CLONE or such
 
402
 
 
403
 libbrasero-burn/brasero-caps-session.c |   96 ++++++++++++++++++++------------
 
404
 1 files changed, 61 insertions(+), 35 deletions(-)
 
405
 
 
406
commit efc2d3b5f40c727f4eef433d4125a232201cac2a
 
407
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
 
408
Date:   Sat May 15 18:04:07 2010 +0200
 
409
 
 
410
    Introduces a function to check flags according to input for a recording link
 
411
 
 
412
 libbrasero-burn/burn-caps.c |   23 +++++++++++++++++++++++
 
413
 libbrasero-burn/burn-caps.h |    4 ++++
 
414
 2 files changed, 27 insertions(+), 0 deletions(-)
 
415
 
 
416
commit 416ea1905d03924fd1738ff9c7277d2b39cdfc10
 
417
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
 
418
Date:   Sat May 15 18:01:28 2010 +0200
 
419
 
 
420
    Fix flaw in mask that led libburn plugin not to work (not to be picked up actually) in some circumstances
 
421
 
 
422
 libbrasero-burn/brasero-enums.h |    2 +-
 
423
 1 files changed, 1 insertions(+), 1 deletions(-)
 
424
 
 
425
commit 59af2a9c7fb00c508ebc1cad3d15290bc4d2f776
 
426
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
 
427
Date:   Sat May 15 17:10:05 2010 +0200
 
428
 
 
429
     Fix part of 617831  - "Write to Disc" button sensitivity regression
 
430
    Also write the name of applications with a symbolic link in the dialog appearing to require the installation of some apps or libs
 
431
 
 
432
 libbrasero-burn/brasero-burn-options.c |    7 +++++--
 
433
 libbrasero-burn/brasero-burn.c         |    7 +++++--
 
434
 src/brasero-project.c                  |    7 +++++--
 
435
 3 files changed, 15 insertions(+), 6 deletions(-)
 
436
 
 
437
commit dc31f65f3f4f40be3198532e70361f1e75cf047c
 
438
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
 
439
Date:   Fri May 14 11:50:41 2010 +0200
 
440
 
 
441
    Write the contents of the GtkTextBuffer displayed line by displayed line which should improve the layout
 
442
 
 
443
 libbrasero-utils/brasero-jacket-buffer.c |    2 +-
 
444
 libbrasero-utils/brasero-jacket-view.c   |   97 +++++++++++++----------------
 
445
 2 files changed, 45 insertions(+), 54 deletions(-)
 
446
 
 
447
commit 325b67e98d1d1671d017477bf69d57d007db6bcf
 
448
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
 
449
Date:   Thu May 13 22:28:26 2010 +0200
 
450
 
 
451
    Save printer settings for cover printing
 
452
 
 
453
 libbrasero-utils/brasero-jacket-edit.c |   16 ++++++++++++++++
 
454
 1 files changed, 16 insertions(+), 0 deletions(-)
 
455
 
 
456
commit ede1fded3dfe53b008b4ad681fd4d2621ef50a10
 
457
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
 
458
Date:   Thu May 13 20:09:21 2010 +0200
 
459
 
 
460
    Fix a bug in the layout on first start (side pane was hidden and remained so until the user moved it)
 
461
 
 
462
 src/brasero-file-chooser.c |   13 ++++++-------
 
463
 src/brasero-layout.c       |   13 ++++++++-----
 
464
 src/brasero-setting.c      |   38 ++++++++++++++++++++++++++------------
 
465
 3 files changed, 40 insertions(+), 24 deletions(-)
 
466
 
 
467
commit c11bf3dc8e0cbd799d83bb6aac6efea7bbcfa0d5
 
468
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
 
469
Date:   Thu May 13 19:29:33 2010 +0200
 
470
 
 
471
    Clean up some weird code
 
472
 
 
473
 src/brasero-setting.c |    9 ++++-----
 
474
 1 files changed, 4 insertions(+), 5 deletions(-)
 
475
 
 
476
commit f972f185b7044248a351fa957c8e39e2b227a0bd
 
477
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
 
478
Date:   Thu May 13 19:22:38 2010 +0200
 
479
 
 
480
    Code cleanup and try to improve the WYSIWYG aspect
 
481
 
 
482
 libbrasero-utils/brasero-jacket-buffer.c |    2 +-
 
483
 libbrasero-utils/brasero-jacket-view.c   |  334 ++++++++++++------------------
 
484
 libbrasero-utils/brasero-jacket-view.h   |    3 -
 
485
 3 files changed, 134 insertions(+), 205 deletions(-)
 
486
 
 
487
commit 4e383b1f6d85cb4b348f69f563f0204880867f61
 
488
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
 
489
Date:   Wed May 12 16:11:15 2010 +0200
 
490
 
 
491
    Make the drawing of lines crisper and sharper
 
492
 
 
493
 libbrasero-utils/brasero-jacket-edit.c |    4 +-
 
494
 libbrasero-utils/brasero-jacket-view.c |   99 ++++++++++++++++++--------------
 
495
 libbrasero-utils/brasero-jacket-view.h |   16 +++---
 
496
 3 files changed, 66 insertions(+), 53 deletions(-)
 
497
 
 
498
commit 921d6f1cf50e90649463683947bfc4c63658103d
 
499
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
 
500
Date:   Wed May 12 11:18:53 2010 +0200
 
501
 
 
502
    Some more (hopefully the last ones) bits to fix any GSEAL enabled compilation
 
503
 
 
504
 src/brasero-search-entry.c |   11 ++++++-----
 
505
 src/brasero-search.c       |    4 ++--
 
506
 2 files changed, 8 insertions(+), 7 deletions(-)
 
507
 
 
508
commit 08df92d477fd520626dd53032cddc78680e77638
 
509
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
 
510
Date:   Tue May 11 22:54:46 2010 +0200
 
511
 
 
512
    Fix memleak
 
513
 
 
514
 libbrasero-utils/brasero-jacket-buffer.c |    6 +++++-
 
515
 1 files changed, 5 insertions(+), 1 deletions(-)
 
516
 
 
517
commit 3d66fe673c3b253dffe2a4a73228edca12fee296
 
518
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
 
519
Date:   Tue May 11 22:52:38 2010 +0200
 
520
 
 
521
    Fix one of the last remaining bits for #594716  - Use accessor functions instead direct access (use GSEAL GnomeGoal)
 
522
 
 
523
 libbrasero-utils/brasero-jacket-buffer.c |  333 +++++++++++++++++++-----------
 
524
 1 files changed, 210 insertions(+), 123 deletions(-)
 
525
 
 
526
commit df00ee8fc9f7dd6e08af74713e46dd1e020d2a74
 
527
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
 
528
Date:   Tue May 11 19:02:54 2010 +0200
 
529
 
 
530
    Fix part of 594716  - Use accessor functions instead direct access (use GSEAL GnomeGoal)
 
531
    Remove use of sealed parts of GtkTextView
 
532
 
 
533
 libbrasero-utils/brasero-jacket-view.c |   10 ----------
 
534
 1 files changed, 0 insertions(+), 10 deletions(-)
 
535
 
 
536
commit c0d173163228b10e85713384f82743af7f0f0c36
 
537
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
 
538
Date:   Tue May 11 18:57:42 2010 +0200
 
539
 
 
540
    Removed use of deprecated flags
 
541
 
 
542
 libbrasero-utils/brasero-jacket-view.c |    3 ++-
 
543
 src/brasero-player-bacon.c             |    2 +-
 
544
 2 files changed, 3 insertions(+), 2 deletions(-)
 
545
 
 
546
commit a4fe9f17d1ea9f440970be9dd2f70fb732fed83c
 
547
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
 
548
Date:   Tue May 11 18:48:43 2010 +0200
 
549
 
 
550
    Fix #590648  - Text in cover editor does not show up automatically
 
551
 
 
552
 libbrasero-utils/brasero-jacket-view.c |   46 +++++++++++++++++++++++--------
 
553
 1 files changed, 34 insertions(+), 12 deletions(-)
 
554
 
 
555
commit 27c0e975e94dd847778099c6e47259d0857fbad6
 
556
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
 
557
Date:   Tue May 11 11:16:16 2010 +0200
 
558
 
 
559
    Fix a few runtime warnings with the Cover Editor
 
560
 
 
561
 libbrasero-utils/brasero-jacket-view.c       |    4 ++--
 
562
 libbrasero-utils/brasero-tool-color-picker.c |   11 +++--------
 
563
 2 files changed, 5 insertions(+), 10 deletions(-)
 
564
 
 
565
commit 15eda787ca5eb0cd2f1d112bb762a37990d8daad
 
566
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
 
567
Date:   Tue May 11 01:09:07 2010 +0200
 
568
 
 
569
    Fix #615526  - brasero crashed with SIGSEGV in brasero_data_project_remove_node()
 
570
    Improve code to handle NULL parameters
 
571
 
 
572
 libbrasero-burn/brasero-track-data-cfg.c |    3 ++
 
573
 src/brasero-data-disc.c                  |   43 +++++++++++++++++++++++++----
 
574
 2 files changed, 40 insertions(+), 6 deletions(-)
 
575
 
 
576
commit b666f4976ac5efa3011f348074e04f621ca38c22
 
577
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
 
578
Date:   Tue May 11 00:19:16 2010 +0200
 
579
 
 
580
    Fix part of 616935  - Crash in brasero_data_project_node_removed at brasero-data-project.c:1163
 
581
    This fixes the use of Tracker
 
582
 
 
583
 src/brasero-search-engine.h  |    2 +-
 
584
 src/brasero-search-tracker.c |   18 ++++++++++--------
 
585
 2 files changed, 11 insertions(+), 9 deletions(-)
 
586
 
 
587
commit 88c1ec285e004ae3549f13df2c7e60b13bd96da8
 
588
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
 
589
Date:   Mon May 10 22:57:27 2010 +0200
 
590
 
 
591
    Fixed a runtime warning related to cancelling tracker searches
 
592
 
 
593
 src/brasero-search-tracker.c |   13 ++++++++-----
 
594
 1 files changed, 8 insertions(+), 5 deletions(-)
 
595
 
 
596
commit 7442c42464dfb1dbc81096ee293a892cb20b72f1
 
597
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
 
598
Date:   Mon May 10 22:18:24 2010 +0200
 
599
 
 
600
    Silenced a few warnings
 
601
 
 
602
 libbrasero-burn/brasero-burn-dialog.c |    6 +++---
 
603
 src/brasero-uri-container.c           |    6 +++---
 
604
 2 files changed, 6 insertions(+), 6 deletions(-)
 
605
 
 
606
commit e6ed91f5e466eeb8444a1b9af8c3e38a530c1c94
 
607
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
 
608
Date:   Mon May 10 18:23:39 2010 +0200
 
609
 
 
610
    Fix memleak
 
611
 
 
612
 src/brasero-mime-filter.c |    3 ++-
 
613
 1 files changed, 2 insertions(+), 1 deletions(-)
 
614
 
 
615
commit c9a31a98fc7a7255ffbe192692b6b903822779c0
 
616
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
 
617
Date:   Mon May 10 18:18:13 2010 +0200
 
618
 
 
619
    Fix memleak
 
620
 
 
621
 src/brasero-search.c |    5 +++--
 
622
 1 files changed, 3 insertions(+), 2 deletions(-)
 
623
 
 
624
commit 046491d16f4fb7fe91052775b17f537a96c985e9
 
625
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
 
626
Date:   Mon May 10 15:19:59 2010 +0200
 
627
 
 
628
    Fix memory leak
 
629
 
 
630
 src/brasero-search-entry.c |    5 ++++-
 
631
 1 files changed, 4 insertions(+), 1 deletions(-)
 
632
 
 
633
commit eeda77947fb711ec270f6e568c43cabb6343afb8
 
634
Author: Torstein Adolf Winterseth <kvikende@fsfe.org>
 
635
Date:   Sat May 1 08:49:25 2010 +0200
 
636
 
 
637
    Added Norwegian Nynorsk translation
 
638
 
 
639
 po/LINGUAS |    1 +
 
640
 po/nn.po   | 4975 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 
641
 2 files changed, 4976 insertions(+), 0 deletions(-)
 
642
 
 
643
commit b66361290411a3dc200b4e60372c8df6b488a6a7
 
644
Author: Kenneth Nielsen <k.nielsen81@gmail.com>
 
645
Date:   Tue Apr 27 21:46:39 2010 +0200
 
646
 
 
647
    Updated Danish translation
 
648
 
 
649
 po/da.po |  164 +++++++++++++++++++++++++++++++-------------------------------
 
650
 1 files changed, 82 insertions(+), 82 deletions(-)
 
651
 
3
652
commit 23b0a015d081229bd322a356e533c517df3f7311
4
653
Author: Luis Medinas <lmedinas@gnome.org>
5
654
Date:   Tue Apr 27 00:21:19 2010 +0100