Review Request: Containments expose an AppletContainer

2012-10-12 Thread Sebastian Kügler
with a new Containment, works as expected. Thanks, Sebastian Kügler ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel

Re: Review Request: Containments expose an AppletContainer

2012-10-12 Thread Sebastian Kügler
with a new Containment, works as expected. Thanks, Sebastian Kügler ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel

Review Request: Fix PlasmaExtras.DisappearAnimation

2012-10-12 Thread Sebastian Kügler
--- animated a FrameSvgItem appearing and disappearing, works as expected, no apparent side effects. Thanks, Sebastian Kügler ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel

Re: plasma: QGraphicsView-ectomy

2012-10-17 Thread Sebastian Kügler
On Monday, October 15, 2012 18:45:01 Marco Martin wrote: On Monday 24 September 2012, 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: all api that was

Re: Doxygen for QML components

2012-10-17 Thread Sebastian Kügler
On Wednesday, October 17, 2012 16:09:51 Aurélien Gâteau wrote: Are you OK with me following up with maintainers of api.kde.org so that doxyqml is used to generate documentation there? +1 :) Thanks, -- sebas http://www.kde.org | http://vizZzion.org | GPG Key ID: 9119 0EF9

Review Request: Fix screenChanged signal in javascript appletinterface

2012-10-17 Thread Sebastian Kügler
/appletinterface.cpp:605 Diffs - plasma/scriptengines/javascript/plasmoid/appletinterface.cpp f2ccf61 Diff: http://git.reviewboard.kde.org/r/106936/diff/ Testing --- Thanks, Sebastian Kügler ___ Plasma-devel mailing list Plasma-devel

Review Request: Fix ReferenceErrors in ListItem

2012-10-17 Thread Sebastian Kügler
://git.reviewboard.kde.org/r/106937/diff/ Testing --- tried the news app and widgetgallery, no regressions seen. Thanks, Sebastian Kügler ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel

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

2012-10-20 Thread Sebastian Kügler
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/106962/#review20600 --- Ship it! Ship It! - Sebastian Kügler On Oct. 20, 2012, 12

plans for Plasma Desktop default containment in QML

2012-10-22 Thread Sebastian Kügler
Hi fellow Plasma devs, I've been working on a QML port of our default desktop containment. It's still very immature, and a few feature are lacking, but it lead me to think about how we could go about replacing the default desktop with this eventually. Now it won't be ready (in sufficient

Re: plans for Plasma Desktop default containment in QML

2012-10-22 Thread Sebastian Kügler
On Monday, October 22, 2012 17:19:32 todd rme wrote: Can you submit it to kde-look.org in the meantime? Does plasma support installing containments through GHNS? Sure, and I don't know. :) I'll roll a package once I've got a few more features in, and when feedback starts making sense (i.e.

Re: plans for Plasma Desktop default containment in QML

2012-10-24 Thread Sebastian Kügler
Hey, On Wednesday, October 24, 2012 11:39:59 Marco Martin wrote: On Monday 22 October 2012, Sebastian Kügler wrote: being merged in the process), some are things that we have been shipping in the MobileComponents QML module for some time. (MobileComponents has somehow grown to be a dumping

Re: using device targets in qml plasmoids

2012-10-24 Thread Sebastian Kügler
On Wednesday, October 24, 2012 11:41:17 Aaron J. Seigo wrote: thoughts? Not quite happy with it, with my experience from the microblog app. There, the orthogonal input / layout makes complete sense, as you get the following combinations: touch / widget: perfect for smartphone screen, using

Re: plans for Plasma Desktop default containment in QML

2012-10-24 Thread Sebastian Kügler
On Monday, October 22, 2012 13:33:45 Sebastian Kügler wrote: My overall thinking is that I'd like the infrastructural work to be complete for the 4.10 release (which seems achievable to me if we don't run into architectural problems) so that Plasma 4.10 brings everything needed to run full

Re: Stackfolder inclusion to 4.10 [attempt#2]

2012-10-24 Thread Sebastian Kügler
On Tuesday, October 23, 2012 14:53:43 Andreas Demmer wrote: I would also suggest to give the label text at least some shadows since the current white is somewhat hard to read: http://wstaw.org/m/2012/10/23/plasma-desktopr24762.png Doesn't look like it's using the correct color from the

Re: using device targets in qml plasmoids

2012-10-24 Thread Sebastian Kügler
On Wednesday, October 24, 2012 13:58:19 Aaron J. Seigo wrote: On Wednesday, October 24, 2012 12:16:37 Sebastian Kügler wrote: On Wednesday, October 24, 2012 11:41:17 Aaron J. Seigo wrote: thoughts? I think screensize/layout and input method should stay separate things. agreed; the way

Re: using device targets in qml plasmoids

2012-10-24 Thread Sebastian Kügler
On Wednesday, October 24, 2012 15:35:39 Aaron J. Seigo wrote: On Wednesday, October 24, 2012 14:58:32 Sebastian Kügler wrote: I've also found that I don't need touch-specific stuff in the app code itself, the input specific things are already sorted in PlasmaComponents, using those, I

Re: using device targets in qml plasmoids

2012-10-24 Thread Sebastian Kügler
On Wednesday, October 24, 2012 16:36:35 Aaron J. Seigo wrote: On Wednesday, October 24, 2012 16:09:23 Sebastian Kügler wrote: By the way, something notmart and I discussed a few days ago ... it would be handy if we had the input method (touch, ...) accessible from the QML another approach

Re: Review Request: Kickoff-qml fixes

2012-10-24 Thread Sebastian Kügler
. plasma/desktop/applets/kickoff/package/contents/ui/KickoffItem.qml http://git.reviewboard.kde.org/r/107026/#comment16439 Why remove this fade in animation? - Sebastian Kügler On Oct. 24, 2012, 6:20 p.m., David Edmundson wrote

dependency problem with logout from kde-runtime scriptengine

2012-10-28 Thread Sebastian Kügler
Hey, Context: I'm working on the QML/JavaScript scriptengine in kde-runtime right now to add all the features necessary to write full-featured desktop containments in QML, with the goal to port the desktop containment to QML. (More on the in my email plans for Plasma Desktop default

QActions in QML

2012-10-28 Thread Sebastian Kügler
On Thursday, October 25, 2012 20:00:25 Aaron J. Seigo wrote: not automatically, no. but QActions are QObjects, so you can attach to their signals in the QML. And it's quite wonky, for example offering a list of QActions (QDeclarativeListProperty or QList, even with the payload casted to

Re: Microblog port to Akonadi pushed into a branch

2012-10-28 Thread Sebastian Kügler
Hi Martin, On Saturday, October 27, 2012 19:23:46 Martin Klapetek wrote: I've just pushed my port of Microblog declarative plasmoid in a branch - mklapetek/akonadi_port (kde:declarative-plasmoids). Setting this up needs kdepim-libs from master, kde:libkfacebook (currently in kdereview),

Re: QML style guide

2012-10-29 Thread Sebastian Kügler
On Monday, October 29, 2012 21:42:18 Aaron J. Seigo wrote: http://community.kde.org/Plasma/QMLStyle I'm probably cool with the outcome, whatever the details are and will start adopting right now. :) Thanks for bringing it up, -- sebas http://www.kde.org | http://vizZzion.org | GPG

Re: QML style guide

2012-10-30 Thread Sebastian Kügler
Hey, On Tuesday, October 30, 2012 14:14:05 Dmitry Ashkadov wrote: 30.10.2012 13:15, Aaron J. Seigo пишет: 1. I think you should explain why you have chosen such style instead of another one. Your decision should be justified. this is the death of style guides. for many style decisions

Re: QML style guide

2012-10-30 Thread Sebastian Kügler
On Tuesday, October 30, 2012 12:25:14 Dmitry Ashkadov wrote: First of all, it a good idea! 1. I think you should explain why you have chosen such style instead of another one. Your decision should be justified. For example: I don't understand why you put brace on new line in case of

Re: QActions in QML

2012-10-30 Thread Sebastian Kügler
On Monday, October 29, 2012 13:46:18 Marco Martin wrote: On Monday 29 October 2012, Daker Fernandes Pinheiro wrote: Daker Fernandes Pinheiro http://codecereal.blogspot.com isn't QAction already registered as action primitive type? At least not on QtQuick 1.1 not sure if is

Re: QML style guide

2012-10-30 Thread Sebastian Kügler
On Tuesday, October 30, 2012 11:35:50 Aaron J. Seigo wrote: 5. Vim: The {{{ and }}} are just for the sakes of vim's automatic folding. Do we all use vim? I think no. So, we must never force developers use vim. i mostly agree :) i don't think this forces anyone to use vim, but

Re: QActions in QML

2012-10-30 Thread Sebastian Kügler
On Tuesday, October 30, 2012 16:01:37 Kevin Krammer wrote: On Tuesday, 2012-10-30, Sebastian Kügler wrote: On Monday, October 29, 2012 13:46:18 Marco Martin wrote: On Monday 29 October 2012, Daker Fernandes Pinheiro wrote: Daker Fernandes Pinheiro http://codecereal.blogspot.com

Re: QActions in QML

2012-10-30 Thread Sebastian Kügler
On Sunday, October 28, 2012 22:33:55 Daker Fernandes Pinheiro wrote: This just worked: http://paste.kde.org/584660/ Where QAction is http://paste.kde.org/584672/ I saw that, but you're cheating :) Creating a new Type that wraps QAction is always possible, but it's not a good solution.

Review Request: Declarative bindings for ToolBox

2012-10-31 Thread Sebastian Kügler
ed5c8ae Diff: http://git.reviewboard.kde.org/r/107150/diff/ Testing --- Using this with my proof-of-concept desktop containment, seems to work as expected, for example screen locking changes are picked up as expected. Thanks, Sebastian Kügler

Review Request: AppletContainer has moved to scriptengine

2012-10-31 Thread Sebastian Kügler
and system tray in plasma-device and plasma-desktop and plasmoidviewer, no errors. Thanks, Sebastian Kügler ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel

Review Request: Add Package bindings from MobileComponents to PlasmaCore

2012-10-31 Thread Sebastian Kügler
://git.reviewboard.kde.org/r/107166/diff/ Testing --- Thanks, Sebastian Kügler ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel

Re: Review Request: Declarative bindings for ToolBox

2012-11-01 Thread Sebastian Kügler
Hi Marco, Thanks for the review! On Thursday, November 01, 2012 12:29:25 Marco Martin wrote: I'm quite on the fence with this. I'm not sure it should be the qml containment to explicitly create the toolbox, but more: the c++ part of the containment scriptengine loads and parses the qml of

Re: Review Request: Add Package bindings from MobileComponents to PlasmaCore

2012-11-01 Thread Sebastian Kügler
On Thursday, November 01, 2012 12:59:56 Aaron J. Seigo wrote: even right now, even with generic packages, all sorts of files can be fetched: org.kde.active.launcher, org.kde.activityswitcher, org.kde.active.widgetsexplorer, etc. the security / cleanliness aspect of this is not opened up by

Re: Review Request: Fix bold text in battery-monitor tooltip

2012-11-02 Thread Sebastian Kügler
! plasma/generic/applets/batterymonitor/contents/code/logic.js http://git.reviewboard.kde.org/r/107173/#comment16614 The first agument is a comment for the translators. It won't need to be bold. - Sebastian Kügler On Nov. 1, 2012, 10:26 p.m., Michele Gastaldo wrote

Re: Review Request: Fix bold text in battery-monitor tooltip

2012-11-05 Thread Sebastian Kügler
On Nov. 2, 2012, 11:18 a.m., Sebastian Kügler wrote: plasma/generic/applets/batterymonitor/contents/code/logic.js, line 68 http://git.reviewboard.kde.org/r/107173/diff/1/?file=93189#file93189line68 The first agument is a comment for the translators. It won't need to be bold

Re: Review Request: digital clock widget - popup focus

2012-11-05 Thread Sebastian Kügler
as reply to the bugreport. - Sebastian Kügler On Aug. 20, 2012, 6:07 p.m., Greg T wrote: --- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/105933

Re: Review Request: Plasmate: Remove Python support for konsole previewer

2012-11-05 Thread Sebastian Kügler
... plasmate/previewer/previewer.h http://git.reviewboard.kde.org/r/107209/#comment16675 virtual void setKonsolePreviewer(bool visible = true); so it can be toggled plasmate/previewer/previewer.cpp http://git.reviewboard.kde.org/r/107209/#comment16678 bool visible - Sebastian

Re: Review Request: Plasmate: Remove Python support for konsole previewer

2012-11-05 Thread Sebastian Kügler
On Nov. 5, 2012, 3 p.m., Sebastian Kügler wrote: plasmate/previewer/plasmoid/previewcontainment.h, line 42 http://git.reviewboard.kde.org/r/107209/diff/1/?file=93718#file93718line42 add the bool visible also here Antonis Tsiapaliokas wrote: Sorry but i don't get you. Why

Re: Fwd: Help

2012-11-06 Thread Sebastian Kügler
Hi Mike, The forums at http://forum.kde.org has friendly people who can most likely run you through those steps. On Monday, November 05, 2012 13:33:33 Chani wrote: From: Mike Vassalotti mvas...@hotmail.com I use Linux Open SUSE in Oracle Virtual Box. Everything is working fine except for

Re: QML Buttons and SVG images

2012-11-06 Thread Sebastian Kügler
Hey Dmitry On Tuesday, November 06, 2012 14:22:39 Dmitry A. Ashkadov wrote: So, if I understand you right, now I shouldn't use QML Button instead of IconWidget? If I remove IconWidget then: IconWidget is something we want to get rid of at some point anyway. * I will have to work with QAction

Re: Review Request: Plasmate: Port QDialog to KDialog

2012-11-06 Thread Sebastian Kügler
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/107230/#review21505 --- Ship it! Ship It! - Sebastian Kügler On Nov. 6, 2012, 8:33

Review Request: ToolBox bindings for declarative containments

2012-11-06 Thread Sebastian Kügler
/ Testing --- Using this with QML Desktop Containment, works as advertised above. Thanks, Sebastian Kügler ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel

Re: Review Request: Declarative bindings for ToolBox

2012-11-06 Thread Sebastian Kügler
://git.reviewboard.kde.org/r/107232/ Discarding this one. - Sebastian Kügler On Oct. 31, 2012, 1:41 p.m., Sebastian Kügler wrote: --- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/107150

Re: Review Request: ToolBox bindings for declarative containments

2012-11-07 Thread Sebastian Kügler
above. Thanks, Sebastian Kügler ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel

Re: Review Request: Plasmate: Remove Python support for konsole previewer

2012-11-07 Thread Sebastian Kügler
://git.reviewboard.kde.org/r/107209/#comment16773 Better compare it to its actual state, rather than its default state. plasmate/previewer/plasmoid/previewcontainment.cpp http://git.reviewboard.kde.org/r/107209/#comment16772 remove that one before committing. - Sebastian Kügler On Nov

Re: Review Request: Plasmate: Remove Python support for konsole previewer

2012-11-08 Thread Sebastian Kügler
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/107209/#review21628 --- Ship it! Good to go :) - Sebastian Kügler On Nov. 8, 2012

Re: Introducing Homerun

2012-11-19 Thread Sebastian Kügler
On Wednesday, November 14, 2012 11:30:58 Aurélien Gâteau wrote: * Browsable models If you list the content of a dir I would stick to the standard directory listing model for this rather than invent something new. Search returns from a Runner may return a directory; click on that

Re: Introducing Homerun

2012-11-19 Thread Sebastian Kügler
On Tuesday, November 13, 2012 11:54:50 Tomaz Canabrava wrote: So krunner is broken and I should step in to fix that :) just tried here ( alt+f2, dolphin, repeat 6 times ) and I got a looot of new instances of dolphin ^^ That's a feature, not a bug. KRunner remembers what you always do. Choose

