~ubuntu-branches/ubuntu/wily/brasero/wily

« back to all changes in this revision

Viewing changes to src/burn-debug.c

  • Committer: Bazaar Package Importer
  • Author(s): Pedro Fragoso
  • Date: 2008-11-18 11:30:50 UTC
  • mfrom: (1.1.13 upstream)
  • Revision ID: james.westby@ubuntu.com-20081118113050-hoy0pi04uv7ww9d8
Tags: 0.8.3-0ubuntu1
* New upstream release (LP: #299411)
  - allow use of remote files
  - drives are now probed asynchronously and may not popup immediatly
    but brasero starts faster
  - some parts of GUI were revisited (in particular the burn
    option dialogs)
  - command line option for video projects (LP: #273140)
  - brasero crashed with SIGSEGV in g_main_context_dispatch()
    (LP: #281599)
  - Brasero main GUI appears after closing the dialog
    when opening an ISO file using Nautilus (LP: #242022)
  - brasero delete original files in VIDEO_TS folder (LP: #280835)
  - brasero crashed with SIGSEGV in 
    brasero_mkisofs_base_write_to_files() (LP: #275312)
  - brasero crashed with SIGSEGV in 
    brasero_project_save_project_as() (LP: #275086)
  - brasero crashed with SIGSEGV in 
    IA__g_sequence_iter_get_sequence() (LP: #282622)
  - brasero crashed with SIGSEGV in brasero_medium_get_drive()
    (LP: #283197)
  - Dialog contains a lot of empty space (LP: #190192)
 * debian/patches/008-add-gettext-domain-to-desktop-file.patch:
   - Dropped, we don't need this anymore
 * debian/control:
  - Add Build-deps on libeel2-dev and libnautilus-extension-dev
 * debian/brasero.install:
  - Install nautilus extension

Show diffs side-by-side

added added

removed removed

Lines of Context:
114
114
                strcat (buffer, "burnproof, ");
115
115
        if (flags & BRASERO_BURN_FLAG_NO_TMP_FILES)
116
116
                strcat (buffer, "no tmp file, ");
117
 
        if (flags & BRASERO_BURN_FLAG_DONT_CLEAN_OUTPUT)
118
 
                strcat (buffer, "clean output, ");
119
117
        if (flags & BRASERO_BURN_FLAG_DONT_OVERWRITE)
120
118
                strcat (buffer, "no overwrite, ");
121
119
        if (flags & BRASERO_BURN_FLAG_BLANK_BEFORE_WRITE)
178
176
                strcat (buffer, "DVD ");
179
177
 
180
178
        if (media & BRASERO_MEDIUM_RAM)
181
 
                strcat (buffer, "RAM");
 
179
                strcat (buffer, "RAM ");
182
180
 
183
181
        if (media & BRASERO_MEDIUM_BD)
184
182
                strcat (buffer, "BD ");
185
183
 
186
 
        if (media & BRASERO_MEDIUM_DVD_DL)
 
184
        if (media & BRASERO_MEDIUM_DUAL_L)
187
185
                strcat (buffer, "DL ");
188
186
 
189
187
        /* DVD subtypes */
199
197
        if (media & BRASERO_MEDIUM_JUMP)
200
198
                strcat (buffer, "- (jump) ");
201
199
 
 
200
        /* BD subtypes */
 
201
        if (media & BRASERO_MEDIUM_SRM)
 
202
                strcat (buffer, "SRM ");
 
203
 
 
204
        if (media & BRASERO_MEDIUM_POW)
 
205
                strcat (buffer, "POW ");
 
206
 
 
207
        if (media & BRASERO_MEDIUM_RANDOM)
 
208
                strcat (buffer, "RANDOM ");
 
209
 
202
210
        /* discs attributes */
203
211
        if (media & BRASERO_MEDIUM_REWRITABLE)
204
212
                strcat (buffer, "RW ");
260
268
                strcat (buffer, "JOLIET ");
261
269
        if (fs_type & BRASERO_IMAGE_FS_VIDEO)
262
270
                strcat (buffer, "VIDEO ");
 
271
        if (fs_type & BRASERO_IMAGE_ISO_FS_DEEP_DIRECTORY)
 
272
                strcat (buffer, "DEEP ");
263
273
}
264
274
 
265
275
static void