[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-panel-devel
Subject:    Re: Review Request 111187: Implement UI navigation using PageStack
From:       "Akshay Ratan" <akshay_ratan () yahoo ! com>
Date:       2013-06-23 8:44:04
Message-ID: 20130623084404.21069.5909 () vidsolbach ! de
[Download RAW message or body]

[Attachment #2 (multipart/alternative)]


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://git.reviewboard.kde.org/r/111187/#review34900
-----------------------------------------------------------


Pagestack navigation looks very good ! :)

However two things might need a reconsideration:::

1) Slideshow Toolbaar needs to be implemented ( earlier a single click anywhere on \
screen flashed the toolbar) 2) On exiting the ImageViewer(Slideshow), picture needs \
to be remained in the background. Also the same thing is valid for the homescreen. \
Empty screen click thus will work to go back to the slideshow from the homescreen. 

- Akshay Ratan


On June 23, 2013, 6:16 a.m., Shantanu Tushar wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> http://git.reviewboard.kde.org/r/111187/
> -----------------------------------------------------------
> 
> (Updated June 23, 2013, 6:16 a.m.)
> 
> 
> Review request for Plasma, Akshay Ratan, Fabian Riethmayer, Sinny Kumari, and \
> Sujith Haridasan. 
> 
> Description
> -------
> 
> Using a PageStack for navigation in PMC has lots of benefits, the most important \
> one is that it makes navigation flows easier to handle. We can remove old hacks, \
> cleanup code that used to manage navigation. On the user's end, this brings more \
> intuitive navigation from homescreen to browser, to playlist etc. Plus, keyboard \
> navigation is much easier to do. 
> This patch improves the UI flows and keyboard navigation. There are still few \
> things that don't have key bindings, so only report issues that are regressions. 
> 
> Diffs
> -----
> 
> browsingbackends/localfiles/localfilesabstractbackend.cpp 4e2b336 
> browsingbackends/localfiles/localfilesabstractmodel.cpp 158725c 
> browsingbackends/metadatabackends/metadatamusicbackend/metadatamusiccomponents/MediaBrowser.qml \
> 074d5a8  browsingbackends/onlineservices/youtube/youtubebackend.desktop 648ead0 
> mediaelements/CMakeLists.txt 4894d36 
> mediaelements/imageviewer/ImageViewer.qml 27b93f5 
> mediaelements/imageviewer/PictureStrip.qml 187d687 
> mediaelements/imageviewer/PictureStripDelegate.qml 0c995bf 
> mediaelements/keyhandler/KeyHandler.qml 0821c2c 
> mediaelements/keyhandler/Logic.js b574221 
> mediaelements/mediabrowser/MediaBrowser.qml 04261aa 
> mediaelements/mediabrowser/MediaItem.qml 2d6fac5 
> mediaelements/mediacontroller/MediaController.qml 5d62a0f 
> mediaelements/mediaplayer/MediaPlayer.qml e6df21d 
> mediaelements/mediawelcome/BackendsListDelegate.qml 7b9713a 
> mediaelements/mediawelcome/MediaWelcome.qml 6c4554e 
> mediaelements/playlist/Playlist.qml dfa6c8d 
> mediaelements/playlist/PlaylistDelegate.qml a2b4fae 
> mediaelements/qmldir 2d543c5 
> mediaelements/runtimedata/RuntimeData.qml 8524b47 
> shells/newshell/mainwindow.h 544618f 
> shells/newshell/mainwindow.cpp 113748e 
> shells/newshell/package/contents/ui/mediacenter.qml d533b60 
> 
> Diff: http://git.reviewboard.kde.org/r/111187/diff/
> 
> 
> Testing
> -------
> 
> Tested in my branch pagestack-shantanu, works awesome.
> 
> 
> Thanks,
> 
> Shantanu Tushar
> 
> 


[Attachment #5 (text/html)]

<html>
 <body>
  <div style="font-family: Verdana, Arial, Helvetica, Sans-Serif;">
   <table bgcolor="#f9f3c9" width="100%" cellpadding="8" style="border: 1px #c9c399 \
solid;">  <tr>
     <td>
      This is an automatically generated e-mail. To reply, visit:
      <a href="http://git.reviewboard.kde.org/r/111187/">http://git.reviewboard.kde.org/r/111187/</a>
  </td>
    </tr>
   </table>
   <br />





 <pre style="white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: \
-pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word;">Pagestack navigation \
looks very good ! :)

However two things might need a reconsideration:::

1) Slideshow Toolbaar needs to be implemented ( earlier a single click anywhere on \
screen flashed the toolbar) 2) On exiting the ImageViewer(Slideshow), picture needs \
to be remained in the background. Also the same thing is valid for the homescreen. \
Empty screen click thus will work to go back to the slideshow from the homescreen. \
</pre>  <br />









<p>- Akshay</p>


<br />
<p>On June 23rd, 2013, 6:16 a.m. UTC, Shantanu Tushar wrote:</p>