Re: Review Request: Containments expose an AppletContainer

2012-11-20 Thread Sebastian Kügler
://techbase.kde.org/Development/Tutorials/Plasma/QML/API#Containments - Sebastian Kügler On Oct. 13, 2012, 12:43 a.m., Sebastian Kügler wrote: --- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r

Re: Review Request: Declarative bindings for ToolBox

2012-11-20 Thread Sebastian Kügler
://techbase.kde.org/Development/Tutorials/Plasma/QML/API#Containments and http://techbase.kde.org/Development/Tutorials/Plasma/JavaScript/API-PlasmoidObject#Containment_specific - Sebastian Kügler On Oct. 31, 2012, 1:41 p.m., Sebastian Kügler wrote

Re: Review Request: powerdevil dbus interface - screenBrightnessChanged Signal

2012-11-21 Thread Sebastian Kügler
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/107398/#review22303 --- Ship it! Ship It! - Sebastian Kügler On Nov. 21, 2012, 9

[RFC] New (QML) Desktop Containment

2012-11-21 Thread Sebastian Kügler
Hi, As you might know, I'm porting our desktop containment to QML. The platformy bits are now nearly complete (and merged into master cq. 4.10. On the UI side, progress has also been rather good. There's a QML ToolBox now, and I've got a proof-of-concept version of the containment itself

