Re: please help

2013-09-17 Thread kaushik varanasi
hey shantanu, the playlist drag and drop works well in the downward direction, but Im still not able to understand the upward bug. I'll take some time and see if i can finish it. thanks, kaushik On Wed, Sep 18, 2013 at 12:24 AM, kaushik varanasi wrote: > hey, > It was simple, I could reproduce

Works for me (partly): Kde 4.11.1 can not find mime data

2013-09-17 Thread Magnus Larsson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Thank you for your help. The /usr/share addition to XDG_DATA_DIRS solved it, together with avoiding, for now, kdm and just use startx. This works for me as root user and unprivileged user. 1) cat .xinitrc exec ck-launch-session dbus-launch --exit-wit

Re: please help

2013-09-17 Thread Sinny Kumari
Hi, Good to know that you fixed this issue. In order to send patch (this is general approach for any KDE project), first take diff of your code using "git diff > filename.patch" command in your source directory and then upload this patch on https://git.reviewboard.kde.org/ . On reviewboard, ment

Re: please help

2013-09-17 Thread kaushik varanasi
hey, It was simple, I could reproduce it and fix it. But I don't know how to report a patch so I'm attaching you the appended cpp file.replace the /mediaelements/playlistDelegate.qml with this file and run the API. what I did was,I added the code line playlistModel.moveItem(posStartX,posEndX) a

Re: please help

2013-09-17 Thread Shantanu Tushar Jha
Hi Kaushik, Nice that you got PMC running :) About what tasks you can pick up, there is one that comes to my mind - if you can fix this bug in the playlist it will be awesome https://bugs.kde.org/show_bug.cgi?id=325012 . Don't hesitate to ask questions if you have any, either here or on #plasma on

Re: please help

2013-09-17 Thread kaushik varanasi
hi, firstly a big thanks to Sinny, Shantanu and Sebastian. I have installed, read the API documentation and got familiar with the PMC code. I would like to work on the browsing part.Improvising grouping of videos and music via nepomuk. If there is anything more i need to know, please let me know. A