~ubuntu-branches/ubuntu/trusty/gnomeradio/trusty

Viewing all changes in revision 19.

  • Committer: Package Import Robot
  • Author(s): POJAR GEORGE
  • Date: 2013-06-11 10:37:16 UTC
  • Revision ID: package-import@ubuntu.com-20130611103716-uytt7urbwfugu3z8
Tags: 1.8-2ubuntu13
* debian/patches/gnomeradio-automake.patch:
  - Fix build with Automake 1.13.
  - Use po/LINGUAS file.
* debian/patches/gnomeradio-g_list.patch:
  - Don't use g_list_length() when testing for an empty list. This function
    needlessly iterate through the entire list.
  - Use g_list_prepend()/g_list_reverse() in a loop. More efficient than using
    g_list_append(), which must traverse the whole list.
* Modified debian/patches/gnomeradio-alsa.patch:
  - Fix memory leak in bus_type get_bus().
  - Fix invalid printf() format.
* Modified debian/patches/gnomeradio-grid.patch and next patches:
  - Use gtk_widget_set_[hv]align() instead of gtk_misc_set_alignment().
  - Set the minimum content height instead of using gtk_widget_size_request()
    on the parent scrolled window.
* Modified debian/patches/gnomeradio-record_information.patch:
  - Set 'Details' as argument of the expander label.
  - Removed redundant expander callback function.
  - Pass NULL to gtk_label_new() arguments that call gtk_label_set_text()
    function.
* Refresh patches:
  - debian/patches/gnomeradio-alsamixer.patch
  - debian/patches/gnomeradio-keyboard_shortcuts.patch
  - debian/patches/gnomeradio-media_types.patch
  - debian/patches/gnomeradio-non_modal.patch
  - debian/patches/gnomeradio-presets.patch
  - debian/patches/gnomeradio-station_list.patch

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: