lp://staging/ubuntu/trusty-proposed/gnomeradio
- Get this branch:
- bzr branch lp://staging/ubuntu/trusty-proposed/gnomeradio
Branch merges
Branch information
Recent revisions
- 32. By Pojar Geo
-
* 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. - 31. By Pojar Geo
-
* debian/
patches/ gnomeradio- gsettings. patch: Port gnomeradio to GSettings.
(LP: #1256796)
* debian/patches/ gnomeradio- gtk_application .patch: Use GtkApplication, which
provides single-instance support. (LP: #1258429)
* debian/patches/ gnomeradio- g_dbus. patch: Migrate from dbus-glib to glib's
GDBus. (LP: #1258518)
* Updates debian/patches/ gnomeradio- about.patch: Use simply "About" instead of
"About Gnomeradio". (LP: #1259301)
* Updates debian/patches/ gnomeradio- media_types. patch: Added ellipsis
character (…) for label of the install media type button.
* Updates debian/patches/ gnomeradio- presets. patch: Joint into one patch with
debian/patches/ gnomeradio- station_ list.patch.
* debian/control: Removed Build-Depends on: libgconf2-dev and
libdbus-glib-1- dev.
* debian/rules: Removed the rule regarding GConf. - 30. By Pojar Geo
-
* Fixed previous debian/changelog: gnomeradio-
tray_menu. patch is a new patch
not one updated.
* Updated debian/patches/ gnomeradio- alsa.patch: Fixed wrong switch in case
statement. (LP: 1240691)
* Updated debian/patches/ gnomeradio- auto_device. patch: Fixed pointer to local
stack variable returned or used outside scope.
* Updated debian/patches/ gnomeradio- preferences. patch:
- Fixed the indentation of code suggests it is nested when it is not.
- Fixed function that returns non-void is missing a return value.
- Use GtkSwitch instead GtkRadioButton to change audio loopback state.
(LP: 1240632)
- Avoid memory leak (unref the gconf client when we're done).
* Updated debian/patches/ gnomeradio- tray_menu. patch: Moved
tree_view_switch_ to_preset( ) inside of gnomeradio_ switch_ to_preset( ) so
preset list will be updated when use LIRC command.
* Updated gnomeradio-station_ list.patch: Make sure the XML document will be
indented. - 29. By Pojar Geo
-
* 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. - 28. By Pojar Geo
-
* Updated debian/
patches/ gnomeradio- media_types. patch: Fix ambiguous function
prototypes.
* Application name is suggestive, so we removed long name. Updated to make
this change:
- debian/patches/ gnomeradio. desktop. patch
- debian/patches/ gnomeradio- documentation. patch
- debian/gnomeradio.1
- debian/menu
- debian/control
* Added keywords to .desktop file.
* debian/gnomeradio. xpm: Added instead of generating it automatically during
the build of the package.
* debian/control: Removed Build-Depends on imagemagick.
* debian/rules: Removed the rule regarding the generation of gnomeradio.xpm. - 27. By Pojar Geo
-
* Updated debian/
patches/ gnomeradio- media_types. patch: Add ogg opus encoding
profile.
* Updated debian/patches/ gnomeradio- alsamixer. patch: Fix tooltip text in mute
on exit option.
* Updated debian/patches/ gnomeradio- lirc.patch:
- Autodetect supported TV applications when switch to TV mode.
- Merged (and removed them as result) with gnomeradio-function. patch and
gnomeradio-keycode_ mapping. patch.
* Added header to debian/patches/ gnomeradio- preferences. patch. - 26. By Pojar Geo
-
* Updated debian/
patches/ gnomeradio- station_ list.patch: Prevent to parse
malformed/incomplete/ invalid XML file.
* Updated debian/patches/ gnomeradio- auto_device. patch:
- Automatically detect radio device when users type auto in settings field.
- Updated error messages to be clear and precise.
* Updated debian/patches/ gnomeradio- alsamixer. patch: Make presets list the
default widget when open settings dialog. Presets are the most common
settings for users than devices settings.
* Updated debian/patches/ gnomeradio- about.patch: It is not safe in principle
to write raw UTF-8 in narrow string literals, made to be multibyte
encodings.
* debian/patches/ gnomeradio- prefs.patch: Renamed to
debian/patches/ gnomeradio- about.patch.
* debian/patches/ gnomeradio- preferences. patch: Make sentence capitalization in
text and increased preferences dialog. - 25. By Pojar Geo
-
debian/
patches/ gnomeradio- auto_device. patch: Added option to auto detect
radio device. Automatically switch between PCI and USB radio device. - 24. By Pojar Geo
-
* Updated debian/
patches/ gnomeradio- alsamixer. patch:
- Switch keyboard focus between radio[mixer] entry field when we need to set
this devices.
- Obstructed radio[mixer] device entry field to be empty to avoid alsa
buffer overrun when loopback device is enabled.
* Updated debian/patches/ gnomeradio- alsa.patch: Fix tab indent in
alsa_stream.c (only code styling).
* Updated debian/patches/ gnomeradio- station_ list.patch: Use ellipsis instead
three dots.
* Updated debian/patches/ gnomeradio- media_types. patch: Fix potential crash
when GST_MESSAGE_ERROR are passed to the application.
* debian/patches/ gnomeradio- license. patch: Renamed to
debian/patches/ gnomeradio- about.patch.
* debian/patches/ gnomeradio- about.patch: Add better comments about the
application. - 23. By Pojar Geo
-
* Updated debian/
patches/ gnomeradio- automake. patch: Link against lpthread.
(LP: #1218748)
* Updated debian/patches/ gnomeradio- media_types. patch: Fix assigned value is
undefined.
* Drop docbook-to-man while docbook-to-man needs a new maintainer:
- debian/rules: Updated rules.
- debian/gnomeradio. 1: Added man page written in nroff.
- debian/manpages: Added.
- debian/control: Removed Build-Depends on docbook-to-man.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/ubuntu/utopic/gnomeradio