No plasmaengineexplorer in KDE 4.10?

2013-02-17 Thread Viranch Mehta
Hi, I was playing around with the new KDE and suddenly realised that there is no plasmaengineexplorer installed. Have we not shipped it this time? If yes, do we have an alternative? Viranch ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail

Re: Review Request: fix batterymonitor layout to scale with high resolution screens

2012-10-19 Thread Viranch Mehta
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/106962/#review20591 --- Ship it! looks good - Viranch Mehta On Oct. 20, 2012, 12

Re: Poll - Rethinking "battery remaining time" option

2012-09-12 Thread Viranch Mehta
On Wed, Sep 12, 2012 at 5:53 PM, Djuro Drljaca wrote: > what about adding the option to hide or show this information? > > My bad, the poll is about "having the option to show the information", not "showing the information" itself. Viranch ___ Plasma-de

Re: Poll - Rethinking "battery remaining time" option

2012-09-12 Thread Viranch Mehta
On Wed, Sep 12, 2012 at 6:00 PM, Marco Martin wrote: > I'm for keeping the config option as "least possible damage", i think it > has > been discussed to death (including why user polls for features don't work) > this is only a developers' poll Viranch __

Poll - Rethinking "battery remaining time" option

2012-09-12 Thread Viranch Mehta
Hi, Apparently, there has been a rage among users[1] regarding whether to have remaining time be shown in battery monitor. Note that this bug has considerable amount of upvotes, so I'm not reopening this for the heck of it, I'm doing it because of the upvotes. Plus, we've never really had a poll f

Re: Review Request: Support for multiple batteries in battery monitor applet

2012-08-02 Thread Viranch Mehta
On 02-Aug-2012, at 7:05 PM, Sebastian Kügler wrote: > On Sunday, July 29, 2012 12:45:00 Viranch Mehta wrote: >> On Sun, Jun 17, 2012 at 2:45 PM, David Edmundson >> >> wrote: >>> Given this patch is untested (due to Viranch having only one battery) >>> &

Re: Review Request: Support for multiple batteries in battery monitor applet

2012-07-29 Thread Viranch Mehta
On Sun, Jun 17, 2012 at 2:45 PM, David Edmundson wrote: > Given this patch is untested (due to Viranch having only one battery) > and that we will have a lot of angry users complaining that the feature is > missing, can I suggest we submit a version with this patch to kde-look.org, > so that it i

master pushed to KDE/4.9

2012-07-09 Thread Viranch Mehta
Hi, While I was trying to push my commit to KDE/4.9 after pushing to master, I landed pushing all of master to KDE/4.9 branch. I was asked to give a request for reverting this to the project's git maintainers. So can someone please look into this? My apologies for the inconvenience. Cheers, Vira

Re: fixing little issues on my QML/Python program

2012-06-26 Thread Viranch Mehta
On Tue, Jun 26, 2012 at 8:31 AM, Eric Mesa wrote: > 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

Re: QML, Python, Signals, and Slots

2012-06-24 Thread Viranch Mehta
On Sun, Jun 24, 2012 at 8:26 PM, Eric Mesa wrote: > > Just curious about one thing: > 1) With this framework I can get information from the python program to > affect the QML (and change the button to a blue colour). How do I get > information to the python program? In other words, if I have a

Re: QML, Python, Signals, and Slots Part 2

2012-06-24 Thread Viranch Mehta
On Mon, Jun 25, 2012 at 5:32 AM, Eric Mesa wrote: > > print connect(view.rootObject(),SIGNAL(mySignal(QString)), receiver, > SLOT(QUrl('message.qml'))) > You don't need this line because you've already connected QML's messageRequired signal to Now's appropriate slot. So just remove this line and

Re: QML, Python, Signals, and Slots Part 2

2012-06-24 Thread Viranch Mehta
On Mon, Jun 25, 2012 at 12:52 AM, Eric Mesa wrote: > OK, I did a bunch of googling and I think I can better word what I want to > do. I want to emit a signal in QML and catch it in a python slot. That > way it can be the arguments to a function within python. Can I please get > some help with t

Re: Review Request: Use common plasma components Tooltip in battery monitor

2012-06-21 Thread Viranch Mehta
> On June 18, 2012, 3:37 p.m., Viranch Mehta wrote: > > The button size and the hover appearance is different from the original > > one. The IconButton component was made to keep the look of the buttons > > consistent with the original version of the applet. Do we wan

