QMHMatineeSkin: Difference between revisions

From Qt Wiki
Jump to navigation Jump to search
No edit summary
 
(Convert ExpressionEngine section headers)
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
=<span class="caps">QMH</span> Matinee Skin=
{{Cleanup | reason=Auto-imported from ExpressionEngine.}}


==Description==
[[Category:QtEcosystemTeamTasklist]]
 
= QMH Matinee Skin =
 
== Description ==


Matinee is a QtQuick2 skin for qtmediahub. It is designed to showcase the usage of shaders and qt3d in the context of a mediacenter.
Matinee is a QtQuick2 skin for qtmediahub. It is designed to showcase the usage of shaders and qt3d in the context of a mediacenter.


==Videos==
== Videos ==


# http://nebulon.de/videos/qtmediahub-matinee-7.m4v
# http://nebulon.de/videos/qtmediahub-matinee-7.m4v


==Tasks==
== Tasks ==


# <del>Non 3D picture view</del>
# -Non 3D picture view-
# <del>Picture slideshow</del>
# -Picture slideshow-
# <del>Mediaplayer functionality</del>
# -Mediaplayer functionality-
## <del>Music</del>
## -Music-
## <del>Video</del>
## -Video-
# Source path management
# Source path management
# <del>VideoView live preview</del>
# -VideoView live preview-
# <del>Make MusicView really usable</del>
# -Make MusicView really usable-
# Add mindblowing audio visualisation
# Add mindblowing audio visualisation


==Logbook==
== Logbook ==


====01. March 2012 Johannes Zellner====
==== 01. March 2012 - Johannes Zellner ====


* Fix qtmediahub-core to default to qtmultimedia playback rather than overlayMode in Qt5
* Fix qtmediahub-core to default to qtmultimedia playback rather than overlayMode in Qt5
* Add initial <span class="caps">AVP</span>layer functionality to matinee
* Add initial AVPlayer functionality to matinee


====02. March 2012 Johannes Zellner====
==== 02. March 2012 - Johannes Zellner ====


* Shape up the video wall
* Shape up the video wall
Line 35: Line 39:
* Fix settings class to set proper qvariant type for config file values
* Fix settings class to set proper qvariant type for config file values


====07. March 2012 Johannes Zellner====
==== 07. March 2012- Johannes Zellner ====
 
* Video playback with basic controls is working
* Video playback with basic controls is working


====26. March 2012 Johannes Zellner====
==== 26. March 2012 - Johannes Zellner ====


* Add option ‘fancy’ for disabling shader effects, which in turn does not require that much framebuffer objects
* Add option 'fancy' for disabling shader effects, which in turn does not require that much framebuffer objects
* Music view reworked to be actually usable
* Music view reworked to be actually usable
* Improvements on the media model
* Improvements on the media model
===Categories:===
* [[:Category:QtEcosystemTeamTasklist|QtEcosystemTeamTasklist]]

Latest revision as of 16:10, 5 March 2015

This article may require cleanup to meet the Qt Wiki's quality standards. Reason: Auto-imported from ExpressionEngine.
Please improve this article if you can. Remove the {{cleanup}} tag and add this page to Updated pages list after it's clean.

QMH Matinee Skin

Description

Matinee is a QtQuick2 skin for qtmediahub. It is designed to showcase the usage of shaders and qt3d in the context of a mediacenter.

Videos

  1. http://nebulon.de/videos/qtmediahub-matinee-7.m4v

Tasks

  1. -Non 3D picture view-
  2. -Picture slideshow-
  3. -Mediaplayer functionality-
    1. -Music-
    2. -Video-
  4. Source path management
  5. -VideoView live preview-
  6. -Make MusicView really usable-
  7. Add mindblowing audio visualisation

Logbook

01. March 2012 - Johannes Zellner

  • Fix qtmediahub-core to default to qtmultimedia playback rather than overlayMode in Qt5
  • Add initial AVPlayer functionality to matinee

02. March 2012 - Johannes Zellner

  • Shape up the video wall
    • Add video live preview for video wall
    • Live preview can be toggled via -videoLivePreview option, enabled by default
  • Fix settings class to set proper qvariant type for config file values

07. March 2012- Johannes Zellner

  • Video playback with basic controls is working

26. March 2012 - Johannes Zellner

  • Add option 'fancy' for disabling shader effects, which in turn does not require that much framebuffer objects
  • Music view reworked to be actually usable
  • Improvements on the media model