Merge lp://qastaging/~noskcaj/ubuntu/trusty/parole/0.6.0 into lp://qastaging/ubuntu/trusty/parole

Proposed by Jackson Doak
Status: Needs review
Proposed branch: lp://qastaging/~noskcaj/ubuntu/trusty/parole/0.6.0
Merge into: lp://qastaging/ubuntu/trusty/parole
Diff against target: 83387 lines (+36056/-26164)
182 files modified
ChangeLog (+50/-3)
INSTALL (+2/-2)
Makefile.in (+12/-6)
NEWS (+46/-0)
README (+4/-4)
TODO (+1/-0)
aclocal.m4 (+109/-42)
config.h.in (+0/-6)
configure (+1468/-1414)
configure.ac (+80/-76)
data/Makefile.am (+0/-1)
data/Makefile.in (+1/-3)
data/desktop/Makefile.in (+1/-2)
data/desktop/desktop.sh (+6/-6)
data/desktop/parole.desktop.in.in (+5/-5)
data/gtk-2.0/Makefile.am (+0/-7)
data/gtk-2.0/Makefile.in (+0/-612)
data/gtk-2.0/parole.gtkrc (+0/-19)
data/icons/128x128/Makefile.am (+7/-0)
data/icons/128x128/Makefile.in (+613/-0)
data/icons/16x16/Makefile.am (+2/-1)
data/icons/16x16/Makefile.in (+3/-3)
data/icons/16x16/parole-extension-symbolic.svg (+136/-0)
data/icons/24x24/Makefile.in (+1/-2)
data/icons/32x32/Makefile.in (+1/-2)
data/icons/48x48/Makefile.in (+1/-2)
data/icons/64x64/Makefile.am (+7/-0)
data/icons/64x64/Makefile.in (+613/-0)
data/icons/Makefile.am (+3/-1)
data/icons/Makefile.in (+4/-3)
data/icons/scalable/Makefile.in (+1/-2)
data/icons/scalable/parole.svg (+913/-425)
data/interfaces/Makefile.am (+4/-4)
data/interfaces/Makefile.in (+3/-4)
data/interfaces/mediachooser.ui (+41/-69)
data/interfaces/mediachooser_ui.h (+48/-60)
data/interfaces/open-location.ui (+41/-38)
data/interfaces/open-location_ui.h (+77/-75)
data/interfaces/parole-settings.ui (+796/-608)
data/interfaces/parole-settings_ui.h (+366/-299)
data/interfaces/parole.ui (+728/-746)
data/interfaces/parole_ui.h (+537/-534)
data/interfaces/playlist.ui (+93/-288)
data/interfaces/playlist_ui.h (+127/-224)
data/interfaces/plugins.ui (+121/-142)
data/interfaces/plugins_ui.h (+116/-126)
data/interfaces/save-playlist.ui (+28/-22)
data/interfaces/save-playlist_ui.h (+64/-60)
data/mime/Makefile.in (+1/-2)
data/pixmaps/Makefile.am (+2/-1)
data/pixmaps/Makefile.in (+3/-3)
debian/changelog (+19/-0)
debian/control (+10/-10)
debian/copyright (+1/-1)
debian/rules (+3/-3)
docs/Makefile.in (+1/-2)
docs/plugin-api/Makefile.am (+5/-0)
docs/plugin-api/Makefile.in (+397/-19)
docs/plugin-api/Parole-Plugins-docs.sgml (+36/-2)
ltmain.sh (+2/-2)
missing (+2/-2)
po/POTFILES.in (+2/-0)
po/ar.po (+494/-337)
po/bg.po (+481/-329)
po/cs.po (+500/-340)
po/da.po (+697/-496)
po/de.po (+592/-633)
po/el.po (+702/-502)
po/en_AU.po (+493/-337)
po/es.po (+596/-453)
po/eu.po (+577/-573)
po/fi.po (+1128/-0)
po/fr.po (+500/-343)
po/he.po (+657/-509)
po/hr.po (+560/-499)
po/hu.po (+492/-335)
po/id.po (+562/-403)
po/it.po (+577/-606)
po/ja.po (+509/-495)
po/kk.po (+498/-338)
po/ko.po (+581/-562)
po/nl.po (+483/-331)
po/oc.po (+1127/-0)
po/pl.po (+590/-576)
po/pt.po (+488/-331)
po/pt_BR.po (+582/-586)
po/ru.po (+520/-359)
po/sr.po (+608/-480)
po/tr.po (+491/-333)
po/ug.po (+491/-335)
po/uk.po (+583/-578)
po/zh_CN.po (+582/-565)
po/zh_TW.po (+576/-562)
src/Makefile.in (+3/-4)
src/common/Makefile.in (+3/-4)
src/common/parole-common.c (+24/-27)
src/common/parole-common.h (+11/-11)
src/common/parole-rc-utils.c (+13/-13)
src/common/parole-rc-utils.h (+21/-21)
src/common/parole-screensaver.c (+3/-3)
src/common/parole-screensaver.h (+8/-8)
src/dbus/Makefile.in (+3/-4)
src/dbus/parole-dbus.c (+19/-18)
src/dbus/parole-dbus.h (+18/-18)
src/gst/Makefile.in (+3/-4)
src/gst/gstmarshal.c (+37/-0)
src/gst/gstmarshal.h (+8/-0)
src/gst/gstmarshal.list (+1/-1)
src/gst/parole-gst.c (+1231/-1227)
src/gst/parole-gst.h (+118/-108)
src/main.c (+157/-165)
src/misc/Makefile.in (+3/-4)
src/misc/parole-debug.c (+5/-5)
src/misc/parole-debug.h (+14/-14)
src/misc/parole-file.c (+196/-196)
src/misc/parole-file.h (+39/-31)
src/misc/parole-filters.c (+16/-17)
src/misc/parole-filters.h (+11/-16)
src/misc/parole-pl-parser.c (+226/-207)
src/misc/parole-pl-parser.h (+13/-13)
src/misc/parole-provider-player.c (+230/-69)
src/misc/parole-provider-player.h (+96/-62)
src/misc/parole-provider-plugin.c (+17/-19)
src/misc/parole-provider-plugin.h (+23/-21)
src/misc/parole-stream.c (+434/-324)
src/misc/parole-stream.h (+12/-11)
src/misc/parole.h (+2/-2)
src/org.parole.media.player.h (+9/-11)
src/org.parole.media.player.xml (+3/-9)
src/parole-about.c (+19/-19)
src/parole-about.h (+1/-1)
src/parole-builder.c (+5/-5)
src/parole-builder.h (+3/-3)
src/parole-button.c (+35/-35)
src/parole-button.h (+7/-7)
src/parole-conf-dialog.c (+187/-269)
src/parole-conf-dialog.h (+7/-7)
src/parole-conf.c (+227/-145)
src/parole-conf.h (+5/-5)
src/parole-disc.c (+126/-131)
src/parole-disc.h (+13/-13)
src/parole-mediachooser.c (+83/-54)
src/parole-mediachooser.h (+3/-3)
src/parole-medialist.c (+842/-1001)
src/parole-medialist.h (+137/-103)
src/parole-module.c (+55/-44)
src/parole-module.h (+27/-27)
src/parole-open-location.c (+35/-36)
src/parole-open-location.h (+10/-10)
src/parole-player.c (+2079/-1861)
src/parole-player.h (+36/-24)
src/parole-plugin-player.c (+136/-21)
src/parole-plugin-player.h (+5/-5)
src/parole-plugins-manager.c (+46/-43)
src/parole-plugins-manager.h (+15/-15)
src/parole-subtitle-encoding.c (+19/-16)
src/parole-subtitle-encoding.h (+2/-2)
src/parole-utils.c (+244/-244)
src/parole-utils.h (+27/-27)
src/parole-vis.c (+8/-8)
src/parole-vis.h (+1/-1)
src/plugins/Makefile.am (+5/-1)
src/plugins/Makefile.in (+4/-4)
src/plugins/mpris2/Makefile.am (+50/-0)
src/plugins/mpris2/Makefile.in (+853/-0)
src/plugins/mpris2/mpris2-plugin.c (+47/-0)
src/plugins/mpris2/mpris2-provider.c (+1098/-0)
src/plugins/mpris2/mpris2-provider.h (+47/-0)
src/plugins/mpris2/mpris2.desktop.in (+6/-0)
src/plugins/notify/Makefile.in (+3/-4)
src/plugins/notify/notify-plugin.c (+6/-4)
src/plugins/notify/notify-provider.c (+87/-52)
src/plugins/notify/notify-provider.h (+4/-2)
src/plugins/sample/Makefile.in (+3/-4)
src/plugins/sample/sample-plugin.c (+5/-3)
src/plugins/sample/sample-provider.c (+12/-10)
src/plugins/sample/sample-provider.h (+4/-2)
src/plugins/tray/Makefile.in (+3/-4)
src/plugins/tray/tray-plugin.c (+5/-3)
src/plugins/tray/tray-provider.c (+115/-96)
src/plugins/tray/tray-provider.h (+4/-2)
test-driver (+139/-0)
To merge this branch: bzr merge lp://qastaging/~noskcaj/ubuntu/trusty/parole/0.6.0
Reviewer Review Type Date Requested Status
Daniel Holbach (community) Approve
Review via email: mp+203881@code.qastaging.launchpad.net

Description of the change

New upstream release needed for xubuntu 14.04.
Debian won't upload since it needs a package they have in experimental

To post a comment you must log in.
Revision history for this message
Daniel Holbach (dholbach) wrote :

Thanks. Uploaded.

review: Approve

Unmerged revisions

14. By Jackson Doak

update-maintainer

13. By Jackson Doak

Merge the new release in a way bzr likes

12. By Jackson Doak

Merge packaging for new upstream release from debian svn

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
The diff is not available at this time. You can reload the page or download it.

Subscribers

People subscribed via source and target branches

to all changes: