Re: plasma-framework, kactivities and kactivities-stats: please consider proper de-KF-ication now

2023-11-05 Thread Shantanu Tushar Jha
Hi,

+1 to what Carl said. Right now my Elisa barely needs any time to read my
music library, presumably because Baloo already has it indexed. It'll be
quite a shame if apps did their own indexing, wasting time and power.

The effects (of removing Baloo support) are even more pronounced if we
consider that a majority of Elisa users are running Plasma as well.
(Citation needed, I know, but IMO it's not such a risky assumption.)

Regards,
Shantanu

On Sun, Nov 5, 2023, 11:53 PM Carl Schwan  wrote:

> On Sunday, November 5, 2023 6:01:38 PM CET Nate Graham wrote:
> > On 11/5/23 07:42, Kevin Ottens wrote:
> > > I was clumsily advocating for this Akademy 2021 or 2022 (can't remember
> > > which).
> > >
> > > This way it's clearer to application authors when they tie themselves
> to a
> > > given workspace or not.
> > >
> > > Also, isn't Elisa able to work without Baloo? It even seems to do the
> > > right
> > > thing if I trust its CMakeLists.txt. It has Baloo as a recommended but
> > > optional dependency, and disable it altogether for Win32 builds.
> >
> > Yes, Elisa also includes an internal indexer, for use on Windows and
> > Android, or on *Nix when Baloo isn't installed or is disabled.
> >
> > I think the original idea for the app was to delegate all the indexing
> > heavy lifting to Baloo to avoid internal complication, but clearly this
> > has not worked out in practice, since to be truly cross-platform, it
> > can't assume that Baloo is present and active and does need its own
> > indexer. So maybe the best course of action is actually to remove Baloo
> > support entirely and always use the internal indexer, so that we don't
> > have two different code paths.
> >
> > Nate
>
> I do not belive this is a good idea. Mostly because it means we would then
> have an indexer in Baloo and one indexer in Elisa running at the same time
> and
> doing something similar which is wasteful. It becomes even more of an
> issue
> when other apps like Peruse or Arianna start doing the same and use their
> own
> indexer instead of Baloo on Plasma.
>
> This defeat the point of having a general purpose indexer in Plasma.
>
> Cheers,
> Carl
>
>
>
>


Re: Moving plasma-mediacenter to extragear

2016-07-18 Thread Shantanu Tushar Jha
Hi,

On Mon, Jul 18, 2016 at 2:29 PM, Bhushan Shah  wrote:

> Hello plasma team,
>
> I am not much happy to write this, but here it goes,
>
> Since last three Plasma release it always bugged me that there were no
> usefull changes in plasma-mediacenter, mostly because after being
> contracted by Bluesystems I got involved into Plasma Mobile related
> work and didn't manage to find time to work on plasma-mediacenter.
>
> I already have some work branches in plasma-mediacenter which enables
> the containment which can work nicely with remote controller, and other
> local work branch for medialibrary improvements. However with the speed
> plasma releases are happening I am too hesistent to merge those as it
> would break things and I may or may not get time to fix those in time.
>

I kinda had this feeling when the PMC move to a core Plasma component which
needs more cautious development. It was always easier to work on PMC
treating it as a standalone component, so +1 from me.


> So therefore, I am proposing to move plasma-mediacenter to extragear or
> playground and not release it with Plasma/5.8 anymore. In extragear or
> playground I will be able to define my own release scedule and cycle,
> and merge my changes.
>
> If there are no objections within next week, I will file a sysadmin
> request to move plasma-mediacenter to extragear/playground and request
> Riddell to not release it anymore with Plasma/5.8.
>
> Thanks
>

> --
> 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
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


Re: plasma-mediacenter in kdereview from extragear

2015-03-06 Thread Shantanu Tushar Jha
On Sat, Mar 7, 2015 at 3:19 AM, Albert Astals Cid aa...@kde.org wrote:

 El Dijous, 5 de març de 2015, a les 08:51:37, Bhushan Shah va escriure:
  Hello!
 
  On Thu, Feb 19, 2015 at 8:22 PM, Bhushan Shah bhus...@gmail.com wrote:
   We want to move plasma-mediacenter to kde/workspace for releasing it
   with Plasma 5.x release cycle, Plasma media center is living room
   solution of plasma workspaces, it is integrated as shell package for
   PMC.
 
  Given the two week has been passed in kdereview and as there are no
  objections I will file the sysadmin request to move the repository to
  kde/workspace

 Is there ever going to be another release of the stable kdelibs4-based 1.4
 branch? I'm asking because it used to be in extragear and moved to
 workspace,
 and thus the l10n of the kde4 branch needs some engineering to still be in
 extragear, and it'd be just easier for us if you're not planning more
 releases
 since then we can just remove the l10n handlong in kde4 land altogether.


No, the kdelibs4 based version will not see a new release. We are focusing
all our efforts on the kf5/Plasma5 version now.

Cheers,

-- 
Shantanu Tushar(UTC +0530)
http://www.shantanutushar.com



 Cheers,
   Albert

 
  Thanks!


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


Plasma Media Center and external USB drives

2014-10-23 Thread Shantanu Tushar Jha
Hi folks,

While we are busy implementing the new PMC design[1], we revisited the
question on what happens to USB devices. Finally we think we will offer the
following options to the user when a USB device is detected-

1. Mount the USB device and ask Baloo to index it so that the media show up
in the usual PMC (Video/Songs/Pictures) screens. (This option might not be
preferred if the user, for some reason, doesn't want the drive to be
indexed and be available to other apps as well)
2. Mount the USB device and let the user browse through files and play them
manually.

Just like there are two options, we have two questions that we needed some
usability thinking around-

1. Do these two options make sense? Or can someone think of even better
ways of handling this?
2. How (and where) do we display the options to the user, in the new mockup?

Ideas?

[1] https://forum.kde.org/viewtopic.php?f=285t=121705#p316799

-- 
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: Reviews

2014-07-29 Thread Shantanu Tushar Jha
This one needs to be discarded as well,
https://git.reviewboard.kde.org/r/115865/


On Tue, Jul 29, 2014 at 5:15 PM, Bhushan Shah bhus...@gmail.com wrote:

 Hello,

 On Tue, Jul 29, 2014 at 3:37 PM, David Edmundson
 da...@davidedmundson.co.uk wrote:
 
  There are a /lot/ of Plasma Media Centre reviews open (about half are
  PMC), I'm not sure what the state of those is, are they awaiting
  reviews from the non-media centre devs, or just no longer relevant. If
  someone from PMC pings me I can help go through and discard outdated
  things.

 Following PMC reviews needs to be discarded,

 https://git.reviewboard.kde.org/r/116460/ (Fixed already)
 https://git.reviewboard.kde.org/r/116804/ (Ditto)
 https://git.reviewboard.kde.org/r/116731 (I think, it was discarded
 long ago, I don't know how it came back? bug was also closed)

 I'll let you know as I will go through other reviews. Looks like there
 is no way to filter search by repo name or am I missing something.?

 Lets see..

 --
 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
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


Re: Plasma shell - Mediacenter

2014-07-19 Thread Shantanu Tushar Jha
Hi,

On Mon, Jul 14, 2014 at 2:16 PM, Marco Martin notm...@gmail.com wrote:

 On Saturday 12 July 2014, Shantanu Tushar Jha wrote:
  Hi folks,
 
  The frameworks branch of PMC now contains a Plasma Shell which basically
  loads the required QML components and looks/works exactly the same[1]. So
  technically we are good to go if a user wants her desktop to be a media
  center.
 
  However, it'll be nice if we can discuss on how the actual workflow could
  be for a user. Here are some things I can imagine-
 
  * User can have a mediacenter activity which she can switch to for
 getting
  the multimedia experience.

 I'm not sure how much it can work as activity,
 if you want that tough most o the mediacenter UI QML should be moved in  a
 single containment (that may be good as well) while now is iirc mostly in
 the
 view of the desktop package


Do you mean that the current implementation won't support it, or the idea
itself is not good?




  * Or, maybe she can configure the mediacenter shell to activate whenever
 an
  external TV screen is connected (through HDMI or something).

 it could either switch the shell or just launch the standalone application
 (launching the application should be easy, maybe configurable from kscreen
 kcm?)


Or, maybe plasmashell exposes a D-Bus API that can load shells on the fly?

+1 for the kscreen kcm, I think it should be a nice feature in general.



  * The device is a dedicated mediacenter device - the user tells Plasma to
  always load mediacenter instead of deskop

 I think there should eventually be a session shipped by it so is just
 possible
 to login into it from the login manager


Guess the session will always run the same startkde script, how can we tell
plasmashell (rhymes :P) what to load?



 --
 Marco Martin
 ___
 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/mailman/listinfo/plasma-devel


Re: Extending fullscreen option to all pages in PMC

2014-07-15 Thread Shantanu Tushar Jha
KWin has a standard Ctrl+Shift+F shortcut to do that, but somehow it
doesn't work. Maybe you can try and figure out why.


On Tue, Jul 15, 2014 at 4:51 PM, Devanshu Jain devanshu.jain...@gmail.com
wrote:

 Hi guys!
 I was wondering if it would be nice that the user can switch at any time
 to full screen, by pressing a key instead of going to home screen every
 time and going to settings menu.

 ___
 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/mailman/listinfo/plasma-devel


Plasma shell - Mediacenter

2014-07-12 Thread Shantanu Tushar Jha
Hi folks,

The frameworks branch of PMC now contains a Plasma Shell which basically
loads the required QML components and looks/works exactly the same[1]. So
technically we are good to go if a user wants her desktop to be a media
center.

However, it'll be nice if we can discuss on how the actual workflow could
be for a user. Here are some things I can imagine-

* User can have a mediacenter activity which she can switch to for getting
the multimedia experience.

* Or, maybe she can configure the mediacenter shell to activate whenever an
external TV screen is connected (through HDMI or something).

* The device is a dedicated mediacenter device - the user tells Plasma to
always load mediacenter instead of deskop

Any other ideas? Thoughts?

[1] http://i.imgur.com/J16niw7.jpg

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: cmake does not work

2014-07-10 Thread Shantanu Tushar Jha
Hi Devanshu,

What distro are you using? Also, how have you installed Qt?


On Thu, Jul 10, 2014 at 4:48 PM, Devanshu Jain devanshu.jain...@gmail.com
wrote:

 Hi Harish,
 Thanks for pastebin suggestion. I would keep it in mind next time.
 As for the typos: No I didn't make any typos. I double checked everything.



 On Thu, Jul 10, 2014 at 4:37 PM, R.Harish Navnit harishnav...@gmail.com
 wrote:

 On Thu, Jul 10, 2014 at 12:35 PM, Devanshu Jain 
 devanshu.jain...@gmail.com wrote:

 Please find the enclosed cmake output log file


  Hi Devanshu,

 I would suggest using pastebin http://paste.kde.org instead of
 attaching the output logs in your mails. I think that's a lot easier and
 attachments in mails sent to ML's is not a good practice either.

 I don't think there's any hard and fast rule as such, but usually clones
 of projects that you wish to build and run are placed in the home dir, no ?
 (you may ignore this) and I hope you didn't make a typo while running the
 command that Sinny mentioned.

 Regards.
 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



 ___
 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/mailman/listinfo/plasma-devel


Re: cmake does not work

2014-07-10 Thread Shantanu Tushar Jha
Cool, though I had asked how have you installed Qt ;) Because I've never
encountered this error.

Anyway, you can even add the fPIC flag like this -

cmake .. -DCMAKE_CXX_FLAGS=-fPIC -DCMAKE_INSTALL_PREFIX=`kde4-config
--prefix`  -DQT_QMAKE_EXECUTABLE=/usr/bin/qmake-qt4  -DKDE4_BUILD_TESTS=OFF



On Thu, Jul 10, 2014 at 8:33 PM, Devanshu Jain devanshu.jain...@gmail.com
wrote:

 Hi Shantanu,
 I am using Ubuntu 14.04 and yes I have Qt installed.


 On Thu, Jul 10, 2014 at 8:26 PM, Shantanu Tushar Jha shant...@kde.org
 wrote:

 Hi Devanshu,

 What distro are you using? Also, how have you installed Qt?


 On Thu, Jul 10, 2014 at 4:48 PM, Devanshu Jain 
 devanshu.jain...@gmail.com wrote:

 Hi Harish,
 Thanks for pastebin suggestion. I would keep it in mind next time.
 As for the typos: No I didn't make any typos. I double checked
 everything.



 On Thu, Jul 10, 2014 at 4:37 PM, R.Harish Navnit harishnav...@gmail.com
  wrote:

 On Thu, Jul 10, 2014 at 12:35 PM, Devanshu Jain 
 devanshu.jain...@gmail.com wrote:

 Please find the enclosed cmake output log file


  Hi Devanshu,

 I would suggest using pastebin http://paste.kde.org instead of
 attaching the output logs in your mails. I think that's a lot easier and
 attachments in mails sent to ML's is not a good practice either.

 I don't think there's any hard and fast rule as such, but usually
 clones of projects that you wish to build and run are placed in the home
 dir, no ? (you may ignore this) and I hope you didn't make a typo while
 running the command that Sinny mentioned.

 Regards.
 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



 ___
 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/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
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


Re: cmake does not work

2014-07-10 Thread Shantanu Tushar Jha
try running this and pastebin the output -

VERBOSE=1 make



On Thu, Jul 10, 2014 at 9:57 PM, Devanshu Jain devanshu.jain...@gmail.com
wrote:

 I started from scratch but make command is again giving the same error.


 On Thu, Jul 10, 2014 at 9:45 PM, Shantanu Tushar Jha shant...@kde.org
 wrote:

 Something tells me its still using Qt5 (and thats why it regards 4.8.6 as
 old), can you try removing your build dir and start from scratch?

 About Qt, do *not* use the one downloaded from the website, the one that
 you install using apt-get/synaptic is the way to go.


 On Thu, Jul 10, 2014 at 9:27 PM, Devanshu Jain 
 devanshu.jain...@gmail.com wrote:

 Hi Shantanu,
 Sorry for misreading.
 But I downloaded Qt using synaptic. And I guess it is still causing
 troubles.
 When doing *make install*, another error is produced (
 http://paste.kde.org/prtoragcp).
 It says:
 This file was generated using the moc from 4.8.6. It cannot be used with
 the include files from this version of Qt. (The moc has changed too much.)
 So I guess I will download it again from the official site.


 On Thu, Jul 10, 2014 at 9:15 PM, Shantanu Tushar Jha shaan...@gmail.com
  wrote:

 Cool, though I had asked how have you installed Qt ;) Because I've
 never encountered this error.

 Anyway, you can even add the fPIC flag like this -

 cmake .. -DCMAKE_CXX_FLAGS=-fPIC -DCMAKE_INSTALL_PREFIX=`kde4-config
 --prefix`  -DQT_QMAKE_EXECUTABLE=/usr/bin/qmake-qt4  -DKDE4_BUILD_TESTS=OFF



 On Thu, Jul 10, 2014 at 8:33 PM, Devanshu Jain 
 devanshu.jain...@gmail.com wrote:

 Hi Shantanu,
 I am using Ubuntu 14.04 and yes I have Qt installed.


 On Thu, Jul 10, 2014 at 8:26 PM, Shantanu Tushar Jha shant...@kde.org
  wrote:

 Hi Devanshu,

 What distro are you using? Also, how have you installed Qt?


 On Thu, Jul 10, 2014 at 4:48 PM, Devanshu Jain 
 devanshu.jain...@gmail.com wrote:

 Hi Harish,
 Thanks for pastebin suggestion. I would keep it in mind next time.
 As for the typos: No I didn't make any typos. I double checked
 everything.



 On Thu, Jul 10, 2014 at 4:37 PM, R.Harish Navnit 
 harishnav...@gmail.com wrote:

 On Thu, Jul 10, 2014 at 12:35 PM, Devanshu Jain 
 devanshu.jain...@gmail.com wrote:

 Please find the enclosed cmake output log file


  Hi Devanshu,

 I would suggest using pastebin http://paste.kde.org instead of
 attaching the output logs in your mails. I think that's a lot easier 
 and
 attachments in mails sent to ML's is not a good practice either.

 I don't think there's any hard and fast rule as such, but usually
 clones of projects that you wish to build and run are placed in the 
 home
 dir, no ? (you may ignore this) and I hope you didn't make a typo while
 running the command that Sinny mentioned.

 Regards.
 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



 ___
 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/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

 ___
 Plasma-devel mailing list
 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

 ___
 Plasma-devel mailing list
 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
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


Re: cmake does not work

2014-07-10 Thread Shantanu Tushar Jha
Hmm that is very strange. Edit the file
build/libs/mediacenter/moc_mediasourcesloader.cpp and put these just after
the != 63 condition-

#error VERSION IS
#error Q_MOC_OUTPUT_REVISION

and then run make again and pastebin



On Thu, Jul 10, 2014 at 10:35 PM, Devanshu Jain devanshu.jain...@gmail.com
wrote:

 Here is the link to the output: http://paste.kde.org/pjyrnmzag


 On Thu, Jul 10, 2014 at 10:33 PM, Shantanu Tushar Jha shant...@kde.org
 wrote:

 try running this and pastebin the output -

 VERBOSE=1 make



 On Thu, Jul 10, 2014 at 9:57 PM, Devanshu Jain 
 devanshu.jain...@gmail.com wrote:

 I started from scratch but make command is again giving the same error.


 On Thu, Jul 10, 2014 at 9:45 PM, Shantanu Tushar Jha shant...@kde.org
 wrote:

 Something tells me its still using Qt5 (and thats why it regards 4.8.6
 as old), can you try removing your build dir and start from scratch?

 About Qt, do *not* use the one downloaded from the website, the one
 that you install using apt-get/synaptic is the way to go.


 On Thu, Jul 10, 2014 at 9:27 PM, Devanshu Jain 
 devanshu.jain...@gmail.com wrote:

 Hi Shantanu,
 Sorry for misreading.
 But I downloaded Qt using synaptic. And I guess it is still causing
 troubles.
 When doing *make install*, another error is produced (
 http://paste.kde.org/prtoragcp).
 It says:
 This file was generated using the moc from 4.8.6. It cannot be used
 with the include files from this version of Qt. (The moc has changed too
 much.)
 So I guess I will download it again from the official site.


 On Thu, Jul 10, 2014 at 9:15 PM, Shantanu Tushar Jha 
 shaan...@gmail.com wrote:

 Cool, though I had asked how have you installed Qt ;) Because I've
 never encountered this error.

 Anyway, you can even add the fPIC flag like this -

 cmake .. -DCMAKE_CXX_FLAGS=-fPIC -DCMAKE_INSTALL_PREFIX=`kde4-config
 --prefix`  -DQT_QMAKE_EXECUTABLE=/usr/bin/qmake-qt4  
 -DKDE4_BUILD_TESTS=OFF



 On Thu, Jul 10, 2014 at 8:33 PM, Devanshu Jain 
 devanshu.jain...@gmail.com wrote:

 Hi Shantanu,
 I am using Ubuntu 14.04 and yes I have Qt installed.


 On Thu, Jul 10, 2014 at 8:26 PM, Shantanu Tushar Jha 
 shant...@kde.org wrote:

 Hi Devanshu,

 What distro are you using? Also, how have you installed Qt?


 On Thu, Jul 10, 2014 at 4:48 PM, Devanshu Jain 
 devanshu.jain...@gmail.com wrote:

 Hi Harish,
 Thanks for pastebin suggestion. I would keep it in mind next time.
 As for the typos: No I didn't make any typos. I double checked
 everything.



 On Thu, Jul 10, 2014 at 4:37 PM, R.Harish Navnit 
 harishnav...@gmail.com wrote:

 On Thu, Jul 10, 2014 at 12:35 PM, Devanshu Jain 
 devanshu.jain...@gmail.com wrote:

 Please find the enclosed cmake output log file


  Hi Devanshu,

 I would suggest using pastebin http://paste.kde.org instead of
 attaching the output logs in your mails. I think that's a lot easier 
 and
 attachments in mails sent to ML's is not a good practice either.

 I don't think there's any hard and fast rule as such, but usually
 clones of projects that you wish to build and run are placed in the 
 home
 dir, no ? (you may ignore this) and I hope you didn't make a typo 
 while
 running the command that Sinny mentioned.

 Regards.
 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



 ___
 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/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

 ___
 Plasma-devel mailing list
 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

 ___
 Plasma-devel mailing list
 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

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



 ___
 Plasma-devel mailing

