Re: Review Request 116554: Implementation of autoplay when the PlayAll button in pressed

2014-03-18 Thread Shantanu Tushar
. That code basically handles the case when PMC is already open and then you try to run plasma-mediacenter file to play a file. - Shantanu Tushar On March 18, 2014, 4:13 p.m., Harshit Agarwal wrote: --- This is an automatically

Re: Review Request 116554: Implementation of autoplay when the PlayAll button in pressed

2014-03-18 Thread Shantanu Tushar
://git.reviewboard.kde.org/r/116554/#comment37550 Why is this call to getMediaPlayer needed? Please check if just calling processCommandLineArgs(args) is enough. If so, update the diff. - Shantanu Tushar On March 18, 2014, 10 p.m., Harshit Agarwal wrote

Re: Review Request 116554: Implementation of autoplay when the PlayAll button in pressed

2014-03-16 Thread Shantanu Tushar
On March 15, 2014, 7:44 p.m., Shantanu Tushar wrote: browsingbackends/localfiles/localfilesabstractbackend.cpp, line 169 https://git.reviewboard.kde.org/r/116554/diff/2/?file=254194#file254194line169 0 won't work when there are already some itmes in the playlist before

Re: Review Request 116554: Implementation of autoplay when the PlayAll button in pressed

2014-03-16 Thread Shantanu Tushar
(and do confirm that files passed through command line still work) - Shantanu Tushar On March 16, 2014, 10:29 a.m., Harshit Agarwal wrote: --- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r

Re: Review Request 116744: Play All Button in Plasma Media Center

2014-03-15 Thread Shantanu Tushar
adding the new items. - Shantanu Tushar On March 15, 2014, 5:20 a.m., Atul Dubey wrote: --- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/116744

Re: Review Request 116802: Fix for Bug 331919 - MediaPlayer is not in front when a media is played from 'Open With'

2014-03-15 Thread Shantanu Tushar
e-mail. To reply, visit: https://git.reviewboard.kde.org/r/116802/ --- (Updated March 14, 2014, 6:01 p.m.) Review request for Plasma, Shantanu Tushar, Sinny Kumari, and Sujith Haridasan. Bugs: 331919 http://bugs.kde.org

Re: Review Request 116802: Fix for Bug 331919 - MediaPlayer is not in front when a media is played from 'Open With'

2014-03-15 Thread Shantanu Tushar
://git.reviewboard.kde.org/r/116802/#comment37291 This should not be needed, afaik - Shantanu Tushar On March 15, 2014, 3:50 p.m., Ashish Madeti wrote: --- This is an automatically generated e-mail. To reply, visit: https

Re: Review Request 116802: Fix for Bug 331919 - MediaPlayer is not in front when a media is played from 'Open With'

2014-03-15 Thread Shantanu Tushar
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/116802/#review52998 --- Ship it! Ship It! - Shantanu Tushar On March 15, 2014, 4

Re: Review Request 116824: Implementation of Single time addition on multiple clicks of the Play All button

2014-03-15 Thread Shantanu Tushar
://git.reviewboard.kde.org/r/116824/#comment37293 Where is model1 set? I don't see it being assigned any value ever. - Shantanu Tushar On March 15, 2014, 6:58 p.m., Harshit Agarwal wrote: --- This is an automatically generated e-mail

Re: Review Request 116554: Implementation of autoplay when the PlayAll button in pressed

2014-03-15 Thread Shantanu Tushar
https://git.reviewboard.kde.org/r/116554/#comment37295 0 won't work when there are already some itmes in the playlist before addAllSongsToPlaylist is called. - Shantanu Tushar On March 15, 2014, 6:21 p.m., Harshit Agarwal wrote

Re: Review Request 116824: Implementation of Single time addition on multiple clicks of the Play All button

2014-03-15 Thread Shantanu Tushar
On March 15, 2014, 7:43 p.m., Shantanu Tushar wrote: In general I don't see why N clicks of a button won't repeat the action N times, sounds very logical to me. So not sure if it needs fixing. Harshit Agarwal wrote: Agreed, but PlayAll should be a single click feature right

Re: Review Request 116736: Bug Fixed - The plasma-media center displays the time in AM between 12 noon and 1pm

2014-03-12 Thread Shantanu Tushar
pending to be committed. It has not been commited and the bug fixed. Please submit this review request as discarded. https://git.reviewboard.kde.org/r/114429 - Shantanu Tushar On March 11, 2014, 7:14 p.m., Atul Dubey wrote

Re: Review Request 116554: Implementation of autoplay when the PlayAll button in pressed

2014-03-12 Thread Shantanu Tushar
On March 9, 2014, 4:55 p.m., Shantanu Tushar wrote: Not having the playlist already loaded has caused us enough issues in the past. I suggest we start loading the playlist unconditionally. For this, just make a call to getPlaylist() in the init() function in mediacenter.qml Once

Re: Review Request 116731: Bug Fix for Music Stats Labels (Bug 331882)

2014-03-11 Thread Shantanu Tushar
of these labels So, I personally won't want this to go in. However, if you think this makes sense, you can wait for what others have to say. - Shantanu Tushar On March 11, 2014, 5:21 p.m., Atul Dubey wrote: --- This is an automatically generated

Re: Review Request 116674: Fix for Bug 331888 - Playing media when searching, often plays the wrong media

2014-03-10 Thread Shantanu Tushar
the currentIndex properly of the model and whenever that changes, just positionViewAtIndex to Center on it. - Shantanu Tushar On March 9, 2014, 6:19 p.m., Ashish Madeti wrote: --- This is an automatically generated e-mail. To reply

Re: Review Request 116674: Fix for Bug 331888 - Playing media when searching, often plays the wrong media

2014-03-10 Thread Shantanu Tushar
without filtering, the view scrolls without any reason. - Shantanu Tushar On March 10, 2014, 3:51 p.m., Ashish Madeti wrote: --- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/116674

Re: Review Request 116656: Fix for Bug 331820 - Deleting items when searching removes the wrong items

2014-03-09 Thread Shantanu Tushar
here- mediaelements/playlist/Playlist.qml https://git.reviewboard.kde.org/r/116656/#comment37095 Extra indentation is there, format it. - Shantanu Tushar On March 9, 2014, 5:20 a.m., Ashish Madeti wrote: --- This is an automatically

Re: Review Request 116656: Fix for Bug 331820 - Deleting items when searching removes the wrong items

2014-03-09 Thread Shantanu Tushar
. - Shantanu Tushar On March 9, 2014, 2:33 p.m., Ashish Madeti wrote: --- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/116656

Re: Review Request 116554: Implementation of autoplay when the PlayAll button in pressed

2014-03-09 Thread Shantanu Tushar
. For this you should create a new bug so that someone can fix it). - Shantanu Tushar On March 2, 2014, 10:53 p.m., Harshit Agarwal wrote: --- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/116554

Re: Review Request 116674: Fix for Bug 331888 - Playing media when searching, often plays the wrong media

2014-03-09 Thread Shantanu Tushar
a bit confusing from the UI bits as if you click a song in the filtered list, the filter gets reset (expected), but the currently playing song is nowhere in the view, you'll have to scroll and manually find it. It will be nice if you can make it automatic as part of this. - Shantanu Tushar

Re: PMC Runtime Black Screen

2014-03-08 Thread Shantanu Tushar Jha
code I wish to be a part of the project under GSoC.. So where should I begin? On Sat, Mar 8, 2014 at 9:51 AM, Shantanu Tushar Jha shant...@kde.orgwrote: /usr/share was just an example. The executable should go to /usr/bin and you should be able to run it by running plasma-mediacenter

Re: Some random bugs...

2014-03-08 Thread Shantanu Tushar Jha
Cheers, -- Shantanu Tushar(UTC +0530) http://www.shantanutushar.com ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel

Re: Review Request 116656: Fix for Bug 331820 - Deleting items when searching removes the wrong items

2014-03-08 Thread Shantanu Tushar
/annotate/mediaelements/playlist/Playlist.qml#L106 - Shantanu Tushar On March 8, 2014, 9:24 a.m., Ashish Madeti wrote: --- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/116656

Re: Review Request 116656: Fix for Bug 331820 - Deleting items when searching removes the wrong items

2014-03-08 Thread Shantanu Tushar
/annotate/mediaelements/playlist/Playlist.qml#L106 - Shantanu Tushar On March 8, 2014, 9:24 a.m., Ashish Madeti wrote: --- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/116656

Re: Review Request 116656: Fix for Bug 331820 - Deleting items when searching removes the wrong items