Re: [RFC] New (QML) Desktop Containment

2012-11-21 Thread Sebastian Kügler
Hola, On Wednesday, November 21, 2012 20:42:09 Alex Fiestas wrote: On Wednesday 21 November 2012 20:10:06 Sebastian Kügler wrote: As you might know, I'm porting our desktop containment to QML. The platformy bits are now nearly complete (and merged into master cq. 4.10. On the UI side

Re: [RFC] New (QML) Desktop Containment

2012-11-21 Thread Sebastian Kügler
Ciao Marco, On Wednesday, November 21, 2012 21:13:13 Marco Martin wrote: On Wednesday 21 November 2012, Sebastian Kügler wrote: I've recorded a ~3 minute movie that shows the current state: http://www.youtube.com/watch?v=zbSuNrn3qoU looks already nice ;) Thanks :) UI-wise

Re: [RFC] New (QML) Desktop Containment

2012-11-21 Thread Sebastian Kügler
On Wednesday, November 21, 2012 21:13:13 Marco Martin wrote: * dropping stuff onto the containment doesn't work as far i seen, the items (not sure if they all do, or just mousearea) just eat the dropevent. maybe the containment implementation in the scriptengine should filterChildEvents

Re: [RFC] New (QML) Desktop Containment

2012-11-22 Thread Sebastian Kügler
Hi, On Thursday, November 22, 2012 12:45:38 Aaron J. Seigo wrote: On Wednesday, November 21, 2012 20:10:06 Sebastian Kügler wrote: * less visual clutter (especially caused by applet handle when unlocked) how is it less visual clutter when the unlocked state, which is the default state

Re: [RFC] New (QML) Desktop Containment

2012-11-22 Thread Sebastian Kügler
Hey, On Thursday, November 22, 2012 13:31:40 Aaron J. Seigo wrote: On Thursday, November 22, 2012 13:05:05 Sebastian Kügler wrote: The idea is to make locked mode the default so to do anything to the system, one first has to discover that it can be unlocked, then unlock, then to return

Re: [RFC] New (QML) Desktop Containment

2012-11-22 Thread Sebastian Kügler
On Thursday, November 22, 2012 15:15:10 Aaron J. Seigo wrote: affected audience is also of interest. people with less mouse pointer dexterity will expeirence this problem more; people with more obessive/compulsive tendencies will notice it more. keeping in mind the affected audience can

Re: [RFC] New (QML) Desktop Containment

2012-11-22 Thread Sebastian Kügler
On Thursday, November 22, 2012 15:37:30 Marco Martin wrote: On Thursday 22 November 2012, Aaron J. Seigo wrote: to go a bit more at impementation details vevel, to achieve something like that, it could be done: * maintain the same grid system 48x48 there is now should this be based

Re: Review Request: Update service base URL of twitter in microblogger applet

2012-12-04 Thread Sebastian Kügler
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/107558/#review22960 --- Ship it! Ship It! - Sebastian Kügler On Dec. 2, 2012, 9:48

Re: Review Request: Update service base URL of twitter in microblogger applet

2012-12-04 Thread Sebastian Kügler
/ --- (Updated Dec. 2, 2012, 9:48 p.m.) Review request for Plasma and Sebastian Kügler. Description --- The current service base URL for twitter is https://www.twitter.com/; because of which we are getting error 34 of twitter api Sorry, that page does not exist

Re: How is plasma active handling copy/paste in QML?

2012-12-04 Thread Sebastian Kügler
On Thursday, November 29, 2012 15:45:33 Mark wrote: Thanks for the information. Could any of you tell me some more about the Plasma::Service stuff? The tutorial [1] provides only a little bit of information. [1] http://techbase.kde.org/Development/Tutorials/Plasma/Services That could be

Re: informations about jquery

2012-12-09 Thread Sebastian Kügler
Hi Renato, On Saturday, December 08, 2012 21:15:07 renato fringuello wrote: Can I use jQuery framework in html/js plasmoids? How can I do it? I don't know any details about jQuery, but can give you some hints: If jQuery uses the webbrowser's DOM, that's not available in QML, QML only supports

Re: Review Request: make the DeviceNotifier Plasmoid scale with high-res screens

2012-12-09 Thread Sebastian Kügler
On Friday, November 23, 2012 18:15:43 Michael Zanetti wrote: If I'm not completely blind the Plasma.Label does not support eliding, thats why I clipped instead. PlasmaComponents.Label supports eliding as it inherits from the QtQuick Text item. -- sebas http://www.kde.org |

libplasma2 changes

2012-12-10 Thread Sebastian Kügler
Hi all, Marco and I have been working on libplasma2 in the frameworks branch. The past days have produced the following changes: kdelibs/plasma is now only built on top of Qt was: kdelibs/plasma is not built at all on Qt5, as well as the kdeclarative library. We discussed this, and decided

