From: phantomjinx <pha...@us...> - 2011-12-20 21:19:29
|
commit a7d8db431e4fd8f0ff8882b5be130a2c79c08393 Author: phantomjinx <p.g...@ph...> Date: Tue Dec 20 20:44:39 2011 +0000 Updates to Changelog and NEWS * Updates before release of release candidate ChangeLog | 63 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ NEWS | 11 ++++++++++ 2 files changed, 74 insertions(+), 0 deletions(-) --- diff --git a/ChangeLog b/ChangeLog index cfbcd29..682d61e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,66 @@ +phantomjinx <p.g...@ph...> 2011-12-20 + + Updates to Changelog and NEWS + + * Updates before release of release candidate + +phantomjinx <p.g...@ph...> 2011-12-20 + + Ignore transifex client configuration directory + + * Local transifex client used for push and pull changes to the gtkpod.pot + file and related translations. + +phantomjinx <p.g...@ph...> 2011-12-20 + + Updates to translations + + * it.po + * Contributions made by Daniele Napolitano <dn...@gm...>. Thanks + + * Translation files updated due to changes in source files. + +phantomjinx <p.g...@ph...> 2011-12-19 + + Playlists names not displaying correctly in smart playlist wizard + + * Seems that the playlist combo box lacks a renderer for the text. + +phantomjinx <p.g...@ph...> 2011-12-17 + + Track volume control broken + + * Missing a scale adjustment for the scale to slide correctly. + +phantomjinx <p.g...@ph...> 2011-12-12 + + Remove superfluous debug statements + +phantomjinx <p.g...@ph...> 2011-12-12 + + Fix for display of progress while converting tracks + + * When converting tracks on writing itdb, the progress bar must be reset + to the number of tracks to be transferred. Otherwise, no progress and lots + of warning messages on the cmd line. + +phantomjinx <p.g...@ph...> 2011-12-09 + + Fix for restoring functionality of track normalization + + * Ensure that internal soundcheck functions populate a GError rather than + displaying a warning dialog. The latter does not work well inside threads! + + * Save up all error messages until the end of the normalization run + + * Use the platform progress bar rather than bringing up a custom dialog + + * Provide the action for normalizing a playlist to the playlist plugins menus. + +phantomjinx <p.g...@ph...> 2011-12-04 + + Translations po files updated to reflect codebase changes + phantomjinx <p.g...@ph...> 2011-11-28 Update NEWS and Changelog diff --git a/NEWS b/NEWS index 30a93c7..1adb67d 100644 --- a/NEWS +++ b/NEWS @@ -8,6 +8,8 @@ gtkpod V2.1.1 IMPROVEMENT: Update core app code to align with current anjuta + BUGFIX: Reintroduce track normalization + libgtkpod @@ -19,6 +21,13 @@ gtkpod V2.1.1 BUGFIX: Avoid possibility of symlinks, when adding files, hanging gtkpod + BUGFIX: Display track conversion progress correctly + + + Edit Track Details + + BUGFIX: Fix for track volume control + Coverart Display plugin @@ -45,6 +54,8 @@ gtkpod V2.1.1 IMPROVEMENT: Allow multiple selection of playlists + BUGFIX: Smart playlist wizard not correctly displaying playlist rules + Sort Tab Display plugin |
From: phantomjinx <pha...@us...> - 2012-01-08 17:28:51
|
commit 4de9e60168d17229b5524afbb081418d1a91de80 Author: phantomjinx <p.g...@ph...> Date: Sun Jan 8 16:55:27 2012 +0000 Updates to Changelog and NEWS * Updates before release of release candidate ChangeLog | 27 +++++++++++++++++++++++++++ NEWS | 3 +++ 2 files changed, 30 insertions(+), 0 deletions(-) --- diff --git a/ChangeLog b/ChangeLog index 682d61e..1b0d3fa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,30 @@ +phantomjinx <p.g...@ph...> 2012-01-08 + + Updates to Changelog and NEWS + + * Updates before release of release candidate + +phantomjinx <p.g...@ph...> 2012-01-08 + + Add quotes to the $LOG variable in the transcoding scripts + + * Allows the LOG path to contain spaces. + + * Thanks to Walt Ogburn <reuben at ugcs.caltech.edu> for the bug report and + patch. + +phantomjinx <p.g...@ph...> 2011-12-27 + + m4a plugin incorrectly sets files to video. + + * m4afile.c + * The mp4_get_file_info function already sets the media type so pointless + to do it again here. + + * mp4file.c + * Incorrectly sets m4a/m4b/m4p files to movie media type. Appropriately + set media type based on file type. + phantomjinx <p.g...@ph...> 2011-12-20 Updates to Changelog and NEWS diff --git a/NEWS b/NEWS index 1adb67d..d2711ea 100644 --- a/NEWS +++ b/NEWS @@ -10,6 +10,9 @@ gtkpod V2.1.1 BUGFIX: Reintroduce track normalization + BUGFIX: Allows the LOG path to contain spaces. + Thanks to Walt Ogburn <reuben at ugcs.caltech.edu> for the bug report and patch. + libgtkpod |