2014-03-08 Thread Shantanu Tushar
indexInSourceModelOf and then deleteing it in QML, I'd suggest you handle the deletion in the model itself. The rationale behind this is that QML is supposed to only contain UI logic. - Shantanu Tushar On March 8, 2014, 7:34 p.m., Ashish Madeti wrote

Re: Review Request 116640: Fix for Bug 331798 - Wrong media shown as current media in playlist after reordering

2014-03-07 Thread Shantanu Tushar
as active. - Shantanu Tushar On March 7, 2014, 9:12 a.m., Ashish Madeti wrote: --- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/116640

Re: Review Request 116640: Fix for Bug 331798 - Wrong media shown as current media in playlist after reordering

2014-03-07 Thread Shantanu Tushar
On March 7, 2014, 12:15 p.m., Shantanu Tushar wrote: Cool, reordering now shows the correct media as active. Oops, please ignore this, I completely forgot to take a look at the diff itself (blame the hurry of leaving office on a friday evening :P). Will review the code asap. - Shantanu

Re: PMC Runtime Black Screen

2014-03-07 Thread Shantanu Tushar Jha
. -- Bhushan Shah http://bhush9.github.io IRC Nick : bshah on Freenode ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel -- Shantanu Tushar(UTC +0530) http://www.shantanutushar.com

Re: PMC Runtime Black Screen

2014-03-07 Thread Shantanu Tushar Jha
) MediaCenter::AbstractBrowsingBackend::availableBackends: no available browsing backend *** Exited normally *** What to do now?? On Fri, Mar 7, 2014 at 7:36 PM, Shantanu Tushar Jha shant...@kde.orgwrote: Please post the output you get from the terminal if what Bhushan suggested didn't work

Re: PMC Runtime Black Screen

2014-03-07 Thread Shantanu Tushar Jha
wrote: No.. Its not working... I am trying to update my system qt libraries as they are currently Qt 4.8.5... I am updating them to 5.2... Maybe that would help with the QtMultimediaKit... thanks a lot... On Fri, Mar 7, 2014 at 8:09 PM, Shantanu Tushar Jha shant...@kde.orgwrote: Run

Re: Review Request 116640: Fix for Bug 331798 - Wrong media shown as current media in playlist after reordering