Re: [RFC] New (QML) Desktop Containment

2012-12-10 Thread Sebastian Kügler
Hi all, Marco and I did a design session on the new desktop containment based on the feedback we have collected here (thanks for that!). Underlying design goals are: 0. Little to no modality 1. using the system should be done through direct manipulation and require few steps 2. should look

Re: [RFC] New (QML) Desktop Containment

2012-12-12 Thread Sebastian Kügler
On Tuesday, December 11, 2012 22:50:37 Alex Fiestas wrote: On Tuesday 11 December 2012 21:11:22 Marco Martin wrote: On Monday 10 December 2012, Alex Fiestas wrote: (cough, toolbox, cough) one tof the reasons is that the context menu can be removed by the user at any time, or

Plasma2 sprint in March / April?

2013-01-02 Thread Sebastian Kügler
Hi all, I have an informal offer for hosting a Plasma2 sprint. The focus lie on Frameworks4, Qt5 and Wayland topics. Preliminary dates could be in March or April this year. Location would be Nürnberg (Germany) or Prague (Czech Republic). Who would be willing to take part? -- sebas

Re: Plasma2 sprint in March / April?

2013-01-02 Thread Sebastian Kügler
On Wednesday, January 02, 2013 16:01:56 Sebastian Kügler wrote: Frameworks4 Frameworks5, obviously. -- sebas http://www.kde.org | http://vizZzion.org | GPG Key ID: 9119 0EF9 ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org

Re: Plasma2 sprint in March / April?

2013-01-02 Thread Sebastian Kügler
On Wednesday, January 02, 2013 19:04:13 Dario Freddi wrote: 2013/1/2 Marco Martin notm...@gmail.com On Wednesday 02 January 2013, Sebastian Kügler wrote: Hi all, I have an informal offer for hosting a Plasma2 sprint. The focus lie on Frameworks4, Qt5 and Wayland topics

Re: KDEREVIEW: share like connect and plasmate

2013-01-02 Thread Sebastian Kügler
On Tuesday, January 01, 2013 15:39:27 Ben Cooksley wrote: On Tue, Jan 1, 2013 at 3:31 AM, Antonis Tsiapaliokas kok...@gmail.com wrote: Hello, We would like to inform you that all the above issues of the plasmate has been fixed. Can someone move it to extragear? Which project(s)

Review Request: plasmoidviewer: respect --containment flag in sizing and scenerect

2013-01-08 Thread Sebastian Kügler
is under the containment's layout control. Thanks, Sebastian Kügler ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel

Re: Plasma2 sprint in March / April?

2013-01-09 Thread Sebastian Kügler
Hey, On Wednesday, January 02, 2013 20:21:18 Alex Fiestas wrote: On Wednesday 02 January 2013 16:01:56 Sebastian Kügler wrote: I have an informal offer for hosting a Plasma2 sprint. The focus lie on Frameworks4, Qt5 and Wayland topics. Preliminary dates could be in March or April

Re: Kickoff-QML in 4.10 ?

2013-01-09 Thread Sebastian Kügler
On Sunday, January 06, 2013 01:47:06 Aaron J. Seigo wrote: On Thursday, December 27, 2012 22:36:01 you wrote: thanks for the statement. I've addressed most of the points. Of course we can't include kickoff-qml into KDE 4.10 anymore, the next target will be 4.11 then. cool; my suggestion

Re: Review Request: Use \n to split QML errors

2013-01-09 Thread Sebastian Kügler
KDE/4.10 and master. :) - Sebastian Kügler On Jan. 3, 2013, 3:35 p.m., Aleix Pol Gonzalez wrote: --- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/108124

Re: Review Request: NepomukRunner: Redirect the 'nepomuk:/res/uuid' urls before opening them

