mediaplayer-app 0.20.5daily13.06.11-0ubuntu1 source package in Ubuntu
Changelog
mediaplayer-app (0.20.5daily13.06.11-0ubuntu1) saucy; urgency=low [ Omer Akram ] * fix quite a few pep8 complaints for the autopilot tests. [ Renato Araujo Oliveira Filho ] * Fixed license. [ Ubuntu daily release ] * Automatic snapshot from revision 97 mediaplayer-app (0.20.5daily13.06.07-0ubuntu1) saucy; urgency=low [ Michael Terry ] * Port to HUD 1.0. [ Omer Akram ] * port the mediaplayer-app autopilot tests to 1.3. * Fix autopilot tests on touch. * Skip tests interacting with the seekbar as its only not visible in landscape mode on phones and we don't have a way to force landscape. [ Renato Araujo Oliveira Filho ] * Avoid black thumbnails on scene selector. (LP: #1116768) * Stop video at EOF. Does not clear the source property of MediaPlayer inside of the stop function. * Removed use of deprecated functions. * Fixed application exit during the thumbnail generation. Avoid application crashes due a SDK bug. (LP: #1175394) * Added libqt5multimedia5-plugins as recommended package. * [autopilot] Updated video position check after clicking on scene. (LP: #1179972) * Rename binary file from media-player to mediaplayer-app. * Check if the uri passed as argument is a valid file before play it. (LP: #1182961) * Initial support for i18n. * Fixed support for uri as argument. (LP: #1183502) [ Łukasz 'sil2100' Zemczak ] * libhud-qt-qml has been renamed to qtdeclarative5-hud1.0. Also, switch code to use HUD 1.0. [ Ubuntu daily release ] * Automatic snapshot from revision 94 mediaplayer-app (0.20.5daily13.05.31ubuntu.unity.next-0ubuntu1) raring; urgency=low [ Omer Akram ] * Skip tests interacting with the seekbar as its only not visible in landscape mode on phones and we don't have a way to force landscape. [ Ubuntu daily release ] * Automatic snapshot from revision 91 (ubuntu-unity/next) mediaplayer-app (0.20.5daily13.05.24ubuntu.unity.next-0ubuntu1) raring; urgency=low [ Omer Akram ] * Fix autopilot tests on touch. [ Renato Araujo Oliveira Filho ] * Fixed support for uri as argument. (LP: #1183502) [ Ubuntu daily release ] * Automatic snapshot from revision 89 (ubuntu-unity/next) mediaplayer-app (0.20.5daily13.05.23ubuntu.unity.next-0ubuntu1) raring; urgency=low [ Renato Araujo Oliveira Filho ] * Check if the uri passed as argument is a valid file before play it. (LP: #1182961) * Initial support for i18n. [ Ubuntu daily release ] * Automatic snapshot from revision 86 (ubuntu-unity/next) mediaplayer-app (0.20.5daily13.05.22ubuntu.unity.next-0ubuntu1) raring; urgency=low [ Renato Araujo Oliveira Filho ] * Added gstreamer0.10-ffmpeg into dependency list. [ Michael Terry ] * Port to HUD 1.0. [ Omer Akram ] * port the mediaplayer-app autopilot tests to 1.3. [ Renato Araujo Oliveira Filho ] * Avoid black thumbnails on scene selector. (LP: #1116768) * Stop video at EOF. Does not clear the source property of MediaPlayer inside of the stop function. * Removed use of deprecated functions. * Fixed application exit during the thumbnail generation. Avoid application crashes due a SDK bug. (LP: #1175394) * Added libqt5multimedia5-plugins as recommended package. * [autopilot] Updated video position check after clicking on scene. (LP: #1179972) * Rename binary file from media-player to mediaplayer-app. [ Łukasz 'sil2100' Zemczak ] * libhud-qt-qml has been renamed to qtdeclarative5-hud1.0. Also, switch code to use HUD 1.0. [ Ubuntu daily release ] * Automatic snapshot from revision 83 (ubuntu-unity/next) mediaplayer-app (0.20.5) quantal; urgency=low [ Didier Roche ] * Prepare for daily release [ Renato Araujo Oliveira Filho ] * Stop video at EOF * Removed ffmepg codecs from dependency list mediaplayer-app (0.20.4) quantal; urgency=low [ Michael Terry ] * Rename package to mediaplayer-app * Clean up packaging * Automatic snapshot from revision 68 (bootstrap) [ Renato Araujo Oliveira Filho ] * Avoid black thumbnails on scene selector. media-player (0.20.3) quantal; urgency=low * Add NoDisplay=true into media-player.desktop. media-player (0.20.2) quantal; urgency=low * removed qtmultimedia5-dev from runtime dep media-player (0.20.1) quantal; urgency=low * Changing packaging dependencies to work with raring media-player (0.20) quantal; urgency=low * Update package names in debian/control for upgrade to Qt 5.0.1. media-player (0.19) quantal; urgency=low * Release new package version with Qt multithreaded rendering enabled. (LP: #1119659) media-player (0.18) quantal; urgency=low [ Renato Araujo Oliveira Filho ] * Created autopilot tests. * Created CMAKE options used by autopilot targed. * Added test video in autopilot package. [ Michael Zanetti ] * added missing build dep for python (for autopilot installs). * don't depend on arm specific packages on other archs. * add more needed runtime dependencies. [ Jim Hodapp ] * Update the Vcs-Bzr tag in the debian/control file to be accurate to the actual launchpad project/branch name. * Update the Vcs-Browser URL to point to the correct launchpad URL. * Greatly simplified UI orientation/rotation support based on Screen.orientation instead of directly using QtSensors. media-player (0.17) quantal; urgency=low * Does not use "Qt.LandscapeOrientation" as default orientation, and ignore FaceUp or FaceDown events. media-player (0.16) quantal; urgency=low * fix licensing in package media-player (0.15) quantal; urgency=low * Fixed video startup orientation on the tablet. (LP: #1130373) media-player (0.14) quantal; urgency=low * Does not close the application after movie is played until end. (LP: #1129365) * Does not cancel toolbar moving action if the mouse event got canceled. (LP: #1126186) media-player (0.13) quantal; urgency=low * Show toolbar when user taps the screen to avoid edge swipe overloading issues. * Show scenes previews for all movies, even ones less than 60 seconds. media-player (0.12) quantal; urgency=low * Fixed binding loop on Controls visibility; * Fixed Controls dynamic height; * Removed unnecessary elements from control component; * Align the share popover menu above the controls bar; media-player (0.11) quantal; urgency=low * Support absolute URIs media-player (0.10) quantal; urgency=low * Added missing file (COPYING); * Updated debian maintainer; * Updated debian scripts to follow Ubuntu standard; * Removed video title during the pause; * Increased slider handle size; * Decreased toolbar animation speed. * Updated controls icons; * Pause video if application lost focus; media-player (0.9) quantal; urgency=low [ Jim Hodapp ] * Implemented orientation control using Sreen QML component; [ Renato Araujo Oliveira Filho ] * Implemented support for image providers in sharefile component. media-player (0.8) quantal; urgency=low * Used smooth icon for controls; * Fixed the playback button state; * Avoid resize the activity indicator during the scene load. * Fixed thumbnail provider cache. * Ported thumbnail pipeline to use playbin element. * Fixed Controls behavior. * Changed SceneSelector behavior based on designer request. media-player (0.7) quantal; urgency=low * Updated visual design. * Implemented dynamic thumbnail generation. media-player (0.6) quantal; urgency=low [ Renato Araujo Oliveira Filho ] * Updated to qt5 final. * Set "QML_BAD_GUI_RENDER_LOOP" variable during the the application startup. [ Bill Filler ] * add support of new sensor api and deps. media-player (0.5) quantal; urgency=low * improved orientation behavior * detect orientation based on screen size * drop unnecessary components and use Ubuntu Components * add run_on_device script * use black background * always set window size * stop controls from travelling on start * fade sceneflow image in * use QQmlEngine.quit signal media-player (0.4) quantal; urgency=low * Adding testability flag to allow testing with autopilot media-player (0.3) quantal; urgency=low * unset QML multi-threaded rendering env vars as they are not supported by the media player app media-player (0.2) quantal; urgency=low * Flip orientation check * Add mediaplayerplugin-aal dep media-player (0.1-1) unstable; urgency=low * Initial release (Closes: #nnnn) <nnnn is the bug number of your ITP> -- Ubuntu daily release <email address hidden> Tue, 11 Jun 2013 04:05:10 +0000
Upload details
- Uploaded by:
- PS Jenkins bot
- Uploaded to:
- Saucy
- Original maintainer:
- Ubuntu Developers
- Architectures:
- i386 amd64 armhf all
- Section:
- video
- Urgency:
- Low Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
mediaplayer-app_0.20.5daily13.06.11.orig.tar.gz | 1.7 MiB | 5aa1cc32a7e3f9ee4d87bd506362e55767e7fab9c28b648b560610061a555872 |
mediaplayer-app_0.20.5daily13.06.11-0ubuntu1.diff.gz | 4.7 KiB | 8f3406480a85f7da3e9fd01e5c7a33c662ee15d6d05c7da6ccf3bc295b68d6d2 |
mediaplayer-app_0.20.5daily13.06.11-0ubuntu1.dsc | 2.1 KiB | 98ad3776690d8e033c163a072f30a2b5cbbd218fd53558952061dcef2f8d2c94 |
Available diffs
Binary packages built by this source
- mediaplayer-app: No summary available for mediaplayer-app in ubuntu saucy.
No description available for mediaplayer-app in ubuntu saucy.
- mediaplayer-app-autopilot: No summary available for mediaplayer-app-autopilot in ubuntu saucy.
No description available for mediaplayer-
app-autopilot in ubuntu saucy.