[brasero: 18/18] 2009-05-04 Philippe Rouquier <bonfire-app wanadoo fr>



commit af351c7385d8cb0bd5d2fc2d7ce34a0ca3d68398
Merge: 95b4ddc... 495f8c2...
Author: Philippe Rouquier <bonfire-app wanadoo fr>
Date:   Mon May 4 20:05:52 2009 +0200

    2009-05-04  Philippe Rouquier  <bonfire-app wanadoo fr>
    
    	Added a new track type for stream type
    	and slightly modify the image one by adding virtual function

 ChangeLog                                  |   15 ++
 libbrasero-burn/Makefile.am                |    5 +-
 libbrasero-burn/brasero-track-image-cfg.c  |   22 ++-
 libbrasero-burn/brasero-track-image.c      |   70 +++++++--
 libbrasero-burn/brasero-track-image.h      |   10 +-
 libbrasero-burn/brasero-track-stream-cfg.c |  246 ++++++++++++++++++++++++++++
 libbrasero-burn/brasero-track-stream-cfg.h |   64 +++++++
 libbrasero-burn/brasero-track-stream.c     |   95 +++++++++--
 libbrasero-burn/brasero-track-stream.h     |   12 ++
 9 files changed, 496 insertions(+), 43 deletions(-)

diff --cc ChangeLog
index 85f30db,4504c5e..e173050
--- a/ChangeLog
+++ b/ChangeLog
@@@ -1,25 -1,26 +1,40 @@@
+ 2009-05-04  Philippe Rouquier  <bonfire-app wanadoo fr>
+ 
+ 	Added a new track type fot stream type
+ 	and slightly modify the image one by adding virtual functions
+ 
+ 	* libbrasero-burn/brasero-track-stream-cfg.c
+ 	(brasero_video_project_result_cb),
+ 	(brasero_track_stream_cfg_get_info),
+ 	(brasero_track_stream_cfg_set_source),
+ 	(brasero_track_stream_cfg_get_status),
+ 	(brasero_track_stream_cfg_init),
+ 	(brasero_track_stream_cfg_finalize),
+ 	(brasero_track_stream_cfg_class_init):
+ 	* libbrasero-burn/brasero-track-stream-cfg.h:
+ 
 -2009-04-23  Philippe Rouquier  <bonfire-app wanadoo fr>
 +2009-05-03  Philippe Rouquier  <bonfire-app wanadoo fr>
 +
 +	Fix a problem with nautilus extension being greyed out
 +
 +	* libbrasero-burn/brasero-burn-options.c
 +	(brasero_burn_options_not_ready_dialog_cb):
 +	* libbrasero-burn/brasero-track-data-cfg.c
 +	(brasero_track_data_cfg_add),
 +	(brasero_track_data_cfg_add_empty_directory),
 +	(brasero_track_data_cfg_get_status),
 +	(brasero_track_data_cfg_activity_changed):
 +	* nautilus/nautilus-burn-extension.c
 +	(launch_brasero_on_window_session):
 +
 +2009-05-03  Philippe Rouquier  <bonfire-app wanadoo fr>
 +
 +	Created a new object BraseroTrackDataCfg and ported nautilus extension to it
 +	so that it can behaves as it used to be
  
 -	A few fixes for libunique recent patch (problems with building)
 +2009-04-28  Christian Persch  <chpe gnome org>
  
 -	* src/Makefile.am:
 -	* src/brasero-app.c (brasero_app_run_mainwin):
 -	* src/brasero-app.h:
 -	* src/brasero-audio-disc.c:
 +	* src/Makefile.am: Link to libunique. Bug #580587.
  
  2009-04-23  Philippe Rouquier  <bonfire-app wanadoo fr>
  



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