2013-01-09 Thread Sebastian Kügler
(const Nepomuk2::Resource res) { plasma/generic/runners/nepomuksearch/nepomuksearchrunner.cpp http://git.reviewboard.kde.org/r/108305/#comment19212 same here: if (res.hasType(NAO::Tag())) { - Sebastian Kügler On Jan. 9, 2013, 6 p.m., Vishesh Handa wrote

Re: reflecting on 4.10

2013-01-12 Thread Sebastian Kügler
On Saturday, January 12, 2013 03:35:22 Christoph Feck wrote: On Thursday 10 January 2013 22:05:28 Aaron J. Seigo wrote: what, if anything, would you like to be done differently in 4.11? We should honestly ask ourself, if we still take user feedback seriously. If there is no maintainer for

Re: Review Request 108400: Improve highlighted contrast in thumbnail tabbox

2013-01-14 Thread Sebastian Kügler
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/108400/#review25425 --- On Jan. 14, 2013, 8:08 a.m., Sebastian Kügler wrote

Re: Review Request 108223: use Plasma::Dialog for kmix osd

2013-01-16 Thread Sebastian Kügler
On Tuesday, January 15, 2013 19:43:32 Christian Esken wrote: I did not expect that this patched would be pushed into KDE4.10, as we are past release candidate 2 already. Is this really well tested, especially with theme changes, font changes and so on? My emails say, that it's only gone into

Plasma Python in KF5; was Re: Having an issue with the minimum size of Plasma.WebView

2013-01-16 Thread Sebastian Kügler
On Wednesday, January 16, 2013 11:41:05 Aaron J. Seigo wrote: the possibility exists for us to support Applets which are written in python but which use QML for the user visible parts. you'd still need to write and ship QML, but maybe you could do some behind-the-scenes parts in python. the

Re: Plasma Python in KF5; was Re: Having an issue with the minimum size of Plasma.WebView

2013-01-16 Thread Sebastian Kügler
On Wednesday, January 16, 2013 15:29:08 Aaron J. Seigo wrote: On Wednesday, January 16, 2013 14:38:28 Sebastian Kügler wrote: So you'd write a set of QObject deriven classes in Python (you can use .. These python extensions would then be imported into the context of the (QML

Re: Plasma Python in KF5; was Re: Having an issue with the minimum size of Plasma.WebView

2013-01-16 Thread Sebastian Kügler
On Wednesday, January 16, 2013 14:52:41 Luca Beltrame wrote: In data mercoledì 16 gennaio 2013 14:44:24, Marco Martin ha scritto: slots defined in those python classes would not visible from qml, due to how it internally works (they are not in the static metadata object that can't be

Plans and status Frameworks5, Plasma2, Qt5 and Wayland

2013-01-16 Thread Sebastian Kügler
Hi all, I've compiled a document that contains our technical direction and its status. This hopefully gives us a common understanding of where we're going and where we are right now. Feedback is of course welcome. :) Cheers, -- sebas http://www.kde.org | http://vizZzion.org | GPG Key ID:

Re: Review Request 108438: Use translucent/dialogs/background elements where possible

2013-01-16 Thread Sebastian Kügler
::compositing() const’ is private With kde-workspace master, it works fine. Martin: What regressions do you get exactly? - Sebastian Kügler On Jan. 16, 2013, 1:57 p.m., Martin Gräßlin wrote: --- This is an automatically generated e-mail

Re: Review Request 108438: Use translucent/dialogs/background elements where possible

2013-01-16 Thread Sebastian Kügler
On Jan. 16, 2013, 5:58 p.m., Sebastian Kügler wrote: This patch brings a big improvement on the contrast, works better even than I expected. :) On KDE/4.10 I'm getting the following build error: /home/sebas/kdesvn/src/kde-workspace/kwin/tabbox/../workspace.h: In function ‘bool

Re: Plans and status Frameworks5, Plasma2, Qt5 and Wayland

2013-01-17 Thread Sebastian Kügler
On Thursday, January 17, 2013 12:04:25 Daniel Nicoletti wrote: I don't know if this is off topic or no, but some people said to me there won't be a KDE 5 naming, I dunno if this is true or not, but if this is true I missed the discussion. Could someone clarify this to me? That's true.

Re: Plans and status Frameworks5, Plasma2, Qt5 and Wayland

2013-01-17 Thread Sebastian Kügler
On Thursday, January 17, 2013 11:40:51 Marco Martin wrote: On Wednesday 16 January 2013, Sebastian Kügler wrote: I've compiled a document that contains our technical direction and its status. This hopefully gives us a common understanding of where we're going and where we are right now

Re: Plasma Python in KF5; was Re: Having an issue with the minimum size of Plasma.WebView

2013-01-17 Thread Sebastian Kügler
On Wednesday, January 16, 2013 20:48:35 Simon Edwards wrote: On 01/16/2013 02:44 PM, Marco Martin wrote: On Wednesday 16 January 2013, Sebastian Kügler wrote: So you'd write a set of QObject deriven classes in Python (you can use various existing third party libraries for that, if you wish

Re: Review Request 108458: Fix webslice's handling of page resizes

2013-01-19 Thread Sebastian Kügler
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/108458/#review25812 --- Ship it! Ship It! - Sebastian Kügler On Jan. 17, 2013, 10

