Name Status Last Modified Last Commit
lp:ubuntu/wily/gnomeradio 1 Development 2015-05-06 06:16:10 UTC
38. * Change alsa mixer from hw:0/Line to...

Author: Pojar Geo
Revision Date: 2015-04-03 13:19:52 UTC

* Change alsa mixer from hw:0/Line to default/Master.
  The master volume at the default mixer is called "Master", and not "Line".
  This is the volume that applies to all devices. Ok, old PCI devices may have
  a cable wired into the "Line" input at the motherboard but this is not a
  common setup anymore.
* Fix error message when channel is not available.
  The original message were too confusing as it was printing:
      mixer: find error: Sucess
      mixer: Can't open mixer default, mixer volume and mute unavailable.
  The first message is useless, as it says nothing and it contradicts itself.
  The second one also doesn't help much, as the error is generally because
  "Line" mixer may not be found at the default device. So, improve it to
  provide more information.
* Avoid scan dialog from locking up during long running process.
  (LP: #1441336)
* Make sure dialogs has a transient parent. (LP: #1441768)
* Get rid of deprecation warnings introduced with gtk-3.14.
* Remove the duplicate frequencies after running scanner again. (LP: #1441338)
* debian/control: Updated to Standards-Version 3.9.6, no changes needed.

lp:ubuntu/vivid-proposed/gnomeradio bug 1 Development 2015-04-13 19:03:35 UTC
38. * Change alsa mixer from hw:0/Line to...

Author: Pojar Geo
Revision Date: 2015-04-03 13:19:52 UTC

* Change alsa mixer from hw:0/Line to default/Master.
  The master volume at the default mixer is called "Master", and not "Line".
  This is the volume that applies to all devices. Ok, old PCI devices may have
  a cable wired into the "Line" input at the motherboard but this is not a
  common setup anymore.
* Fix error message when channel is not available.
  The original message were too confusing as it was printing:
      mixer: find error: Sucess
      mixer: Can't open mixer default, mixer volume and mute unavailable.
  The first message is useless, as it says nothing and it contradicts itself.
  The second one also doesn't help much, as the error is generally because
  "Line" mixer may not be found at the default device. So, improve it to
  provide more information.
* Avoid scan dialog from locking up during long running process.
  (LP: #1441336)
* Make sure dialogs has a transient parent. (LP: #1441768)
* Get rid of deprecation warnings introduced with gtk-3.14.
* Remove the duplicate frequencies after running scanner again. (LP: #1441338)
* debian/control: Updated to Standards-Version 3.9.6, no changes needed.

lp:ubuntu/vivid/gnomeradio 2 Mature 2015-04-03 13:19:52 UTC
38. * Change alsa mixer from hw:0/Line to...

Author: Pojar Geo
Revision Date: 2015-04-03 13:19:52 UTC

* Change alsa mixer from hw:0/Line to default/Master.
  The master volume at the default mixer is called "Master", and not "Line".
  This is the volume that applies to all devices. Ok, old PCI devices may have
  a cable wired into the "Line" input at the motherboard but this is not a
  common setup anymore.
* Fix error message when channel is not available.
  The original message were too confusing as it was printing:
      mixer: find error: Sucess
      mixer: Can't open mixer default, mixer volume and mute unavailable.
  The first message is useless, as it says nothing and it contradicts itself.
  The second one also doesn't help much, as the error is generally because
  "Line" mixer may not be found at the default device. So, improve it to
  provide more information.
* Avoid scan dialog from locking up during long running process.
  (LP: #1441336)
* Make sure dialogs has a transient parent. (LP: #1441768)
* Get rid of deprecation warnings introduced with gtk-3.14.
* Remove the duplicate frequencies after running scanner again. (LP: #1441338)
* debian/control: Updated to Standards-Version 3.9.6, no changes needed.

lp:~ubuntu-branches/ubuntu/vivid/gnomeradio/vivid-201504031246 (Has a merge proposal) 1 Development 2015-04-03 12:46:53 UTC
37. * Fix volume button popup with a know...

Author: Pojar Geo
Revision Date: 2015-03-30 15:24:43 UTC

* Fix volume button popup with a known limitation of popovers (at least in
  their current implementation). (LP: #1438261)

lp:ubuntu/utopic/gnomeradio 2 Mature 2014-07-09 23:42:55 UTC
36. * Don't break up when recording doesn...

Author: Pojar Geo
Revision Date: 2014-07-09 23:42:55 UTC

* Don't break up when recording doesn't work and we use key allocated to
  finish it.
* Minor adjustment to prevent noise sound through the speakers.

lp:ubuntu/utopic-proposed/gnomeradio bug 1 Development 2014-07-09 23:42:55 UTC
36. * Don't break up when recording doesn...

Author: Pojar Geo
Revision Date: 2014-07-09 23:42:55 UTC

* Don't break up when recording doesn't work and we use key allocated to
  finish it.
* Minor adjustment to prevent noise sound through the speakers.

lp:ubuntu/trusty-proposed/gnomeradio bug 2 Mature 2014-01-15 15:14:27 UTC
32. * debian/patches/gnomeradio-g_object....

Author: Pojar Geo
Revision Date: 2013-12-24 10:38:24 UTC

* debian/patches/gnomeradio-g_object.patch: Removed useless calls to the
  G_OBJECT() macro. (LP: #1267306)
* Updated debian/patches/gnomeradio-about.patch: Update COPYING file with
  latest versions from gnu.org. (LP: #1266203)
* Updated debian/patches/gnomeradio-gtk_stock.patch: UI make it more sleek,
  remove relief from the UI buttons. (LP: #1265154)
* Updated debian/patches/gnomeradio-gtk_application.patch: Make the main
  window a GtkApplicationWindow.
* Updated debian/patches/gnomeradio-ngettext.patch: Fix localization, use
  g_dngettext instead of ngettext.
* Updated debian/patches/gnomeradio-record_information.patch: Use GDateTime
  instead of time_t.
* Moved changes from debian/patches/gnomeradio-thread_safe.patch to
  debian/patches/gnomeradio-alsa.patch and removed it as result.
* debian/control: Updated to Standards-Version 3.9.5, no changes needed.

lp:ubuntu/trusty/gnomeradio bug 1 Development 2013-12-24 10:38:24 UTC
32. * debian/patches/gnomeradio-g_object....

Author: Pojar Geo
Revision Date: 2013-12-24 10:38:24 UTC

* debian/patches/gnomeradio-g_object.patch: Removed useless calls to the
  G_OBJECT() macro. (LP: #1267306)
* Updated debian/patches/gnomeradio-about.patch: Update COPYING file with
  latest versions from gnu.org. (LP: #1266203)
* Updated debian/patches/gnomeradio-gtk_stock.patch: UI make it more sleek,
  remove relief from the UI buttons. (LP: #1265154)
* Updated debian/patches/gnomeradio-gtk_application.patch: Make the main
  window a GtkApplicationWindow.
* Updated debian/patches/gnomeradio-ngettext.patch: Fix localization, use
  g_dngettext instead of ngettext.
* Updated debian/patches/gnomeradio-record_information.patch: Use GDateTime
  instead of time_t.
* Moved changes from debian/patches/gnomeradio-thread_safe.patch to
  debian/patches/gnomeradio-alsa.patch and removed it as result.
* debian/control: Updated to Standards-Version 3.9.5, no changes needed.

lp:ubuntu/saucy-proposed/gnomeradio bug 2 Mature 2013-09-30 09:03:47 UTC
29. * Updated debian/patches/gnomeradio-t...

Author: Pojar Geo
Revision Date: 2013-09-20 13:31:33 UTC

* Updated debian/patches/gnomeradio-tray_menu.patch:
  - Fixed menu item not update conform new order when we use move up[down]
    swap. (LP: #1232931)
  - Fixed conditional jump or move depends on uninitialized value.
  - Added function to switch to preset in settings preset list when changed
    them from tray menu.
  - Cleaned up the files relating to the tray icon. Neither gui.c, prefs.c nor
    record.c touch the internals of trayicon.c anymore.
* Updated debian/patches/gnomeradio-preferences.patch:
  - Added option to disable audio loopback mode in Preferences settings.
  - Moved in separate GOptionGroup all command line parameters which refers to
    audio loopback mode.
* Updated debian/patches/gnomeradio-device.patch: Not need radio_mute() when
  exit or session die, already is called in radio_stop().
* Updated debian/patches/gnomeradio-station_list.patch: Fixed pointer targets
  in passing argument differ in signedness.
* Removed the content against configure and Makefile.in, since we use
  autoreconf anyways, from:
  - debian/patches/gnomeradio-gstreamer-1.0.patch.
  - debian/patches/gnomeradio-volume_button.patch.
* Updated debian/patches/gnomeradio-volume_button.patch: Removed unused
  vol_down[up].xpm icons.
* debian/gnomeradio.1: Updated man page.

lp:ubuntu/saucy/gnomeradio 1 Development 2013-09-25 11:49:11 UTC
29. * Updated debian/patches/gnomeradio-t...

Author: Pojar Geo
Revision Date: 2013-09-20 13:31:33 UTC

* Updated debian/patches/gnomeradio-tray_menu.patch:
  - Fixed menu item not update conform new order when we use move up[down]
    swap. (LP: #1232931)
  - Fixed conditional jump or move depends on uninitialized value.
  - Added function to switch to preset in settings preset list when changed
    them from tray menu.
  - Cleaned up the files relating to the tray icon. Neither gui.c, prefs.c nor
    record.c touch the internals of trayicon.c anymore.
* Updated debian/patches/gnomeradio-preferences.patch:
  - Added option to disable audio loopback mode in Preferences settings.
  - Moved in separate GOptionGroup all command line parameters which refers to
    audio loopback mode.
* Updated debian/patches/gnomeradio-device.patch: Not need radio_mute() when
  exit or session die, already is called in radio_stop().
* Updated debian/patches/gnomeradio-station_list.patch: Fixed pointer targets
  in passing argument differ in signedness.
* Removed the content against configure and Makefile.in, since we use
  autoreconf anyways, from:
  - debian/patches/gnomeradio-gstreamer-1.0.patch.
  - debian/patches/gnomeradio-volume_button.patch.
* Updated debian/patches/gnomeradio-volume_button.patch: Removed unused
  vol_down[up].xpm icons.
* debian/gnomeradio.1: Updated man page.

lp:ubuntu/quantal-updates/gnomeradio 2 Mature 2013-04-10 04:18:52 UTC
12. debian/patches/gnomeradio-device.patc...

Author: Pojar Geo
Revision Date: 2013-03-29 17:27:01 UTC

debian/patches/gnomeradio-device.patch: Don't stop radio twice to avoid
double free or corruption. (LP: #1110660)

lp:ubuntu/quantal-proposed/gnomeradio bug 2 Mature 2013-04-02 19:47:06 UTC
12. debian/patches/gnomeradio-device.patc...

Author: Pojar Geo
Revision Date: 2013-03-29 17:27:01 UTC

debian/patches/gnomeradio-device.patch: Don't stop radio twice to avoid
double free or corruption. (LP: #1110660)

lp:ubuntu/precise-proposed/gnomeradio bug 2 Mature 2013-04-02 19:47:01 UTC
9. debian/patches/gnomeradio-device.patc...

Author: Pojar Geo
Revision Date: 2013-03-29 17:10:23 UTC

debian/patches/gnomeradio-device.patch: Don't stop radio twice to avoid
double free or corruption. (LP: #1110660)

lp:ubuntu/precise-updates/gnomeradio 2 Mature 2013-03-29 17:10:23 UTC
9. debian/patches/gnomeradio-device.patc...

Author: Pojar Geo
Revision Date: 2013-03-29 17:10:23 UTC

debian/patches/gnomeradio-device.patch: Don't stop radio twice to avoid
double free or corruption. (LP: #1110660)

lp:ubuntu/raring-proposed/gnomeradio bug 2 Mature 2013-03-28 12:27:27 UTC
15. debian/gnomeradio.sgml: Updated man p...

Author: Pojar Geo
Revision Date: 2013-03-28 12:27:27 UTC

debian/gnomeradio.sgml: Updated man pages to reflect reality.

lp:ubuntu/raring/gnomeradio 1 Development 2013-03-28 12:27:27 UTC
15. debian/gnomeradio.sgml: Updated man p...

Author: Pojar Geo
Revision Date: 2013-03-28 12:27:27 UTC

debian/gnomeradio.sgml: Updated man pages to reflect reality.

lp:ubuntu/quantal/gnomeradio bug 2 Mature 2012-08-21 15:52:11 UTC
11. * Updated debian/patches/gnomeradio-g...

Author: Pojar Geo
Revision Date: 2012-07-24 20:33:09 UTC

* Updated debian/patches/gnomeradio-gtk_grid.patch: Redesigned
  "Gnomeradio Settings" dialog to become more productive.
* Updated debian/patches/gnomeradio-record_information.patch: Fix information
  in message dialog.
* Updated debian/patches/gnomeradio-keyboard_shortcuts.patch: Group function
  "key_press_event" in gui.c.
* debian/patches/gnomeradio-non_modal.patch: Set "Gnomeradio recording status"
  dialog to non-modal to enable interaction with volume control in main
  window. (LP: #1029472)

lp:~ubuntu-branches/ubuntu/quantal/gnomeradio/quantal-201206171449 (Has a merge proposal) 1 Development 2012-06-17 14:49:10 UTC
8. * debian/patches/gnomeradio-ngettext....

Author: Andrew Starr-Bochicchio
Revision Date: 2012-06-12 15:57:32 UTC

* debian/patches/gnomeradio-ngettext.patch: Adds ngettext support for messages
  strings. (LP: #980633)
* debian/patches/gnomeradio-help.patch: Fixed frecquency value step in manual
  chapter "Usage/Frequency". (LP: #980652)
* debian/patches/gnomeradio-prefs.patch: Switched from a GtkButton to a
  GtkFileChooserButton, instead of fidling around with the dialog.
* debian/patches/gnomeradio-function.patch: Added a new function, so that
  lirc.c doesn't touch the internals of gui.c anymore.
* debian/patches/gnomeradio-license.patch: Added license dialog and website
  label to "About Gnomeradio" dialog. (LP: #997473)
* debian/patches/gnomeradio-record.patch: Changed audio source from osssrc to
  autoaudiosrc that automatically detects an appropriate audio source to use.
  (LP: #1004761)
* Updated debian/patches/gnomeradio-v4l2.patch to fix the tooltip typo, use
  "dev/radio0" (the official name of the radio device). (LP: #1005127)
* debian/gnomeradio.sgml: Fixed ending tag mismatch.
* Switch to debhelper compat level v8.

lp:~ubuntu-branches/ubuntu/precise/gnomeradio/precise-201203200602 (Has a merge proposal) 1 Development 2012-03-20 06:02:05 UTC
8. releasing version 1.8-2ubuntu1

Author: Martin Pitt
Revision Date: 2012-03-19 07:17:41 UTC

releasing version 1.8-2ubuntu1

lp:ubuntu/precise/gnomeradio bug 2 Mature 2012-03-19 08:17:36 UTC
7. * debian/patches/gnomeradio-volume_bu...

Author: Pojar Geo
Revision Date: 2012-03-19 08:17:36 UTC

* debian/patches/gnomeradio-volume_button.patch: replace BaconVolumeButton
  with GtkVolumeButton (LP: #957867)
* debian/patches/gnomeradio-gtk3.patch: resolve build warnings about is used
  deprecated GTK 3 API (LP: #954993)
* debian/patches/gnomeradio-draw_signal.patch: fixed problems with GTK 3
  events and signals (LP: #955462)
* debian/patches/gnomeradio-gstreamer.patch: use standard gstreamer functions
  to parse a description
* debian/patches/gnomeradio-v4l2.patch: changed defaults autodetection driver
  for using v4l2 (LP: #958030)
* debian/patches/gnomeradio-lirc.patch: add a lirc command "toggle visible"
* debian/control: update to starndards-version 3.9.3, changes needed
  + modify Maintainer value to match the Debian Maintainer Field specification
  + moved project homepage field from description to new location.
  + add suggests field: lirc-x

lp:ubuntu/oneiric/gnomeradio 2 Mature 2011-04-28 15:17:01 UTC
4. * New upstream release. * debian/patc...

Author: Francesco Namuri
Revision Date: 2008-11-12 19:10:25 UTC

* New upstream release.
* debian/patches/: removed useless GLib_threading, trayicon.c,
  fix_missing_description_in_gnomeradio.xml, prefs.c patches; now they
  are implemented by the author.
* debian/control: Standards-Version updated to 3.8.0, no changes needed.

lp:ubuntu/natty/gnomeradio 2 Mature 2010-10-13 06:10:05 UTC
4. * New upstream release. * debian/patc...

Author: Francesco Namuri
Revision Date: 2008-11-12 19:10:25 UTC

* New upstream release.
* debian/patches/: removed useless GLib_threading, trayicon.c,
  fix_missing_description_in_gnomeradio.xml, prefs.c patches; now they
  are implemented by the author.
* debian/control: Standards-Version updated to 3.8.0, no changes needed.

lp:ubuntu/maverick/gnomeradio 2 Mature 2010-04-30 20:36:36 UTC
4. * New upstream release. * debian/patc...

Author: Francesco Namuri
Revision Date: 2008-11-12 19:10:25 UTC

* New upstream release.
* debian/patches/: removed useless GLib_threading, trayicon.c,
  fix_missing_description_in_gnomeradio.xml, prefs.c patches; now they
  are implemented by the author.
* debian/control: Standards-Version updated to 3.8.0, no changes needed.

lp:ubuntu/karmic/gnomeradio 2 Mature 2009-12-02 21:59:36 UTC
4. * New upstream release. * debian/patc...

Author: Francesco Namuri
Revision Date: 2008-11-12 19:10:25 UTC

* New upstream release.
* debian/patches/: removed useless GLib_threading, trayicon.c,
  fix_missing_description_in_gnomeradio.xml, prefs.c patches; now they
  are implemented by the author.
* debian/control: Standards-Version updated to 3.8.0, no changes needed.

lp:ubuntu/jaunty/gnomeradio 2 Mature 2009-12-02 21:59:16 UTC
4. * New upstream release. * debian/patc...

Author: Francesco Namuri
Revision Date: 2008-11-12 19:10:25 UTC

* New upstream release.
* debian/patches/: removed useless GLib_threading, trayicon.c,
  fix_missing_description_in_gnomeradio.xml, prefs.c patches; now they
  are implemented by the author.
* debian/control: Standards-Version updated to 3.8.0, no changes needed.

lp:ubuntu/intrepid/gnomeradio 2 Mature 2009-12-02 21:58:51 UTC
3. * debian/changelog: sync with the one...

Author: Francesco Namuri
Revision Date: 2008-05-12 00:36:27 UTC

* debian/changelog: sync with the one from ubuntu.
* debian/patches/prefs.c.patch: fixed. In 1.7-6 I've uploaded a wrong
  version of the patch, now it's the right one that Cesare Tirabassi
  has included in the ubuntu's package. (Closes: #468796, #462891)

lp:ubuntu/hardy/gnomeradio 2 Mature 2009-12-02 21:58:38 UTC
6. * added debian/patches/prefs.c.patch ...

Author: Francesco Namuri
Revision Date: 2008-02-05 22:44:34 UTC

* added debian/patches/prefs.c.patch to avoid crashes when modifies a preset
  label. (Closes: #462891)
* debian/control: updated to starndards-version 3.7.3.
* debian/control: moved project homepage field from description to the
  correct location.

lp:ubuntu/gutsy/gnomeradio 1 Development 2009-12-02 21:58:26 UTC
4. added debian/patches/trayicon.c.patch...

Author: Francesco Namuri
Revision Date: 2007-07-16 00:45:44 UTC

added debian/patches/trayicon.c.patch to fix: egg_tray_icon_new()
implicitly converted to pointer (Closes: #433235)

lp:ubuntu/feisty/gnomeradio 1 Development 2009-12-02 21:58:05 UTC
3. * Added homepage url to the descripti...

Author: Moritz Breit
Revision Date: 2006-01-18 17:21:34 UTC

* Added homepage url to the description in debian/control
* Added debian/patches/radio-device-file.patch:
  change default location of the radio device file from
  /dev/radio to /dev/radio0
* Changed debian/rules to include simple patchsys

lp:ubuntu/edgy/gnomeradio 1 Development 2009-12-02 21:57:47 UTC
3. * Added homepage url to the descripti...

Author: Moritz Breit
Revision Date: 2006-01-18 17:21:34 UTC

* Added homepage url to the description in debian/control
* Added debian/patches/radio-device-file.patch:
  change default location of the radio device file from
  /dev/radio to /dev/radio0
* Changed debian/rules to include simple patchsys

lp:ubuntu/dapper/gnomeradio 2 Mature 2009-12-02 21:57:30 UTC
3. * Added homepage url to the descripti...

Author: Moritz Breit
Revision Date: 2006-01-18 17:21:34 UTC

* Added homepage url to the description in debian/control
* Added debian/patches/radio-device-file.patch:
  change default location of the radio device file from
  /dev/radio to /dev/radio0
* Changed debian/rules to include simple patchsys

lp:ubuntu/breezy/gnomeradio 1 Development 2009-12-02 21:57:11 UTC
2. Rebuild with the new cairo version

Author: Sebastien Bacher
Revision Date: 2005-08-18 17:19:18 UTC

Rebuild with the new cairo version

lp:ubuntu/lucid/gnomeradio 1 Development 2009-12-02 21:51:56 UTC
4. * New upstream release. * debian/patc...

Author: Francesco Namuri
Revision Date: 2008-11-12 19:10:25 UTC

* New upstream release.
* debian/patches/: removed useless GLib_threading, trayicon.c,
  fix_missing_description_in_gnomeradio.xml, prefs.c patches; now they
  are implemented by the author.
* debian/control: Standards-Version updated to 3.8.0, no changes needed.

133 of 33 results