Re: Review Request: Use common plasma components Tooltip in battery monitor

2012-06-20 Thread Viranch Mehta
> On June 18, 2012, 3:37 p.m., Viranch Mehta wrote: > > The button size and the hover appearance is different from the original > > one. The IconButton component was made to keep the look of the buttons > > consistent with the original version of the applet. Do we wan

Re: No "remaining time" option in battery monitor?

2012-06-19 Thread Viranch Mehta
Hi, I read through the thread provided by Marco and I'd like to give in my bit of suggestion: We clearly do not want to mislead the user by giving him a misleading number (the remaining time). I agree with Aaron that this will make the user trust his computer less. What I suggest is let the user

Re: Review Request: Use common plasma components Tooltip in battery monitor

2012-06-18 Thread Viranch Mehta
original one. The IconButton component was made to keep the look of the buttons consistent with the original version of the applet. Do we want to change this? - Viranch Mehta On June 17, 2012, 7:52 p.m., David Edmundson wrote

Review Request: Support for multiple batteries in battery monitor applet

2012-06-16 Thread Viranch Mehta
urces in power management engine and tested with it. Works fine, as expected with such sources. Can someone with multiple batteries please test the patch? since I don't have a computer with multiple batteries. Thanks, Viranch Mehta ___ Pl

Re: Review Request: Fix sourceFilter to actually filter the sources in QML DataModel

2012-06-15 Thread Viranch Mehta
--- Tested with Battery Monitor applet when there are multiple batteries and a model is required consisting of only the battery sources from powermanagement engine. Works as expected with the patch. Thanks, Viranch Mehta ___ Plasma-devel mailing

Re: Review Request: Fix sourceFilter to actually filter the sources in QML DataModel

2012-06-15 Thread Viranch Mehta
--- Tested with Battery Monitor applet when there are multiple batteries and a model is required consisting of only the battery sources from powermanagement engine. Works as expected with the patch. Thanks, Viranch Mehta ___ Plasma-devel mailing

Review Request: Fix sourceFilter to actually filter the sources in QML DataModel

2012-06-15 Thread Viranch Mehta
applet when there are multiple batteries and a model is required consisting of only the battery sources from powermanagement engine. Works as expected with the patch. Thanks, Viranch Mehta ___ Plasma-devel mailing list Plasma-devel@kde.org https

No "remaining time" option in battery monitor?

2012-06-14 Thread Viranch Mehta
Hi, I just noticed there is no option of "remaining time" in the latest stable released version of the c++ battery applet (4.8.4). Have we discarded it? I want to know this so I can know whether I should keep this in the qml version. Cheers, Viranch ___

Re: [KDE Bugtracking System] REMINDER: current Plasma regressions

2012-06-08 Thread Viranch Mehta
On Sat, Jun 9, 2012 at 12:58 AM, wrote: > ** > > 301424 normal NOR openSUSE > RPMs plasma-b...@kde.org NEW --- Cannot open battery monitor applet if > set to hidden in systray > @Marco: can you look into this please? seems like a bug with compact rep

Mouse wheel on Slider QML component

2012-06-07 Thread Viranch Mehta
Hi, I wanted to know if the Slider (from QML components) can be moved using the mouse wheels. If not, is it possible to implement it atm? Thanks, Viranch ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-dev

Re: Plasma Applet Testing for 4.9

2012-05-20 Thread Viranch Mehta
On Thu, May 17, 2012 at 3:58 AM, David Edmundson wrote: > - a list of all the new QML-based applets (by the time of the first beta) >(afaik, nowplaying, battery, locklogout, activitymanager.. but > there are so many more random branches about, and I don't know the > status of these) > As fo

Using Plasma's QML bindings in a custom KDE application

2012-05-13 Thread Viranch Mehta
Hi, I'm writing a kde application from scratch, that has a QDeclarativeView, which loads the qml files. Now if I want to use plasma's core/other qml bindings in my qml files, what do I need to do? Cheers, Viranch ___ Plasma-devel mailing list Plasma-dev

Re: Re: Review Request: Merge the final and fixed QML battery monitor to master.

2012-05-01 Thread Viranch Mehta
On Wed, May 2, 2012 at 5:47 AM, Sebastian Kügler wrote: > > Congrats, Viranch! You've done some excellent work here and delivered high- > quality replacements for those important components. > > Thanks a lot, and chapeau! > I'm glad I could be a part of contributing to kde! Marco has helped me i

Re: Review Request: Merge the final and fixed QML battery monitor to master.

2012-05-01 Thread Viranch Mehta
bf1a11f5d9bcf73ba8f071bc4cd532ed8652e1d3 - Viranch Mehta On April 3, 2012, 5:12 a.m., Viranch Mehta wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > http://git.reviewboard.kde.

Re: Review Request: QML Lock/logout applet

2012-05-01 Thread Viranch Mehta
bf1a11f5d9bcf73ba8f071bc4cd532ed8652e1d3 - Viranch Mehta On April 13, 2012, 6:18 p.m., Viranch Mehta wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > http://git.reviewboard.kde.

Re: Review Request: QML Lock/logout applet

2012-05-01 Thread Viranch Mehta
On Wed, May 2, 2012 at 5:19 AM, Viranch Mehta wrote: > On Tue, May 1, 2012 at 6:25 PM, Marco Martin wrote: > >> it should be merged asap because freeze is on 3rd. can you do it either >> today, >> or i can do it as well? >> > > I just added confirmation d

Re: Review Request: QML Lock/logout applet

2012-05-01 Thread Viranch Mehta
On Tue, May 1, 2012 at 6:25 PM, Marco Martin wrote: > it should be merged asap because freeze is on 3rd. can you do it either > today, > or i can do it as well? > I just added confirmation dialog for sleep as well, and now i'm merging the branch. Cheers, Viranch

Re: Review Request: QML Lock/logout applet

2012-04-30 Thread Viranch Mehta
On Mon, Apr 30, 2012 at 8:16 PM, Marco Martin wrote: >This is an automatically generated e-mail. To reply, visit: > http://git.reviewboard.kde.org/r/104592/ > > any update on this? > > Kai here suggested that we have a KSMServer dialog for sleep/hibernate confirmations. I'm not sure how to ac

Re: Review Request: Merge the final and fixed QML battery monitor to master.

2012-04-17 Thread Viranch Mehta
--------- On April 3, 2012, 5:12 a.m., Viranch Mehta wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > http://git.reviewboard.kde.org/r/104226/ >

Re: Review Request: QML Lock/logout applet

2012-04-15 Thread Viranch Mehta
ns out. That seems like a good idea. Comments? - Viranch --- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/104592/#review12448 --------

Review Request: QML Lock/logout applet

2012-04-13 Thread Viranch Mehta
versa. Screenshots --- Screenshot of the applet on desktop http://git.reviewboard.kde.org/r/104592/s/526/ Thanks, Viranch Mehta ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel

Re: Review Request: Couple of fixes to QML ScrollBar component

2012-04-04 Thread Viranch Mehta
On Wed, Apr 4, 2012 at 3:51 PM, Sebastian Kügler wrote: > On Sunday, March 25, 2012 02:59:35 Viranch Mehta wrote: > > I didn't know how to test these from Gallery.qml (what command?). Tested, > > however, by putting in a test plasmoid. Works wel

Re: Review Request: Merge the final and fixed QML battery monitor to master.

2012-04-03 Thread Viranch Mehta
On Tue, Apr 3, 2012 at 7:25 PM, Marco Martin wrote: > > * the c++ applet shows a confirmation box for suspend & hibernate, > > how can this be done in QML? how about showing our regular applet-popup > > like in the battery monitor? with this option, the user also wouldn't > have > > to > > move t

Re: Review Request: Merge the final and fixed QML battery monitor to master.

2012-04-03 Thread Viranch Mehta
On Tue, Apr 3, 2012 at 7:24 PM, Daniel Nicoletti wrote: > doesn't the kworskspace API handle the confirmation already? > (I know it does for Shutdown, logoff and restart) > > kworkspace API is only used for "leave" (a combined action for logout, turn off, restart). for suspend actions, dbus calls

Re: Review Request: Merge the final and fixed QML battery monitor to master.

2012-04-03 Thread Viranch Mehta
On Tue, Apr 3, 2012 at 1:45 PM, Marco Martin wrote: > here the biggest challenge i guess is making all resize correctly in > horizontal/vertical panels. > Yes, just spent 5 hours on this. Finally resizing works almost fine inside and outside panels, except: * it does not resize/change when the

Re: Review Request: Merge the final and fixed QML battery monitor to master.

2012-04-02 Thread Viranch Mehta
, Viranch Mehta ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel

Re: Review Request: Merge the final and fixed QML battery monitor to master.

2012-04-02 Thread Viranch Mehta
On Mon, Apr 2, 2012 at 7:52 PM, Marco Martin wrote: > hmm, not too happy about both, let's make lock/logout work as well then > merge > everything? > That sounds fine. I'll soon open a review request. Viranch ___ Plasma-devel mailing list Plasma-devel

Re: Review Request: Merge the final and fixed QML battery monitor to master.

2012-04-02 Thread Viranch Mehta
o preserve the history? - Viranch --- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/104226/#review12114 --- On March 23, 2012, 6

Review Request: Couple of fixes to QML ScrollBar component

2012-03-24 Thread Viranch Mehta
tting in a test plasmoid. Works well now. Thanks, Viranch Mehta ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel

Re: Review Request: Merge the final and fixed QML battery monitor to master.

2012-03-23 Thread Viranch Mehta
://git.reviewboard.kde.org/r/104226/diff/ Testing --- Applet and dataengine both tested and work fine. Screenshots (updated) --- with top right graphic in the popup http://git.reviewboard.kde.org/r/104226/s/487/ Thanks, Viranch Mehta

Re: Review Request: Merge the final and fixed QML battery monitor to master.

2012-03-23 Thread Viranch Mehta
> On March 21, 2012, 9:20 a.m., Marco Martin wrote: > > let's merge then fix all the things that may remain ok? > > (if you are rady to quickly fix issues as they come in, because many will > > report ;) > > Viranch Mehta wrote: > Yep, I'm ready

Re: Review Request: Merge the final and fixed QML battery monitor to master.

2012-03-21 Thread Viranch Mehta
ep, I'm ready. - Viranch --- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/104226/#review11683 --- On March 20, 2012, 9:44 p.m., Viranch Mehta wrote: > >

Re: Review Request: Merge the final and fixed QML battery monitor to master.

2012-03-20 Thread Viranch Mehta
http://git.reviewboard.kde.org/r/104226/#review11667 --- On March 20, 2012, 9:44 p.m., Viranch Mehta wrote: > > --- > This is an automatically generated e-mail. To reply, visit:

Re: Review Request: Merge the final and fixed QML battery monitor to master.

2012-03-20 Thread Viranch Mehta
Hibernate". > > > > Could be as simple as visible: powermanagmentEngine.data["Sleep > > States"]["Suspend"] etc... Yes it was forgotten, thanks for pointing out. Added the visible condition. On March 20, 2012, 10:27 a.m., Viranch Mehta wrote: >

Re: Review Request: Merge the final and fixed QML battery monitor to master.

2012-03-20 Thread Viranch Mehta
This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/104226/#review11632 --- On March 20, 2012, 9:44 p.m., Viranch Mehta wrote: > > ---

Re: Review Request: Merge the final and fixed QML battery monitor to master.

2012-03-20 Thread Viranch Mehta
/104226/diff/ Testing --- Applet and dataengine both tested and work fine. Screenshots (updated) --- http://git.reviewboard.kde.org/r/104226/s/482/ Thanks, Viranch Mehta ___ Plasma-devel mailing list Plasma-devel@kde.org https

Re: Review Request: Merge the final and fixed QML battery monitor to master.

2012-03-14 Thread Viranch Mehta
and dataengine both tested and work fine. Screenshots --- http://git.reviewboard.kde.org/r/104226/s/464/ Thanks, Viranch Mehta ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel

Re: Review Request: Merge the final and fixed QML battery monitor to master.

2012-03-14 Thread Viranch Mehta
--- On March 14, 2012, 6:39 p.m., Viranch Mehta wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > http://git.reviewboard.kde.org/r/104226/ > --

Re: Review Request: Merge the final and fixed QML battery monitor to master.

2012-03-14 Thread Viranch Mehta
--- Applet and dataengine both tested and work fine. Screenshots (updated) --- http://git.reviewboard.kde.org/r/104226/s/464/ Thanks, Viranch Mehta ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo

Re: Review Request: Merge the final and fixed QML battery monitor to master.

2012-03-14 Thread Viranch Mehta
t; > > and remove the call to width on all these labels, and that /should/ > > work. (I've not tested that and could be wrong.) Discarded. This was done to achieve right alignment to the labels (on the left side). For now, they are all left-aligned due

Re: Review Request: Merge the final and fixed QML battery monitor to master.

2012-03-14 Thread Viranch Mehta
/dataengines/powermanagement/powermanagementservice.operations ad1301f Diff: http://git.reviewboard.kde.org/r/104226/diff/ Testing --- Applet and dataengine both tested and work fine. Thanks, Viranch Mehta ___ Plasma-devel mailing list Plasma

Re: Review Request: Merge the final and fixed QML battery monitor to master.

2012-03-13 Thread Viranch Mehta
/powermanagement/powermanagementservice.operations ad1301f Diff: http://git.reviewboard.kde.org/r/104226/diff/ Testing --- Applet and dataengine both tested and work fine. Thanks, Viranch Mehta ___ Plasma-devel mailing list Plasma-devel@kde.org https

Re: Review Request: Merge the final and fixed QML battery monitor to master.

2012-03-13 Thread Viranch Mehta
o you have to identify the cases, and then return a > > completely translated string. > > Viranch Mehta wrote: > For now, I'm dropping i18n() completely on such computed strings. Fixed it to work in a manner similar to the C++ one. - Viranch --

Re: Review Request: Merge the final and fixed QML battery monitor to master.

2012-03-13 Thread Viranch Mehta
Diff: http://git.reviewboard.kde.org/r/104226/diff/ Testing --- Applet and dataengine both tested and work fine. Thanks, Viranch Mehta ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel

Re: Review Request: Merge the final and fixed QML battery monitor to master.

2012-03-13 Thread Viranch Mehta
://git.reviewboard.kde.org/r/104226/diff/ Testing --- Applet and dataengine both tested and work fine. Thanks, Viranch Mehta ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel

Re: Review Request: Merge the final and fixed QML battery monitor to master.

2012-03-13 Thread Viranch Mehta
cally only if it has been enabled by > > config showRemainingTime (look at the C++ version when it's shown). We > > explicitely excluded this feature by default since the remaining time > > cannot be accurately computed. > > Viranch Mehta wrote: > I do

Re: Review Request: Merge the final and fixed QML battery monitor to master.

2012-03-13 Thread Viranch Mehta
Either ditch // TODO, or add a note what's missing I figured out what should be done here, and implemented (see updated diff). - Viranch --- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/1

Re: Review Request: Merge the final and fixed QML battery monitor to master.

2012-03-13 Thread Viranch Mehta
/powermanagementjob.cpp e205bb0 plasma/generic/dataengines/powermanagement/powermanagementservice.operations ad1301f Diff: http://git.reviewboard.kde.org/r/104226/diff/ Testing --- Applet and dataengine both tested and work fine. Thanks, Viranch Mehta

Review Request: Merge the final and fixed QML battery monitor to master.

2012-03-11 Thread Viranch Mehta
e205bb0 plasma/generic/dataengines/powermanagement/powermanagementservice.operations ad1301f Diff: http://git.reviewboard.kde.org/r/104226/diff/ Testing --- Applet and dataengine both tested and work fine. Thanks, Viranch Mehta ___ Plasma

Re: A new way of QML PopupApplets

2012-03-02 Thread Viranch Mehta
On Fri, Mar 2, 2012 at 2:47 PM, Marco Martin wrote: > On Friday 02 March 2012, Marco Martin wrote: > > > > yep, what i want to avoid is having to manage a dialog by hand > > more specifically what i want in palsma2 is every applet being able to > specify > that is collapsable and optionally speci

Re: A new way of QML PopupApplets

2012-03-01 Thread Viranch Mehta
On Fri, Mar 2, 2012 at 3:35 AM, Marco Martin wrote: > right now it wasn't possible to write in qml those applets that are always > collapsed to a tiny element, but *not* an icon, like the notifications or > the > digital clock. > > Aren't we already doing this thing in battery monitor? Its not co

Re: Access D-BUS through QML/JS

2012-01-11 Thread Viranch Mehta
On Thu, Jan 12, 2012 at 12:20 PM, Shaun Reich wrote: > was wondering if and how I could call a remote method > (org.freedesktop.screensaver) through a pure QML/JS applet. Do I need > to use a dataengine? Should I make that dataengine C++ or JS? > > one obvious approach would be to implement a serv

Re: QML plasmoid porting status needs updating?

2011-12-30 Thread Viranch Mehta
On Fri, Dec 30, 2011 at 10:03 PM, Mark wrote: > > Aren't the "Digital Clock" and "Calendar" one big element? > > Yes, Calendar is used in Digital Clock and Analog Clock and that's where I'm somewhat stuck now. It all depends on KLocale and KCalendarSystem. I still have to see how to get those into

Re: QML plasmoid porting status needs updating?

2011-12-29 Thread Viranch Mehta
On Fri, Dec 30, 2011 at 5:55 AM, Shaun Reich wrote: > This is woefully out of date, and I think it'd be a good idea for > everyone to add what they're working on, where it is, etc, if > everyone's okay with it. Because I want a good overview of what needs > to be done and what is being worked on.

Re: Skrooge plasma dashboard: stuck with QML

2011-12-20 Thread Viranch Mehta
On Wed, Dec 21, 2011 at 4:55 AM, Guillaume DE BURE < guillaume.deb...@gmail.com> wrote: > I'm doing this in 4.7.90 (unstable archlinux packages) > You should probably move to KDE compiled from git source. > > 1) widget size: > --- > even though I specified the widget size, if th

Re: QML Analog Clock

2011-12-07 Thread Viranch Mehta
On Mon, Nov 14, 2011 at 4:41 PM, Viranch Mehta wrote: > > On Mon, Nov 14, 2011 at 1:35 PM, Marco Martin wrote: > >> On Friday 11 November 2011, Viranch Mehta wrote: >> > On Fri, Nov 11, 2011 at 1:00 PM, todd rme >> wrote: >> > > Is ther

Re: QML widget for the Skrooge plasma dashboard

2011-12-04 Thread Viranch Mehta
Hi, On Mon, Dec 5, 2011 at 12:50 AM, Guillaume DE BURE < guillaume.deb...@gmail.com> wrote: > > file:///.../main.qml:36: Unable to assign [undefined] to QString text > > That would indicate that there is no source connected, right ? So what did > I > do wrong ? > The DataSource has no property c

Re: bug killing

2011-12-04 Thread Viranch Mehta
Hi, Could someone please post a log of the discussions as I couldn't make it. Cheers, Viranch On Dec 4, 2011 12:00 AM, "Aaron J. Seigo" wrote: > On Saturday, December 3, 2011 17:37:01 Martin =?ISO-8859-1?Q?Gr=E4=DFlin?= > wrote: > > On Saturday 03 December 2011 17:20:20 Aaron J. Seigo wrote: >

Re: bug killing

2011-11-20 Thread Viranch Mehta
On Mon, Nov 21, 2011 at 2:07 AM, Aaron J. Seigo wrote: > ** > > * hold a seminar on irc to help teach others effective bugs.kde.orgreport > sqashing, plasma style > > I'm *very* interested in this! Viranch ___ Plasma-devel mailing list Plasma-devel@kd

Re: QML Analog Clock

2011-11-14 Thread Viranch Mehta
On Mon, Nov 14, 2011 at 1:35 PM, Marco Martin wrote: > On Friday 11 November 2011, Viranch Mehta wrote: > > On Fri, Nov 11, 2011 at 1:00 PM, todd rme wrote: > > > Is there a QML version of the calendar widget yet? > > > > > > Nope. > > > > Viranch

Re: QML Analog Clock

2011-11-14 Thread Viranch Mehta
On Mon, Nov 14, 2011 at 12:50 PM, Aaron J. Seigo wrote: > > the point is so that we can eventually one day move off of QGraphicsView > and > onto the QML-only, OpenGL-accelerated QML SceneGraph :) > > Right! I totally missed the point about moving away from qgraphicsview ;) makes sense. Viranch

Re: QML Analog Clock

2011-11-12 Thread Viranch Mehta
On Sat, Nov 12, 2011 at 8:10 PM, Marco Martin wrote: > > how does this sound? > > That's helpful! But what about loading of the multiple custom config uis? If that part will also be taken care of by the c++ part, I don't see the point of doing this applet in qml at all. All that qml part does is

Re: QML Analog Clock

2011-11-11 Thread Viranch Mehta
On Fri, Nov 11, 2011 at 1:00 PM, todd rme wrote: > > Is there a QML version of the calendar widget yet? > > Nope. Viranch ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel

QML Analog Clock

2011-11-10 Thread Viranch Mehta
Hi, I have recently started working on the QML analog clock plasmoid. I adapted basic code from declarative-plasmoids repo. I added and implemented the config dialog and options, and showing the timezone. What I'm stuck at: I saw the original analog clock uses clockapplet from libs/plasmaclock. T

Re: QML device notifier

2011-10-31 Thread Viranch Mehta
On Sun, Oct 30, 2011 at 10:03 PM, Marco Martin wrote: > the system kcms is the only detail still missing :p > after this is in, i'll merge > > it's in! commit: http://commits.kde.org/kdelibs/f53ef3872b3755350ca5eb99eea8ef3b96dd8c74 pushed to kdelibs KDE/4.7 branch > -- > Marco Martin >

Re: Some help for recreating the Plasma Tool Box in QML

2011-10-21 Thread Viranch Mehta
On Thu, Oct 20, 2011 at 7:57 PM, Mark wrote: > > * What is the current way to get the basic KDE SC running from Git? > Build kdelibs, kde-runtime, libkactivities and kde-workspace. > * What environment variables do i need to set to use KDE from Git (libdir, > bindir...)? > I use the same old

Re: [Junior job] Re: translations of qml plasmoids

2011-10-20 Thread Viranch Mehta
Hey, On Wed, Oct 19, 2011 at 5:39 PM, Marco Martin wrote: > so, > the translation of the activity screen plasmoid worked, > http://websvn.kde.org/trunk/l10n-kde4/templates/messages/playground- > base/org.kde.active.activityscreen.pot?revision=1259592&view=markup > > that means, a proper adapted

QML DataSource

2011-10-05 Thread Viranch Mehta
Hi all, I am facing a very annoying problem in QML plasmoids with the dataengines. The following does not seem to work ever for almost all dataengines: PlasmaCore.DataSource { id: dataSource engine: "someEngine" onSourceAdded: print (data[source]["some_valid_key"]; } The print statem

Re: Re: Some simple ideas for desktop 4.8

2011-09-25 Thread Viranch Mehta
About borders.. The blue window glow around the windows is also quite oldish, of course, personally :) I have turned it off, since windows look much better without the glow, also dragging windows is much faster when compositing is on, without the glow (at least on my 3-year old laptop). So it would

Re: Order QML plasmoid context menu

2011-09-18 Thread Viranch Mehta
On Sun, Sep 18, 2011 at 5:21 AM, Francesco Nwokeka < francesco.nwok...@gmail.com> wrote: > Hi guys, >wanted to notify about an issue. Currently it's possible to add > actions to a QML plasmoid's context menu. But this menu is not ordered > in any way. Nor by "insertion" and nor alphabetically.

Re: merging declarative plasmoids

2011-09-16 Thread Viranch Mehta
, Viranch On Thu, Sep 15, 2011 at 3:45 PM, Viranch Mehta wrote: > > > On Wed, Sep 14, 2011 at 2:43 PM, Marco Martin wrote: > >> On Wednesday 14 September 2011, Aaron J. Seigo wrote: >> > On Tuesday, September 13, 2011 20:39:20 Viranch Mehta wrote: >> > > Also

Re: merging declarative plasmoids

2011-09-15 Thread Viranch Mehta
On Wed, Sep 14, 2011 at 2:43 PM, Marco Martin wrote: > On Wednesday 14 September 2011, Aaron J. Seigo wrote: > > On Tuesday, September 13, 2011 20:39:20 Viranch Mehta wrote: > > > Also, I would like to make a note here that battery monitor and > > > lock/logout >

Re: merging declarative plasmoids

2011-09-13 Thread Viranch Mehta
Hi, First of all, I apologize for my prolonged absence. But I'd like to give some relevant updates from my side. I'm currently working on the device notifier implementing the mount/unmount messages ("safe to remove now", "mount failed", "unmount failed", etc). It will be mostly done in a day or tw

Re: Opinion on config dialog for QML plasmoids

2011-08-18 Thread Viranch Mehta
On Thu, Aug 18, 2011 at 5:13 PM, Viranch Mehta wrote: > > Component.onCompleted: { > var profiles = dataSource.data["PowerDevil"]["Available profiles"]; > // do stuff with the map, eg iterate > } > > Fixed. The above code (for getting th

Re: Opinion on config dialog for QML plasmoids

2011-08-18 Thread Viranch Mehta
On Thu, Aug 18, 2011 at 2:09 AM, Marco Martin wrote: > > i tought i explained it: a QMap will never work. > you need to change it to QMap, as easy as that > > That doesn't work either (I had tried it when it was made QVariantMap in the engine). It works if I access in the following manner: Text

Re: Opinion on config dialog for QML plasmoids

2011-08-17 Thread Viranch Mehta
On Wed, Aug 17, 2011 at 3:30 PM, Marco Martin wrote: > at the moment the only thing stopping the battery and the device notifier > to > me merged in master is the system kcms missing. > Let me point out here that the battery still somehow lacks the ability to recognize the QStringStringMap power

Re: Switching to "different widgets on each desktop" resets the plasma-desktop

2011-08-12 Thread Viranch Mehta
On Thu, Aug 11, 2011 at 1:13 PM, Aaron J. Seigo wrote: > On Thursday, August 11, 2011 06:37:54 Viranch Mehta wrote: > > I go to system settings and change the relevant setting. This suddenly > > scraps away all my current plasmoids and gives me empty desktops. This is > &g

Switching to "different widgets on each desktop" resets the plasma-desktop

2011-08-10 Thread Viranch Mehta
Hi, This is an issue I just came across. Here's the scenario: I have a set of plasmoids on my plasma desktop that is shown on every virtual desktop. Now I decide I want to use different set of plasmoids on each virtual desktop. So I go to system settings and change the relevant setting. This sudde

Opinion on config dialog for QML plasmoids

2011-07-04 Thread Viranch Mehta
Hi, Currently the only way QML applets can have customized config dialog is to put the config.ui file in the main.qml directory which is loaded when settings are opened. We have reached a use case where we need a number of settings that are categorized into tabs on left side of the config dialog

Re: QML model with image and text per element

2011-06-26 Thread Viranch Mehta
On Mon, Jun 27, 2011 at 12:16 AM, Shaun Reich wrote: > > Okay, so if the data is laid out as you said, in the last example..how > would I display that in the qml view? Since I need to display *both* > the icon and the user's name in the model. Give me something concrete, > please -- as you well k

Re: Notify of hovering over icon widget

2011-06-22 Thread Viranch Mehta
On Wed, Jun 22, 2011 at 2:57 PM, Marco Martin wrote: > > avoid to use IconWidgets, use a QIconItem from extracomponents or even an > Image with an icon://iconname source. > > Does that let me do the drawBackground stuff? > then all the mouse input you do is with a MouseArea, that has all the >

Re: Notify of hovering over icon widget

2011-06-22 Thread Viranch Mehta
On Wed, Jun 22, 2011 at 1:00 PM, Aaron J. Seigo wrote: > > can you use the onEnter/onExit properties with a MouseArea? > > Well, I want the background of the IconWidget to be painted when hovered (by doing drawBackgournd: true). But the problem with putting MouseArea on the IconWidget is, the Ico

Notify of hovering over icon widget

2011-06-21 Thread Viranch Mehta
Hi, I've reached a use case where I need a signal to be generated in QML when an IconWidget is hovered. I don't see one implemented. I was thinking of doing the same in kdelibs and was looking for feedback. Also, whether I should do it in master or elsewhere. Viranch _

Assigning delegate to repeater model in QML

2011-06-17 Thread Viranch Mehta
Hi, I just noticed something unusual with assigning delegates to data models in QML. I have following item to use as a delegate: Item { id: delegateItem Text { text: modelData } } And following data model: Row { Repeater { model: ["hello", "world"] delegate: delegate

Re: DataEngine compilation problems

2011-06-11 Thread Viranch Mehta
Remove line 18 and add "datarequest.cpp" to line 17. So it would look like this: set(obsdataengine_engine_SRCS obsdataengine.cpp datarequest.cpp) Hope this helps. Cheers, Viranch On Fri, Jun 10, 2011 at 11:11 PM, Saurabh Sood wrote: > Hi all, > > I am trying to write a dataengine, that makes

Re: Still cannot access QMap in QML

2011-06-09 Thread Viranch Mehta
fined], I'm able to access the data associated with the sources. On Thu, Jun 9, 2011 at 3:50 PM, Viranch Mehta wrote: > > > On Thu, Jun 9, 2011 at 3:40 PM, Aaron J. Seigo wrote: > >> On Wednesday, June 8, 2011 23:20:02 Viranch Mehta wrote: >> > print(dataEngine.data[&

Re: Still cannot access QMap in QML

2011-06-09 Thread Viranch Mehta
On Thu, Jun 9, 2011 at 3:40 PM, Aaron J. Seigo wrote: > On Wednesday, June 8, 2011 23:20:02 Viranch Mehta wrote: > > print(dataEngine.data["PowerDevil"]["Available profiles"]); > > wait .. what is "dataEngine"? is it the actual dataEngine? or? it

  1   2   >