[brasero] Created tag BRASERO_2_29_1



The unsigned tag 'BRASERO_2_29_1' was created.

Tagger: Philippe Rouquier <bonfire-app wanadoo fr>
Date: Mon Oct 26 17:58:11 2009 +0100

    Tagged for 2.29.1 release

Changes since the last tag 'BRASERO_2_27_92':

A S Alam (1):
      Updating Translation for Punjabi by A S Alam

Adi Roiban (1):
      Updated Romanian translation

Ani (1):
      Updated Malayalam Translations

Aron Xu (3):
      Updated Simplified Chinese translation.
      Fixed LP: 379456 in master
      Fixed a small typo.

Astur (1):
      Added Asturian translation

Bruce Cowan (1):
      Updated British English translation

Claude Paroz (1):
      Updated French translation

Denis ARNAUD (1):
      Updated breton translation

Fran Diéguez (1):
      Updated Galician Translation

Gabor Kelemen (1):
      Updated Hungarian translation

Gintautas Miliauskas (1):
      Updated Lithuanian translation.

Joan Duran (1):
      Updated Catalan translation

Kostas Papadimas (2):
      Updated Greek translation.
      Updated Greek help translation.

Leonid Kanter (1):
      Updated Russian translation

Lucian Adrian Grijincu (1):
      Updated Romanian translation

Mads Lundby (2):
      Updated Danish translation
      Updated Danish translation

Matej UrbanÄ?iÄ? (1):
      Updated Slovenian translation

Maxim V. Dziumanenko (1):
      Added Ukrainian translation

Milo Casagrande (2):
      Updated Italian translation
      Updated Italian translation

Peteris Krisjanis (1):
      Updated Latvian translation.

Petr Kovar (1):
      Updated Czech help figures by Adrian Gunis

Philip Withnall (2):
      Updated British English translation
      Updated British English translation