Re: Review Request 118767: Fix for Bug 328532 - Remember the playlist I was using when I closed PMC last time

2014-06-19 Thread Shantanu Tushar Jha
Hi Harish,

This is a known issue and is due to the fact that we don't save state while
switching the playlists. Maybe someone should report a bug if not already.


On Thu, Jun 19, 2014 at 10:44 PM, R.Harish Navnit harishnav...@gmail.com
wrote:

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

 On June 19th, 2014, 4:48 p.m. UTC, *Shantanu Tushar* wrote:

   libs/mediacenter/playlistmodel.cpp
 https://git.reviewboard.kde.org/r/118767/diff/2/?file=282626#file282626line56
  (Diff
 revision 2)

 public:

56

 d-playlistName = s.value(lastPlaylist, 
 QVariant(DEFAULT_PLAYLIST_NAME)).toString();

   The explicit call to QVariant should not be needed

  I have just one issue in this. This is how I tested it.

 1. Play a media from a playlist
 2. Switch to another playlist
 3. Return back to the playlist playing the current song.
 4. Next and prev don't work.
 5. Once the track finshes playing, the next track is not played. The 
 mediacenter stops playing any media and I have to mannually choose a new 
 media again.

 Imagine doing this over and over again once playlists are switched.

 Does anyone else face the same issue ?


 - R.Harish

 On June 19th, 2014, 4:30 p.m. UTC, Ashish Madeti wrote:
   Review request for Plasma, Bhushan Shah, Nikolaos Chatzidakis, Shantanu
 Tushar, Sinny Kumari, and Sujith Haridasan.
 By Ashish Madeti.

 *Updated June 19, 2014, 4:30 p.m.*
  *Bugs: * 328532 http://bugs.kde.org/show_bug.cgi?id=328532
  *Repository: * plasma-mediacenter
 Description

 PMC didn't used to remember the playlist I was on the last time, when 
 restarting it.
 Now it saves the lastPlaylist while closing in the settings, and when 
 starting it loads the value of lastPlaylist in settings

   Diffs

- libs/mediacenter/playlistmodel.cpp (dccaf52)

 View Diff https://git.reviewboard.kde.org/r/118767/diff/




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


Ideas around Highlight

2014-06-15 Thread Shantanu Tushar Jha
Hey folks,

I recently added a visual highlight in the All Music mode to help the user
follow the current focus[1].

I am wondering if the simple highlight looks better than
PlasmaComponents.Highlight, and I need your opinion. Please try the patch
at http://paste.ubuntu.com/7647243 and see which one you prefer.

For folks who don't have the code running, here's a before[2] and after[3].

Cheers!

[1]
commits.kde.org/plasma-mediacenter/1e77bc1e19fb9f59ebb82aad9e95ff7ad966f130
[2] http://i.imgur.com/DO5cCA3.jpg
[3] http://i.imgur.com/CNxPWiz.jpg

-- 
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 5?

2014-05-05 Thread Shantanu Tushar Jha
+1

And, its easier to say as well :)


On Mon, May 5, 2014 at 8:51 PM, Marco Martin notm...@gmail.com wrote:

 On Monday 05 May 2014, Sebastian Kügler wrote:

  The baseline, to use Plasma as the brand, and only refer to the version
  as a technicality should of course stay the same.
 
  Why do I think 5 is better than 2014.6, or year.month of release?

 After trying (with not much success) to use publicly the next/2014.06
 scheme,
 I have to agree that I would feel more confortable with either Plasma 5 or
 Plasma 2
 To me either of which wouldn't make much difference, it's true tough that
 looks less confusing if it has the same number as frameworks and Qt


 --
 Marco Martin
 ___
 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/mailman/listinfo/plasma-devel


Loading and unloading a shared library after use

2014-04-21 Thread Shantanu Tushar Jha
Hi fellow devs,

In the latest Kubuntu release, 14.04, Plasma Media Center's primary feature
- playback of audio and video has stopped working. This is because we link
to libplasma which in turn links to libgstreamer-1.0 while QtMultimediaKit
links to libgstreamer-0.10. This upsets Glib because it doesn't want the
same binary load both gstreamer-1.0 and gstreamer-0.10[1]

Now, we use (and link to) Plasma for two things-

   - Setting the Oxygen theme -
   Plasma::Theme::defaultTheme()-setThemeName(oxygen)
   - Load PMC's main QML file and images which are part of a Plasma::Package

Removing these two from the code, and removing the link to libplasma, we
can get PMC to play stuff fine. However, this means we 1. use the Air theme
which doesn't really look very nice[2] and 2. we need to figure out another
way to locate the installed QML files. The latter is workable, but we
really want to be able to use Oxygen Plasma theme.

We do both these things when the app starts, so I am wondering if there is
a way we could dynamically load libplasma, make these two method calls, and
somehow unload libplasma. I have two questions -


   - Does that ^ even make sense? Will it solve the problem?
   - If yes, how exactly do you do it?

Help appreciated, so that our users can play their audio and video again ;)

Cheers,
[1]
http://cgit.freedesktop.org/gstreamer/gstreamer/tree/docs/random/porting-to-1.0.txtsection
Troubleshooting
[2] http://i.imgur.com/0k1TTwW.png

-- 
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: PMC Runtime Black Screen

2014-03-08 Thread Shantanu Tushar Jha
Cool, hope you have it working as well (as in it can play media etc)

You might want to read
http://mail.kde.org/pipermail/kde-india/2014-February/001229.html and the
links in it. Further, play around with the software and see if you think
something can be improved, or pick up a bug from
https://bugs.kde.org/buglist.cgi?query_format=specificorder=relevance%20descbug_status=__open__product=plasma-mediacenterlist_id=941668


On Sat, Mar 8, 2014 at 12:58 PM, Atul Dubey ug201212...@iitj.ac.in wrote:

 Thanks a lot Shantanu... I could successfully compile and make some
 changes too in the source 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 from a
 terminal regardless of what directory you are in.

 If you make changes and want them to reflect, you have to just do make
 and make install again and it will work.


 On Sat, Mar 8, 2014 at 12:25 AM, Atul Dubey ug201212...@iitj.ac.inwrote:

 Oh wow!! That worked...
 I found the executable in

 /usr/share/applications/kde4


 Now, if i make any changes in the code and build it again, will it get
 reflected in this executable??


 On Sat, Mar 8, 2014 at 12: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 and make install, this time it should install stuff
 to /usr/share etc.

 (Also, use reply-to-all)


 On Sat, Mar 8, 2014 at 12:12 AM, Atul Dubey ug201212...@iitj.ac.inwrote:

 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 Jha 
 shant...@kde.orgwrote:

 PMC will not build with Qt5. I think most probably the plugins are
 getting installed somewhere that they're not getting loaded. Please
 pastebin (using paste.kde.org) the output of make install and
 kde4-config --prefix commands.


 On Fri, Mar 7, 2014 at 8:25 PM, Atul Dubey ug201212...@iitj.ac.inwrote:

 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.org wrote:

 Run the command kbuildsycoca4 and try again.


 On Fri, Mar 7, 2014 at 8:04 PM, Atul Dubey 
 ug201212...@iitj.ac.inwrote:

 What Bhushan suggested worked completely fine  But, I get this
 black screen on running... The snapshot is attached with the mail...

 I get the following console output on KDevelop4...

 Starting:
 /home/atul/Opensource/plasma-mediacenter/build/shells/newshell/plasma-mediacenter
 plasma-mediacenter(7381)/kdecore (trader)
 KServiceTypeTrader::defaultOffers: KServiceTypeTrader: serviceType
 Plasma/MediaCenter/BrowsingBackend  not found
 plasma-mediacenter(7381)
 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.org wrote:

 Please post the output you get from the terminal if what Bhushan
 suggested didn't work


 On Fri, Mar 7, 2014 at 7:32 PM, Bhushan Shah 
 bhus...@gmail.comwrote:

 Hello,


 On Fri, Mar 7, 2014 at 7:27 PM, Atul Dubey 
 ug201212...@iitj.ac.in wrote:
  I compiled the PMC source.. It was built successfully.. But on
 execution, it
  gives a black screen with just the title... My OS is Opensuse
 13.1... Please
  help..

 Do you have QtMultimediaKit or qt-mobility installed?

 Please check this article for reference :
 http://sujithh.info/2013/12/plasma-media-center-on-opensuse-13-1/

 Regards.

 --
 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





 --
 Shantanu Tushar(UTC +0530)
 http://www.shantanutushar.com





 --
 Shantanu Tushar(UTC +0530)
 http://www.shantanutushar.com





 --
 Shantanu Tushar(UTC +0530)
 http://www.shantanutushar.com





 --
 Shantanu Tushar(UTC +0530)
 http://www.shantanutushar.com





-- 
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: Some random bugs...

2014-03-08 Thread Shantanu Tushar Jha
Hi Atul,

Please mention that what you're talking about is Plasma Media Center, as
this list discusses everything around Plasma


On Sat, Mar 8, 2014 at 8:55 PM, Atul Dubey ug201212...@iitj.ac.in wrote:

 I was just checking out the Youtube videos and I found them of poor
 quality so I browsed the code and found that the type was prefixed to
 360p... Can we give an option to the user to choose the quality of the
 video streaming??


 Yes maybe after selecting the video, instead of just a Play option, we
can show the available resolutions.


 Another thing was that, can we have an easier way to switch to the full
 screen mode because it becomes really cumbersome to go via settings??


I'd love a easier way (without adding a button to the controller toolbar),
if you have ideas, feel free to share :)


 Also, when I clicked anywhere on the home screen, it went to the player
 window directly.. It should be mentioned somewhere that this feature
 exists...


We don't really have any user documentation where you'd show that. The idea
behind this is that the user can see the video playing, and clicking it
takes you to the player - this should already be intuitive enough.



 There was another issue... My window was in the unmaximized mode and I
 wanted to go full screen so I went to home screen by using the back button,
 selected settings-full screen... It worked, then I went back and landed on
 the home screen... Now I didnt know how to get back to the video I was
 playing originally. What to do about this issue??


 You could just click on the video which is playing in the background, as
you've noticed above.


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


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: PMC Runtime Black Screen

2014-03-07 Thread Shantanu Tushar Jha
Please post the output you get from the terminal if what Bhushan suggested
didn't work


On Fri, Mar 7, 2014 at 7:32 PM, Bhushan Shah bhus...@gmail.com wrote:

 Hello,

 On Fri, Mar 7, 2014 at 7:27 PM, Atul Dubey ug201212...@iitj.ac.in wrote:
  I compiled the PMC source.. It was built successfully.. But on
 execution, it
  gives a black screen with just the title... My OS is Opensuse 13.1...
 Please
  help..

 Do you have QtMultimediaKit or qt-mobility installed?

 Please check this article for reference :
 http://sujithh.info/2013/12/plasma-media-center-on-opensuse-13-1/

 Regards.

 --
 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
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


Re: PMC Runtime Black Screen

2014-03-07 Thread Shantanu Tushar Jha
Run the command kbuildsycoca4 and try again.


On Fri, Mar 7, 2014 at 8:04 PM, Atul Dubey ug201212...@iitj.ac.in wrote:

 What Bhushan suggested worked completely fine  But, I get this black
 screen on running... The snapshot is attached with the mail...

 I get the following console output on KDevelop4...

 Starting:
 /home/atul/Opensource/plasma-mediacenter/build/shells/newshell/plasma-mediacenter
 plasma-mediacenter(7381)/kdecore (trader)
 KServiceTypeTrader::defaultOffers: KServiceTypeTrader: serviceType
 Plasma/MediaCenter/BrowsingBackend  not found
 plasma-mediacenter(7381)
 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


 On Fri, Mar 7, 2014 at 7:32 PM, Bhushan Shah bhus...@gmail.com wrote:

 Hello,


 On Fri, Mar 7, 2014 at 7:27 PM, Atul Dubey ug201212...@iitj.ac.in
 wrote:
  I compiled the PMC source.. It was built successfully.. But on
 execution, it
  gives a black screen with just the title... My OS is Opensuse 13.1...
 Please
  help..

 Do you have QtMultimediaKit or qt-mobility installed?

 Please check this article for reference :
 http://sujithh.info/2013/12/plasma-media-center-on-opensuse-13-1/

 Regards.

 --
 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





-- 
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: PMC Runtime Black Screen

2014-03-07 Thread Shantanu Tushar Jha
PMC will not build with Qt5. I think most probably the plugins are getting
installed somewhere that they're not getting loaded. Please pastebin (using
paste.kde.org) the output of make install and kde4-config --prefix
commands.


On Fri, Mar 7, 2014 at 8:25 PM, Atul Dubey ug201212...@iitj.ac.in 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 the command kbuildsycoca4 and try again.


 On Fri, Mar 7, 2014 at 8:04 PM, Atul Dubey ug201212...@iitj.ac.inwrote:

 What Bhushan suggested worked completely fine  But, I get this black
 screen on running... The snapshot is attached with the mail...

 I get the following console output on KDevelop4...

 Starting:
 /home/atul/Opensource/plasma-mediacenter/build/shells/newshell/plasma-mediacenter
 plasma-mediacenter(7381)/kdecore (trader)
 KServiceTypeTrader::defaultOffers: KServiceTypeTrader: serviceType
 Plasma/MediaCenter/BrowsingBackend  not found
 plasma-mediacenter(7381)
 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


 On Fri, Mar 7, 2014 at 7:32 PM, Bhushan Shah bhus...@gmail.com wrote:

 Hello,


 On Fri, Mar 7, 2014 at 7:27 PM, Atul Dubey ug201212...@iitj.ac.in
 wrote:
  I compiled the PMC source.. It was built successfully.. But on
 execution, it
  gives a black screen with just the title... My OS is Opensuse
 13.1... Please
  help..

 Do you have QtMultimediaKit or qt-mobility installed?

 Please check this article for reference :
 http://sujithh.info/2013/12/plasma-media-center-on-opensuse-13-1/

 Regards.

 --
 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





 --
 Shantanu Tushar(UTC +0530)
 http://www.shantanutushar.com





-- 
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: PMC Runtime Black Screen

2014-03-07 Thread Shantanu Tushar Jha
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 and make install, this time it should install stuff 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 Jha shant...@kde.orgwrote:

 PMC will not build with Qt5. I think most probably the plugins are
 getting installed somewhere that they're not getting loaded. Please
 pastebin (using paste.kde.org) the output of make install and
 kde4-config --prefix commands.


 On Fri, Mar 7, 2014 at 8:25 PM, Atul Dubey ug201212...@iitj.ac.inwrote:

 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 the command kbuildsycoca4 and try again.


 On Fri, Mar 7, 2014 at 8:04 PM, Atul Dubey ug201212...@iitj.ac.inwrote:

 What Bhushan suggested worked completely fine  But, I get this
 black screen on running... The snapshot is attached with the mail...

 I get the following console output on KDevelop4...

 Starting:
 /home/atul/Opensource/plasma-mediacenter/build/shells/newshell/plasma-mediacenter
 plasma-mediacenter(7381)/kdecore (trader)
 KServiceTypeTrader::defaultOffers: KServiceTypeTrader: serviceType
 Plasma/MediaCenter/BrowsingBackend  not found
 plasma-mediacenter(7381)
 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


 On Fri, Mar 7, 2014 at 7:32 PM, Bhushan Shah bhus...@gmail.comwrote:

 Hello,


 On Fri, Mar 7, 2014 at 7:27 PM, Atul Dubey ug201212...@iitj.ac.in
 wrote:
  I compiled the PMC source.. It was built successfully.. But on
 execution, it
  gives a black screen with just the title... My OS is Opensuse
 13.1... Please
  help..

 Do you have QtMultimediaKit or qt-mobility installed?

 Please check this article for reference :
 http://sujithh.info/2013/12/plasma-media-center-on-opensuse-13-1/

 Regards.

 --
 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





 --
 Shantanu Tushar(UTC +0530)
 http://www.shantanutushar.com





 --
 Shantanu Tushar(UTC +0530)
 http://www.shantanutushar.com





-- 
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: PMC Runtime Black Screen

2014-03-07 Thread Shantanu Tushar Jha
/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 from a
terminal regardless of what directory you are in.

If you make changes and want them to reflect, you have to just do make and
make install again and it will work.


On Sat, Mar 8, 2014 at 12:25 AM, Atul Dubey ug201212...@iitj.ac.in wrote:

 Oh wow!! That worked...
 I found the executable in

 /usr/share/applications/kde4


 Now, if i make any changes in the code and build it again, will it get
 reflected in this executable??


 On Sat, Mar 8, 2014 at 12: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 and make install, this time it should install stuff
 to /usr/share etc.

 (Also, use reply-to-all)


 On Sat, Mar 8, 2014 at 12:12 AM, Atul Dubey ug201212...@iitj.ac.inwrote:

 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 Jha shant...@kde.orgwrote:

 PMC will not build with Qt5. I think most probably the plugins are
 getting installed somewhere that they're not getting loaded. Please
 pastebin (using paste.kde.org) the output of make install and
 kde4-config --prefix commands.


 On Fri, Mar 7, 2014 at 8:25 PM, Atul Dubey ug201212...@iitj.ac.inwrote:

 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 the command kbuildsycoca4 and try again.


 On Fri, Mar 7, 2014 at 8:04 PM, Atul Dubey ug201212...@iitj.ac.inwrote:

 What Bhushan suggested worked completely fine  But, I get this
 black screen on running... The snapshot is attached with the mail...

 I get the following console output on KDevelop4...

 Starting:
 /home/atul/Opensource/plasma-mediacenter/build/shells/newshell/plasma-mediacenter
 plasma-mediacenter(7381)/kdecore (trader)
 KServiceTypeTrader::defaultOffers: KServiceTypeTrader: serviceType
 Plasma/MediaCenter/BrowsingBackend  not found
 plasma-mediacenter(7381)
 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.org wrote:

 Please post the output you get from the terminal if what Bhushan
 suggested didn't work


 On Fri, Mar 7, 2014 at 7:32 PM, Bhushan Shah bhus...@gmail.comwrote:

 Hello,


 On Fri, Mar 7, 2014 at 7:27 PM, Atul Dubey ug201212...@iitj.ac.in
 wrote:
  I compiled the PMC source.. It was built successfully.. But on
 execution, it
  gives a black screen with just the title... My OS is Opensuse
 13.1... Please
  help..

 Do you have QtMultimediaKit or qt-mobility installed?

 Please check this article for reference :
 http://sujithh.info/2013/12/plasma-media-center-on-opensuse-13-1/

 Regards.

 --
 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





 --
 Shantanu Tushar(UTC +0530)
 http://www.shantanutushar.com





 --
 Shantanu Tushar(UTC +0530)
 http://www.shantanutushar.com





 --
 Shantanu Tushar(UTC +0530)
 http://www.shantanutushar.com





-- 
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: Bug 322820 - Playlist is not reachable from home screen

2014-03-05 Thread Shantanu Tushar Jha
On Wed, Mar 5, 2014 at 2:53 PM, Ashish Madeti sskash...@gmail.com wrote:

 Hi Shantanu,
 If you think the 1st solution bring unnecessary clutter to the home screen
 , we can make it auto-hide like on the now playing screen.

 Another way to implement Solution 1, like if we presently click 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,

 Solution 1 isn't very good because it brings unnecessary clutter to the
 home screen. Solution 2 is what we should be going for, however to get a
 menu item you'll have to create a new backend and this backend will need to
 run some QML code to bring up the playlist. Right now backends cannot do
 this, so in order to do this you'll have to add this capability to the
 backend system.

 Cheers,


 On Mon, Mar 3, 2014 at 9:14 PM, Ashish Madeti sskash...@gmail.comwrote:


 In reference to the bug : https://bugs.kde.org/show_bug.cgi?id=322820

 I have two solutions to the problem.

 1. We can show the mediaController even on home screen (welcome screen).
 It will have an added advantage (can be implemented in near future) of
 directly playing the last selected playlist by clicking the play button on
 welcome screen.

 2. We can add a menu item for Browse Playlists on welcome screen for
 music and videos.

 I will try to implement whichever is better.




 --
 Shantanu Tushar(UTC +0530)
 http://www.shantanutushar.com

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




 --
 *Ashish Madeti*
 2nd Year
 Computer Science  Engineering
 The LNM Institute of Information Technology
 Jaipur, Rajasthan

 ___
 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/mailman/listinfo/plasma-devel


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

2014-03-04 Thread Shantanu Tushar Jha
Hi Ashish,

Solution 1 isn't very good because it brings unnecessary clutter to the
home screen. Solution 2 is what we should be going for, however to get a
menu item you'll have to create a new backend and this backend will need to
run some QML code to bring up the playlist. Right now backends cannot do
this, so in order to do this you'll have to add this capability to the
backend system.

Cheers,


On Mon, Mar 3, 2014 at 9:14 PM, Ashish Madeti sskash...@gmail.com wrote:

 In reference to the bug : https://bugs.kde.org/show_bug.cgi?id=322820

 I have two solutions to the problem.

 1. We can show the mediaController even on home screen (welcome screen).
 It will have an added advantage (can be implemented in near future) of
 directly playing the last selected playlist by clicking the play button on
 welcome screen.

 2. We can add a menu item for Browse Playlists on welcome screen for
 music and videos.

 I will try to implement whichever is better.

 --
 *Ashish Madeti*
 2nd Year
 Computer Science  Engineering
 The LNM Institute of Information Technology
 Jaipur, Rajasthan

 ___
 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/mailman/listinfo/plasma-devel


Rendering big images in QML1 with GLWidget

2014-03-03 Thread Shantanu Tushar Jha
Hi folks,

In PMC, we have this fragment of code which (from what I understand) uses
an OpenGL canvas to draw stuff -

QGLWidget *glWidget = new QGLWidget;
glWidget-setAutoFillBackground(false);
view-setViewport(glWidget);

While this gives improved video playback performance and quality
(antialiasing etc), this leads to the QML1 Image element rendering a black
area for images more than a specific size (Somewhat more than 4000x3000 px).

The Image renders fine if I remove the GLWidget, has anyone encountered
this before and/or can suggest a solution?

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: Rendering big images in QML1 with GLWidget

2014-03-03 Thread Shantanu Tushar Jha
Ah, one of those Why didn't I think of that! moments :P Thanks folks.


On Mon, Mar 3, 2014 at 11:01 PM, David Edmundson da...@davidedmundson.co.uk
 wrote:

 Or set a sourceSize on the Image. This way you'll save memory when you
 load the image, and save you ever going over this limit.

 There's 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
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


Re: PMC crashes when running for the first time

2014-02-27 Thread Shantanu Tushar Jha
It means that OpenGL won't work for you (GLX), so try plasma-mediacenter
--disable-opengl


On Thu, Feb 27, 2014 at 5:47 PM, R.Harish Navnit harishnav...@gmail.comwrote:

 Hello all,

 I'm facing this issue in starting/running the PMC in Kubuntu 13.10.
 Every time I open the PMC it leads to a crash reporter.
 I'm posting the error log here : http://paste.kde.org/plys8qlsv and
 http://paste.kde.org/potuefig3

 I don't quite understand what's happening over here. I'd be grateful if
 someone could help me with this issue.

 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 Tushar(UTC +0530)
http://www.shantanutushar.com
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


Re: PMC crashes when running for the first time

2014-02-27 Thread Shantanu Tushar Jha
Its not a big issue, just that the graphics/animations might be laggy.
About it stopping to work all of a sudden, how would I know? It would've
mostly been due to something you did (or maybe a rat chewed up your
graphics card) ;)


On Thu, Feb 27, 2014 at 7:20 PM, R.Harish Navnit harishnav...@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 it stopped working now all of a sudden ? It was working till I
 faced the issue of an infinite login loop.

 Thanks a lot :)

 Warm Regards.

 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
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


Re: Issues with PMC

2014-02-27 Thread Shantanu Tushar Jha
On Fri, Feb 28, 2014 at 12:48 AM, Maulik Kotadia maulikkota...@gmail.comwrote:

 Hi Harshit,

 Thanks for the guidance
 while going through this i observed two more thing that is after creating
 playlist if you browse music and click on '+' sign on a thumbnail of a song
 multiple times it is adding same song multiple time in playlist.


Its a feature, not a defect ;)


 i tried to figure it out in source code but no luck.
 And the clock in footer shows 0:00AM in mid-night instead of 12:00AM that
 i figured out and solved.
 ---
 Thanks  Regards
 Maulik Kotadia


 On Thu, Feb 27, 2014 at 11:57 PM, Harshit Agarwal 
 see.hars...@gmail.comwrote:

 Please check inline.

 Regards,
 Harshit Agarwal.
 3rd Year,
 Computer Science and Engineering,
 National Institute of Technology, Durgapur.
 Ph. No.: +91-8942031165


 On Thu, Feb 27, 2014 at 11:34 PM, Maulik Kotadia maulikkota...@gmail.com
  wrote:

 Hi All,

 I'm facing several issues with application

 *[1]*  same issue faced by Harish. whenever i try to close the
 application it opens up the crash reporter. i tried disabling opengl but it
 didn't help.my backtrace is on http://paste.kde.org/pbzs8fdjw

 *[2]  *-Opened the application
   - Browse Music
   - Selected music folder
   - clicked on Play All but it didn't play anything


 On selecting Play All, the application adds all the files to the
 playlist, but the autorun option from the first song doesn't seem to work.
 I'll be working on fixing this soon. You would have to go to the playlist,
 select the first song, and then it works fine as excepted.


 *[3]* After browsing music i played one song and then clicked on
 forward button that also didn't work giving this error in console


 On playing one song it treats is as a separate instance and not as the
 playlist. Therefore the playlist that you created earlier won't work in
 this case.


*
 file:///usr/share/kde4/apps/plasma/packages/org.kde.plasma.mediacenter/contents/ui/mediacenter.qml:90:
 TypeError: Result of expression 'playlistInstance' [null] is not an 
 object.*

 ---
 Thanks  Regards
 *Maulik Kotadia *

 ___
 Plasma-devel mailing list
 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




 --

 ---
 Thanks  Regards
 *Maulik Kotadia  *
 Mail to   : maulikkota...@gmail.com
 Conatct : +91-972-768-6244

 ___
 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/mailman/listinfo/plasma-devel


Re: Ideas Critical to PMC

2014-02-25 Thread Shantanu Tushar Jha
Hi Harish,

Good that you are interested in the Simon integration. This project will
require additions to both Simon and PMC so you will have to closely work
with Peter Grasch along with the Plasma team to come up with a proposal.

On Tue, Feb 25, 2014 at 6:20 PM, R.Harish Navnit harishnav...@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 the
 project Integrate with Simon quite interesting and would actually like to
 work on the same for my GSoC project if possible.

 Here are some more feature that I'd like to see implemented, either as a
 GSoC or as simple modules anyways.

 1. Creating a detailed Settings page(right now it's really blank and
 contains little options).


Yes this is one of the things I'd like to be done.


 2. Enabling profiles(admin and subversions where an individual can store
 personal settings) in PMC.


I don't understand this.


 3. Several basic features like when viewing Pictures, and option to
 rotate/zoom/crop/add effects would be great.
 When playing songs, adding basic features like Shuffle, Repeat and
 fetching lyrics(and subtitles for videos) should be added.


Keep in mind that a media center should have only basic features. In that
way, I'll want to only add rotate and zoom.


 4. It'd be great if the songs being played can be viewed with the album
 cover and some basic visualization also being added.
 Sorting the list of songs and adding ratings can be included.


Album covers are already shown. Visualization will be a great idea, but
you'll have to do some research on how to implement it. I'll be working on
sorting shortly after we move to Baloo and same about ratings.



 5. Adding simple news feeds that just flow by in the bottom of the screen
 while other activities are carried on simultaneously.(user can
 add the source)


I find this pretty irritating in XBMC, and personally don't want that in
PMC.


 6. The current playing track must not be stopped if a picture is opened
 for viewing(can this be considered a bug?)


This is expected behavior. If you want music tom play while viewing
pictures, play the music first and then go to the pictures.


  7. Finally an idea as such
 http://community.kde.org/GSoC/2010/Ideas#Project:_Distributed_Collections 
 implemented
 in PMC would be
  cool as well.


Not sure if we want this.



 While it'd be great if any of the above mentioned can be added to the
 ideas page of GSoC '14, I do understand that they might not necessarily
 have the caliber of a GSoC project idea :)


You're free to have a proposal with ideas even when they're not listed in
the ideas page anyway :)




 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 Tushar(UTC +0530)