2014-03-07 Thread Shantanu Tushar
this to else if { libs/mediacenter/playlistmodel.cpp https://git.reviewboard.kde.org/r/116640/#comment37064 again, else if { - Shantanu Tushar On March 7, 2014, 1:50 p.m., Ashish Madeti wrote: --- This is an automatically generated e-mail

Re: PMC Runtime Black Screen

2014-03-07 Thread Shantanu Tushar Jha
to /usr/share etc. (Also, use reply-to-all) On Sat, Mar 8, 2014 at 12:12 AM, Atul Dubey ug201212...@iitj.ac.in wrote: Output of make install is http://goo.gl/nN780M Output of kde4-config --prefix is :- */usr* Sorry for the late reply.. On Fri, Mar 7, 2014 at 8:33 PM, Shantanu Tushar

Re: PMC Runtime Black Screen

2014-03-07 Thread Shantanu Tushar Jha
:15 AM, Shantanu Tushar Jha shant...@kde.orgwrote: First of all, run sudo make install in your build dir. Then, make sure you pass it like this to cmake- -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` ` is not a single quote, its a backquote, the key just above Tab. Once this is done, run make

Re: Review Request 116620: Bug 322820 - Playlist is not reachable from home screen

2014-03-06 Thread Shantanu Tushar
a blank screen with Loading spinner. Expected is the homescreen to come back. - Shantanu Tushar On March 6, 2014, 5:20 a.m., Ashish Madeti wrote: --- This is an automatically generated e-mail. To reply, visit: https

Re: Review Request 116620: Bug 322820 - Playlist is not reachable from home screen

2014-03-06 Thread Shantanu Tushar
On March 6, 2014, 8:01 a.m., Shantanu Tushar wrote: After going to playlist like this, if you press back you get a blank screen with Loading spinner. Expected is the homescreen to come back. Ashish Madeti wrote: 1.Start PMC 2.Click on empty area (playlist shows) 3.Click

Re: Review Request 116620: Bug 322820 - Playlist is not reachable from home screen

2014-03-06 Thread Shantanu Tushar
://git.reviewboard.kde.org/r/116620/#comment37032 You can do it like this- pmcPageStack.pushAndFocus(mediaPlayerInstance ? getMediaPlayer() : getPlaylist()) and then you won't even need braces in onEmptyAreaClicked - Shantanu Tushar On March 6, 2014, 5:20 a.m., Ashish Madeti

Re: Review Request 116620: Bug 322820 - Playlist is not reachable from home screen

2014-03-06 Thread Shantanu Tushar
On March 6, 2014, 8:01 a.m., Shantanu Tushar wrote: After going to playlist like this, if you press back you get a blank screen with Loading spinner. Expected is the homescreen to come back. Ashish Madeti wrote: 1.Start PMC 2.Click on empty area (playlist shows) 3.Click

Re: Review Request 116620: Bug 322820 - Playlist is not reachable from home screen

2014-03-06 Thread Shantanu Tushar
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/116620/#review52285 --- Ship it! Ship It! - Shantanu Tushar On March 6, 2014, 4

Re: Bug 322820 - Playlist is not reachable from home screen

2014-03-05 Thread Shantanu Tushar Jha
the empty area in the top and there is a media player instance it goes to it, we can make it go to the playlist page if there is no media player instance. This sounds good, try implementing it and see how it behaves. On 4 March 2014 22:36, Shantanu Tushar Jha shaan...@gmail.com wrote: Hi Ashish

Re: Review Request 116620: Bug 322820 - Playlist is not reachable from home screen

2014-03-05 Thread Shantanu Tushar
of showing the controller, because the controller is useless when nothing is playing. See if it works good if you simply show the playlist. - Shantanu Tushar On March 5, 2014, 7:38 p.m., Ashish Madeti wrote: --- This is an automatically

Re: Review Request 116597: Remove unneeded signal from the plasma mediacenter picasa backend

2014-03-04 Thread Shantanu Tushar
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/116597/#review51903 --- Ship it! Ship It! - Shantanu Tushar On March 4, 2014, 4

Re: Review Request 116596: Fix for Bug 329168 - It is impossible to remove a media from playlist without playing it first

2014-03-04 Thread Shantanu Tushar
behavior. However, if you move your mouse pointer to items near the end of the view, it starts to scroll like crazy. You might want to look at Playlist.qml line 130 and see if you can make this better. - Shantanu Tushar On March 4, 2014, 3:17 p.m., Ashish Madeti wrote

Re: Bug 322820 - Playlist is not reachable from home screen

2014-03-04 Thread Shantanu Tushar Jha
://mail.kde.org/mailman/listinfo/plasma-devel -- Shantanu Tushar(UTC +0530) http://www.shantanutushar.com ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel

Re: Review Request 116596: Fix for Bug 329168 - It is impossible to remove a media from playlist without playing it first

2014-03-04 Thread Shantanu Tushar
://git.reviewboard.kde.org/r/116596/#comment36947 I suggest using ListView.Contain instead. - Shantanu Tushar On March 4, 2014, 7:28 p.m., Ashish Madeti wrote: --- This is an automatically generated e-mail. To reply, visit: https

Re: Review Request 116517: Implement change volume on mouse wheel when top of the voulume icon. based on the Bug 322821 - Make volume controllable using mouse scroll

2014-03-03 Thread Shantanu Tushar
://git.reviewboard.kde.org/r/116517/#comment36847 why are you doing it like this now? This previous code was better- onReleased: volumeButton.checked = !volumeButton.checked - Shantanu Tushar On March 3, 2014, 3:03 p.m., Rukshan Chathuranga wrote

Re: Review Request 116517: Implement change volume on mouse wheel when top of the voulume icon. based on the Bug 322821 - Make volume controllable using mouse scroll

2014-03-03 Thread Shantanu Tushar
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/116517/#review51801 --- Ship it! Ship It! - Shantanu Tushar On March 3, 2014, 3

Rendering big images in QML1 with GLWidget

2014-03-03 Thread Shantanu Tushar Jha
! -- Shantanu Tushar(UTC +0530) http://www.shantanutushar.com ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel

Re: Rendering big images in QML1 with GLWidget

2014-03-03 Thread Shantanu Tushar Jha
no point loading something bigger than you can display it. ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel -- Shantanu Tushar(UTC +0530) http://www.shantanutushar.com

Re: Review Request 116517: Implement change volume on mouse wheel when top of the voulume icon. based on the Bug 322821 - Make volume controllable using mouse scroll

2014-03-02 Thread Shantanu Tushar
{ ToolButton { } }). This way you will get both the interactions (click and scroll) and will still feel natural. - Shantanu Tushar On March 1, 2014, 3:03 p.m., Rukshan Chathuranga wrote: --- This is an automatically generated e-mail. To reply

Re: Review Request 116517: Implement change volume on mouse wheel when top of the voulume icon. based on the Bug 322821 - Make volume controllable using mouse scroll

2014-03-02 Thread Shantanu Tushar
On March 2, 2014, 11:16 a.m., Shantanu Tushar wrote: Good thinking, and in fact this is the idea that first came to my mind. But, as you would've noticed, the experience on clicking the button isn't very natural now because you aren't really pressing the button. Another (and better

Re: Review Request 116517: Implement change volume on mouse wheel when top of the voulume icon. based on the Bug 322821 - Make volume controllable using mouse scroll

2014-03-01 Thread Shantanu Tushar
/Kdelibs_Coding_Style - Shantanu Tushar On March 1, 2014, 11:32 a.m., Rukshan Chathuranga wrote: --- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/116517

Re: Review Request 116517: Implement change volume on mouse wheel when top of the voulume icon. based on the Bug 322821 - Make volume controllable using mouse scroll

2014-03-01 Thread Shantanu Tushar
if you can figure it out :) - Shantanu Tushar On March 1, 2014, 12:42 p.m., Rukshan Chathuranga wrote: --- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/116517

Re: Review Request 114429: use of time data engine - less code

2014-03-01 Thread Shantanu Tushar
only). Please feel free to push with that change. - Shantanu Tushar On Feb. 11, 2014, 12:01 p.m., Heena Mahour wrote: --- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/114429

Re: Review Request 116517: Implement change volume on mouse wheel when top of the voulume icon. based on the Bug 322821 - Make volume controllable using mouse scroll

2014-02-28 Thread Shantanu Tushar
.) - Shantanu Tushar On March 1, 2014, 7:11 a.m., Rukshan Chathuranga wrote: --- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/116517

Re: Review Request 116517: Implement change volume on mouse wheel when top of the voulume icon. based on the Bug 322821 - Make volume controllable using mouse scroll

2014-02-28 Thread Shantanu Tushar
On March 1, 2014, 7:16 a.m., Shantanu Tushar wrote: Your diff contains commented out changes to metadataupdater.cpp which I think you don't need. Please revert changes to that file and post a fresh diff. (Also, you even copied (END) which mostly happened while copy-pasting from

Re: PMC crashes when running for the first time

2014-02-27 Thread Shantanu Tushar Jha
://harishnavnit.wordpress.com ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel -- Shantanu Tushar(UTC +0530) http://www.shantanutushar.com ___ Plasma

Re: PMC crashes when running for the first time

2014-02-27 Thread Shantanu Tushar Jha
...@gmail.comwrote: On Thu, Feb 27, 2014 at 6:27 PM, Shantanu Tushar Jha shaan...@gmail.comwrote: It means that OpenGL won't work for you (GLX), so try plasma-mediacenter --disable-opengl Oh my Goodness ! It worked :) But running without OpenGL everytime won't be an issue right ? Moreover why has

Re: Issues with PMC

2014-02-27 Thread Shantanu Tushar Jha
/listinfo/plasma-devel -- Shantanu Tushar(UTC +0530) http://www.shantanutushar.com ___ 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
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 116063: Implementation of the backspace key as an option to go back to the previous window.

2014-02-26 Thread Shantanu Tushar
. Works fine, this can go in :) - Shantanu Tushar On Feb. 26, 2014, 7:45 a.m., Harshit Agarwal wrote: --- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/116063

Re: Ideas Critical to PMC

2014-02-25 Thread Shantanu Tushar Jha
...@gmail.comwrote: On Tue, Feb 25, 2014 at 10:34 AM, Shantanu Tushar Jha shant...@kde.orgwrote: Hi Harish, We did discuss some ideas and will be putting it on the ideas list asap. Feel free to propose your ideas as well :) I checked some of the ideas mentioned in the ideas page. I find

Re: Problems in building

2014-02-24 Thread Shantanu Tushar Jha
Awesome, can you share how you fixed it? Will help if someone else has the same issues in the future. On Mon, Feb 24, 2014 at 12:50 PM, Devanshu Jain devanshu.jain...@gmail.comwrote: i got it solved. thanks! On Mon, Feb 24, 2014 at 12:40 PM, Shantanu Tushar Jha shant...@kde.orgwrote: Hi

