Re: Review Request 115764: Make playlist model aware of currently playing media

2014-02-28 Thread Commit Hook

---
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/115764/#review51403
---


This review has been submitted with commit 
93a7fd6b58371b81c3a3b30c7829c8bcfbc6d498 by Shantanu Tushar to branch master.

- Commit Hook


On Feb. 26, 2014, 4:07 p.m., Shantanu Tushar wrote:
 
 ---
 This is an automatically generated e-mail. To reply, visit:
 https://git.reviewboard.kde.org/r/115764/
 ---
 
 (Updated Feb. 26, 2014, 4:07 p.m.)
 
 
 Review request for Plasma, Sinny Kumari and Sujith Haridasan.
 
 
 Repository: plasma-mediacenter
 
 
 Description
 ---
 
 We have lots of issues because of the fact that the playlist model is not 
 aware of what is playing right now and what is current index for the 
 ListView. Additionally logic was thrown here and there in C++ and QML. This 
 patch makes the model aware of the conect of currently playing index and it 
 also makes sure that the model is in control of what is playing and how to 
 play next/previous.
 
 This patch should not break any existing functionality except that changing 
 playlist will make the current media to stop. This is to have consistency in 
 what is playing and what the model can deduce it is playing. This will be 
 improved in an upcoming patch but other things should keep working.
 
 
 Diffs
 -
 
   libs/mediacenter/playlistmodel.cpp 9c1dea9 
   mediaelements/playlist/MultiplePlaylists.qml d94fe6e 
   mediaelements/playlist/Playlist.qml fd83c21 
   mediaelements/playlist/PlaylistDelegate.qml e1bd31d 
   shells/newshell/application.cpp adc95dc 
   shells/newshell/mainwindow.h d918e3d 
   shells/newshell/mainwindow.cpp 7f7f31d 
   shells/newshell/package/contents/ui/mediacenter.qml b6cb87c 
   libs/mediacenter/multipleplaylistmodel.h 06b64df 
   libs/mediacenter/multipleplaylistmodel.cpp f2c9246 
   libs/mediacenter/playlistmodel.h f79f814 
 
 Diff: https://git.reviewboard.kde.org/r/115764/diff/
 
 
 Testing
 ---
 
 Tested with usual playback and with passing multiple files as command line 
 parameters.
 
 
 Thanks,
 
 Shantanu Tushar
 


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


Re: Review Request 115764: Make playlist model aware of currently playing media

2014-02-26 Thread Commit Hook

---
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/115764/#review50956
---


This review has been submitted with commit 
125a9e295a4e1f0b9b627dda0158f31f1ea3c2d5 by Shantanu Tushar to branch 
shantanu-qxorm.

- Commit Hook


On Feb. 15, 2014, 5:24 p.m., Shantanu Tushar wrote:
 
 ---
 This is an automatically generated e-mail. To reply, visit:
 https://git.reviewboard.kde.org/r/115764/
 ---
 
 (Updated Feb. 15, 2014, 5:24 p.m.)
 
 
 Review request for Plasma, Sinny Kumari and Sujith Haridasan.
 
 
 Repository: plasma-mediacenter
 
 
 Description
 ---
 
 We have lots of issues because of the fact that the playlist model is not 
 aware of what is playing right now and what is current index for the 
 ListView. Additionally logic was thrown here and there in C++ and QML. This 
 patch makes the model aware of the conect of currently playing index and it 
 also makes sure that the model is in control of what is playing and how to 
 play next/previous.
 
 This patch should not break any existing functionality except that changing 
 playlist will make the current media to stop. This is to have consistency in 
 what is playing and what the model can deduce it is playing. This will be 
 improved in an upcoming patch but other things should keep working.
 
 
 Diffs
 -
 
   libs/mediacenter/playlistmodel.cpp 9c1dea9 
   mediaelements/playlist/MultiplePlaylists.qml d94fe6e 
   mediaelements/playlist/Playlist.qml fd83c21 
   mediaelements/playlist/PlaylistDelegate.qml e1bd31d 
   shells/newshell/application.cpp adc95dc 
   shells/newshell/mainwindow.h d918e3d 
   shells/newshell/mainwindow.cpp 7f7f31d 
   shells/newshell/package/contents/ui/mediacenter.qml b6cb87c 
   libs/mediacenter/multipleplaylistmodel.h 06b64df 
   libs/mediacenter/multipleplaylistmodel.cpp f2c9246 
   libs/mediacenter/playlistmodel.h f79f814 
 
 Diff: https://git.reviewboard.kde.org/r/115764/diff/
 
 
 Testing
 ---
 
 Tested with usual playback and with passing multiple files as command line 
 parameters.
 
 
 Thanks,
 
 Shantanu Tushar
 


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


Re: Review Request 115764: Make playlist model aware of currently playing media

2014-02-26 Thread Shantanu Tushar

---
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/115764/
---

(Updated Feb. 26, 2014, 4:07 p.m.)


Status
--

This change has been marked as submitted.


Review request for Plasma, Sinny Kumari and Sujith Haridasan.


Repository: plasma-mediacenter


Description
---

We have lots of issues because of the fact that the playlist model is not aware 
of what is playing right now and what is current index for the ListView. 
Additionally logic was thrown here and there in C++ and QML. This patch makes 
the model aware of the conect of currently playing index and it also makes sure 
that the model is in control of what is playing and how to play next/previous.

This patch should not break any existing functionality except that changing 
playlist will make the current media to stop. This is to have consistency in 
what is playing and what the model can deduce it is playing. This will be 
improved in an upcoming patch but other things should keep working.


Diffs
-

  libs/mediacenter/playlistmodel.cpp 9c1dea9 
  mediaelements/playlist/MultiplePlaylists.qml d94fe6e 
  mediaelements/playlist/Playlist.qml fd83c21 
  mediaelements/playlist/PlaylistDelegate.qml e1bd31d 
  shells/newshell/application.cpp adc95dc 
  shells/newshell/mainwindow.h d918e3d 
  shells/newshell/mainwindow.cpp 7f7f31d 
  shells/newshell/package/contents/ui/mediacenter.qml b6cb87c 
  libs/mediacenter/multipleplaylistmodel.h 06b64df 
  libs/mediacenter/multipleplaylistmodel.cpp f2c9246 
  libs/mediacenter/playlistmodel.h f79f814 

Diff: https://git.reviewboard.kde.org/r/115764/diff/


Testing
---

Tested with usual playback and with passing multiple files as command line 
parameters.


Thanks,

Shantanu Tushar

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


Re: Review Request 115764: Make playlist model aware of currently playing media

2014-02-16 Thread Sujith Haridasan

---
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/115764/#review50008
---


Tested with my recent patches with this patch. It doesn't break. Hence I am ok 
with this change.

- Sujith Haridasan


On Feb. 15, 2014, 5:24 p.m., Shantanu Tushar wrote:
 
 ---
 This is an automatically generated e-mail. To reply, visit:
 https://git.reviewboard.kde.org/r/115764/
 ---
 
 (Updated Feb. 15, 2014, 5:24 p.m.)
 
 
 Review request for Plasma, Sinny Kumari and Sujith Haridasan.
 
 
 Repository: plasma-mediacenter
 
 
 Description
 ---
 
 We have lots of issues because of the fact that the playlist model is not 
 aware of what is playing right now and what is current index for the 
 ListView. Additionally logic was thrown here and there in C++ and QML. This 
 patch makes the model aware of the conect of currently playing index and it 
 also makes sure that the model is in control of what is playing and how to 
 play next/previous.
 
 This patch should not break any existing functionality except that changing 
 playlist will make the current media to stop. This is to have consistency in 
 what is playing and what the model can deduce it is playing. This will be 
 improved in an upcoming patch but other things should keep working.
 
 
 Diffs
 -
 
   libs/mediacenter/playlistmodel.cpp 9c1dea9 
   mediaelements/playlist/MultiplePlaylists.qml d94fe6e 
   mediaelements/playlist/Playlist.qml fd83c21 
   mediaelements/playlist/PlaylistDelegate.qml e1bd31d 
   shells/newshell/application.cpp adc95dc 
   shells/newshell/mainwindow.h d918e3d 
   shells/newshell/mainwindow.cpp 7f7f31d 
   shells/newshell/package/contents/ui/mediacenter.qml b6cb87c 
   libs/mediacenter/multipleplaylistmodel.h 06b64df 
   libs/mediacenter/multipleplaylistmodel.cpp f2c9246 
   libs/mediacenter/playlistmodel.h f79f814 
 
 Diff: https://git.reviewboard.kde.org/r/115764/diff/
 
 
 Testing
 ---
 
 Tested with usual playback and with passing multiple files as command line 
 parameters.
 
 
 Thanks,
 
 Shantanu Tushar
 


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