<table bgcolor="#fefadf" width="100%" cellspacing="0" cellpadding="8" \
style="background-image: \
url('http://git.reviewboard.kde.org/static/rb/images/review_request_box_top_bg.ab6f3b1072c9.png'); \
background-position: left top; background-repeat: repeat-x; border: 1px black \
solid;">  <tr>
  <td>

<div>Review request for Plasma, Akshay Ratan, Fabian Riethmayer, Sinny Kumari, and \
Sujith Haridasan.</div> <div>By Shantanu Tushar.</div>


<p style="color: grey;"><i>Updated June 23, 2013, 6:16 a.m.</i></p>






<h1 style="color: #575012; font-size: 10pt; margin-top: 1.5em;">Description </h1>
 <table width="100%" bgcolor="#ffffff" cellspacing="0" cellpadding="10" \
style="border: 1px solid #b8b5a0">  <tr>
  <td>
   <pre style="margin: 0; padding: 0; white-space: pre-wrap; white-space: \
-moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: \
break-word;">Using a PageStack for navigation in PMC has lots of benefits, the most \
important one is that it makes navigation flows easier to handle. We can remove old \
hacks, cleanup code that used to manage navigation. On the user&#39;s end, this \
brings more intuitive navigation from homescreen to browser, to playlist etc. Plus, \
keyboard navigation is much easier to do.

This patch improves the UI flows and keyboard navigation. There are still few things \
that don&#39;t have key bindings, so only report issues that are regressions.</pre>  \
</td>  </tr>
</table>


<h1 style="color: #575012; font-size: 10pt; margin-top: 1.5em;">Testing </h1>
<table width="100%" bgcolor="#ffffff" cellspacing="0" cellpadding="10" style="border: \
1px solid #b8b5a0">  <tr>
  <td>
   <pre style="margin: 0; padding: 0; white-space: pre-wrap; white-space: \
-moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: \
break-word;">Tested in my branch pagestack-shantanu, works awesome.</pre>  </td>
 </tr>
</table>




<h1 style="color: #575012; font-size: 10pt; margin-top: 1.5em;">Diffs</b> </h1>
<ul style="margin-left: 3em; padding-left: 0;">

 <li>browsingbackends/localfiles/localfilesabstractbackend.cpp <span style="color: \
grey">(4e2b336)</span></li>

 <li>browsingbackends/localfiles/localfilesabstractmodel.cpp <span style="color: \
grey">(158725c)</span></li>

 <li>browsingbackends/metadatabackends/metadatamusicbackend/metadatamusiccomponents/MediaBrowser.qml \
<span style="color: grey">(074d5a8)</span></li>

 <li>browsingbackends/onlineservices/youtube/youtubebackend.desktop <span \
style="color: grey">(648ead0)</span></li>

 <li>mediaelements/CMakeLists.txt <span style="color: grey">(4894d36)</span></li>

 <li>mediaelements/imageviewer/ImageViewer.qml <span style="color: \
grey">(27b93f5)</span></li>

 <li>mediaelements/imageviewer/PictureStrip.qml <span style="color: \
grey">(187d687)</span></li>

 <li>mediaelements/imageviewer/PictureStripDelegate.qml <span style="color: \
grey">(0c995bf)</span></li>

 <li>mediaelements/keyhandler/KeyHandler.qml <span style="color: \
grey">(0821c2c)</span></li>

 <li>mediaelements/keyhandler/Logic.js <span style="color: \
grey">(b574221)</span></li>

 <li>mediaelements/mediabrowser/MediaBrowser.qml <span style="color: \
grey">(04261aa)</span></li>

 <li>mediaelements/mediabrowser/MediaItem.qml <span style="color: \
grey">(2d6fac5)</span></li>

 <li>mediaelements/mediacontroller/MediaController.qml <span style="color: \
grey">(5d62a0f)</span></li>

 <li>mediaelements/mediaplayer/MediaPlayer.qml <span style="color: \
grey">(e6df21d)</span></li>

 <li>mediaelements/mediawelcome/BackendsListDelegate.qml <span style="color: \
grey">(7b9713a)</span></li>

 <li>mediaelements/mediawelcome/MediaWelcome.qml <span style="color: \
grey">(6c4554e)</span></li>

 <li>mediaelements/playlist/Playlist.qml <span style="color: \
grey">(dfa6c8d)</span></li>

 <li>mediaelements/playlist/PlaylistDelegate.qml <span style="color: \
grey">(a2b4fae)</span></li>

 <li>mediaelements/qmldir <span style="color: grey">(2d543c5)</span></li>

 <li>mediaelements/runtimedata/RuntimeData.qml <span style="color: \
grey">(8524b47)</span></li>

 <li>shells/newshell/mainwindow.h <span style="color: grey">(544618f)</span></li>

 <li>shells/newshell/mainwindow.cpp <span style="color: grey">(113748e)</span></li>

 <li>shells/newshell/package/contents/ui/mediacenter.qml <span style="color: \
grey">(d533b60)</span></li>

</ul>

<p><a href="http://git.reviewboard.kde.org/r/111187/diff/" style="margin-left: \
3em;">View Diff</a></p>







  </td>
 </tr>
</table>








  </div>
 </body>
</html>



_______________________________________________
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic