Re: Fit Grid elements in Item

2012-09-26 Thread Luiz Romário Santana Rios
2012/9/25 Luiz Romário Santana Rios : > Em 25/09/2012 08:44, "Marco Martin" escreveu: >> take a look at the >> bettio/qml-gsoc-calculator branch, you should continue from that work >> already done. > > Oh. > > Well, I only started to port it from scratch because it was still TODO and > assigned to

Re: Git policy for kde-baseapps?

2012-09-26 Thread Dawit A
On Wed, Sep 26, 2012 at 11:17 AM, Frank Reininghaus < frank7...@googlemail.com> wrote: > Hi Dawit, > > 2012/9/26 Dawit A: > > I still do not see how this can work cleanly. People commit changes in > > master and then backport them to the 4.9 branch. Which BTW was by far the > > most common workflo

Re: Git policy for kde-baseapps?

2012-09-26 Thread Frank Reininghaus
Hi Dawit, 2012/9/26 Dawit A: > I still do not see how this can work cleanly. People commit changes in > master and then backport them to the 4.9 branch. Which BTW was by far the > most common workflow before the switch over to git. As an example if you > attempt to 'merge' kde-baseapps 4.9 branch

Re: plasma: QGraphicsView-ectomy

2012-09-26 Thread Marco Martin
On Wed, Sep 26, 2012 at 9:44 PM, Sebastian Kügler wrote: > On Wednesday, September 26, 2012 17:15:14 Aaron J. Seigo wrote: >> > * View: not sure what to do with this (also, there is still come code >> > commented in applet and containment that was using views) I'm open to >> > ideas on what the se

Re: plasma: QGraphicsView-ectomy

2012-09-26 Thread Sebastian Kügler
On Wednesday, September 26, 2012 17:15:14 Aaron J. Seigo wrote: > > * View: not sure what to do with this (also, there is still come code > > commented in applet and containment that was using views) I'm open to > > ideas on what the semantics of this should be. i would like not having > > views at

Re: plasma: QGraphicsView-ectomy

2012-09-26 Thread Marco Martin
On Wed, Sep 26, 2012 at 5:15 PM, Aaron J. Seigo wrote: > i actually really like the idea that all aplets are popup applets. merge the > logic and API and forget about the difference. if you don't want the > iconification, then you don't set a minimum size and/or don't hit that minimum > size. thou

Re: Move kde-workspace/plasma/generic/tools into plasmate

2012-09-26 Thread Sebastian Kügler
On Wednesday, September 26, 2012 14:14:16 Giorgos Tsiapaliokas wrote: > Hello, > > In the attached patch I move the kde-workspace/plasma/generic/tools into > plasmate > and also I move the plasmate into plasmate/plasmate. > > What do you think? Go for it. -- sebas http://www.kde.org | http://v

Re: plasma: QGraphicsView-ectomy

2012-09-26 Thread Sebastian Kügler
On Wednesday, September 26, 2012 17:15:14 Aaron J. Seigo wrote: > > * PopupApplet: i don't think it should be a differerent class from > > Applet, still don't have a clear idea how to do that, but the only > > difference could be in desktop file > > i actually really like the idea that all aplets

Re: plasma2 and ToolTipManager

2012-09-26 Thread Aaron J. Seigo
On Wednesday, September 26, 2012 17:10:49 Marco Martin wrote: > On Wed, Sep 26, 2012 at 4:16 PM, Sebastian Kügler wrote: > > On Wednesday, September 26, 2012 15:35:26 Marco Martin wrote: > >> comments? > > > > Sounds straightforward to do. Do we need WM support for the placement? > > only thing it

Review Request: populate the settings of the rssnow-qml plasmoid

2012-09-26 Thread Giorgos Tsiapaliwkas
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/106582/ --- Review request for Plasma. Description --- I have populated the setti

Re: Review Request: rssnow:Add a Drop a feed here

2012-09-26 Thread Giorgos Tsiapaliwkas
> On Dec. 19, 2011, 4:53 p.m., Marco Martin wrote: > > rssnow/package/contents/ui/DropRssEntry.qml, line 25 > > > > > > DropArea has the drop signal, so > > onDrop: { > > print(event.url) > > } > >

Re: Move kde-workspace/plasma/generic/tools into plasmate

2012-09-26 Thread Aaron J. Seigo
On Wednesday, September 26, 2012 14:14:16 Giorgos Tsiapaliokas wrote: > What do you think? sounds like a good idea :) it moves all our "SDK" type stuff into one place and out of the end-user oriented kde-workspace. +1 from me. -- Aaron J. Seigo signature.asc Description: This is a digitally si

Re: plasma: QGraphicsView-ectomy

2012-09-26 Thread Aaron J. Seigo
On Wednesday, September 26, 2012 15:57:10 Marco Martin wrote: > * ToolTipManager: should just be a qml component (see other thread) > * Dialog: should just be a component as well +1 to both, though i'm a little anxious to see how cleanly ToolTipManager will work ... > * PopupApplet: i don't thin

Re: plasma2 and ToolTipManager

2012-09-26 Thread Marco Martin
On Wed, Sep 26, 2012 at 4:16 PM, Sebastian Kügler wrote: > On Wednesday, September 26, 2012 15:35:26 Marco Martin wrote: >> comments? > > Sounds straightforward to do. Do we need WM support for the placement? only thing it would need an access to the good old corona popupPosition function, so tha

Re: plasma2 and ToolTipManager

2012-09-26 Thread Sebastian Kügler
On Wednesday, September 26, 2012 15:35:26 Marco Martin wrote: > comments? Sounds straightforward to do. Do we need WM support for the placement? -- sebas http://www.kde.org | http://vizZzion.org | GPG Key ID: 9119 0EF9 ___ Plasma-devel mailing list Pla

Re: plasma: QGraphicsView-ectomy

2012-09-26 Thread Marco Martin
On Mon, Sep 24, 2012 at 7:16 PM, Marco Martin wrote: > Hi all, > I've committed in the kdelibs branch plasma/mart/qgvremoval a pretty big diff. > it makes Applet inherit only from QObject this causes a nice doino effect: update on this: right now it builds fine without qgraphicsview, some classes

plasma2 and ToolTipManager

2012-09-26 Thread Marco Martin
Hi all, looking at how to port various things, i seen that everything concerning tooltips is pretty much self contained. also, all it needs is a pedestrian api porting from QGraphicsWidgets to whatever new (even just qobject, or qgraphicsobject before, qquickitem after qml2 porting) what struck to

Re: Review Request: Move plasma tools into plasmate

2012-09-26 Thread Sebastian Kügler
On Wednesday, September 26, 2012 09:47:25 Aaron J. Seigo wrote: > http://git.reviewboard.kde.org/r/106580/#review19443 > > Ship it! > > as this generates large diffs, affects multiple repositories simultaneously > and is just really moving things around, i don't think this is very well > suited t

Re: Review Request: Move plasma tools into plasmate

2012-09-26 Thread Aaron J. Seigo
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/106580/#review19443 --- Ship it! as this generates large diffs, affects multiple repos

Re: Review Request: Make it possible to use QtCreator QML profiler and debugger with KDE Applications

2012-09-26 Thread Aurélien Gâteau
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/106527/#review19442 --- I pushed the plasmoidviewer changed in and filed a Qt review as