Re: Ideas Critical to PMC

2014-02-24 Thread Shantanu Tushar Jha
critical Idea stems from this thread :) Warm Regards. Thanking You, R.Harish Navnit The Enigma http://harishnavnit.wordpress.com ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel -- Shantanu

Letting users customize the default background on PMC homescreen (Was: Re: Ideas Critical to PMC)

2014-02-24 Thread Shantanu Tushar Jha
-- Shantanu Tushar(UTC +0530) http://www.shantanutushar.com ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel

Re: Plasma Mediacenter CI failure

2014-02-23 Thread Shantanu Tushar Jha
___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel -- Shantanu Tushar(UTC +0530) http://www.shantanutushar.com ___ Plasma-devel mailing list Plasma-devel@kde.org

Re: Problems in building

2014-02-23 Thread Shantanu Tushar Jha
https://mail.kde.org/mailman/listinfo/plasma-devel -- http://www.sinny.in ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel -- Shantanu Tushar(UTC +0530) http://www.shantanutushar.com

Re: Regarding contribution in Plasma media center

2014-02-23 Thread Shantanu Tushar Jha
://mail.kde.org/mailman/listinfo/plasma-devel -- Shantanu Tushar(UTC +0530) http://www.shantanutushar.com ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel

Re: Proposed fix for issue 330115

2014-02-18 Thread Shantanu Tushar Jha
just closing and opening ?) Warm Regards. R.Harish Navnit The Enigma http://harishnavnit.wordpress.com On Mon, Feb 17, 2014 at 6:19 PM, R.Harish Navnit harishnav...@gmail.comwrote: On Sat, Feb 15, 2014 at 7:37 PM, Shantanu Tushar Jha shant...@kde.orgwrote: Whats the status

Re: Proposed fix for issue 330115

2014-02-18 Thread Shantanu Tushar Jha
as you expect it to. On Tue, Feb 18, 2014 at 8:32 PM, R.Harish Navnit harishnav...@gmail.comwrote: On Tue, Feb 18, 2014 at 7:46 PM, Shantanu Tushar Jha shant...@kde.orgwrote: Your patch works fine for me, I see 00:45 AM without the patch and 12:45 PM with the patch. That is great news

[plasma-mediacenter] shells/newshell: Merge branch 'shantanu-sinny-media-caching'

2014-02-16 Thread Shantanu Tushar
Git commit b574f17b803d4c355b6f354dde0634026d536cd4 by Shantanu Tushar. Committed on 16/02/2014 at 12:41. Pushed by shantanu into branch 'master'. Merge branch 'shantanu-sinny-media-caching' This implements a media cache for PMC which is populated by one or more media sources. The media sources

Re: Proposed fix for issue 330115

2014-02-15 Thread Shantanu Tushar Jha
list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel -- Shantanu Tushar(UTC +0530) http://www.shantanutushar.com ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel

Re: Solving Bug 311841

2014-02-15 Thread Shantanu Tushar Jha
___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel -- Shantanu Tushar(UTC +0530) http://www.shantanutushar.com ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org

Re: Review Request 115447: Add songs or videos to Misc playlist while pmc is running.

2014-02-05 Thread Shantanu Tushar
. However on a personal note, I am very scared of the complexity we are bringing with this as well as the complexity we have from review #114892. Hope we can get rid of all this and do these in a much cleaner way some day. - Shantanu Tushar On Feb. 3, 2014, 3:53 p.m., Sujith Haridasan wrote

Re: Proposed fix for issue 330115

2014-02-03 Thread Shantanu Tushar Jha
___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel -- Shantanu Tushar(UTC +0530) http://www.shantanutushar.com ___ Plasma-devel mailing list Plasma

Re: [OT] Unable to resolv any hostnames in Kubuntu 13.10

2014-02-02 Thread Shantanu Tushar Jha
, R.Harish Navnit The Enigma http://harishnavnit.wordpress.com ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel -- Shantanu Tushar(UTC +0530) http://www.shantanutushar.com

Re: Proposed fix for issue 330115

2014-01-29 Thread Shantanu Tushar Jha
, Jan 28, 2014 at 9:57 PM, Shantanu Tushar Jha shaan...@gmail.comwrote: On Tue, Jan 28, 2014 at 8:05 PM, R.Harish Navnit harishnav...@gmail.comwrote: On Tue, Jan 28, 2014 at 7:13 PM, sujith h sujit...@gmail.com wrote: On Tue, Jan 28, 2014 at 7:08 PM, Shantanu Tushar Jha shant