Re: Review Request 108525: Make plasma widgets respect plasma theme's button color

2013-01-22 Thread Sebastian Kügler
://git.reviewboard.kde.org/r/108525/#comment19823 These can go away then, no? - Sebastian Kügler On Jan. 21, 2013, 12:49 p.m., Hrvoje Senjan wrote: --- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r

Re: Plans and status Frameworks5, Plasma2, Qt5 and Wayland

2013-01-22 Thread Sebastian Kügler
On Monday, January 21, 2013 20:32:51 Aaron J. Seigo wrote: also, the hackfest spoken of earlier: how is that coming? and that will be used for PW2 stuff, yes? On my list for this week is to make some progress there. Expect nagging on this list. :) -- sebas http://www.kde.org |

New (QML) Desktop Containment, Take 2 (with movie!)

2013-01-28 Thread Sebastian Kügler
Hi, The new desktop containment is coming along nicely. After the first round of feedback (thanks for that, btw, for reference, it's the thread with subject [RFC] New (QML) Desktop Containment). In this iteration, the design is much closer to the current containment. The handle has been

Re: New (QML) Desktop Containment, Take 2 (with movie!)

2013-01-28 Thread Sebastian Kügler
On Monday, January 28, 2013 16:58:19 Sebastian Kügler wrote: The new containnment has a (temporary, it's really only for testing and will be removed before release) tuning screen Ow, forgot: You can get at it by clicking the tiny configure icon in the top- left corner. Make sure no applet

Re: New (QML) Desktop Containment, Take 2 (with movie!)

2013-01-28 Thread Sebastian Kügler
On Monday, January 28, 2013 17:01:29 Luca Beltrame wrote: In data lunedì 28 gennaio 2013 16:58:19, Sebastian Kügler ha scritto: A movie says more than thousand words, so please watch this: http://www.youtube.com/watch?v=GR5UZUtcOGc The video is marked as private, was that intentional? Ah

Re: New (QML) Desktop Containment, Take 2 (with movie!)

2013-01-28 Thread Sebastian Kügler
On Monday, January 28, 2013 17:26:07 Aaron J. Seigo wrote: On Monday, January 28, 2013 16:58:19 Sebastian Kügler wrote: A movie says more than thousand words, so please watch this: http://www.youtube.com/watch?v=GR5UZUtcOGc cool; when you blog about this (assuming that's at least partly

Re: Fwd: KDE switch desktop direction

2013-01-28 Thread Sebastian Kügler
Hi Chani, On Monday, January 28, 2013 10:15:54 Chani wrote: When in KDE search and launch activity, scrolling up switches desktop to lower numbers and down to higher numbers. I.e. you go from Desktop n to Desktop n + 1 when scrolling down. Can this be reversed? Please direct the user to

Re: New (QML) Desktop Containment, Take 2 (with movie!)

2013-01-28 Thread Sebastian Kügler
On Monday, January 28, 2013 17:29:36 Sebastian Kügler wrote: On Monday, January 28, 2013 17:26:07 Aaron J. Seigo wrote: On Monday, January 28, 2013 16:58:19 Sebastian Kügler wrote: A movie says more than thousand words, so please watch this: http://www.youtube.com/watch?v=GR5UZUtcOGc

Re: Non-OAuth Support in Microblogging Plasmoid

2013-01-29 Thread Sebastian Kügler
On Monday, January 28, 2013 23:10:54 David Narvaez wrote: As you'll see in the logs, I've been giving some maintenance to the Microblogging plasmoid. As I was reviewing open bug reports I stumbled upon bug 304704. The users expecto be able to use the microblogging plasmoid to log into any

Plasma / Solid sprint

2013-01-29 Thread Sebastian Kügler
Hey all, So we still want to have Plasma and Solid sprints this spring, time to make some arrangements for that. I've talked to our potential sponsor, and they said they could host also a larger group, so combining two sprints would probably work (but not be necessary, if we decide so). The

Re: [Kde-hardware-devel] Plasma / Solid sprint

2013-01-29 Thread Sebastian Kügler
On Tuesday, January 29, 2013 16:58:44 Lukáš Tinkl wrote: Dne 29.1.2013 15:21, Sebastian Kügler napsal(a): So we still want to have Plasma and Solid sprints this spring, time to make some arrangements for that. I've talked to our potential sponsor, and they said they could host also

<    1   2   3   4   5   6   7   8   9   10   >