Activity log for bug #334853

Date Who What changed Old value New value Message
2009-02-26 12:09:06 Daniel Holbach bug added bug
2009-02-26 12:09:55 Daniel Holbach jokosher: status New In Progress
2009-02-26 12:09:55 Daniel Holbach jokosher: assignee dholbach
2009-02-26 12:09:55 Daniel Holbach jokosher: statusexplanation I have a Debian package ready. Need some more input from Laszlo.
2009-02-26 12:24:48 Daniel Holbach description Binary package hint: jokosher We need to consider jokosher 0.11 for Jaunty release. Bugs that were targetted for 0.11: https://launchpad.net/jokosher/+milestone/0.11 bzr Changelog: 1072 Laszlo Pandy 2009-02-18 [merge] This is the official 0.11 release revision. Merged from laszlok main branch. 1071 Laszlo Pandy 2009-02-18 [merge] Merge from laszlok main branch. * Remove green colours from waveform, time signature and tempo. * Merge pecisk's patch to handle null device from PulseAudio. * Add Change Sound System button to aid the user in the recording inputs dialog. 1070 Laszlo Pandy 2009-02-18 [merge] Merge from laszlok main branch. One fix to set a string in the glade file as translatable. Merge translations from launchpad. Create a script to automate PO file merging. 1069 Laszlo Pandy 2009-02-18 [merge] Merge from Elleo's menu reorder branch. The stock items were removed because they did not contain elipses (...), which are used to indicate that the menu item will open another dialog. Stock New doesn't have an elipsis because most apps don't have a new dialog, but stock Save As should. 1068 Mike Sheldon 2009-02-18 [merge] Merge Laszlo's changes to (summarised): * Add version information to the config file * Add support for incremental saving of changes * Remove old crash protection code * Use new incremental save system for crash protection. 1067 Mike Sheldon 2009-02-15 [merge] Merge Laszlo's changes to: * Create a new MessageArea widget, a python port of gedit's message area error system. * Create a ui module, placing MessageArea and EventLaneHSeparator inside * Remove old error dialogs, replace with GEdit style message pane. * Make multiple error panes fold into two, with a "show all" button. * Add new ui module to the setup script * Add a suggestion to report a bug in the second error pane. 1066 Mike Sheldon 2009-02-15 [merge] Merge patch from laszlo to: * Use STATE_PAUSED when detecting audio device. PulseAudio will give None otherwise. 1065 Mike Sheldon 2009-02-15 [merge] Merge Laszlo's changes to: * Connect src to fakesink when detecting available channels to force caps negotiation. * Set the state to NULL and then READY before querying the device name. * Use XDG for handling config location * addEventFromEvent wasn't returning an Event (fixed). * Make a * appear in the window name when non-undoable changes are performed on a project. * Add a project properties dialog to edit the name, author and notes. Notes are stored in the project file. * Make the EventLaneHSeparator update when the project view changes by scrolling. 1064 Mike Sheldon 2009-01-23 [merge] Merge Laszlo's patches to: * Remove hard coding of .jokosher directory everywhere, replaced with JOKOSHER_DATA_HOME set in Globals (soon to be set by XDG) * Use the GNOME default as the default recording device * Remove out-dated AudioInputsError * Use grab_add to redirect events to instrument name entry boxes and use the user clicking outside the widget to see when they've stopped editing. * Fix problems with signal propagation preventing dragging working during a grab 1063 Mike Sheldon 2009-01-18 [merge] * Merge Laszlo's changes to: * Move the zoom buttons to bottom right * Create custom HSeparator * Use HSeparators to make layout clearer * Fix the drawing of the timeline cursor * Tidy up unused code * Make FLAC the default audio format * Fix handling of event durations to cope with gstreamer functions returning -1 values * Set the properties on gnonlin objects when updating the duration so the file will play for the correct duration. (Fixes bug #272943) 1062 Laszlo Pandy 2008-12-16 [merge] Merge elleo's crash protection changes to use timeout_add_seconds. 1061 Laszlo Pandy 2008-12-10 Change print "..." to print("..."), and change all instances of items() and keys() to iteritems() and iterkeys(). This simplifies Python 3.0 compatibility. 1060 Laszlo Pandy 2008-12-10 [merge] Merge and fix broken main branch. Binary package hint: jokosher We need to consider jokosher 0.11 for Jaunty release. Bugs that were targetted for 0.11: https://launchpad.net/jokosher/+milestone/0.11 bzr Changelog: 1073 Mike Sheldon 2009-02-19 * Fix creation of new configuration when there isn't an old configuration to copy 1072 Laszlo Pandy 2009-02-18 [merge] This is the official 0.11 release revision. Merged from laszlok main branch. 1071 Laszlo Pandy 2009-02-18 [merge] Merge from laszlok main branch. * Remove green colours from waveform, time signature and tempo. * Merge pecisk's patch to handle null device from PulseAudio. * Add Change Sound System button to aid the user in the recording inputs dialog. 1070 Laszlo Pandy 2009-02-18 [merge] Merge from laszlok main branch. One fix to set a string in the glade file as translatable. Merge translations from launchpad. Create a script to automate PO file merging. 1069 Laszlo Pandy 2009-02-18 [merge] Merge from Elleo's menu reorder branch. The stock items were removed because they did not contain elipses (...), which are used to indicate that the menu item will open another dialog. Stock New doesn't have an elipsis because most apps don't have a new dialog, but stock Save As should. 1068 Mike Sheldon 2009-02-18 [merge] Merge Laszlo's changes to (summarised): * Add version information to the config file * Add support for incremental saving of changes * Remove old crash protection code * Use new incremental save system for crash protection. 1067 Mike Sheldon 2009-02-15 [merge] Merge Laszlo's changes to: * Create a new MessageArea widget, a python port of gedit's message area error system. * Create a ui module, placing MessageArea and EventLaneHSeparator inside * Remove old error dialogs, replace with GEdit style message pane. * Make multiple error panes fold into two, with a "show all" button. * Add new ui module to the setup script * Add a suggestion to report a bug in the second error pane. 1066 Mike Sheldon 2009-02-15 [merge] Merge patch from laszlo to: * Use STATE_PAUSED when detecting audio device. PulseAudio will give None otherwise. 1065 Mike Sheldon 2009-02-15 [merge] Merge Laszlo's changes to: * Connect src to fakesink when detecting available channels to force caps negotiation. * Set the state to NULL and then READY before querying the device name. * Use XDG for handling config location * addEventFromEvent wasn't returning an Event (fixed). * Make a * appear in the window name when non-undoable changes are performed on a project. * Add a project properties dialog to edit the name, author and notes. Notes are stored in the project file. * Make the EventLaneHSeparator update when the project view changes by scrolling. 1064 Mike Sheldon 2009-01-23 [merge] Merge Laszlo's patches to: * Remove hard coding of .jokosher directory everywhere, replaced with JOKOSHER_DATA_HOME set in Globals (soon to be set by XDG) * Use the GNOME default as the default recording device * Remove out-dated AudioInputsError * Use grab_add to redirect events to instrument name entry boxes and use the user clicking outside the widget to see when they've stopped editing. * Fix problems with signal propagation preventing dragging working during a grab 1063 Mike Sheldon 2009-01-18 [merge] * Merge Laszlo's changes to: * Move the zoom buttons to bottom right * Create custom HSeparator * Use HSeparators to make layout clearer * Fix the drawing of the timeline cursor * Tidy up unused code * Make FLAC the default audio format * Fix handling of event durations to cope with gstreamer functions returning -1 values * Set the properties on gnonlin objects when updating the duration so the file will play for the correct duration. (Fixes bug #272943) 1062 Laszlo Pandy 2008-12-16 [merge] Merge elleo's crash protection changes to use timeout_add_seconds. 1061 Laszlo Pandy 2008-12-10 Change print "..." to print("..."), and change all instances of items() and keys() to iteritems() and iterkeys(). This simplifies Python 3.0 compatibility. 1060 Laszlo Pandy 2008-12-10 [merge] Merge and fix broken main branch.
2009-02-26 13:14:49 Daniel Holbach bug added subscriber MOTU Release Team
2009-02-26 13:38:46 StefanPotyra jokosher: status In Progress New
2009-02-26 13:38:46 StefanPotyra jokosher: statusexplanation I have a Debian package ready. Need some more input from Laszlo. (back to new, as we use confirmed to denote FFe granted) no rdepends, jaunty supported upstream wise -> ACK #1 from me.
2009-02-26 14:54:05 Iulian Udrea jokosher: status New Confirmed
2009-02-26 14:54:05 Iulian Udrea jokosher: importance Undecided Wishlist
2009-02-26 14:54:05 Iulian Udrea jokosher: statusexplanation (back to new, as we use confirmed to denote FFe granted) no rdepends, jaunty supported upstream wise -> ACK #1 from me. Acknowledged and accepted.
2009-02-26 15:20:06 Launchpad Janitor jokosher: status Confirmed Fix Released
2009-07-26 10:02:19 Launchpad Janitor branch linked lp:ubuntu/karmic/jokosher