http://www.shantanutushar.com
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


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 Devanshu,

 Did you get the problem solved or does it still exist?

 Cheers,


 On Sun, Feb 23, 2014 at 12:36 PM, Sinny Kumari ksi...@gmail.com wrote:




 On Sun, Feb 23, 2014 at 12:28 PM, Devanshu Jain 
 devanshu.jain...@gmail.com wrote:

 Hi!
 I am using Kubuntu 13.10.
 But, I don't understand the 3rd question!



 I was referring to git. You can check  which branch currently you are on
 by running git branch command inside a git project. Since, Plasma Media
 Center uses git version control system, you can check there too.

  Anyway, mostly you would be on master branch. In case you are attending
 conf.kde.in conference, please meet me during break so that I can help
 you faster else I will reply to this email regarding what you need to do


 On Sun, Feb 23, 2014 at 10:55 AM, Sinny Kumari ksi...@gmail.comwrote:

 Hey,

 In order to know what is the reason of failing build, I need few
 information:

 1. What distribution you are using ?
 2. Which version of your distribution?
 3. Are you building master or some other branch?

 Thanks


 On Sat, Feb 22, 2014 at 11:51 PM, Devanshu Jain 
 devanshu.jain...@gmail.com wrote:

 Hi!
 I was going through the build instructions for plasma media center
 and am finding some trouble in doing so.

 The make instruction is throwing some errors.


 /*-

 [  1%] Built target plasmamediacenter_automoc
 [  1%] Building CXX object
 libs/mediacenter/CMakeFiles/plasmamediacenter.dir/plasmamediacenter_automoc.o
 In file included from
 /home/devanshu/kde/pmc/plasma-mediacenter/build/libs/mediacenter/../../../libs/mediacenter/mediacenter_export.h:24:0,
  from
 /home/devanshu/kde/pmc/plasma-mediacenter/build/libs/mediacenter/../../../libs/mediacenter/playlistmodel.h:26,
  from
 /home/devanshu/kde/pmc/plasma-mediacenter/build/libs/mediacenter/moc_playlistmodel.cpp:9,
  from
 /home/devanshu/kde/pmc/plasma-mediacenter/build/libs/mediacenter/plasmamediacenter_automoc.cpp:4:
 /usr/include/kpluginfactory.h:263:5: error:
 'Q_DECL_CONSTRUCTOR_DEPRECATED' does not name a type
  KDE_CONSTRUCTOR_DEPRECATED explicit KPluginFactory(const
 KAboutData *aboutData, QObject *parent = 0);
  ^
 /usr/include/kpluginfactory.h:270:14: error:
 'Q_DECL_CONSTRUCTOR_DEPRECATED' does not name a type
  explicit KDE_CONSTRUCTOR_DEPRECATED KPluginFactory(QObject
 *parent);
   ^
 make[2]: ***
 [libs/mediacenter/CMakeFiles/plasmamediacenter.dir/plasmamediacenter_automoc.o]
 Error 1
 make[1]: *** [libs/mediacenter/CMakeFiles/plasmamediacenter.dir/all]
 Error 2
 make: *** [all] Error 2


 /---


 It would be really helpful, if somebody could help me, how to solve
 this issue.

 Thanks

 ___
 Plasma-devel mailing list
 Plasma-devel@kde.org
 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



 ___
 Plasma-devel mailing list
 Plasma-devel@kde.org
 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

 ___
 Plasma-devel mailing list
 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
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


Re: Ideas Critical to PMC

2014-02-24 Thread Shantanu Tushar Jha
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 :)



On Tue, Feb 25, 2014 at 12:07 AM, R.Harish Navnit harishnav...@gmail.comwrote:

 Hello all,

  I was unfortunate not to be there with you all for the
 conf.kde.in, which as I've been hearing was a huge success. I feel really
 gutted about the same. I'd have so dearly loved to have attended a few
 workshops on programming with Qt and KDE API's(if there were any).
 But another important thing that was mentioned to me was that during the
 conf.kde.in the ideas critical to PMC would be mentioned. I hope that
 there has been some resolution on the same.
 I'm starting this thread, hoping to hear some of the ideas that you may
 have. It'd be great if someone could spread some light on the current
 scenario on regarding the same.
 Maybe the next 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 Tushar(UTC +0530)
http://www.shantanutushar.com
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


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

2014-02-24 Thread Shantanu Tushar Jha
Hi Harshit,

First of all, just a note, whenever you have a new thing to discuss, it is
a bad idea to reply to an existing thread which is not directly related
(this is popularly known as hacking others' threads :P)

To the topic, I personally don't think it is a good idea to let the user
change the background of the media center. The rationale behind this is
that the background is part of our UI so changing it can lead to visual
inconsistency.

I'll love to hear from others' views on this, especially our Usability
folks.

Cheers,


On Tue, Feb 25, 2014 at 4:21 AM, Harshit Agarwal see.hars...@gmail.comwrote:

 This is not exactly a critical idea, but I would like the opinion of
 people working in this project before deciding upon it's implementation.

 Does the Plasma Media Center needs to have changing backgrounds? We can
 implement it as an option (user-select) in the settings menu.

 Regards,
 Harshit Agarwal.
 3rd Year,
 Computer Science and Engineering,
 National Institute of Technology, Durgapur.
 Ph. No.: +91-8942031165


 On Tue, Feb 25, 2014 at 12:07 AM, R.Harish Navnit 
 harishnav...@gmail.comwrote:

 Hello all,

  I was unfortunate not to be there with you all for the
 conf.kde.in, which as I've been hearing was a huge success. I feel
 really gutted about the same. I'd have so dearly loved to have attended a
 few workshops on programming with Qt and KDE API's(if there were any).
 But another important thing that was mentioned to me was that during the
 conf.kde.in the ideas critical to PMC would be mentioned. I hope that
 there has been some resolution on the same.
 I'm starting this thread, hoping to hear some of the ideas that you may
 have. It'd be great if someone could spread some light on the current
 scenario on regarding the same.
 Maybe the next 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 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
Hi,

Thanks for the reminder, we had kinda noticed it but everyone got hell busy
for conf.kde.in :P I have reverted the change that caused the failure as we
are working on changing the dependency that caused the failure.

Cheers,


On Sat, Feb 22, 2014 at 3:56 AM, Ben Cooksley bcooks...@kde.org wrote:

 Hello all,

 As nobody seems to have noticed, PMC has now been failing to build on
 the CI system for some time.

 Can someone please take a look?

 The latest build failure log is at

 http://build.kde.org/view/FAILED/job/plasma-mediacenter_master/217/consoleText

 Thanks,
 Ben
 ___
 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/mailman/listinfo/plasma-devel


Re: Problems in building

2014-02-23 Thread Shantanu Tushar Jha
Hi Devanshu,

Did you get the problem solved or does it still exist?

Cheers,


On Sun, Feb 23, 2014 at 12:36 PM, Sinny Kumari ksi...@gmail.com wrote:




 On Sun, Feb 23, 2014 at 12:28 PM, Devanshu Jain 
 devanshu.jain...@gmail.com wrote:

 Hi!
 I am using Kubuntu 13.10.
 But, I don't understand the 3rd question!



 I was referring to git. You can check  which branch currently you are on
 by running git branch command inside a git project. Since, Plasma Media
 Center uses git version control system, you can check there too.

  Anyway, mostly you would be on master branch. In case you are attending
 conf.kde.in conference, please meet me during break so that I can help
 you faster else I will reply to this email regarding what you need to do


 On Sun, Feb 23, 2014 at 10:55 AM, Sinny Kumari ksi...@gmail.com wrote:

 Hey,

 In order to know what is the reason of failing build, I need few
 information:

 1. What distribution you are using ?
 2. Which version of your distribution?
 3. Are you building master or some other branch?

 Thanks


 On Sat, Feb 22, 2014 at 11:51 PM, Devanshu Jain 
 devanshu.jain...@gmail.com wrote:

 Hi!
 I was going through the build instructions for plasma media center and
 am finding some trouble in doing so.

 The make instruction is throwing some errors.


 /*-

 [  1%] Built target plasmamediacenter_automoc
 [  1%] Building CXX object
 libs/mediacenter/CMakeFiles/plasmamediacenter.dir/plasmamediacenter_automoc.o
 In file included from
 /home/devanshu/kde/pmc/plasma-mediacenter/build/libs/mediacenter/../../../libs/mediacenter/mediacenter_export.h:24:0,
  from
 /home/devanshu/kde/pmc/plasma-mediacenter/build/libs/mediacenter/../../../libs/mediacenter/playlistmodel.h:26,
  from
 /home/devanshu/kde/pmc/plasma-mediacenter/build/libs/mediacenter/moc_playlistmodel.cpp:9,
  from
 /home/devanshu/kde/pmc/plasma-mediacenter/build/libs/mediacenter/plasmamediacenter_automoc.cpp:4:
 /usr/include/kpluginfactory.h:263:5: error:
 'Q_DECL_CONSTRUCTOR_DEPRECATED' does not name a type
  KDE_CONSTRUCTOR_DEPRECATED explicit KPluginFactory(const
 KAboutData *aboutData, QObject *parent = 0);
  ^
 /usr/include/kpluginfactory.h:270:14: error:
 'Q_DECL_CONSTRUCTOR_DEPRECATED' does not name a type
  explicit KDE_CONSTRUCTOR_DEPRECATED KPluginFactory(QObject
 *parent);
   ^
 make[2]: ***
 [libs/mediacenter/CMakeFiles/plasmamediacenter.dir/plasmamediacenter_automoc.o]
 Error 1
 make[1]: *** [libs/mediacenter/CMakeFiles/plasmamediacenter.dir/all]
 Error 2
 make: *** [all] Error 2


 /---


 It would be really helpful, if somebody could help me, how to solve
 this issue.

 Thanks

 ___
 Plasma-devel mailing list
 Plasma-devel@kde.org
 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



 ___
 Plasma-devel mailing list
 Plasma-devel@kde.org
 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
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


Re: Regarding contribution in Plasma media center

2014-02-23 Thread Shantanu Tushar Jha
Hi Gourav,

Awesome to hear from you, and nice to see your interest. It is usually good
to start from making small improvements and fixing bugs as it gives you a
decent understanding of the code. You can either pick a bug from [1] or
just use PMC for your day-to-day entertainment usage and see if something
is annoying and then fix it.

At any point if you have a specific question about something, feel free to
ask!

[1]
https://bugs.kde.org/buglist.cgi?query_format=specificorder=relevance%20descbug_status=__open__product=plasma-mediacenterlist_id=932404

Cheers,


On Sun, Feb 23, 2014 at 9:11 PM, travis0770 travis0...@gmail.com wrote:



  Original Message 
 Subject: Regarding contribution in Plasma media center
 From: travis0770 travis0...@gmail.com
 To: plasma-devel-requ...@kde.org
 CC:

  Hi guys ,
 I am gourav . i have attended conf.kde.in '14 , it was awesome . I have
 little knowledge of Qt and git  . I want to contribute in plasma media
 center . i have compiled  pmc , its running properly.  Can any one suggest
 me from where  should i  start ?
 ___
 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/mailman/listinfo/plasma-devel


Re: Proposed fix for issue 330115

2014-02-18 Thread Shantanu Tushar Jha
Your patch works fine for me, I see 00:45 AM without the patch and 12:45 PM
with the patch.


On Tue, Feb 18, 2014 at 6:55 PM, R.Harish Navnit harishnav...@gmail.comwrote:

 I've made a patch for the issue and it's content can be found here :
 http://paste.kde.org/pcx7kgozj

 However , it still doesn't reflect in the PMC application . I'm still
 trying to figure out why ? I feel the required changes have been made.
 Are there any other files that have to be changed in order for the changes
 to reflect ?
 (I have very basic knowledge of QML). Do you have to reload the
 application(other than 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 on this? If your patch is ready, head over to
 http://git.reviewboard.kde.org/ and submit a review.

 Just returned back from Calicut today .  Will work on the patch and
 submit a review at the earliest .
 Sorry for the delay ...

 Regards.
  R.Harish Navnit
 The Enigma http://harishnavnit.wordpress.com





-- 
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
No idea. How do you know it doesn't work for you? Did you try setting your
clock to 12:45 PM and then start PMC? Also, make sure you do a make
install before running the app so that you are actually running the new
code.

Its not a good idea to submit a patch for review if it doesn't work with
you 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 ! I'll submit the patch for review then . But any guess
 why it doesn't work for me ?

 Regards.
 R.Harish Navnit
 The Enigma http://harishnavnit.wordpress.com




-- 
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-15 Thread Shantanu Tushar Jha
Whats the status on this? If your patch is ready, head over to
http://git.reviewboard.kde.org/ and submit a review.


On Tue, Feb 4, 2014 at 6:12 PM, sujith h sujit...@gmail.com wrote:




 On Tue, Feb 4, 2014 at 5:26 PM, R.Harish Navnit harishnav...@gmail.comwrote:

 On Mon, Feb 3, 2014 at 11:34 PM, sujith h sujit...@gmail.com wrote:



 Do you have problem launching plasma-mediacenter?

 No problems launching plasma-mediacenter on my laptop . However , I don't
 have internet access in my laptop at all times . Yesterday I had it for
 about 20mins or so and I was able to build and run it within that time ;) .
 I'll try working whenever I get time , but I might not be able to do any
 work for the next week or so :(

 No problem. Happy hacking :)




 Regards.
 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




 --
 സുജിത് ഹരിദാസന്
 Bangalore
 ProjectContributor to KDE project
 http://fci.wikia.com/wiki/Anti-DRM-Campaign
 Blog http://sujithh.info

 ___
 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/mailman/listinfo/plasma-devel


Re: Solving Bug 311841

2014-02-15 Thread Shantanu Tushar Jha
I think you're looking for this-

https://projects.kde.org/projects/kde/kde-workspace/repository/revisions/master/entry/kwin/kcmkwin/kwindecoration/kwindecoration.cpp#L363

Cheers,


On Sun, Feb 16, 2014 at 7:54 AM, Avinash Zebisky
avinashzebi...@gmail.comwrote:

 Hi all,

 Am trying to solve this bug[1]. Its fairly simple, I only need to add a
 Apply button which will save the changes and make subtle changes in the
 OK button which will close the KDialog. Then Cancel button which will
 discard the changes and close the KDialog.

 (Some background) I have 3yrs of experience in C++ and some Qt. I have
 made small apps in QT but never worked in large projects.

 I have cloned kde-workspace and its huge. I tried grep-search,ui-search
 etc. to find the file of that KDialog. But, as I came to know KDE uses much
 different design from what I usually see. I don't understand the code
 design. It would be very much appreciated if someone could guide me.

 Kindly, provide me the links which will help me in understanding the
 design and code.

 Regards,
 Avinash

 [1] - Bug - No apply button in 
 systemsettingshttps://bugs.kde.org/show_bug.cgi?id=311841

 ___
 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/mailman/listinfo/plasma-devel


Re: Proposed fix for issue 330115

2014-02-03 Thread Shantanu Tushar Jha
That is good news, I hope you can work on your laptop directly :)


On Mon, Feb 3, 2014 at 10:34 PM, R.Harish Navnit harishnav...@gmail.comwrote:

 Hello everyone ,

 I've successfully built plasma-mediacenter in my newly installed kubuntu
 13.10 on my laptop . However , the problems with the virtualbox still
 persist (The virtualbox also has kubuntu 13.10) .

 Regards.

 R.Harish Navnit
 The Enigma http://harishnavnit.wordpress.com


 On Mon, Feb 3, 2014 at 8:48 PM, R.Harish Navnit harishnav...@gmail.comwrote:

 On Thu, Jan 30, 2014 at 11:44 AM, sujith h sujit...@gmail.com wrote:

 Hi Harish,

 Try this only if you are *not* having trouble with downloading the gz
 files mentioned by Shantanu.

 I was able to download the packages manually but I don't know how to
 handle them . Where do I extract it to ?

 Regards.

 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
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


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

2014-02-02 Thread Shantanu Tushar Jha
Hi,

Please note that this mailing list is only for discussions around Plasma.
Please use your distro/your favorite user support forums for these
questions.


On Sun, Feb 2, 2014 at 5:07 PM, R.Harish Navnit harishnav...@gmail.comwrote:

 Resolved !

 The problem was that I wasn't providing the DNS address of the ISP .
 #MyBad

 Thanks.

 Regards.

 R.Harish Navnit
 The Enigma http://harishnavnit.wordpress.com


 On Sun, Feb 2, 2014 at 3:15 PM, R.Harish Navnit harishnav...@gmail.comwrote:

 Hello ,

 I installed Kubuntu 13.10 this morning and am currently facing two
 prominent problems .
 1.Unable to boot into Windows (Can be dealt with later, I don't mind
 losing windows :P)
 2.Unable to resolve any hostnames

 I've been fiddling with my /etc/resolv.conf and /etc/hosts files and also
 tried giving some additional DNS servers but nothing worked so far .

 I'm trying to connect over the ethernet and have so far not had any
 success at all .
 Can anyone help me with this ? I need to get this fixed in order to get
 started with my contributions .

 P.S : Since there is no internet access in my laptop , I won't be able to
 paste any error-logs either :(

 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 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-01-29 Thread Shantanu Tushar Jha
try these-

sudo apt-get update
sudo apt-get install -f



On Wed, Jan 29, 2014 at 7:34 PM, R.Harish Navnit harishnav...@gmail.comwrote:

 Hi all , now I'm having trouble installing the packages kffmpegthumbnailer
 : http://pastebin.kde.org/pta3ajnke
  libdeclarative-multimedia : pastebin.kde.org/pfz3vi7w4 .

 Is it because I'm using kubuntu 13.10 ? I was able to install these
 packages in Ubuntu 12.04 LTS .

 As a matter of fact , I'm unable to install even xchat !!! (
 http://pastebin.kde.org/pin0hutly)

 Regards.

 R.Harish Navnit
 The Enigma http://harishnavnit.wordpress.com


 On Tue, 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...@kde.orgwrote:

 I don't know why you are trying to install qt-mobility at all. It is
 not listed under Ubuntu (12.10 and higher versions) on
 http://www.sinny.in/node/25.

 Well , I was following this link :
 http://community.kde.org/Plasma/Plasma_Media_Center/getting_started_with_PMC.
  Also since I had to install it during my previous build made me think
 that this package would also be required.


 qt-mobility was renamed to libdeclarative-multimedia which is why you
 could get it on an older version of Ubuntu. You *dont* need qt-mobility.

 Also, someone needs to update that wiki page, it is confusing with
 respect to package names.



 By the way is your build failing because of unavailability of package
 qt-mobility*?

 Well , I didn't try building because I wasn't able to install the
 package qt-mobility , so I assumed that the build would fail anyway. I'll
 try building and let you know .






 Regards.
 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

 ___
 Plasma-devel mailing list
 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
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


Re: Proposed fix for issue 330115

2014-01-29 Thread Shantanu Tushar Jha
The problem is here-

W: Failed to fetch
gzip:/var/lib/apt/lists/partial/in.archive.ubuntu.com_ubuntu_dists_saucy_universe_binary-amd64_Packages
Hash Sum mismatch

W: Failed to fetch
gzip:/var/lib/apt/lists/partial/in.archive.ubuntu.com_ubuntu_dists_saucy_main_binary-i386_Packages
Hash Sum mismatch

Which basically means something went wrong when downloading these files.
Try sudo apt-get update few more times till this is fixed. If it still
doesnt go away, try a different network connection. Failure to download
these is causing the problems installing the packages.


On Wed, Jan 29, 2014 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 apt-get install libdeclarative-multimedia :
 http://pastebin.kde.org/pxsijngsm

 and sudo apt-get install kffmpegthumbnailer :
 http://pastebin.kde.org/pxi0rc50l

 I'm still getting more or less the same output log . What's going wrong ?

 Regards.
 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
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


Re: Proposed fix for issue 330115

2014-01-29 Thread Shantanu Tushar Jha
did you try apt-get update few more times? If yes, It could be that files
above a size are blocked? Try downloading them manually and see if you get
an error or something, the URLs which failed for you are-

http://in.archive.ubuntu.com/ubuntu/dists/saucy/universe/binary-amd64/Packages.gz
http://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/lists/partial/in.archive.ubuntu.com_ubuntu_dists_saucy_universe_binary-amd64_Packages
 Hash Sum mismatch

 W: Failed to fetch
 gzip:/var/lib/apt/lists/partial/in.archive.ubuntu.com_ubuntu_dists_saucy_main_binary-i386_Packages
 Hash Sum mismatch

 Which basically means something went wrong when downloading these files.
 Try sudo apt-get update few more times till this is fixed. If it still
 doesnt go away, try a different network connection. Failure to download
 these is causing the problems installing the packages.

 It could be because our college's internet service has a lot of
 restrictions . It does have a lot of sites blocked. But I don't know if
 packages would have been blocked . I always get such errors and we usually
 neglect them .
 Looks like I'll have to look for another network connection . This is
 getting really tedious now  :P

 Regards.
 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
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


Re: Proposed fix for issue 330115

2014-01-28 Thread Shantanu Tushar Jha
I don't know why you are trying to install qt-mobility at all. It is not
listed under Ubuntu (12.10 and higher versions) on
http://www.sinny.in/node/25.


On Tue, Jan 28, 2014 at 6:45 PM, R.Harish Navnit harishnav...@gmail.comwrote:



 R.Harish Navnit
 The Enigma http://harishnavnit.wordpress.com


 On Tue, Jan 28, 2014 at 6:23 PM, sujith h sujit...@gmail.com wrote:

 Wouldn't installing packages mentioned in http://www.sinny.in/node/25help 
 you?

 That's what I'm trying to do .  I was able to install the required
 packages in Ubuntu 12.04 LTS. But when I try the same in Kubuntu 13.10 I
 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
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


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. It is not
 listed under Ubuntu (12.10 and higher versions) on
 http://www.sinny.in/node/25.

 Well , I was following this link :
 http://community.kde.org/Plasma/Plasma_Media_Center/getting_started_with_PMC. 
 Also since I had to install it during my previous build made me think
 that this package would also be required.


qt-mobility was renamed to libdeclarative-multimedia which is why you could
get it on an older version of Ubuntu. You *dont* need qt-mobility.

Also, someone needs to update that wiki page, it is confusing with respect
to package names.



 By the way is your build failing because of unavailability of package
 qt-mobility*?

 Well , I didn't try building because I wasn't able to install the package
 qt-mobility , so I assumed that the build would fail anyway. I'll try
 building and let you know .






 Regards.
 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
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


Re: Proposed fix for issue 330115

2014-01-27 Thread Shantanu Tushar Jha
you have added build dir to your commit, you should not do that. The diff
you get should look like this http://pastebin.kde.org/pcydxtqcg . The
easier thing imo would be to make a fresh clone, re-apply your changes and
remember not to add the build dir to your commits.


On Mon, Jan 27, 2014 at 9: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
 166b33610ceb4e06976570c66ad9fbc3c60470f9


 I ran it and this is what I get as the output log :
 http://pastebin.ubuntu.com/6826714/

 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 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-01-27 Thread Shantanu Tushar Jha
Hey Harish,

It was a typo from my end, I meant git show HEAD but it would only show
the diff of one commit. I see you have multiple commits in which case it is
easier to do git diff COMMIT where COMMIT is the SHA of the commit just
before your commits. In your example, you need to run git diff
166b33610ceb4e06976570c66ad9fbc3c60470f9


On Mon, Jan 27, 2014 at 7:45 PM, R.Harish Navnit harishnav...@gmail.comwrote:

 Sorry for the late reply . Like I said earlier I was a bit busy shifting
 rooms .

 Anyways , I don't quite understand why git diff doesn't seem to work .
 Even git diff HEAD 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 24, 2014 at 7:09 PM, R.Harish Navnit 
 harishnav...@gmail.comwrote:

 On Fri, Jan 24, 2014 at 6:19 PM, Sinny Kumari ksi...@gmail.com wrote:

 This link is not what you wanted to paste ;)


 Oops ! I'm sorry. This is what it was meant to be : http://goo.gl/XLAz2p


 Moreover , now I'm not getting the error log that I was getting earlier.
 It was a little bit different

 Also, send diff of code by using git  diff. It will be easier to llok
 into issue :)


  git diff doesn't really do much : http://goo.gl/NMtN0j  , although
 I've added and committed changes.


  She was assuming you haven't committed the changes. git diff by default
 will only show uncommited the changes. To show the diff of a particular
 commit use git diff SHA where SHA is the commit-id of the particular
 commit. A shortcut for showing the diff of your last commit is git diff
 HEAD, as HEAD means the most recent commit.

 Also, you cannot push directly to the repository on KDE's git unless you
 have developer access. The process anyway is to create the diff, save it to
 a file, upload it to https://git.reviewboard.kde.org/ where one of us
 will review it (please add Plasma to groups when creating the review
 request).



 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://www.shantanutushar.com

 ___
 Plasma-devel mailing list
 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
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


Re: Proposed fix for issue 330115

2014-01-24 Thread Shantanu Tushar Jha
On Fri, Jan 24, 2014 at 7:09 PM, R.Harish Navnit harishnav...@gmail.comwrote:

 On Fri, Jan 24, 2014 at 6:19 PM, Sinny Kumari ksi...@gmail.com wrote:

 This link is not what you wanted to paste ;)


 Oops ! I'm sorry. This is what it was meant to be : http://goo.gl/XLAz2p

 Moreover , now I'm not getting the error log that I was getting earlier.
 It was a little bit different

 Also, send diff of code by using git  diff. It will be easier to llok
 into issue :)


 git diff doesn't really do much : http://goo.gl/NMtN0j  , although I've
 added and committed changes.


She was assuming you haven't committed the changes. git diff by default
will only show uncommited the changes. To show the diff of a particular
commit use git diff SHA where SHA is the commit-id of the particular
commit. A shortcut for showing the diff of your last commit is git diff
HEAD, as HEAD means the most recent commit.

Also, you cannot push directly to the repository on KDE's git unless you
have developer access. The process anyway is to create the diff, save it to
a file, upload it to https://git.reviewboard.kde.org/ where one of us will
review it (please add Plasma to groups when creating the review request).



 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://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-17 Thread Shantanu Tushar Jha
Most probably you will encounter errors when you run make (but give it a
try anyway? It doesn't cost anything :P) because we use some newer Nepomuk
API that was not present in the KDE that Ubuntu 12.04 ships. You will have
to use 13.04 or later.


On Fri, Jan 17, 2014 at 7:29 PM, R.Harish Navnit harishnav...@gmail.comwrote:

 Hi again ,

   Since I was doing a fresh install of kubuntu 13.10 on Vbox
 and it's taking a long while , I thought of running cmake on my Ubuntu
 12.04 LTS lab systems . I think the cmake is almost done , I had a few
 warnings however . Should I ignore it and proceed with make ?

 Here's the output log : http://pastebin.kde.org/ps6aocvrg

 Warm Regards.

 Thanking You,

 R.Harish Navnit
 The Enigma http://harishnavnit.wordpress.com


 On Fri, Jan 17, 2014 at 6:01 PM, R.Harish Navnit 
 harishnav...@gmail.comwrote:

 And here's what cat .xsession-errors shows me :

 Script for cjkv started at run_im
  Script for default started at default at run_im

 I have no idea what it means . I also fiddled with my lightdm.conf , I
 changed the greeter-session to unity-greeter.

 I think I can afford a fresh install since I don't any have any data
 installed 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, I'm asking about how much virtual hard
 disk space you allocated to the VM.

 Virtual Hard disk space : 21.38GB
 Actual Size : 6.35GB


 (Also, with just 4 gigs of RAM, development on a VM might be pretty
 frustrating for you)

 Yes , but that's all I've got . What is the ideal size then ?

 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://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-17 Thread Shantanu Tushar Jha
Run these two commands and you should be ok-

sudo apt-get install libdeclarative-multimedia
kbuildsycoca4

Also, I'm surprised that it compiled on 12.04, can you tell me the output
of the command lsb_release -a on that machine?


On Fri, Jan 17, 2014 at 8:39 PM, R.Harish Navnit harishnav...@gmail.comwrote:

 Here is the output log : http://pastebin.kde.org/pynlrphur when I run
 'plasma-mediacenter' .

 Sorry for the random and unorganized emails .

 Regards.

 R.Harish Navnit
 The Enigma http://harishnavnit.wordpress.com


 On Fri, Jan 17, 2014 at 8:33 PM, R.Harish Navnit 
 harishnav...@gmail.comwrote:



 R.Harish Navnit
 The Enigma http://harishnavnit.wordpress.com


 On Fri, Jan 17, 2014 at 8:29 PM, R.Harish Navnit 
 harishnav...@gmail.comwrote:

 I ran make and make install , and I think it went okay . I couldn't spot
 any errors , as output log was just too lengthy(sorry about being careless
 here :P).
 So , assuming the build was successful , how do I now run this ?

 I mean , when I run it , all I get is a blank screen .


 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
___
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
My guess is your disk might be full. How much disk space did you allocate
the VM? Also, it might be helpful to take a look at the file
.xsession-errors in your home dir.


On Thu, Jan 16, 2014 at 9:13 PM, R.Harish Navnit harishnav...@gmail.comwrote:

 Hi all ,

   I finally got the kubuntu 13.10 ISO and installed it on VBox .
 It was all going fine and I was just beginning to install the required
 packages . I think I finished installing build-essentials , after which I
 locked the screen and went out for dinner and when I returned and tried to
 login , I was(am) unable to . Even the splash screen doesn't load after
 entering the password . I just get a still screen with the elarun
 background . I'm trying to fix this as I am desperate not to have to
 install it all over again(albeit it is just on a Vbox !)


 Has anyone else encountered this problem ? It'd be great if anyone 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 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
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 allocate
 the VM?

 Yes , that was an error initially , I'd allocated more than 50% !!! I did
 resize it however and now in trying to fix this , I dropped down to the
 root shell and I guess I really messed it up :P


50% of how much? Tell me in GB



 Also, it might be helpful to take a look at the file .xsession-errors in
 your home dir.

 I'm unable to reach even the grub now :) I'll check it if possible , else
 another fresh install again . #Screwed


You must have a special power that attracts errors your way :P



 Thanks a lot .

 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
___
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
Ah, I'm not talking about RAM, I'm asking about how much virtual hard disk
space you allocated to the VM.

(Also, with just 4 gigs of RAM, development on a VM might be pretty
frustrating for you)


On Thu, Jan 16, 2014 at 9:25 PM, R.Harish Navnit harishnav...@gmail.comwrote:



 R.Harish Navnit
 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 at 9:18 PM, Shantanu Tushar Jha shaan...@gmail.com
  wrote:

 My guess is your disk might be full. How much disk space did you
 allocate the VM?

 Yes , that was an error initially , I'd allocated more than 50% !!! I
 did resize it however and now in trying to fix this , I dropped down to the
 root shell and I guess I really messed it up :P


 50% of how much? Tell me in GB

 2 GB out of 3.46 GB . I was warned against it , but I thought that can be
 changed later on .




 Also, it might be helpful to take a look at the file .xsession-errors in
 your home dir.

 I'm unable to reach even the grub now :) I'll check it if possible ,
 else another fresh install again . #Screwed


 You must have a special power that attracts errors your way :P

 I hope to get rid of it soon :P




 Thanks a lot .

 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

 ___
 Plasma-devel mailing list
 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
___
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
Are you following all the steps as listed at http://sinny.in/node/25 (Under
ubuntu section) ? This error means that you probably missed installing one
of those packages.


On Tue, Jan 14, 2014 at 4:06 PM, R.Harish Navnit harishnav...@gmail.comwrote:

 Okay now I've been trying the build on my Ubuntu 13.04 with KDE plasma
 Workspace(It now shows Kubuntu on boot) .
 This is the error log that I get : http://pastebin.kde.org/pee7kzjwx

 I've tried googling for the error and I even got a lot of answers , but I
 couldn't really understand much of what was being said over there .

 It'd be great if someone could help me out with this latest , in a long
 list of issues that I've had to face while building PMC and working with
 cmake .


 Warm Regards.

 Thanking You,
 R.Harish Navnit
 The Enigma http://harishnavnit.wordpress.com


 On Tue, Jan 14, 2014 at 2:35 PM, R.Harish Navnit 
 harishnav...@gmail.comwrote:

 There's one more issue on which I'd like some clarification. I have
 Ubuntu 13.04 installed on my laptop .
 I later on installed KDE plasma workspace on my system using some
 terminal commands . I then again ran updates/security updates using the
 package manager .
 Now ofcourse , I can select the session at login , but can I now say that
 I've actually installed kubuntu 13.04 ?

 Will building PMC on it actually work ?

 Sorry for straying off topic

 Regards.

 R.Harish Navnit
 The Enigma http://harishnavnit.wordpress.com


 On Tue, Jan 14, 2014 at 1:54 PM, R.Harish Navnit 
 harishnav...@gmail.comwrote:




 The easy solution is, upgrade to/install Kubuntu 13.10 (recommended).
 From what I see, you are using a VM so you could just create another one
 with a newer version.

 Isn't there anything else that can be done with the current O.S ? I
 don't have the ISO image and then installation will take even longer. Even
 an upgrade will take a long while and #CorrectMeIfWrong , isn't it better
 to use LTS versions instead of latest releases .


 Also, take care to not use sudo unless the error has something to do
 around permissions/root privileges. Using sudo at the wrong place can be
 harmful.

 Using sudo in this case is alright isn't it ? It does show Permission
 denied .

 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 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
Try adding this to your cmake command line-

-DQT_QT_INCLUDE_DIR=/usr/include/qt4/Qt

Usually cmake should autodetect that, but lets see if this works.


On Tue, Jan 14, 2014 at 5:07 PM, R.Harish Navnit harishnav...@gmail.comwrote:

 Yes , I just checked again using dpkg -s each of the package 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...@gmail.comwrote:

 Are you following all the steps as listed at http://sinny.in/node/25(Under 
 ubuntu section) ? This error means that you probably missed
 installing one of those packages.


 On Tue, Jan 14, 2014 at 4:06 PM, R.Harish Navnit 
 harishnav...@gmail.comwrote:

 Okay now I've been trying the build on my Ubuntu 13.04 with KDE plasma
 Workspace(It now shows Kubuntu on boot) .
 This is the error log that I get : http://pastebin.kde.org/pee7kzjwx

 I've tried googling for the error and I even got a lot of answers , but
 I couldn't really understand much of what was being said over there .

 It'd be great if someone could help me out with this latest , in a long
 list of issues that I've had to face while building PMC and working with
 cmake .


 Warm Regards.

 Thanking You,
 R.Harish Navnit
 The Enigma http://harishnavnit.wordpress.com


 On Tue, Jan 14, 2014 at 2:35 PM, R.Harish Navnit harishnav...@gmail.com
  wrote:

 There's one more issue on which I'd like some clarification. I have
 Ubuntu 13.04 installed on my laptop .
 I later on installed KDE plasma workspace on my system using some
 terminal commands . I then again ran updates/security updates using the
 package manager .
 Now ofcourse , I can select the session at login , but can I now say
 that I've actually installed kubuntu 13.04 ?

 Will building PMC on it actually work ?

 Sorry for straying off topic

 Regards.

 R.Harish Navnit
 The Enigma http://harishnavnit.wordpress.com


 On Tue, Jan 14, 2014 at 1:54 PM, R.Harish Navnit 
 harishnav...@gmail.com wrote:




 The easy solution is, upgrade to/install Kubuntu 13.10 (recommended).
 From what I see, you are using a VM so you could just create another one
 with a newer version.

 Isn't there anything else that can be done with the current O.S ? I
 don't have the ISO image and then installation will take even longer. Even
 an upgrade will take a long while and #CorrectMeIfWrong , isn't it better
 to use LTS versions instead of latest releases .


 Also, take care to not use sudo unless the error has something to do
 around permissions/root privileges. Using sudo at the wrong place can be
 harmful.

 Using sudo in this case is alright isn't it ? It does show Permission
 denied .

 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 Tushar(UTC +0530)
 http://www.shantanutushar.com

 ___
 Plasma-devel mailing list
 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
___
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
omg! You got some stuff messed up. It is weird why you have Qt5 development
headers installed, do you remember installing it?

I'm asking this because compiling PMC from source is a piece of cake and
unless there is something screwed up, you shouldn't me having so many
issues. To make sure I just created a VM with kubuntu 13.10 and followed
the build instructions and it works perfect without any issue whatsoever.


On Tue, Jan 14, 2014 at 6:57 PM, R.Harish Navnit harishnav...@gmail.comwrote:

 This is the output log when I don't add what was mentioned to the cmake
 command : http://pastebin.kde.org/px9ek7w4q

 Regards.

 R.Harish Navnit
 The Enigma http://harishnavnit.wordpress.com


 On Tue, Jan 14, 2014 at 6:53 PM, R.Harish Navnit 
 harishnav...@gmail.comwrote:

 I tried removing Qt 5.1 and then running the command again , and again I
 get an error !
 This is the output log : http://pastebin.kde.org/pe9gqepue

 Moreover did I type the command correctly ?

 Regards.

 R.Harish Navnit
 The Enigma http://harishnavnit.wordpress.com


 On Tue, Jan 14, 2014 at 6:26 PM, Sinny Kumari ksi...@gmail.com wrote:




 On Tue, Jan 14, 2014 at 4:06 PM, R.Harish Navnit harishnav...@gmail.com
  wrote:

 Okay now I've been trying the build on my Ubuntu 13.04 with KDE plasma
 Workspace(It now shows Kubuntu on boot) .
 This is the error log that I get : http://pastebin.kde.org/pee7kzjwx



 By looking into error message, issue is most probably due to Qt wrong
 version . Your cmake output says that -- Found Qt-Version 5.0.1 (using
 /usr/bin/qmake)

 It means, your cmake is picking up Qt5 right now.
 Currently, we haven't tested PMC on Qt5. I  have Qt 4.8.5 right now, so
 my cmake give me message as -- Found Qt-Version 4.8.5 (using
 /usr/bin/qmake-qt4) .

 To resolve your issue, check whether if you have  Qt  5.0 version as
 well or not? Mostly your /usr/lib64/ will have something like qt4
 directory. If not, then try installing Qt4 latest version instead of Qt5.
 If possible remove installed Qt5 to avoid any kind of collision.

 Thanks



 I've tried googling for the error and I even got a lot of answers , but
 I couldn't really understand much of what was being said over there .

 It'd be great if someone could help me out with this latest , in a long
 list of issues that I've had to face while building PMC and working with
 cmake .


 Warm Regards.

 Thanking You,
 R.Harish Navnit
 The Enigma http://harishnavnit.wordpress.com


 On Tue, Jan 14, 2014 at 2:35 PM, R.Harish Navnit 
 harishnav...@gmail.com wrote:

 There's one more issue on which I'd like some clarification. I have
 Ubuntu 13.04 installed on my laptop .
 I later on installed KDE plasma workspace on my system using some
 terminal commands . I then again ran updates/security updates using the
 package manager .
 Now ofcourse , I can select the session at login , but can I now say
 that I've actually installed kubuntu 13.04 ?

 Will building PMC on it actually work ?

 Sorry for straying off topic

 Regards.

 R.Harish Navnit
 The Enigma http://harishnavnit.wordpress.com


 On Tue, Jan 14, 2014 at 1:54 PM, R.Harish Navnit 
 harishnav...@gmail.com wrote:




 The easy solution is, upgrade to/install Kubuntu 13.10 (recommended).
 From what I see, you are using a VM so you could just create another one
 with a newer version.

 Isn't there anything else that can be done with the current O.S ? I
 don't have the ISO image and then installation will take even longer. 
 Even
 an upgrade will take a long while and #CorrectMeIfWrong , isn't it better
 to use LTS versions instead of latest releases .


 Also, take care to not use sudo unless the error has something to do
 around permissions/root privileges. Using sudo at the wrong place can be
 harmful.

 Using sudo in this case is alright isn't it ? It does show
 Permission denied .

 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




 --
 http://www.sinny.in

 ___
 Plasma-devel mailing list
 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
___
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
On Tue, Jan 14, 2014 at 7:57 PM, R.Harish Navnit harishnav...@gmail.comwrote:

 omg! You got some stuff messed up. It is weird why you have Qt5
 development headers installed, do you remember installing it?


 Yes , it sure looks messed up ! I remember installing a lot of packages
 while building digikam(which also failed :( ) I think that could be the
 reason behind this. Is there anything that can be done now ?


 I'm asking this because compiling PMC from source is a piece of cake and
 unless there is something screwed up, you shouldn't me having so many
 issues.


 I also felt this would be realatively easier when I first saw Sinny's blog
 .


 To make sure I just created a VM with kubuntu 13.10 and followed the
 build instructions and it works perfect without any issue whatsoever.


 I do have Kubuntu 12.04 LTS installed in Vbox , but that gives errors like
 an Old cmake version and nepomuk-core-dev .


If its not too much pain, can you create a new VM for 13.10 and try
building PMC before doing anything else?



 Is there anything else that can be done with the LTS versions ? I for some
 reason seem to have a strong liking with the LTS versions (probably
 because of the name itself :P )


Get over with then, its not very useful running such a old version for
development. LTS is for companies who have to maintain critical
applications that need to be stable over a long time. There is just no
point using LTS for development, (also I think its just marketing).


 Thanks 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




-- 
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-13 Thread Shantanu Tushar Jha
The easy solution is, upgrade to/install Kubuntu 13.10 (recommended). From
what I see, you are using a VM so you could just create another one with a
newer version.

Also, take care to not use sudo unless the error has something to do around
permissions/root privileges. Using sudo at the wrong place can be harmful.


On Tue, Jan 14, 2014 at 11:57 AM, R.Harish Navnit harishnav...@gmail.comwrote:

 Hello all ,

I'm trying to build PMC on my Ubuntu 12.04 LTS and Kubuntu
 12.04 LTS on Virtualbox .
 I installed cmake using apt-get and when I run the command

 cmake .. -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix`

 I get the following errors : http://pastebin.ubuntu.com/6748925/

 When I run the same command with sudo pre-fixed , this is the output log :
 http://pastebin.ubuntu.com/6748972/

 I would also appreciate some help with updating to the required version of
 cmake ?

 And since I'm using a version below the 12.10 , the package
 nepomuk-core-dev also can't be installed using apt-get .


 I'd be grateful if anyone can help me with these issues .

 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 Tushar(UTC +0530)
http://www.shantanutushar.com
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


Re: Ignore me for sprint

2013-12-19 Thread Shantanu Tushar Jha
Well they say it takes 15 days, and the Spanish embassy is known for being
a bit slow, but you can still try your luck. Maybe some kind soul at the
embassy gets you blessed?


On Thu, Dec 19, 2013 at 2:55 PM, Bhushan Shah bhus...@gmail.com wrote:

 Hello!

 Sad news for me.. I will not be able to attend Tokamak 7.. Reason is I
 have very less time to get Visa. Visa procedure takes 15 days, Tokamak
 itself is scheduled after 22 days, and there are 6-7 days of Christmas
 holidays in embassy. :'(

 So unless there is some way in which I can get visa in 7-8 days, I can
 not attend the Tokamak 7. I will remove my name from sprints.kde.org
 page. Sorry for the inconvenience I caused in event organization.

 Thanks vHanda, apol and sebas for your great support but unfortunately
 I will not make it. :(

 Thanks!

 --
 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
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


Regression from commit 5fdf522c

2013-12-17 Thread Shantanu Tushar Jha
Hi folks,

I just noticed that commit
5fdf522chttps://projects.kde.org/projects/extragear/multimedia/plasma-mediacenter/repository/revisions/5fdf522c413869d98135494cb2e379d4bf639dedbreaks
Open With .. feature with PMC. The media get added to Default
playlist while PMC switches to another playlist and plays that. I tried to
fix this by creating a new playlist for command line media but our current
design makes it very complicated to switch playlists from code on demand.

Because the release is in 2 days, I will revert the commit, live without
that extra convenience. We can properly implement playlist switching in 1.3
so that this can be re-added.

Also, lets take this as a lesson to avoid the temptation of adding such
small conveniences after a beta release.

Thanks!

-- 
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: Regression from commit 5fdf522c

2013-12-17 Thread Shantanu Tushar Jha
On Wed, Dec 18, 2013 at 10:27 AM, sujith h sujit...@gmail.com wrote:

 Hi All,

 Extremely sorry for the inconvenience caused by me. I didn't tested with
 Open with feautre


Dude c'mon, this is very natural and happens all the time. You don't need
to be sorry for this, these things have to happen when we don't have tests
:P

with PMC. Thanks Shantanu that you pointed it out. This also gives us a
 lesson to test PMC
 with the test cases we haven't followed.

 Thanks,

 Sujith H


 On Wed, Dec 18, 2013 at 12:32 AM, Shantanu Tushar Jha shant...@kde.orgwrote:

 Hi folks,

 I just noticed that commit 
 5fdf522chttps://projects.kde.org/projects/extragear/multimedia/plasma-mediacenter/repository/revisions/5fdf522c413869d98135494cb2e379d4bf639dedbreaks
  Open With .. feature with PMC. The media get added to Default
 playlist while PMC switches to another playlist and plays that. I tried to
 fix this by creating a new playlist for command line media but our current
 design makes it very complicated to switch playlists from code on demand.

 Because the release is in 2 days, I will revert the commit, live without
 that extra convenience. We can properly implement playlist switching in 1.3
 so that this can be re-added.

 Also, lets take this as a lesson to avoid the temptation of adding such
 small conveniences after a beta release.

 Thanks!

 --
 Shantanu Tushar(UTC +0530)
 http://www.shantanutushar.com




 --
 സുജിത് ഹരിദാസന്
 Bangalore
 ProjectContributor to KDE project
 http://fci.wikia.com/wiki/Anti-DRM-Campaign
 Blog http://sujithh.info




-- 
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: Kaffeine's future

2013-12-09 Thread Shantanu Tushar Jha
On Mon, Dec 9, 2013 at 2:59 PM, Daniel Kreuter
daniel.kreute...@gmail.comwrote:

 Hi

 Am Montag, 9. Dezember 2013 schrieb Mario Fux KDE ML :

 Am Montag, 02. Dezember 2013, 18.34:15 schrieb Christoph Pfister:
  Hi guys,

 Good morning Christoph

  I know I should have done this step earlier. After taking over this
  project from Christophe Thommeret long ago and doing a lot of
  interesting stuff, I've been busy with real life in the past months
  (years) and the situation will not change in the future. As I'm unable
  to maintain Kaffeine in an appropriate manner, I've decided to abandon
  the project.

 Too bad to hear but thanks a lot for your past work! I watched TV hours
 with
 Kaffeine and used it a lot. So thanks for your work and Kaffeine.

  Therefore I'm asking whether someone is interested in taking over
  maintainership; I've listed the current state of the project at the
  end of this mail. Unfortunately, I haven't been able to deal with
  patches earlier [ sorry guys! ], so I don't have a logical candidate
  or so. But if somebody is willing to take over [ you should know a bit
  about Qt and KDE and preferably have some Dvb / Atsc equipment at hand
  ], I will try to support the handover.

 Depending on where you are on this planet I could send you a DVB-S card to
 test and port Kaffeine.

 Christoph:
 What do you think of migrating the code and mailing lists (etc.) from
 sourceforge to KDE infrastructure?

 Or would it even make sense to merge Kaffeine with the Plasma Media
 Center?


 I thought of this , too. I think TV support would be awesome to have in
 PMC as well and Kaffeine was always the only working solution for Linux I
 found so far.


This is the most wanted feature in PMC as of today as there is still no
plan of implementation because the developers do not have DVB equipment,
plus the only way to get TV in their region is through set-top-boxes whose
output is using cables like these
http://img.alibaba.com/photo/259155234/3_5mm_Plug_3_RCA_Video_Audio_Cable.jpg.
Is that what the DVB/ATSC equipment accept?

So, in addition to taking up Kaffeine if someone has the resources to
implement that in PMC, we shall offer you dozens of cookies :)

Just my 2 Rappen
 Mario

  Regards,
 
  Christoph
 
 
  - Last released version (QT4 / KDE 4): Kaffeine 1.2.2 on 2011-04-04.
 
  This should still be stable enough for many purposes.
 
  - Bug tracker: https://bugs.kde.org/
 
  - Git repository: KDE extragear;
 
 https://projects.kde.org/projects/extragear/multimedia/kaffeine/repository
 
  There is a transition from xine to vlc going on; needs some love.
 
  - Mailing lists / releases: hosted at sourceforge.
 
  - Home page: http://kaffeine.kde.org/ which is down at the moment (but
  can be reactivated if someone takes care of it); archived version:
  http://web.archive.org/web/20130613232503/http://kaffeine.kde.org/
 
  - Varia: https://git.reviewboard.kde.org
 
   Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to
   unsubscribe 

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



  Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to
 unsubscribe 




-- 
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: [PMC] Review of major refactoring around All Music mode

2013-09-28 Thread Shantanu Tushar Jha
Hey,

Thanks for testing, really appreciate that. Also, unless somebody has
any objection, I will merge this to master tomorrow evening IST. Next,
I'll create bug reports for the minor nitpicks that are there and we
can pick them up :)

Cheers,

-- 
Shantanu Tushar(UTC +0530)
http://www.shantanutushar.com

On 9/26/13, Sinny Kumari ksi...@gmail.com wrote:
 Hi Shantanu,

 Thank you so much for putting so much effort on re-factoring fabian's
 branch. I checked almost all major/minor features which i remember and all
 of them works absolutely fine. There are some UI issues which can be fixed
 later, but functionality wise most of the stuff works fine.

 If needed you can wait for getting feedback from other community people as
 well. From my side, you can merge into master :)

 Cheers!

 On Mon, Sep 23, 2013 at 9:27 PM, Shantanu Tushar Jha
 shant...@kde.orgwrote:

 Hi,

 * tl;dr *
 There is new refactored code in fabian-refactoring-shantanu which should
 be functionally same as master. Please take some time, test it and report
 if it works fine, or if a major feature is broken.

 * Long version *

 Thanks to Fabian, we had started refactoring Plasma Media Center's media
 browsing code so as to create more reusable components. Finally this is
 complete with all major functionality working.

 The code for this lies in the branch fabian-refactoring-shantanu . The
 salient features are-

 1. Backends can now expose multiple models instead of just one. The media
 browser is smart enough to understand how to display these. See #2. There
 is 100% backwards compatibility in the sense that older backends with
 only
 one model will continue to work, internally stored as a list of just one
 model.

 2. We now have the following reusable components throughout PMC-
 * GridBrowser - as the name says, give it a backend/model and it will
 show
 items in a grid
 * ListBrowser - same as above, but a list
 * SplitBrowser - can show two browsers side-by-side for two models
 * TabBrowser - takes a backend and list of models and shows a browser for
 each model in tabs
 * SmartBrowser - give it a model or a list of models, and it figures out
 which of the above browsers to use

 3. Due to these changes, method calls like expand, search etc now take a
 parameter to the model on which they need to operate. There is 100%
 backwards compatibility where if the parameter is not present, the first
 model is picked up.

 4. Search can now operate on individual models, giving you support to
 search any model in your backend. See #3

 5. *Best of all* We can throw all the custom/duplicated code for All
 Music
 backend as generic browsers in #2 take care of that. (1006 less lines of
 code!)

 What do we need? Well if you get some time, please checkout the branch
 fabian-refactoring-shantanu , test it to make sure no major features are
 broken. Note, there are still few minor keyboard/UI issues which I will
 create bug reports for once merged to master.

 What next? I eagerly wait for comments on how the new browsers work, and
 unless some major feature is broken, I will go ahead and merge with
 master
 this weekend, or earlier if people try out and find no issues.

 Thanks!

 --
 Shantanu Tushar(UTC +0530)
 http://www.shantanutushar.com

 ___
 Plasma-devel mailing list
 Plasma-devel@kde.org
 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


[PMC] Review of major refactoring around All Music mode

2013-09-23 Thread Shantanu Tushar Jha
Hi,

* tl;dr *
There is new refactored code in fabian-refactoring-shantanu which should be
functionally same as master. Please take some time, test it and report if
it works fine, or if a major feature is broken.

* Long version *

Thanks to Fabian, we had started refactoring Plasma Media Center's media
browsing code so as to create more reusable components. Finally this is
complete with all major functionality working.

The code for this lies in the branch fabian-refactoring-shantanu . The
salient features are-

1. Backends can now expose multiple models instead of just one. The media
browser is smart enough to understand how to display these. See #2. There
is 100% backwards compatibility in the sense that older backends with only
one model will continue to work, internally stored as a list of just one
model.

2. We now have the following reusable components throughout PMC-
* GridBrowser - as the name says, give it a backend/model and it will show
items in a grid
* ListBrowser - same as above, but a list
* SplitBrowser - can show two browsers side-by-side for two models
* TabBrowser - takes a backend and list of models and shows a browser for
each model in tabs
* SmartBrowser - give it a model or a list of models, and it figures out
which of the above browsers to use

3. Due to these changes, method calls like expand, search etc now take a
parameter to the model on which they need to operate. There is 100%
backwards compatibility where if the parameter is not present, the first
model is picked up.

4. Search can now operate on individual models, giving you support to
search any model in your backend. See #3

5. *Best of all* We can throw all the custom/duplicated code for All Music
backend as generic browsers in #2 take care of that. (1006 less lines of
code!)

What do we need? Well if you get some time, please checkout the branch
fabian-refactoring-shantanu , test it to make sure no major features are
broken. Note, there are still few minor keyboard/UI issues which I will
create bug reports for once merged to master.

What next? I eagerly wait for comments on how the new browsers work, and
unless some major feature is broken, I will go ahead and merge with master
this weekend, or earlier if people try out and find no issues.

Thanks!

-- 
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: Getting started wiki for Plasma Media Center (PMC)

2013-09-18 Thread Shantanu Tushar Jha
Awesome job, really appreciate it :) I made edits wherever I could fix
small things, however the Building source section seems redundant, can't
we just point people to read the instructions from the README


On Tue, Sep 17, 2013 at 11:26 PM, Sinny Kumari ksi...@gmail.com wrote:

 Hi,

 I have written a wiki page on getting started with PMC, keeping in mind a
 new developer who wants to know about PMC and start contributing to it.
 This wiki should guide that person in such a way that he/she can easily get
 all basic information at one place. Wiki page link is
 community.kde.org/Plasma/Plasma_Media_Center/getting_started_with_PMC

 Please provide your feedback if I missed anything or if something is wrong.

 Thanks

 --
 http://www.sinny.in




-- 
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: please help

2013-09-12 Thread Shantanu Tushar Jha
Hi Kaushik,

Nice to have you here, its cool that you want to contribute to PMC. The
first step would be to run it and see how it works, the features etc. Sinny
has a step by step tutorial here http://sinny.in/node/25 . Once you've done
that, you can fix bugs, or pick up feature tasks as you find comfortable.

Try it out, and don't hesitate to ask if you get stuck :)


On Fri, Sep 13, 2013 at 2:15 AM, kaushik varanasi
expendables...@gmail.comwrote:

 dear developers,

 I am interested in the KDE plasma media centre project and would like to
 contribute for it.But I am a bit new to open source. I know c++ at an
 average level. Can anyone please assist me on where to begin.
 Thanks in advance and sorry if the question is a bit naive.

 sincerely,
 kaushik


  Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to
 unsubscribe 




-- 
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 Media Center build failure

2013-07-07 Thread Shantanu Tushar Jha
That fixes the build, but it doesn't do what you think its doing. You're
creating a new PlaylistItem in that line in the ctor, which is destroyed
when the ctor ends. As we need C++11 for
delegationhttp://en.wikipedia.org/wiki/C++0x#Object_construction_improvement(the
original code), I have fixed this as part of 0ab086a and also verified
that build passes.


On Mon, Jul 8, 2013 at 12:30 AM, Sinny Kumari ksi...@gmail.com wrote:

 Hi,


 http://commits.kde.org/plasma-mediacenter/1176e15af7e07f47eeb8991b42ba72fa4b383d52should
  fix build failure now. Please let me know if it still fails

 Thanks


 On Sun, Jul 7, 2013 at 4:24 PM, Ben Cooksley bcooks...@kde.org wrote:

 Hi all,

 It appears that since commit 58e32d0979920b2b6b03f9b8f91a68dc4f88e644
 it is no longer possible for Jenkins (CI) to build plasma-mediacenter.

 A log of the error can be found at

 http://build.kde.org/view/FAILED/job/plasma-mediacenter_master/82/consoleText

 I'd appreciate it if someone could take a look - i'm not sure of the
 nature of this build failure.

 Thanks,
 Ben
 ___
 Plasma-devel mailing list
 Plasma-devel@kde.org
 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
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


Re: Review Request 110475: Fixed::Bug 319626 - Can't remove an another song from playlist without stopping the current media.

2013-05-17 Thread Shantanu Tushar Jha
Ok I will commit it. About the comment, if you go by that reasoning, the
code will become full of unnecessary comments. So unless absolutely
necessary, you don't want to do that. If someone wants it back, there is
git ;)


On Thu, May 16, 2013 at 10:52 PM, Akshay Ratan akshayra...@gmail.comwrote:

 Hi,
 Yes I think it would be perfect if you commit it for me. I dont yet
 have KDE Developers Right.

 Also, my reason for commenting the line was if in future somebody wants to
 code some added feature regarding the playlist, the line might be of some
 help. Anyways, should I remove it if you say ?

 Cheers,
 Akshay Ratan

 On Thu, May 16, 2013 at 10:45 PM, Shantanu Tushar shant...@kde.orgwrote:

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

 Ship it!

 Looks good. Should I commit this for you?



 mediaelements/playlist/PlaylistDelegate.qmlhttp://git.reviewboard.kde.org/r/110475/diff/1/?file=144360#file144360line59
  (Diff
 revision 1)58

 visible: listViewItem.ListView.isCurrentItem

  59

// visible: listViewItem.ListView.isCurrentItem

   don't use comments, just remove the line


 - Shantanu

 On May 16th, 2013, 5:07 p.m. UTC, Akshay Ratan wrote:
   Review request for Plasma, Marco Martin, Shantanu Tushar, and Sinny
 Kumari.
 By Akshay Ratan.

 *Updated May 16, 2013, 5:07 p.m.*
 Description

 Fixed bug 319626 ( https://bugs.kde.org/show_bug.cgi?id=319626) . Now, in 
 the media playlist, remove sign is shown on every song , so the user has 
 to just click that sign instead of clicking the song which earlier stopped 
 the media.

 So basically now the current media is not stopped when deleting an item from 
 a playlist.


   Testing

 Yes

   *Bugs: * 
 https://bugs.kde.org/show_bug.cgi?id=319626http://bugs.kde.org/show_bug.cgi?id=https://bugs.kde.org/show_bug.cgi?id=319626
 Diffs

- mediaelements/playlist/PlaylistDelegate.qml (449a0aa)

 View Diff http://git.reviewboard.kde.org/r/110475/diff/

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




 --
 Akshay




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


UI refactor

2013-05-13 Thread Shantanu Tushar Jha
Hi Fabian,

I finally got some time to look at the refactored branch, and it does look
good :) Especially the keyboard working in music mode. Awesome work!
However, I guess we made quite a lot of changes to master and I am guessing
it will take some effort. Have you tried merging master into your branch?
If not, lets decide on a common time and get this done :)

-- 
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: Using plasma enums from QML2

2013-05-10 Thread Shantanu Tushar Jha
The cons don't seem very problematic, any other reasons why you don't like
the approach? I guess the only other thing you can do is use strings, and
that would suck even more :P


On Fri, May 10, 2013 at 11:14 PM, Marco Martin notm...@gmail.com wrote:

 Hi all,

 After many experiments in varuious failing directions, i have the branch
 PlasmaTypesClass of palsma-framework

 The problem:
 we need a way to expose the enums used in libplasma such as FormFactor,
 Location, Constraints etc in some way accessible to QML, for applet
 bindings,
 and any possible future qml plugin that needs to use them as properties.

 we used to have a duplication of most of enums in AppletInterface in the
 script engine, that works fine-ish but you still have to pass them by
 numeric
 value (the name of the enum doesn't seem to be accessible, but at least the
 parameters are assed when invoking methods or setting properties)
 and of course you can use it only in plasmoids, and not within qml plugins.

 In the branch, I have now in libplasma a class called Types that contains
 all
 the enums, this makes possible to use them in qml, (or even in old
 qtscript if
 one wants). Is exactly how is done for the global Qt namespace (Qt:: is
 actually not a namespace, but a QObject)

 in QML they would be accessed by name with something like
  PlasmaCore.Types.TopEdge
 (they weren't accessible byu name at all in qml1 so no mandatory porting
 involved from qml part, accessing by number still works)

 pros:
 * used directly
 * removes duplicate definitions
 * typecasts--

 cons:
 * Types name (or any other for what matters) is not particularly pretty
 * in c++ all Plasma::Foo must be changed in Plasma::Types::Foo

 So.
 I can't really get to like this approach, but i think is the only one that
 can
 work in any way...

 Cheers,
 Marco Martin
 ___
 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/mailman/listinfo/plasma-devel


Re: FW: GSOC-2013 Proj- PMC rel. queries

2013-04-24 Thread Shantanu Tushar Jha
Hi Saurabh,

Nice to see your interest in Plasma Media Center, find my comments inline.
Also, you don't have to use sir/madam etc in your emails, just use people's
names to address them :)

On Wed, Apr 24, 2013 at 3:53 PM, Saurabh Jain saurabh...@hotmail.comwrote:

 Dear sir/mam,
 Please went through the below forwarded mail which is in continuation to
 what Sinny mam had presented her views on my earlier ideas. In my last
 email, I have mentioned 2 more improvements so I request you to please give
 your feedback to me.
 Also, I apologize for not sending my past e-mails to plasma-devel@kde.org
 .

 Thanks and Regards,
 Saurabh Jain

 --
 From: saurabh...@hotmail.com
 To: ksi...@gmail.com
 Subject: RE: GSOC-2013 Proj- PMC rel. queries
 Date: Sat, 20 Apr 2013 15:26:41 +0530

  Thank you.
 All music, All pictures and All Videos are still not working on my system
 even after reinstalling the nepomuk packages. When restarting the
 nepomukindexer, I get the following error in the end-  Error:
 /var/tmp/kdecache-saurabh is owned by uid 1001 instead of uid 0. I will
 try to resolve this issue with nepomuk community.

 Yes, shuffle mode is working well and mistakenly I pointed it out as
 missing. What I would like to point out is once you have created a
 playlist, you cannot rearrange the existing order of songs to the desired
 one. The only way, which I found, to do so is to create an another playlist
 from the beginning.


Yes, manual ordering will be a nice thing to implement.


 One more improvement which I would like to mention in *Pictures* section
 is that in presence of *proxy server*, picasa is unable to connect to the
 google account or to load the pictures.


PMC should pick up the proxy settings from your proxy settings in Network
Settings in KDE system settings. You should check that.


 Also, pressing the tab key after entering the email id in google account
 section does not move the cursor to next section, i.e., password textbox.
 Keyboard does not seem to produce any output in some other situations as
 well.


Yep that sounds like a good idea :)



 Regards,
 Saurabh Jain

 --
 Date: Fri, 19 Apr 2013 23:46:37 +0530

 Subject: Re: GSOC-2013 Proj- PMC rel. queries
 From: ksi...@gmail.com
 To: saurabh...@hotmail.com
 CC: Plasma-devel@kde.org



 Doing CC to plasma-devel


 Thanks Saurabh for you effort. Nice start!

 On Fri, Apr 19, 2013 at 1:00 PM, Saurabh Jain saurabh...@hotmail.comwrote:

   Dear mam,

 Thanks for replying me back and presenting your views. Yes, you were right
 and I did deviate from the main point as I used the software and liked the
 idea of building such an application and therefore I thought more in
 enhancing and incorporating new features in it.
 I forgot to mention some of the improvements, which I think, can be done
 in this application. The open with menu option which I mentioned in my
 first mail also needs to be improved as the user can see this application
 in the above menu but due to lack of functionality provided on the back
 end, the user does not get the desired output response.


 +1
 I like this idea, this need to be implemented.


 Improvements in following sections can be:-
 *Music* *:-
 *Search engine (in Songs, Album, etc.) does not seem to work at all. I
 tried searching for a music which is also there in the playlist but did not
 get any results (neither did it respond with search failure nor with song
 found). Improving the song search can have an alternative if sorting
 feature is introduced by virtue of which user can sort the albums, songs
 etc according to their names. Player can be enhanced with modes like
 repeat, shuffle, etc. and reordering of songs in the playlist is also not
 there.


 Ummm, For me search works fine for Artist, Album and songs works fine but
 yeah, it doesn't display message when search result is zero.

 Shuffle works in Playlist. Repeat option can be added.
 Sorting of media is needed on the basis of different field like size,
 date, name, length etc.


 *Pictures:-
 *Again, clicking on All Picture does not produce any results. Every
 time if the user has to view the pictures, he/she has to browse the
 pictures in the folders first and then load it. Further, just like we have
 the option to select some files and play them only, in a similar fashion,
 we can have option to select some pictures and then view them via slide
 show.


 I guess, your Nepomuk indexer is not running or maybe haven't indexed your
 picture directory. Check with that then All Picture will work fine.

 Yeah, we can think of viewing selected pictures in slideshow.


 *Videos:-
 *The full screen mode toggle button can be added into video section so
 that the user can directly watch the video in full screen mode. Also, many
 a times, it happens that the user downloads the subtitles of the movie
 which he/she wants to watch as the movie is not in his/her native language.
 For eg. if the movie's name is 

Re: proposal ideas

2013-04-22 Thread Shantanu Tushar Jha
Hi Sunanda,

Nice to know that you're interested in Plasma Media Center. To get more
useful ideas on what things you can improve in PMC, the first thing you
should do is actually use it. Try following the instructions to build it
here http://sinny.in/node/25 and ask if you face difficulties in any step.


On Sun, Apr 21, 2013 at 5:13 PM, Sunanda Shanbhag 
sunanda.shanb...@gmail.com wrote:

 hello,

 I am Sunanda Shanbhag and I'm doing my third year of bachelors in computer
 engineering in India. I have two very interesting ideas which fit into the
 ideas that have been suggested on the ideas page. Also, I have an idea
 which is my own, which I thought of sharing with you.

 1. Search facility for music in Plasma Media Center
  PMC is a wonderful product and can be made more user-friendly by
 giving options of searching according to albums, artists, tracks, etc. An
 option of search can be made. Once clicked, the user will see a popup of
 available search options(eg: search artist, search track name, etc). My
 basic logic is to sort the option chosen. Eg: if user chooses to search
 track name, the songs will be sorted alphabetically according to track
 name. Once sorted, searching will be easy using binary search. Also, 
 *predictive
 text* and *a list of earlier searches *can be shown in order to make
 searching easy.

 2. Video cropping and sharing
  Suppose the media memory is almost full, and the user has a whole
 movie in the video library, but he wants only a part of that movie.
 Currently, he has to store the whole movie in order to watch the part he
 wants. I thought of an option given to the user, where* the user can crop
 the video, save only the part he wants, and delete the remaining movie*.
 Hence, the user can get rid of unwanted parts and keep his machine clean
 using PMC directly, instead of downloading video cutting products.
 This clip can be shared on social networking sites via PMC.

 3. Using cloud to access media in other devices
 This is an idea, which i thought will be very helpful for users.
 Suppose I have a photo on my Linux machine and i need to show it to a
 friend outside. As I can't take my machine everywhere, I can make use of a
 PMC app on my phone which will show me the media on my machine, using the
 cloud. I can carry all my media everywhere using PMC cloud.

 Please let me know how you find my ideas, and suggest improvements.

 Thank you

 Regards,
 Sunanda Shanbhag

 ___
 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/mailman/listinfo/plasma-devel


Re: Plasma mediacenter rss plugin

2013-04-05 Thread Shantanu Tushar Jha
Well right now the panel implementation is a vertical bar at the left. We
are planning to change the panel concept to a overlay which comes over the
browser. This is better because it eases navigation and gives more room to
backends to put stuff. How does that sound to you?


On Fri, Apr 5, 2013 at 8:33 PM, Gregor Tätzner gre...@freenet.de wrote:

 On Thursday 04 April 2013 22:56:25 Shantanu Tushar Jha wrote:
  Hi Gregor,
 
  Yep I noticed the branch sometime back and nice to see that you're
  interested and implemented it. Right now I'm really low on time and don't
  build kde from git these days so building a specific kdepimlibs branch is
  kinda difficult for me. However I saw the code and it looks pretty good.
  I think Sinny and Sujith tried to build stuff from that branch but had
  difficulties, maybe you can help them out.

 Yes, that can be quite tricky. If you have issues just send me a mail or
 try
 to catch me on IRC (nick BrummbQ). I hope that the akgregator branches
 will be
 merged into master soon.

  Additionally, it'll rock if you
  can do a screencast of the feature :)

 Never did this before but if I find some time I will do so, though honstly
 this
 feature is rather unspectacular ;)


 Btw.: is it possible to add horizontal panels? I've a vertical one right
 now
 to add additional feeds, but urls are quite long so horizontal space would
 be
 quite welcome...

 
 
  Cheers!
 
  On Tue, Apr 2, 2013 at 11:05 PM, Gregor Tätzner gre...@freenet.de
 wrote:
   In case you didn't notice, I've started working on a rss-podcast plugin
   for
   pmc. You can find some instructions at
   http://community.kde.org/Plasma/Plasma_Media_Center/Podcast
  
   It's in pre-alpha state, but you can already play videos from a
   pre-configured
   podcast.
  
   I'm not very familiar with the architecture of pmc, so help from the
 core
   devs
   is always welcome
  
   cheers,
   greg
   ___
   Plasma-devel mailing list
   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
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


Re: Plasma mediacenter rss plugin

2013-04-04 Thread Shantanu Tushar Jha
Hi Gregor,

Yep I noticed the branch sometime back and nice to see that you're
interested and implemented it. Right now I'm really low on time and don't
build kde from git these days so building a specific kdepimlibs branch is
kinda difficult for me. However I saw the code and it looks pretty good.
I think Sinny and Sujith tried to build stuff from that branch but had
difficulties, maybe you can help them out. Additionally, it'll rock if you
can do a screencast of the feature :)


Cheers!


On Tue, Apr 2, 2013 at 11:05 PM, Gregor Tätzner gre...@freenet.de wrote:

 In case you didn't notice, I've started working on a rss-podcast plugin for
 pmc. You can find some instructions at
 http://community.kde.org/Plasma/Plasma_Media_Center/Podcast

 It's in pre-alpha state, but you can already play videos from a
 pre-configured
 podcast.

 I'm not very familiar with the architecture of pmc, so help from the core
 devs
 is always welcome

 cheers,
 greg
 ___
 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/mailman/listinfo/plasma-devel


Plasma Media Center meeting on 27th March

2013-03-26 Thread Shantanu Tushar Jha
Hi,

Thanks for filling out the doodle! From the entries, the best time to have
this is on Wednesday 27th March at 3:15 PM - 4:00 PM UTC.
Lets have the meeting then and get some awesome stuff for PMC!

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


Meeting for Plasma Media Center - what next?

2013-03-24 Thread Shantanu Tushar Jha
Hi,

I have created a doodle to decide the next steps for PMC. The link to the
poll is: http://www.doodle.com/9mr7xs94qdzcg4ag . Please fill it out if you
are interested in shaping PMC's future :)

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: Meeting for Plasma Media Center - what next?

2013-03-24 Thread Shantanu Tushar Jha
Including plasma active ML as well.

On Sun, Mar 24, 2013 at 3:59 PM, Shantanu Tushar Jha shant...@kde.orgwrote:

 Hi,

 I have created a doodle to decide the next steps for PMC. The link to the
 poll is: http://www.doodle.com/9mr7xs94qdzcg4ag . Please fill it out if
 you are interested in shaping PMC's future :)

 Cheers!

 --
 Shantanu Tushar(UTC +0530)
 http://www.shantanutushar.com




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


Plasma Media Center release delayed

2013-02-12 Thread Shantanu Tushar Jha
[cross posting to plasma-devel and active]

Hi all,

Today was supposed to be the first release of Plasma Media Center after we
went into a feature freeze during December last year. We made lot of
bugfixes and usability improvements during most of the last few months and
its really coming out well.

However, there are still few critical usability issues that need to be
addressed before we can go live. Apart from the ones reported on
bugs.kde.org, we currently miss a 100% perfect keyboard navigation. We had
plans of addressing these, but most of the PMC team has been and will be
busy for next two weeks (on the Indian side, its two[1] successive[2] KDE
events coming up which is keeping us busy).

So two things here-

** I propose we delay the release to 12th March 2013 which should give us
enough time to address these issues,
** It will be nice if more people can volunteer to polish and help fixing
the bugs at [3]. WE WANT YOU!

Also, Fabian can you help with this and squash some bugs?

[1] http://www.gnunify.in/2013/schedule/15th
[2] http://www.gdgdaiict.com/kdemeetup/
[3]
https://bugs.kde.org/buglist.cgi?list_id=505105query_format=advancedbug_status=UNCONFIRMEDbug_status=CONFIRMEDbug_status=ASSIGNEDbug_status=REOPENEDshort_desc_type=allwordssubstrproduct=plasma-mediacenter

Regrets and thanks for understanding,

-- 
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: Switch and Checkbox items

2012-12-13 Thread Shantanu Tushar Jha
On Thu, Dec 13, 2012 at 9:11 PM, Aaron J. Seigo ase...@kde.org wrote:

 hi ...

 so we have both Switch and Checkbox items in the QML. we have discussed
 previously and decided to keep using Checkbox on desktop (for consistency
 with
 the rest of the desktop UI if nothing else), though we favour Switch on
 touch.

 i'm already noticing incosistencies creeping in, however, with Switches
 appearing on desktop bound software where checkboxes would normally be
 used.

 there are a few different options to head this off at the pass:

 * decide that Switch is prefered in the desktop shell and repleace all
 usage
 of Checkbox with Switch in all Plasma components.

 Pros: it's easy to make such a decision.

 Cons: it means a fair amount of (boring, but easy) work; it means the UI of
 the desktop shell will be different from the rest of the desktop.


 * implement Switch in the desktop components as a checkbox.

 Pros: this is very easy to do (API compatible; just need to move
 Switch.qml to
 touch components and make a new Switch.qml in the default desktop
 components
 that simply creates a Checkbox); people can use Switch if they want and
 things
 remain consistent

 Cons: it means you can never have a Switch element on a desktop app, even
 if
 you really want to (and use Checkboxes elsewhere in your UI). however,
 this is
 perhaps a weak con, as it implies there is a valid use case for switches on
 the desktop. as we've lived without them until now ... perhaps there
 aren't.


 * simply put don't use Switch on desktop into our HIG and then require
 that
 all UIs that use Switch move that QML to the appropriate platformcomponents
 subdir and use Checkbox instead in the main UI

 Pros: you can still use Switch on the desktop and get an actual switch

 Cons: Much more work for developers; relies on people caring about and
 implementing HIG-compliant UIs; if we change our mind in the future, all
 that
 work needs to be re-done


 I currently favour the second solution (making Switch a Checkbox on
 desktop),
 but would like to hear your thoughts so we can make the best decision
 possible
 together.


+1 for the second solution. as we've lived without them until now is
exactly what I was thinking of when reading your email.


 --
 Aaron J. Seigo
 ___
 Plasma-devel mailing list
 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


Plasma Media Center feature freeze tonight

2012-12-12 Thread Shantanu Tushar Jha
Hi!

Just a reminder, PMC goes into a feature free tonight at 23:59 hours
UTC[1]. If you have new features in a branch, or local clone, merge them
with master already.

Don't hesitate to ask if someone has a question/concern.

Cheers,

[1] http://community.kde.org/Plasma/Plasma_Media_Center/DecemberMeeting

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


Plasma Media Center feature free tonight!

2012-12-11 Thread Shantanu Tushar Jha
Hi!

Just a reminder, PMC goes into a feature free tonight at 23:59 hours
UTC[1]. If you have new features in a branch, or local clone, merge them
with master already.

Don't hesitate to ask if someone has a question/concern.

Cheers,

[1] http://community.kde.org/Plasma/Plasma_Media_Center/DecemberMeeting

-- 
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: on models, QML and Nepomuk

2012-11-16 Thread Shantanu Tushar Jha
Hi,

On Fri, Nov 16, 2012 at 8:11 PM, Marco Martin notm...@gmail.com wrote:

 Hi all,

 I am doing a big refactor for the metadata models in plasma active, used
 to do
 nepomuk queries.

 this made me think about some things:
 * we all agree we want to use nepomuk more

* we also want to use more qml to write user interfaces
 * to display nepomuk data in qml, basically means: to have a model that
 shows
 results from a query
 * i would really like to avoid both exposing sparql to qml and doing some
 weird javascript binding of the nepomuk query api, this is really stuff
 that
 who writes QML should *not* see

 now, both writing qabstractitemmodels and nepomuk query and result display
 are
 two things that besides requiring quite some boilerplate are quite easy to
 screw up.

 We already had a model, but since its query generation capabilities were
 quite
 basic, i already seen it forked somewhere else, duplicating all the bugs it
 had (hello mediacenter :p)


wrong, its not a fork, its just a small and media specific model (nothing
when compared to PA's metadatamodel) that does nepomuk queries and stores
the results in a list. Its only called metadatamodel as the name is pretty
nice ;)


 in the end what a model do, is basically map from the list of
 Nepomuk2::Query::Result that arrived to rows of the model, and format the
 data
 in a particular way depending from the role asked.

 right now the MetadataModel, in the branch mart/newMetadataModel of plasma-
 mobile is done this way:

 The model manages the query in a thread, splitting it in chunks (with
 limit)
 to be able to have lazy loading

 Everything specific is delegated to another class, QueryProviders, which
 base
 api is inplasma-
 mobile/components/metadatamodel/queryproviders/abstractqueryprovider.h
 it does the following things:

 * it sets a query, either Nepomuk2::Query::Query or sparql

 * it sets the mapping between role  indexes and role names

 * given a Query::Result and a role it formats it to the data to display


 this class is abstract, doesn't do anything, but is intended to be in a
 public
 library, to be subclassed, so in qml one can do, after registering from the
 c++ part the MyQueryProvider implementation:


This is a nice idea, flexibility++


 MetadataModel {
 queryProvider: MyQueryProvider {
 //setting of custom properties that control the query
 }
 delegate: ...
 }


I hope one can also say this-

MetadataModel *model = new MetadataModel();
model-setQueryProvider(new MyQueryProvider());

i.e. to be able to use it from C++.


 it provides some default subclasses that have the functionality of the old
 multiple models in plasma active,
 simple query for resources (ie i want all resources that are images linked
 to
 a certain activity, with a certain mimetype)
 tagcloud type of model (either cloud of tags or any other property like
 file
 types, basically a simple group by, very useful for visualizations
 timeline: how many resources satisfy a criteria separed by year, month or
 day

 right now the work in that branch is around at 90% complete i think, still
 some things to decide like wether export in the library all the current
 queryprovider subclasses or how to nicely map to qml things like resource
 types (now there are some heuristics that go from/to things like nfo:Audio
 and
 the full uri)


 i would really love to have this in a place public for everyone, to be
 clear
 that for 99% of the needs of nepomuk in qml, use that. There still can be
 use
 cases for different reimplemented bindings, but if is just a simple
 listing of
 stuff, no need to duplicate bugs ;)

 It may be nepomuk-core? (since it has a library, so unsuited for
 kde-runtime)


Yes please, if this can go into nepomuk-core (however that will mean no
dependencies on Qt Declarative, not sure how thats gonna be handled), it
will be very easy for standalone applications like Plasma Media Center to
use it.


 anyways, as general concept.. opinions/comments?


The design, esp the QueryProvider bit is pretty nice, good job :)

From PMC's PoV, all we need is a metadatamodel which can be used and
extended from pure C++ code[1]. From the design you discussed above, if
metadatamodel lives in neopomuk-core and can be instantiated from C++,
thumbs up!

[1] When this was not possible, we had to do stuff like this
http://quickgit.kde.org/?p=plasma-mediacenter.gita=blobh=740d2423a8ff5b8a4b65b1dc371161e81f99e964hb=fbac7a7a1a147deac287709ee0cb002e7f1053fbf=browsingbackends%2Fmetadatabackends%2Fabstractmetadatabackend.cpp(line
36)
If metadatamodel can be instantiated directly from C++, we won't need all
this :)


 Cheers,
 Marco Martin
 ___
 Active mailing list
 act...@kde.org
 https://mail.kde.org/mailman/listinfo/active


Cheers,

-- 
Shantanu Tushar(UTC +0530)
http://www.shantanutushar.com
___
Plasma-devel mailing list

Re: move plasma tools to plasmate

2012-08-18 Thread Shantanu Tushar Jha
On Fri, Aug 17, 2012 at 8:50 PM, Giorgos Tsiapaliokas terie...@gmail.comwrote:



 On 17 August 2012 16:24, Aleix Pol aleix...@kde.org wrote:

 Hi,
 I don't really see the point of doing that. I don't see why it's
 better not to have them in kde-workspace is it troublesome for anyone?


 From an aesthetic point of view,

 Q: Hello, where are the plasma tools? I want to create a new plasmoid.
 A: Inside kde-workspace you will find some tools which will make you life
 easier
 and in the plasmate repository you will find the plasma ide.

 That's why we want to move those tools in plasmate, we want our sdk to be
 neat. No?


+1 For The Plasma SDK, this makes sense.




 From a technical point of view,
 those are a few issues for which we have to move the plasma tools inside
 plasmate,
 1. How can someone embed a binary inside a qwidget?
 Example: How can I embed the binary named plasmoidviewer inside
 plasmate's MainWindow::CentralContainer::CentralContainer??


Well you cannot, if you want both plasmoidviewer and plasmate to be able to
use it, you'll have to move the stuff to some qwidget (or maybe a KPart?)
so that they can share it.


 2. Some tools when they are used as standalone applications require a few
 extra ui stuff.
 Example: when I execute plasmaremoteinstaller from plasmate I have a known
 source directory for my plasmoid(thanks to plasmate), but when
 I execute it as a standalone application I don't., so I need an extra
 kurlrequester. How can I hide a kurlrequester from a binary?


Not sure about how to solve this





 3. duplication of code, plasmoidviewer vs plasma-previewer


where's plasma-previewer? Looks like I missed some news :P



 etc...


 In any case, maybe you should put them in a separate repository?


 I believe that this is an overkill and also we don't solve the above
 technical issues.


 Everyone who has been using these tools so far, has done so without
 Plasmate, so there's definitely a use case outside Plasmate.


 When you say plasmate do you refer to the ide named plasmate or the
 repository?
 The plasma tools will be accessible both as standalone applications and as
 plasmate plugins.

 Also those tools aren't a use case outside plasmate. When those tools had
 been created plasmate didn't exist.
 Also after the creation of plasmate, the project wasn't really usable,
 but this has changed by now.

 --
 Giorgos Tsiapaliokas (terietor)
 KDE Developer

 terietor.gr


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


Overall I +1 this proposal, and thanks for all the awesome work :)

-- 
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: Changed MediaItemDelegate.qml, more space between items, a frame for pictures, fixed keyboardinteraction.

2012-08-06 Thread Shantanu Tushar Jha

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

Ship it!


Can go in now, thanks for the patch :) Do you have push access or you'd want me 
to push it?

- Shantanu Tushar Jha


On Aug. 6, 2012, 9:17 a.m., Fabian Riethmayer wrote:
 
 ---
 This is an automatically generated e-mail. To reply, visit:
 http://git.reviewboard.kde.org/r/105816/
 ---
 
 (Updated Aug. 6, 2012, 9:17 a.m.)
 
 
 Review request for Plasma.
 
 
 Description
 ---
 
 Added slot error(QString) for nepomukmusicmodel. Changed 
 MediaItemDelegate.qml, more space between items, a frame for pictures, fixed 
 keyboardinteraction.
 
 
 Diffs
 -
 
   browsingbackends/metadatabackends/metadatamusicbackend/nepomukmusicmodel.h 
 1ba77e7 
   
 browsingbackends/metadatabackends/metadatamusicbackend/nepomukmusicmodel.cpp 
 d4f7449 
   components/mediabrowser/MediaItemDelegate.qml bd181ab 
 
 Diff: http://git.reviewboard.kde.org/r/105816/diff/
 
 
 Testing
 ---
 
 
 Screenshots
 ---
 
 PMC Pictures
   http://git.reviewboard.kde.org/r/105816/s/660/
 
 
 Thanks,
 
 Fabian Riethmayer
 


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


Re: Review Request: Changed MediaItemDelegate.qml, more space between items, a frame for pictures, fixed keyboardinteraction.

2012-08-02 Thread Shantanu Tushar Jha

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


Ah, looks much better now! Just some small things to fix and then this can go 
in :)


browsingbackends/metadatabackends/metadatamusicbackend/nepomukmusicmodel.h
http://git.reviewboard.kde.org/r/105816/#comment13085

This is a better way to do this, a const ref has the primary advantage that 
you don't create copies
void error(const QString message);
Also make the changes in the definition.



browsingbackends/metadatabackends/metadatamusicbackend/nepomukmusicmodel.cpp
http://git.reviewboard.kde.org/r/105816/#comment13086

Trailing whitespace, minor, but its nice to remove these :)



components/mediabrowser/MediaItemDelegate.qml
http://git.reviewboard.kde.org/r/105816/#comment13087

Extra whitespaces on 90, 99. Please remove. Also remove them on 183 and 213.



components/mediabrowser/MediaItemDelegate.qml
http://git.reviewboard.kde.org/r/105816/#comment13088

Z override in Image and Rectangle is not needed here. Avoid Z overrides 
wherever possible, here what you should do instead is move the Rectangle inside 
the Image so it automagically appears on top of the image.



components/mediabrowser/MediaItemDelegate.qml
http://git.reviewboard.kde.org/r/105816/#comment13089

Remove the console log before pushing


- Shantanu Tushar Jha


On Aug. 2, 2012, 8:29 a.m., Fabian Riethmayer wrote:
 
 ---
 This is an automatically generated e-mail. To reply, visit:
 http://git.reviewboard.kde.org/r/105816/
 ---
 
 (Updated Aug. 2, 2012, 8:29 a.m.)
 
 
 Review request for Plasma.
 
 
 Description
 ---
 
 Added slot error(QString) for nepomukmusicmodel. Changed 
 MediaItemDelegate.qml, more space between items, a frame for pictures, fixed 
 keyboardinteraction.
 
 
 Diffs
 -
 
   browsingbackends/metadatabackends/metadatamusicbackend/nepomukmusicmodel.h 
 1ba77e7 
   
 browsingbackends/metadatabackends/metadatamusicbackend/nepomukmusicmodel.cpp 
 d4f7449 
   components/mediabrowser/MediaItemDelegate.qml bd181ab 
 
 Diff: http://git.reviewboard.kde.org/r/105816/diff/
 
 
 Testing
 ---
 
 
 Screenshots
 ---
 
 PMC Pictures
   http://git.reviewboard.kde.org/r/105816/s/660/
 
 
 Thanks,
 
 Fabian Riethmayer
 


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


Re: fixing little issues on my QML/Python program

2012-06-26 Thread Shantanu Tushar Jha
On Tue, Jun 26, 2012 at 2:46 PM, Viranch Mehta viranch.me...@gmail.comwrote:

 On Tue, Jun 26, 2012 at 8:31 AM, Eric Mesa ericsbinarywo...@gmail.comwrote:

 Thanks to everyone who's helped me over the last year or so with my
 program.  I have one more thing to fix on my engine and then it will be
 perfect.  The recent help I got helped me finally perfect the GUI.  So my
 data engine's running a function over and over with different arguments to
 populate the sources.  Here's what it looks like:


 Please always use pastebin.com or paste.kde.org to show your codes instead
 of putting them in emails.


I think its ok to paste in a mail if its a snippet not too long, because it
helps other people who will later read the ML archives, as pastebins may
expire.



 Viranch



 from PyQt4.QtCore import *
 from PyKDE4.kdecore import *
 from PyKDE4 import plasmascript
 #for flickr
 import views


 class PyFlickrEngine(plasmascript.DataEngine):
   def __init__(self,parent,args=None):
 plasmascript.DataEngine.__init__(self,parent)

   def init(self):
 self.setMinimumPollingInterval(333)
 #for flickr
 views.initialize()

   #adding this back in 24 jan to see if it helps
   def sources(self):
 sources = [25, 50, 75, 100, 200, 300, 400, 500,
 600, 700, 800, 900, 1000, 1250, 1500, 1750, 2000,3000,
 4000, 5000, 1]
 return sources

   def sourceRequestEvent(self, name):
 #print source request event #debugging
 return self.updateSourceEvent(name)

   def updateSourceEvent(self,group):
 print updateSourceEvent
 #grouplist = []
 if group == 25:
   grouplist = views.analyzeviews(views.views25, views.views50)
   self.setData(25, Group 25, grouplist)
 elif group == 50:
   grouplist = views.analyzeviews(views.views50, views.views75)
   self.setData(50,Group 50, grouplist)
 elif group == 75:
   grouplist = views.analyzeviews(views.views75,views.views100)
   self.setData(75,Group 75, grouplist)
 elif group == 100:
   print i'm @ 100 #debug
   grouplist = views.analyzeviews(views.views100,views.views200)
   self.setData(100,Group 100, grouplist)
 elif group == 200:
   print i'm @ 200 #debug
   grouplist = views.analyzeviews(views.views200, views.views300)
   self.setData(200,Group 200, grouplist)
 *... (cut a snippet out - I think you get the point)*
 elif group == 1:
   print i'm @ 1 #debug
   grouplist = views.analyzeviews(views.views1, views.views1)
   self.setData(1,Group 1, grouplist)
 return True

 def CreateDataEngine(parent):
   return PyFlickrEngine(parent)

 So that function it's calling, views.analyzeviews(arg, arg) is calling a
 web API and sometimes that API fails.  The cool thing about data engines vs
 when I used to do this on the commandline is that if it fails at 25, it
 doesn't crash the whole program.  It just moves on to 50.  So I can end up
 in the end where when I click on 25 it tells me that there's nothing in the
 source and then I click on 50 and I can use the data from that source.  So,
 right now if I want the data from 25, the only way I know how to do that is
 by re-running the program and hoping the API doesn't fail that time
 around.  Is there a way for me to tell the data engine to update group 25
 again from within the QML gui?

 Thanks!
 --
 Eric Mesa
 http://about.me/ericmesa
 http://www.ericsbinaryworld.com


 ___
 Plasma-devel mailing list
 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
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


PMC discussions to move back to #plasma

2012-06-21 Thread Shantanu Tushar Jha
Hi,

With the recent talks about merging #active with #plasma, I wondered why
have a separate channel for media center. Thanks to Giorgos for reminding
this, #plasma-mediacenter shall *no longer* be used for discussions around
Plasma Media Center.
The primary channel for discussion over PMC will be #plasma. I will update
the topic on #plasma-mediacenter to reflect this.

Finally, it will be nice if somebody could add
https://projects.kde.org/projects/playground/multimedia/plasma-mediacenter/repositoryto
#plasma's CIA bot so it can spit out commits, any takers?

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: PMC discussions to move back to #plasma

2012-06-21 Thread Shantanu Tushar Jha
On Thu, Jun 21, 2012 at 8:42 PM, Marco Martin notm...@gmail.com wrote:

 On Thursday 21 June 2012, Shantanu Tushar Jha wrote:
  this, #plasma-mediacenter shall *no longer* be used for discussions
 around
  Plasma Media Center.

 i agree with that, it helps to fight non esistent divisions ;)


yep :)



  Finally, it will be nice if somebody could add
 
 https://projects.kde.org/projects/playground/multimedia/plasma-mediacenter/
  repositoryto #plasma's CIA bot so it can spit out commits, any takers?

 from the configuration of CIA-19 i see this should already be the case


yea, I figured that out couple of minutes back :P Thanks anyway



 Cheers,
 Marco Martin
 ___
 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/mailman/listinfo/plasma-devel


Re: Review Request: Added feature in media center to switch to full screen mode from the default size and vice-versa.

2012-04-15 Thread Shantanu Tushar Jha

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


Thanks for the patch! Little changes though, check the comments below. Once 
you're done, this can go in :)


shells/newshell/mainwindow.h
http://git.reviewboard.kde.org/r/104612/#comment9804

remove extra whitespace



shells/newshell/mainwindow.cpp
http://git.reviewboard.kde.org/r/104612/#comment9805

Its better to have a single method called toggleFullscreen which turns on 
and off the fullscreen, instead of having two separate functions



shells/newshell/package/contents/ui/mediacenter.qml
http://git.reviewboard.kde.org/r/104612/#comment9806

Once you have only one slot toggleFullscreen(), you don't need all this 
logic inside QML. This should just have a call to toggleFullscreen()


- Shantanu Tushar Jha


On April 16, 2012, 5:42 a.m., nancy kumari wrote:
 
 ---
 This is an automatically generated e-mail. To reply, visit:
 http://git.reviewboard.kde.org/r/104612/
 ---
 
 (Updated April 16, 2012, 5:42 a.m.)
 
 
 Review request for Plasma.
 
 
 Description
 ---
 
 Added the feature to change the mode of media center from default to full 
 screen and vice-versa. A button has been added at top left corner to enable 
 the above said feature, clicking on which does the appropriate changes. 
 
 
 Diffs
 -
 
   shells/newshell/mainwindow.h d6d4405 
   shells/newshell/mainwindow.cpp bfafc34 
   shells/newshell/package/contents/ui/mediacenter.qml 67106ff 
 
 Diff: http://git.reviewboard.kde.org/r/104612/diff/
 
 
 Testing
 ---
 
 Tested by running the added feature in trunk. It works fine. 
 
 
 Thanks,
 
 nancy kumari
 


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


Re: Review Request: Add the -DPHONON_INSTALL_QT_EXTENSIONS_INTO_SYSTEM_QT=TRUE option into the CMakeLists.txt

2012-03-24 Thread Shantanu Tushar Jha

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


Hi, thanks for the patch. However PMC now uses QtMultimediaKit from Qt Mobility 
instead of Phonon (for the time being until stuff is stable and merged to 
master) and so for now the patch won't be needed :)

- Shantanu Tushar Jha


On March 24, 2012, 9:11 p.m., Giorgos Tsiapaliwkas wrote:
 
 ---
 This is an automatically generated e-mail. To reply, visit:
 http://git.reviewboard.kde.org/r/104401/
 ---
 
 (Updated March 24, 2012, 9:11 p.m.)
 
 
 Review request for Plasma.
 
 
 Description
 ---
 
 Hello,
 
 until now in order to build PMC we needed to add 
 -DPHONON_INSTALL_QT_EXTENSIONS_INTO_SYSTEM_QT=TRUE as a cmake option.
 This patch fixes the issue.
 
 
 Diffs
 -
 
   CMakeLists.txt aed58e9 
 
 Diff: http://git.reviewboard.kde.org/r/104401/diff/
 
 
 Testing
 ---
 
 It compiles and installs successfully
 
 
 Thanks,
 
 Giorgos Tsiapaliwkas
 


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


Re: Review Request: Make thumbnail size configurable and tell KIO to use all thumbnailer plguins

2012-03-12 Thread Shantanu Tushar Jha


 On March 11, 2012, 10:36 p.m., Marco Martin wrote:
  looks fine, but i would prefer the thumbnail plugins to be configurable if 
  more than images are going to be used

I didn't understand the more than images are going to be used part :(

(KIO includes three plugins by default directorythumbnail, imagethumbnail, 
jpegthumbnail)


- Shantanu Tushar


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


On March 11, 2012, 4:51 p.m., Shantanu Tushar Jha wrote:
 
 ---
 This is an automatically generated e-mail. To reply, visit:
 http://git.reviewboard.kde.org/r/104229/
 ---
 
 (Updated March 11, 2012, 4:51 p.m.)
 
 
 Review request for Plasma and Marco Martin.
 
 
 Description
 ---
 
 This patch makes two additions-
 1. Thumbnail size is hardcoded into metadatamodel, this patch adds a property 
 to make it configurable
 2. KIO Thumbnailer uses a default set of plugins (from global config, which 
 can't be set from PA) which doesn't include video thumbnailers for example. 
 This makes metadatamodel fail when its asked for a thumbnail for a video 
 file. This patch explicitly tells KIO to use all plugins.
 
 
 Diffs
 -
 
   components/metadatamodel/metadatamodel.h 85750fe 
   components/metadatamodel/metadatamodel.cpp 74ad09c 
 
 Diff: http://git.reviewboard.kde.org/r/104229/diff/
 
 
 Testing
 ---
 
 Both features work when tested from QML and don't seem to have any 
 side-effects.
 
 
 Thanks,
 
 Shantanu Tushar Jha
 


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


Review Request: Make thumbnail size configurable and tell KIO to use all thumbnailer plguins

2012-03-11 Thread Shantanu Tushar Jha

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

Review request for Plasma and Marco Martin.


Description
---

This patch makes two additions-
1. Thumbnail size is hardcoded into metadatamodel, this patch adds a property 
to make it configurable
2. KIO Thumbnailer uses a default set of plugins (from global config, which 
can't be set from PA) which doesn't include video thumbnailers for example. 
This makes metadatamodel fail when its asked for a thumbnail for a video file. 
This patch explicitly tells KIO to use all plugins.


Diffs
-

  components/metadatamodel/metadatamodel.h 85750fe 
  components/metadatamodel/metadatamodel.cpp 74ad09c 

Diff: http://git.reviewboard.kde.org/r/104229/diff/


Testing
---

Both features work when tested from QML and don't seem to have any side-effects.


Thanks,

Shantanu Tushar Jha

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


Review Request: Make thumbnail size configurable and tell KIO to use all thumbnailer plguins

2012-03-11 Thread Shantanu Tushar Jha

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

Review request for Plasma and Marco Martin.


Description
---

This patch makes two additions-
1. Thumbnail size is hardcoded into metadatamodel, this patch adds a property 
to make it configurable
2. KIO Thumbnailer uses a default set of plugins (from global config, which 
can't be set from PA) which doesn't include video thumbnailers for example. 
This makes metadatamodel fail when its asked for a thumbnail for a video file. 
This patch explicitly tells KIO to use all plugins.


Diffs
-

  components/metadatamodel/metadatamodel.h 85750fe 
  components/metadatamodel/metadatamodel.cpp 74ad09c 

Diff: http://git.reviewboard.kde.org/r/104229/diff/


Testing
---

Both features work when tested from QML and don't seem to have any side-effects.


Thanks,

Shantanu Tushar Jha

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


Re: folderview broken

2011-12-20 Thread Shantanu Tushar Jha
Hi,

On Wed, Dec 21, 2011 at 10:46 AM, Zé mmode...@gmail.com wrote:

 2011/12/21 Shantanu Tushar jhahon...@gmail.com:
 
 
  On Tuesday 20 Dec 2011 9:06:59 PM Zé wrote:
  2011/12/20 Shantanu Tushar Jha shaan...@gmail.com:
   Hi,
  
   For the debug messages Sujith is asking, can you try the following and
   pastebin/attach the output,
  
   1. run kdebugdialog and check all the checkboxes and press ok
   2. run plasmoidviewer folderview and wait for sometime after
   folderview is shown.
   3. copy the output on the terminal and send it
 
  I can not do it anymore since i have reverted that commit, like i have
  already stated, but if you doubt of what i say, im sure you will have
  more news about this from kde users in a near time.
 
  I didn't say that I am doubting what you're saying, I just want to find
 the
  reason why its not working. Its usually very helpful if people running
 kde
  from sources help in debugging :)

 Currently im building qt-4.8.0 official release and i have my hands in
 several other projects, so i cant go back building with your commit to
 show you the output.
 Im sure will appear some one complaining soon.
 But i dont understand why you cant do it yourself.


Obviously I've tried it myself, and so have few more people, and it works
fine. I wouldn't bother you otherwise.
Anyway, I understand that you are busy right now, it will be nice if you
can do it whenever you become free :) Thanks


 Currently im not subscribed to plasma devel ML, so i cant have it in
 CC. I have also reported this problem to Aseigo, maybe he could also
 help on this matter.


No problem, I am just keeping the list in sync :)



 
  It would be more apropriated if you could answer following the thread
  and not answer in the top breaking the order.
 
  This can help you - http://matt.might.net/articles/how-to-email/
 
   Thanks :)
  
   On Mon, Dec 19, 2011 at 9:25 AM, sujith h sujit...@gmail.com wrote:
   On Mon, Dec 19, 2011 at 3:04 AM, Zé mmode...@gmail.com wrote:
   2011/12/18 Zé mmode...@gmail.com:
2011/12/18 sujith h sujit...@gmail.com:
On Sun, Dec 18, 2011 at 3:44 PM, Zé mmode...@gmail.com
  wrote:
2011/12/18 sujith h sujit...@gmail.com:
 Hi,

 Can you please share the debug message? For me its
 working fine.

 Sujith H

 On Sun, Dec 18, 2011 at 7:02 AM, Zé mmode...@gmail.com
  wrote:
 The commit you did in kde-baseapps (SHA
 c4baf7897e541bc070d1425583370830d3ffa414) as completly
 broken
 icons in
 screen.

 Now doesnt appear any icons in screen using
 folderview...

 --
 Salutem,
 Zé
   
What debug message???
   
Create a new user and check it.
   
Sorry I cannot reproduce this problem. I had tested it by
creating a
new
user.
For me it works fine. Can you please let me know what was the
method followed,
so that I can help you.
   
Sujith H
   
 --
 സുജിത് ഹരിദാസന്
 Bangalore
 ProjectContributor to KDE project
 http://fci.wikia.com/wiki/Anti-DRM-Campaign
 Blog http://sujithh.info
   
--
Salutem,
Zé
   
I had to revert your commit and rebuild kde-baseapps to have
back
icons available on screen.
   
So please do the necessary steps to put the code you submited
built and running.
Some times we think we have done the necessary but in the end
theres
some missing, this has happened with me, so please update your
git
master, build it and isntall it.
We are only humans :)
   
--
സുജിത് ഹരിദാസന്
Bangalore
ProjectContributor to KDE project
http://fci.wikia.com/wiki/Anti-DRM-Campaign
Blog http://sujithh.info
   
--
Salutem,
Zé
  
   Just to remind you that i have build with and without your comit and
   i
   have created a new user in both cases.
  
   Are you trying to access remote site or local host? I had not done
   anything for
   local host. If you are trying to access the remote host, can you
   please
   share
   the URL for that, so that I can also try.
  
  
   --
   സുജിത് ഹരിദാസന്
   Bangalore
   ProjectContributor to KDE project
   http://fci.wikia.com/wiki/Anti-DRM-Campaign
   Blog http://sujithh.info
  
  
   ___
   Plasma-devel mailing list
   Plasma-devel@kde.org
   https://mail.kde.org/mailman/listinfo/plasma-devel
  
   --
   Shantanu Tushar(UTC +0530)
   http://www.shantanutushar.com



 --
 Salutem,
 Zé

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


Re: Review Request: Adding patch for checking url is remote or not and check the network status as per the TODO in folderview.cpp

2011-12-13 Thread Shantanu Tushar Jha

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



plasma/applets/folderview/folderview.cpp
http://git.reviewboard.kde.org/r/103393/#comment7431

Shouldn't this be done when not connected? i.e. inside the if() on line 409



plasma/applets/folderview/folderview.cpp
http://git.reviewboard.kde.org/r/103393/#comment7430

Have you tested this? I don't think you can pass a variable (m_url) inside 
a SLOT.


- Shantanu Tushar Jha


On Dec. 14, 2011, 3:21 a.m., Sujith Haridasan wrote:
 
 ---
 This is an automatically generated e-mail. To reply, visit:
 http://git.reviewboard.kde.org/r/103393/
 ---
 
 (Updated Dec. 14, 2011, 3:21 a.m.)
 
 
 Review request for Plasma.
 
 
 Description
 ---
 
 Adding patch for the TODO, mentioned in the folderview.cpp file. This patch 
 looks whether the url is local or remote. If its remote then checks for the 
 network status of the host machine. If the host machine is not connected to 
 the network then returns.
 
 
 Diffs
 -
 
   plasma/applets/folderview/folderview.cpp 43d0511 
 
 Diff: http://git.reviewboard.kde.org/r/103393/diff/diff
 
 
 Testing
 ---
 
 Tested by removing the host from the network and by adding the host to the 
 network.
 
 
 Thanks,
 
 Sujith Haridasan
 


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


Re: Review Request: Make the task manager items move in realtime when user manually arranges items

2011-10-25 Thread Shantanu Tushar Jha


 On Oct. 25, 2011, 12:48 p.m., Aaron J. Seigo wrote:
  plasma/desktop/applets/tasks/taskgroupitem.cpp, line 1039
  http://git.reviewboard.kde.org/r/102833/diff/1/?file=38602#file38602line1039
 
  watch the indentation level :)

ouch, will fix that before merging.


 On Oct. 25, 2011, 12:48 p.m., Aaron J. Seigo wrote:
  plasma/desktop/applets/tasks/taskgroupitem.cpp, lines 1037-1038
  http://git.reviewboard.kde.org/r/102833/diff/1/?file=38602#file38602line1037
 
  i wonder what happens here when you drag an entry from one tasks widget 
  to another? :)

Well in that case the corresponding entry moves even in the other tasks widget, 
which is the same behavior as earlier. I'm not sure if thats a problem, is it?


- Shantanu Tushar


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


On Oct. 11, 2011, 6:19 p.m., Shantanu Tushar Jha wrote:
 
 ---
 This is an automatically generated e-mail. To reply, visit:
 http://git.reviewboard.kde.org/r/102833/
 ---
 
 (Updated Oct. 11, 2011, 6:19 p.m.)
 
 
 Review request for Plasma.
 
 
 Description
 ---
 
 Right now, if the user sets the Task Manager sorting to manually, its 
 possible to arrange the task items manually. However, the items move only 
 after the mouse button is released.
 This patch makes the items move dynamically and follow the mouse, this helps 
 to produce a more natural effect. Check the attached video for a demo.
 
 
 Diffs
 -
 
   plasma/desktop/applets/tasks/taskgroupitem.h 7ca95ef 
   plasma/desktop/applets/tasks/taskgroupitem.cpp 14053d6 
 
 Diff: http://git.reviewboard.kde.org/r/102833/diff/diff
 
 
 Testing
 ---
 
 Works perfectly in both horizontal and vertical configurations, and multiple 
 rows. I didn't find any side-effects.
 
 
 Thanks,
 
 Shantanu Tushar Jha
 


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


Review Request: Make the task manager items move in realtime when user manually arranges items

2011-10-11 Thread Shantanu Tushar Jha

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

Review request for Plasma.


Description
---

Right now, if the user sets the Task Manager sorting to manually, its 
possible to arrange the task items manually. However, the items move only after 
the mouse button is released.
This patch makes the items move dynamically and follow the mouse, this helps to 
produce a more natural effect. Check the attached video for a demo.


Diffs
-

  plasma/desktop/applets/tasks/taskgroupitem.h 7ca95ef 
  plasma/desktop/applets/tasks/taskgroupitem.cpp 14053d6 

Diff: http://git.reviewboard.kde.org/r/102833/diff/diff


Testing
---

Works perfectly in both horizontal and vertical configurations, and multiple 
rows. I didn't find any side-effects.


Thanks,

Shantanu Tushar Jha

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


  1   2   3   >