Re: Proposed fix for issue 330115

2014-01-29 Thread Shantanu Tushar Jha
at 8:06 PM, R.Harish Navnit harishnav...@gmail.comwrote: On Wed, Jan 29, 2014 at 7:38 PM, Shantanu Tushar Jha shaan...@gmail.comwrote: try these- sudo apt-get update sudo apt-get install -f This the output log of the above commands : http://pastebin.kde.org/p7pybjb6o I tried running sudo

Re: Proposed fix for issue 330115

2014-01-29 Thread Shantanu Tushar Jha
://in.archive.ubuntu.com/ubuntu/dists/saucy/main/binary-i386/Packages.gz On Wed, Jan 29, 2014 at 9:27 PM, R.Harish Navnit harishnav...@gmail.comwrote: On Wed, Jan 29, 2014 at 8:34 PM, Shantanu Tushar Jha shaan...@gmail.comwrote: The problem is here- W: Failed to fetch gzip:/var/lib/apt

Re: Proposed fix for issue 330115

2014-01-28 Thread Shantanu Tushar Jha
get the following error log : http://pastebin.kde.org/png3htvj9 Regards. ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel -- Shantanu Tushar(UTC +0530) http://www.shantanutushar.com

Re: Proposed fix for issue 330115

2014-01-28 Thread Shantanu Tushar Jha
On Tue, Jan 28, 2014 at 8:05 PM, R.Harish Navnit harishnav...@gmail.comwrote: On Tue, Jan 28, 2014 at 7:13 PM, sujith h sujit...@gmail.com wrote: On Tue, Jan 28, 2014 at 7:08 PM, Shantanu Tushar Jha shant...@kde.orgwrote: I don't know why you are trying to install qt-mobility at all

Re: Proposed fix for issue 330115

2014-01-27 Thread Shantanu Tushar Jha
:04 PM, R.Harish Navnit harishnav...@gmail.comwrote: On Mon, Jan 27, 2014 at 8:45 PM, Shantanu Tushar Jha shant...@kde.orgwrote: where COMMIT is the SHA of the commit just before your commits. What does this mean ? In your example, you need to run git diff

Re: Proposed fix for issue 330115

2014-01-27 Thread Shantanu Tushar Jha
gives me a blank screen. I'm posting the output of git log if it helps in anyway . Here it is : http://pastebin.ubuntu.com/6826365/ Regards. R.Harish Navnit The Enigma http://harishnavnit.wordpress.com On Fri, Jan 24, 2014 at 11:12 PM, Shantanu Tushar Jha shant...@kde.orgwrote: On Fri, Jan

Re: Review Request 115324: Remove extra include from taglib to allow older versions of taglib to be used.

2014-01-26 Thread Shantanu Tushar
analyzer that can find out unused includes* - Shantanu Tushar On Jan. 27, 2014, 4:27 a.m., Matthew John Dawson wrote: --- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/115324

Re: Proposed fix for issue 330115

2014-01-24 Thread Shantanu Tushar Jha
). Regards. Thanking You, R.Harish Navnit The Enigma http://harishnavnit.wordpress.com ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel -- Shantanu Tushar(UTC +0530) http

Re: Review Request 115162: Launch single instance of plasma-mediacenter

2014-01-21 Thread Shantanu Tushar
() , m_mainWindow(0) shells/newshell/application.cpp https://git.reviewboard.kde.org/r/115162/#comment33932 Pass this as parent so that it can be deleted when the application exits m_mainWindow = new MainWindow(this); - Shantanu Tushar On Jan. 21, 2014, 6:44 a.m., Sujith

Re: Review Request 115162: Launch single instance of plasma-mediacenter

2014-01-21 Thread Shantanu Tushar
On Jan. 21, 2014, 5:58 p.m., Shantanu Tushar wrote: I couldn't try it right now but I have this doubt. If there is already a PMC instance running and open a file from Dolphin, does the file indeed start playing? Sujith Haridasan wrote: What I meant to say is if PMC is already

Re: Error(Cmake) while building PMC

2014-01-17 Thread Shantanu Tushar Jha
and that it is only a virtualbox . R.Harish Navnit The Enigma http://harishnavnit.wordpress.com On Fri, Jan 17, 2014 at 5:57 PM, R.Harish Navnit harishnav...@gmail.comwrote: On Thu, Jan 16, 2014 at 9:43 PM, Shantanu Tushar Jha shaan...@gmail.com wrote: Ah, I'm not talking about RAM