Philippe Rouquier (206):
      Memleak
      Before blanking/formatting, check the size of the data to be written to avoid unnecessary blanking
      Fix debug message
      Improve probing thread termination
      Fix for #594417 -  crashed with SIGSEGV in g_type_instance_get_private()
      Fix #594336 -  Brasero audio CD creator fails to load FLAC/WAV files without file type name extensions
      Fix #594530 -  BRASERO_MEDIA_TYPE_ALL_BUT_FILE doesn't math ALL_BUT_FILE anymore
      Don't make the thread joinable if we won't use that.
      Don't drive to eject medium if we don't have a GDrive
      When writing to a pipe, set the pipe as non blocking
      Reworked and hopefully enhanced drive and medium probing code.
      Fix #594637 -  Fix incomplete function declaration
      Fix wrong patch that set libisofs non blocking
      Fix a couple of warnings
      Fix some more warnings that appeared on 64 archs
      Add WARN_CFLAGS
      Another warning
      Improved displaying of free space in the medium selector (sometimes we had "Not enough free space" as long as it wasn't selected)
      API doc
      Fix one more warning
      Fix potential data corruption when using libisofs and libdvdcss plugins
      Modified autogen.sh so it uses the proper variable for building docs
      Also initialize thread when starting libbrasero-media
      Specifically link against gthread-2.0 the two libraries and brasero as they call g_thread_init ()
      Re-add enable-gtk-doc to autogen.sh
      Remove executable flag on translation file
      Play 'complete-media-burn' event sound when finished burning CD
      Added more sound notifications:
      Added detection for number of channels and the rate in an audio stream
      Fix a crash when we try to download a missing gstreamer plugin through PK
      Detect wav files which have DTS inside
      Make three methods public
      Merge all the formats of stream type tracks
      Fix #349124 -  Bonfire transcodes DTS-Wav into normal stereo WAV
      Check the return value of gst_element_link* () and gst_pad_link () and take an appropriate course
      Changed occurences of "burnt" into "burned"
      Fix #595874 -  Use the multiplication sign for disc speed not "x"
      Fix #593206 -  CD/DVD copy options
      Fix for #594716 -  Use accessor functions instead direct access (use GSEAL GnomeGoal)
      Fix for #594716 -  Use accessor functions instead direct access (use GSEAL GnomeGoal)
      One more fix for #594716 -  Use accessor functions instead direct access (use GSEAL GnomeGoal)
      Fix #594092 -  Ambigous string
      Re-add a deprecated symbol but with a 0 value
      Add missing sentinel in g_object_set ()
      Instead of crashing when brasero_burn_library_start () has not been called, abort with an error message
      Remove headers for plugins and integrates their contents in the .c files
      Don't set DAO by default whenever it's supported to allow the user to leave the disc open
      Don't blank before when the user asked to merge
      Make sure all flags are not updated when merging session and a drive is reprobed after a burn
      Don't fail if a drive cannot be checksumed after a burn because a plugin cannot be found
      Small speed up
      Don't leak file descriptors
      Fix a data corruption when libisofs was used with for a dummy session
      Do not tell the user we're still simulating while burning for real
      Fix settings that were not remembered for multisession
      Fix libburn report progress when there are more than one track (like an audio disc)
      Make brasero choose the best medium available when a new one appears and the user has not set any specific medium
      Fix brasero_medium_monitor_get_media () that did not return some rewritable media as expected
      Reprobe the drive contents after every blank operation
      Don't show the dialog to add the contents of a directory when there is an error
      Don't try to make a snapshot of a video with a 0 len
      Don't display a file with a 0 length
      Return an error when a stream has a len of 0
      One more safety test not to get a negative value for the position in the stream
      Fix #596625 -  brasero crashed with SIGSEGV in brasero_track_data_cfg_add()
      Small memory leak
      Make sure that if the inside of a drive are being probed then if an eject request comes up we cancel the probe before trying to eject
      When we probed the inside of a drive and found a medium while we were already having one make sure we mark it as probed
      Don't leak the error if the creation of a checksum task fails
      Initialize two variables even if that should not be necessary
      Fix memory leak when loading saved data project
      Add a debug statement
      Use g_cond_timed_wait instead of sleep in thread to allow a more immediate thread cancellation
      Try harder to unmount volumes by retrying several times
      Unnecessary lines
      Add some more debug
      Postpone any probing while the drive is locked
      When BraseroBurn has to reprobe for a medium don't wait for it to show up use brasero_drive_probing () instead which is more reliable
      Allow a job to delay its start (when a drive is busy for example)
      Fix for progress reporting in libburn plugin
      Remove unneeded lines
      Update progress reporting
      Properly set the file node member is_2GiB when its size > 2GiB
      Another fix for progress report (introduced by latest patch)
      Some minor code enhancements
      Don't tell the user we are blanking formatting (which we actually are) his disc when we start recording a DVD+RW with libburn to avoid scaring him
      Fix a variable that could in rare situations be left uninitialized
      Make sure to set the label for the volume _after_ the former session has been imported or it get replaced
      Fix macro by adding parentheses around one of the argument wherever it was used.
      Remove dummy support from libburn plugin for CDs as it isn't well supported and tends to fail.
      Silenced a warning with GtkUIManager
      Forgotten file + cosmetic code change for readability
      Fix for a patch from gnome-2-28 branch that did not apply well
      Fix #597204 -  The items in the toolbar of the cover editor don't seem to have any tooltips
      Fix #596532 -  String fixes
      Fix #596532 -  String fixes
      Allow all characters to be part of Volume and Volset identifiers in the Primary Volume Descriptor
      API clarification
      Make two internal functions public
      Make some private functions public
      Remove unneeded code
      Let BraseroProcess derived plugins add a track of their own and if so don't automatically add one
      Fix #597584 -  make burning audio cds with brasero work
      Silence a warning
      Also test STREAM type (instead of just IMAGE type) when determining if a copy is possible with the same source and destination
      Allow BraseroBurnSession to store other output types than IMAGE type (like STREAM type)
      Make use of the new function brasero_burn_session_get_output_type ()
      Small fix for previous change
      Fix function setting output image settings that were not properly updating in some cases
      small change that adds an extra check
      Small code cleaning
      Small comments refactoring
      Small code refactoring
      Allow brasero_task_ctx_get_stored_tracks () to accept NULL argument
      Reworked the way a new track is automatically added after the process performs successfully
      Add the possibility to internally use more output types for files (that is something other from images, like audio)
      Remove useless code
      Add a new tag to be used internally by all cdrtools apps (particularly cdrecord and cdda2wav)
      Fix a build problem introduced by former change
      When in we are in the case of a drive used as source and destination during a copy, also search STREAM type when getting supported flags
      Fix wrong return value (harmless)
      Useless line removal
      Another attempt at improving ejection/unmounting
      Make sure we won't have a message saying CD-TEXT won't be copied when using cdda2wav
      Add cdda2wav plugin to the build
      Some more debugging around ejection and unmounting
      Speedup for disc copy (same source/destination) flag retrieval
      Silence a warning when exiting without having used an audio project
      Add cdda2wav plugin
      Fix forgotten unref that left BraseroBurnSession with one ref and therefore all temp files after a burning
      Remove the "View Log" button and the associated dialog as it was a bit too technical.
      Remove useless operation
      Check flags _before_ trying to create a task
      Remove useless lines
      Remove unneeded statement
      When we set a temporary output for a task then use that output and not the one from BraseroBurnSession to determine the supported flags
      Remove duplicate of function declaration
      Don't show the whole path of the selected image
      Change string "No available disc" to "No disc available" as native English speakers seem to prefer it
      Remove "There is no recordable disc inserted." as it was redundant.
      Instead of merely failing tell user when the disc can't be ejected and ask him to do it manually
      After ejection (or not) of the destination media return the result of the operation
      Also check whether the drive is probing when checking whether there is something inside
      when BraseroBurn objects go to sleep (waiting something), check the return value in case we were cancelled in the mean time
      Change a string
      Add a new function brasero_drive_is_locked ()
      Try to improve the code dealing with (un)locking, (un)mounting and ejection of media
      Add a new error code
      Make sure we won't keep reprobing drive
      Fix leaking of GDrive object
      Instead of waiting for the end of the probing thread cancel it if a new probe is required
      Set the progress bar to pulse while ejecting
      Don't let anything (except a final unref) interrupt the initial thread that initializes the drive capabilities
      Code refactoring
      Fix two strings
      Fix #598477 -  Don't say Brasero in the title bar when running as nautilus
      Updated POTFILES.in
      Don't use gtk_widget_show () on the dialog until it has been filled with contents.
      Reset the icon after a successful dummy burn
      Change the icon for the nautilus extension from brasero's one to nautilus' one
      Drop g_logv to display debug output as when included in some apps this would be filtered
      Bump the version number to 2.29.0
      While we ask for a reprobe of the drive contents, wait for it to be finished before going on
      Add a new Gconf key in the schema file for the new boolean allowing nautilus extension to output debug statements
      Fix the track type returned by brasero_burn_session_get_output_type () when it's an image
      Put some tests in a more appropriate place
      Avoid in rare cases (using valgrind mostly) to set error twice for GIO operations
      Set the icon on the right widget (not the contents but the window)
      When updating the GDrive object associated with the BraseroDrive make sure that priv->gdrive is properly set if gdrive is NULL and cancel any ongoing GIO operation
      Add an additional reference to GDrive or GVolume when doing an operation on them in case the GDrive or the GVolume object gets updated while waiting in the main loop
      Remove an unnecessary pause before checksuming
      When eject operation is cancelled with GDrive don't try to eject with a GVolume
      Fix #598306 -  brasero crashed with SIGSEGV in brasero_burn_session_set_image_output_full()
      Fix #597808 -  Crash when launching with -e option
      Fix #598055 -  Brasero says "Audio CD successfully burnt" after creating a video DVD
      Fix #598149 -  Remember volume title
      Fix #598908 -  data project: multiple file rename do not work
      Fix #598908 -  data project: multiple file rename do not work
      Removed unused function
      Removed some unused functions (and file in one case) from the build
      In our custom file chooser remove useless call as it is now done by default in the gtk file chooser
      Fixed a bunch of build warnings
      Don't leave add button greyed if GtkFileChooser dialog was cancelled
      Remember the two pane proportion inside all objects of type GtkFileChooser
      Don't store some settings with GConf anymore (like window size, position of widgets, ...) but in a new BraseroSetting object that saves and loads them to and from a GKeyFile
      Fix a crash on closing brasero that happened because some signals were emitted whereas we were destroying widgets
      Properly hide the preview widget
      Make preview display images again
      Some useless GConf key removed
      Don't display the sidebar combo box if there is only one item for data projects
      Silence a lot of warnings due to the fact that the *_get_type definition of objects did not include void
      Silence all warnings in brasero source (again some function declarations were missing void)
      Change the string "recordable disc" into "writable disc"
      Fix for #591443 -  Multi-session warning should tell about the "import" checkbox
      Revert a line that had been used for testing
      Fix for #581532 -  Image Burning Setup dialog needs counter
      Fix #599620 -  stray underline in button label
      Prevent potential warnings at runtime
      Fix uninitialized variable
      In the burn dialog split function responsible for setting title and content strings
      Time remaining should not be shown after closing of disc since it is 0
      Fix progress report when checksuming a burn
      Handle in a smoother way the possible cancelling of image type and size probing
      Show all image types when burning an image (not just the ones we can support according to the available plugins)
      Update NEWS file
      Update version number for release

Rajesh Ranjan (3):
      hindi update by Rajesh Ranjan
      hindi update by Rajesh Ranjan
      hindi update by Rajesh Ranjan

Rodrigo L. M. Flores (1):
      Updated Brazilian Portuguese translation

Runa Bhattacharjee (1):
      Updated Bengali India Translations

Shankar Prasad (1):
      Updated Kannada(kn) translation

Takayuki KUSANO (1):
      Updated Japanese translation

Tomasz Dominikowski (1):
      Updated Polish translation

Tommi Vainikainen (1):
      Updated Finnish translation

drtvasudevan (2):
      Updated Tamil translation
      Updated Tamil translation

krishnababu k (1):
      Updated Telugu Translation

è??è¿?强 (1):
      Add Simplified Chinese translation of brasero help.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]