Re: Error(Cmake) while building PMC

2014-01-17 Thread Shantanu Tushar Jha
/plasma-devel -- Shantanu Tushar(UTC +0530) http://www.shantanutushar.com ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel

Re: Error(Cmake) while building PMC

2014-01-16 Thread Shantanu Tushar Jha
could share a solution if any . Warm Regards. Thanking You, R.Harish Navnit The Enigma http://harishnavnit.wordpress.com ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel -- Shantanu

Re: Error(Cmake) while building PMC

2014-01-16 Thread Shantanu Tushar Jha
On Thu, Jan 16, 2014 at 9:21 PM, R.Harish Navnit harishnav...@gmail.comwrote: R.Harish Navnit The Enigma http://harishnavnit.wordpress.com On Thu, Jan 16, 2014 at 9:18 PM, Shantanu Tushar Jha shaan...@gmail.comwrote: My guess is your disk might be full. How much disk space did you

Re: Error(Cmake) while building PMC

2014-01-16 Thread Shantanu Tushar Jha
The Enigma http://harishnavnit.wordpress.com On Thu, Jan 16, 2014 at 9:23 PM, Shantanu Tushar Jha shaan...@gmail.comwrote: On Thu, Jan 16, 2014 at 9:21 PM, R.Harish Navnit harishnav...@gmail.comwrote: R.Harish Navnit The Enigma http://harishnavnit.wordpress.com On Thu, Jan 16, 2014

Re: Error(Cmake) while building PMC

2014-01-14 Thread Shantanu Tushar Jha
-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel -- Shantanu Tushar(UTC +0530) http://www.shantanutushar.com ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel

Re: Error(Cmake) while building PMC

2014-01-14 Thread Shantanu Tushar Jha
names mentioned in the blog . I believe I have installed all the packages listed under the ubuntu section in the blog . I still keep getting these error-messages . R.Harish Navnit The Enigma http://harishnavnit.wordpress.com On Tue, Jan 14, 2014 at 5:00 PM, Shantanu Tushar Jha shaan

Re: Error(Cmake) while building PMC

2014-01-14 Thread Shantanu Tushar Jha
Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel -- Shantanu Tushar(UTC +0530) http://www.shantanutushar.com

Re: Error(Cmake) while building PMC

2014-01-14 Thread Shantanu Tushar Jha
for your time again . Hope you can help me resolve this. -- Shantanu Tushar(UTC +0530) http://www.shantanutushar.com Thanks and Regards. ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel

Re: Error(Cmake) while building PMC

2014-01-13 Thread Shantanu Tushar Jha
___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel -- Shantanu Tushar(UTC +0530) http://www.shantanutushar.com ___ Plasma-devel mailing list Plasma-devel@kde.org https

Re: Review Request 114892: Plasma-mediacenter plays songs or videos: passed as arguments

2014-01-09 Thread Shantanu Tushar
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/114892/#review47113 --- Ship it! Ship It! - Shantanu Tushar On Jan. 8, 2014, 6:22

Re: Review Request 114892: Plasma-mediacenter plays songs or videos: passed as arguments

2014-01-08 Thread Shantanu Tushar
complicated than it ideally should be, mostly due to multiple playlists being not-so-good. Hope we will fix this for the next release. There is one issue that still remains, post fixing that, this can go in. - Shantanu Tushar On Jan. 8, 2014, 6:09 a.m., Sujith Haridasan wrote

Re: Review Request 114892: Plasma-mediacenter plays songs or videos: passed as arguments

2014-01-08 Thread Shantanu Tushar
On Jan. 7, 2014, 6:20 p.m., Shantanu Tushar wrote: libs/mediacenter/playlistmodel.cpp, lines 306-307 https://git.reviewboard.kde.org/r/114892/diff/1/?file=233345#file233345line306 this path is calculated at two places, one here and one on lines 203-204. Try sharing code between

Re: Review Request 114892: Plasma-mediacenter plays songs or videos: passed as arguments

2014-01-07 Thread Shantanu Tushar
flag if absolutely necessary. - Shantanu Tushar On Jan. 7, 2014, 8:01 a.m., Sujith Haridasan wrote: --- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/114892

<    1   2   3   4   5   >