Re: 3 showstopper bugs for 4.7 release

2011-06-22 Thread Sebastian Kügler
On Tuesday, June 21, 2011 21:04:05 todd rme wrote: Alright, found and fixed it. It was actually not a problem in our released packages, but in plasma-mobile/applets/notifications (which holds a mobile version for the notifications). This guy would overwrite kde-workspace's notifications

Re: 3 showstopper bugs for 4.7 release

2011-06-22 Thread Sebastian Kügler
On Tuesday, June 21, 2011 13:53:45 Marco Martin wrote: * menacing warning messages: load the microblog palsmoid (plasmoidviewer twitter) log in to identica and a warning message should appear (and that's the problem) This one should be fixed with:

Re: Plasmoid works in plasma-windowed but not in plasma-desktop

2011-07-04 Thread Sebastian Kügler
Hi, On Monday, June 27, 2011 19:20:04 Jonathan Raphael Joachim Kolberg wrote: I’ve got an wired problem. My Plasmoid [1] works if it is displayed via plasma-windowed, but it won’t work if you use it in plasma-desktop. Since I was not able to figure out what I have done wrong, I send this mail

Re: Plasmoid works in plasma-windowed but not in plasma-desktop

2011-07-04 Thread Sebastian Kügler
On Monday, July 04, 2011 16:50:20 Jonathan Raphael Joachim Kolberg wrote: Am Montag, 4. Juli 2011, 15:35:51 schrieben Sie: On Monday, June 27, 2011 19:20:04 Jonathan Raphael Joachim Kolberg wrote: I’ve got an wired problem. My Plasmoid [1] works if it is displayed via plasma-windowed, but

Re: Plasmoid works in plasma-windowed but not in plasma-desktop

2011-07-05 Thread Sebastian Kügler
On Monday, July 04, 2011 23:19:44 Marco Martin wrote: On Monday 04 July 2011, Sebastian Kügler wrote: Yes it’s installed, but the qml webview doesn’t load the page, while in plasma-windowed this works. Doesn't load the page means Could not find requested component: ... or what

Re: Plasmoid works in plasma-windowed but not in plasma-desktop

2011-07-06 Thread Sebastian Kügler
On Wednesday, July 06, 2011 10:21:02 Aaron J. Seigo wrote: On Tuesday, July 5, 2011 11:51:07 Marco Martin wrote: the widget behind the scenes is the same, the difference is the tessellated rendering enabled or not, that is exactly the feature that breaks with more than one view can the

Re: plasma-mobile and metadata.desktop files

2011-07-08 Thread Sebastian Kügler
Hi, [Put act...@kde.org in CC:] On Friday, July 08, 2011 10:48:07 Aaron J. Seigo wrote: today i started poking a bit more deeply into the plasma-mobile repository. this is the first in a series of emails as a result :) I feel some house-cleaning is coming up :-) a lot of stuff is written

Re: Applet::load and friends ... or PluginLoader::load..

2011-07-15 Thread Sebastian Kügler
On Friday, July 15, 2011 13:26:45 Aaron J. Seigo wrote: thoughts? Having used this kind of API in Plasma a few times, I'd say the using PluginLoader directly would not be a huge burden. I wouldn't mind this change. -- sebas http://www.kde.org | http://vizZzion.org | GPG Key ID: 9119 0EF9

Re: Battery plasmoid auto hide

2011-07-27 Thread Sebastian Kügler
On Wednesday, July 27, 2011 11:51:58 Alex Fiestas wrote: At Platform 11 I pointed to sebas that he battery plasmoid was hidden al the time, I interpreted that as a bug since it was a change in behavior. At the time sebas was doubtful about wether keep the change or not, I asked again today

GLES again

2011-08-15 Thread Sebastian Kügler
hey all, I've been poking at running kwin using OpenGL-ES again, and made some progress there. I now have Mesa builds that provide the needed GLES libraries, thanks to help from Martin with configuring it. It builds and runs fine on my laptop (Mesa package, kde-workspace from the 4.7 branch.

Re: GLES again

2011-08-17 Thread Sebastian Kügler
Hey, Good progress, but no cigar quite yet. On Tuesday, August 16, 2011 11:01:40 Sebastian Kügler wrote: - Linker problem during package build: /usr/lib/libgbm.so.1: undefined reference to `gbm_dri_backend' collect2: ld returned 1 exit status make[2]: *** [kwin/kwin] Error 1

Re: GLES again

2011-08-18 Thread Sebastian Kügler
On Wednesday, August 17, 2011 17:29:28 Martin Gräßlin wrote: On Wednesday 17 August 2011 16:56:36 Sebastian Kügler wrote: Is there a workaround for this, or do hardware or driver simply not allow using GLES on this machine? try the attached patch - it should disable the check for GLES

Re: RFC: Remove Opacity from Alt+F3 menu

2011-08-19 Thread Sebastian Kügler
On Thursday, August 18, 2011 19:20:08 Martin Gräßlin wrote: just an idea I had today: do we really need the opacity menu in the Alt+F3 menu? That menu is really hard to use, because it's too long, yes. Also the submenus aren't great, because they require quite some patience to navigate,

Re: GLES again - Nailed.

2011-08-19 Thread Sebastian Kügler
On Friday, August 19, 2011 21:33:38 Martin Gräßlin wrote: I'll let you know once the packages are ready. Right now, KDE:Active is kinda broken due to this transition. Patch pushed to 4.7 and master Muchos gracias! Master packages are updated in the KDE:Active:Devel repository, KDE:Active

Re: Review Request: Implement automatic scanning of source code for required data engines

2011-08-22 Thread Sebastian Kügler
On Monday, August 22, 2011 16:08:49 Marco Martin wrote: i personally wouldn't dislike a kdelibs 4.8 as well, seems the decision is taken tough :/ David said he didn't want three different branches (stable, unstable and ultra-unstable), so kdelibs has stable and frameworks branches, and I can

Re: How to retrieve location from plasmoid

2011-08-23 Thread Sebastian Kügler
On Tuesday, August 23, 2011 10:35:18 Onur-Hayri Bakici wrote: is there any way to get the x,y position of plasmoids using javascript? You mean on the screen? No, by design it's not possible. What do you want to achieve? -- sebas http://www.kde.org | http://vizZzion.org | GPG Key ID: 9119 0EF9

Re: Review Request: Plasmate:migrate timeline.cpp from Q classes to K classes

2011-08-23 Thread Sebastian Kügler
On Thursday, July 21, 2011 17:44:40 Giorgos Tsiapaliwkas wrote: the patch migrates the timeline.cpp from the Q classes to K classes. Also adds a KMessageBox::information in the newsavepoint(),in order to inform the user that he can't create a new save point without any changes being made

Re: Review Request: Plasmate:Timeline dockwidger needs one click

2011-08-23 Thread Sebastian Kügler
On Thursday, July 21, 2011 17:35:36 Giorgos Tsiapaliwkas wrote: http://git.reviewboard.kde.org/r/102026/ without this patch in order the timeline dockwidger needs two clicks in order to be visible.the patch fixes the issue. Has this one been committed? If so, please mark it as such in

Re: compositingActive not efficient on XRandR events

2011-08-23 Thread Sebastian Kügler
On Monday, July 18, 2011 15:12:29 Fredrik Höglund wrote: On Monday 18 July 2011, Aaron J. Seigo wrote: On Saturday, July 16, 2011 15:36:19 Martin Gräßlin wrote: The bug is much simpler - Plasma just simply fails to recognize that a compositing manager is active. I can see this each time I

Re: Review Request: Plasmate:add a destructor and some changes to the destructor of mainwindow.ccp

2011-08-23 Thread Sebastian Kügler
On Monday, July 11, 2011 20:12:20 Giorgos Tsiapaliwkas wrote: http://git.reviewboard.kde.org/r/101916/ I was looking at the projectmanager.projectmanager.[h/cpp] and i noticed that there wasn't no destructor. The patch adds a destructor at projectmanager and changed a bit the mainwindow.cpp.

Re: Review Request: Plasmate:void ProjectManager::removeDirectory works correctly

2011-08-23 Thread Sebastian Kügler
On Wednesday, June 08, 2011 23:51:03 Giorgos Tsiapaliwkas wrote: http://git.reviewboard.kde.org/r/101550/ the method removeDirectory wasn't removing the parent folder. For example,if we named out plasmoid my_plasmoid it would have a directory like this $(kde4-config

Re: compile plasma active from source

2011-09-05 Thread Sebastian Kügler
Hi, On Saturday, September 03, 2011 00:48:27 Reza Shah wrote: I'm trying to compile plasma-mobile from git. We've collected some help on the wiki: http://community.kde.org/Plasma/Active/Development#Plasma_Active_Core_Development Cheers, -- sebas http://www.kde.org | http://vizZzion.org |

Re: QML splash screen

2011-09-12 Thread Sebastian Kügler
On Saturday, September 10, 2011 20:38:43 Ivan Čukić wrote: Ivan, what are for you the roadblocks that avoid merging it? multiscreen support, which should be trivial, but I haven't had the time to do it yet. (the stuff I'm currently doing is more important imo) Multiscreen support can be

Re: org.kde.devicecapabilities

2011-09-20 Thread Sebastian Kügler
On Friday, September 16, 2011 16:38:03 Aaron J. Seigo wrote: commens, suggestions, vetos to the revamp, etc all welcome. No suggestion to the last question, but in general, the changes look good (and the move stuff into pm engine was on my list anyway). Thanks, -- sebas http://www.kde.org |

Re: QML support for kdevelop and plasmate

2011-09-20 Thread Sebastian Kügler
On Tuesday, September 20, 2011 11:29:48 Milian Wolff wrote: As it regards plasmate,i will fix my currect reviews(in the worst case it is a 3 days work) and then i will work on that. [...] Since you seem to be in a hurry, if you think three days make a difference or not, [...] I think the

Re: Review Request: quicklaunch: Add a confirmation dialog before the delete

2011-09-29 Thread Sebastian Kügler
. The correct solution against data loss bugs is not to add confirmation dialogs, but to make the action less destructive, for example by adding a way to undo the delete. - Sebastian Kügler On Sept. 28, 2011, 8:44 p.m., Antonis Tsiapaliokas wrote

Re: The future of Power Management - together with Activities

2011-10-02 Thread Sebastian Kügler
On Sunday, October 02, 2011 14:27:03 Dario Freddi wrote: On Sunday 02 October 2011 02:35:34 Kevin Kofler wrote: Dario Freddi wrote: we plan to remove the Warning step Uhm, wait a minute… Do you mean you will just suspend or shut down the machine with no warning whatsoever? You

Re: Review Request: Add an Inhibit button to the Battery applet

2011-10-03 Thread Sebastian Kügler
good idea, but having a button pressed or not makes it better visible. - Sebastian Kügler On Oct. 2, 2011, 2:48 p.m., Dario Freddi wrote: --- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org

Re: Replace kimpanel in kdeplasma-addons with a rewrite version

2011-10-10 Thread Sebastian Kügler
On Tuesday, October 04, 2011 17:19:40 Aaron J. Seigo wrote: thoughts? Good idea, maybe as part of Frameworks 5? -- sebas http://www.kde.org | http://vizZzion.org | GPG Key ID: 9119 0EF9 ___ Plasma-devel mailing list Plasma-devel@kde.org

Re: Review Request: Fix ordinal suffix in plasmaclock configuration page for TTS

2011-10-20 Thread Sebastian Kügler
://git.reviewboard.kde.org/r/102878/#comment6495 this will only work in english. klocale should have suitable functions. - Sebastian Kügler On Oct. 15, 2011, 10:38 p.m., Trever Fischer wrote: --- This is an automatically generated e-mail. To reply, visit

Re: Runners and their configuration

2011-10-21 Thread Sebastian Kügler
On Friday, October 21, 2011 00:16:04 Jan Gerrit Marker wrote: I'm currently investigating the issue that some runners (AudioPlayerControl, Kill, Spellchecker) do not honor their configuration. It seems that the config() function of AbstractRunner does create a KConfigGroup depending on the

Re: Replace kimpanel in kdeplasma-addons with a rewrite version

2011-10-25 Thread Sebastian Kügler
On Tuesday, October 25, 2011 08:54:20 Weng Xuetian wrote: Since 4.8 Soft Freeze is coming, and I'm interested introduce this in 4.8. (No matter a separate one or inside with kdeplasma-addons) Can I add this to feature plan? Yes, please do so. :) -- sebas http://www.kde.org |

Re: Replace kimpanel in kdeplasma-addons with a rewrite version

2011-10-25 Thread Sebastian Kügler
On Tuesday, October 25, 2011 10:18:12 Weng Xuetian wrote: On Tue, Oct 25, 2011 at 4:03 PM, Sebastian Kügler se...@kde.org wrote: On Tuesday, October 25, 2011 08:54:20 Weng Xuetian wrote: Since 4.8 Soft Freeze is coming, and I'm interested introduce this in 4.8. (No matter a separate one

Re: QML device notifier

2011-10-25 Thread Sebastian Kügler
On Tuesday, October 25, 2011 18:54:34 Marco Martin wrote: On Tuesday 25 October 2011, Aaron J. Seigo wrote: On Tuesday, October 25, 2011 16:14:39 Marco Martin wrote: - scrollbar: for this it will depend from qtcomponents, they are in kde- runtime master for now, will still really rather

QML Performance Tips

2011-11-01 Thread Sebastian Kügler
Hi, For everybody working with QML, the following pages are worth a read: http://harmattan- dev.nokia.com/docs/library/html/guide/html/Developer_Library_Best_practices_for_application_development_QML_performance_tips_and_tricks.html Cheers, -- sebas http://www.kde.org | http://vizZzion.org |

Re: Review Request: Plasmate can create a CMakeLists.txt at $my_plasmoid dir

2011-11-01 Thread Sebastian Kügler
On Oct. 30, 2011, 8:03 a.m., Aaron J. Seigo wrote: why is a CMakeLists.txt needed? plasmapkg is enough, no? CMakeLists.txt is needed if you want to package the package (for OBS, for example). - Sebastian --- This is an

Re: Review Request: Plasmate can create a CMakeLists.txt at $my_plasmoid dir

2011-11-01 Thread Sebastian Kügler
On Tuesday, November 01, 2011 11:17:20 Aaron J. Seigo wrote: On Oct. 30, 2011, 8:03 a.m., Aaron J. Seigo wrote: why is a CMakeLists.txt needed? plasmapkg is enough, no? Sebastian Kügler wrote: CMakeLists.txt is needed if you want to package the package (for OBS, for example

Re: QML Performance Tips

2011-11-01 Thread Sebastian Kügler
On Tuesday, November 01, 2011 11:15:15 Aaron J. Seigo wrote: On Tuesday, November 1, 2011 10:45:27 Sebastian Kügler wrote: http://harmattan- dev.nokia.com/docs/library/html/guide/html/Developer_Library_Best_practic es_ for_application_development_QML_performance_tips_and_tricks.html some

Re: KRunner Guidelines

2011-11-02 Thread Sebastian Kügler
On Tuesday, November 01, 2011 21:00:54 David Baron wrote: On Tuesday 04 Heshvan 5772 21:48:51 Aaron J. Seigo wrote: On Tuesday, November 1, 2011 19:06:12 David Baron wrote: Should a runner flag it hits. Right now my recoll runner should them as recoll-filename. Other runners show Mail to

Re: Switching activities and keeping applications

2011-11-08 Thread Sebastian Kügler
On Tuesday, November 08, 2011 11:26:11 Fabian Riethmayer wrote: I was just talking to sebas on IRC about switching activities and take all my applications with me. He said, it was not (easily) possible at the moment to switch between activities and still have all my running applications with

Re: Introducing components, how to

2011-11-10 Thread Sebastian Kügler
On Wednesday, November 09, 2011 21:01:16 Martin Gräßlin wrote: On Wednesday 09 November 2011 20:05:00 Marco Martin wrote: On Wednesday 09 November 2011, Marco Martin wrote: When writing a widget, an application etc, just use import org.kde.plasma.components, the proper one is decided by

Re: Review Request: Plasmate can create a CMakeLists.txt at $my_plasmoid dir

2011-11-13 Thread Sebastian Kügler
On Saturday, November 12, 2011 20:31:34 Giorgos Tsiapaliwkas wrote: What should i do with this patch? Please commit it. Might be cool to also offer the option to install system-wide, you might need to do KAuth magic for that, though. One thing that sometimes strikes me is that locally

Re: Extenders in libplasma2 (or.. not)

2011-11-16 Thread Sebastian Kügler
On Tuesday, November 15, 2011 16:08:17 Marco Martin wrote: so ... i'd like to propose that we kill Extender, ExtenderItem and ExtenderGroup in libplasma2. i say kill it. to me extender is the typical seemed a good idea at the time My thoughts exactly. :) +1 for killing them. -- sebas

Re: Review Request: Microblog QML add a package folder and also modify the CMakeLists.txt

2011-11-16 Thread Sebastian Kügler
On Wednesday, November 16, 2011 10:00:56 Giorgos Tsiapaliwkas wrote: On Nov. 15, 2011, 4:28 p.m., Marco Martin wrote: why a subdirectory more? this is not used anywhere else i saw the other plasmoids and all of them have a package subdir,so i thought to make the microblog like the

Re: Handbook for Plasma Active

2011-11-18 Thread Sebastian Kügler
Hi Sascha, On Thursday, November 17, 2011 14:34:01 Sascha Manns wrote: a few weeks ago i've started to create a Plasma Active Handbook. ATM the Book is only available in the german Language. If you want to help with this book, as translator or editor you can feel invited now. The Source

Re: Media Query: KDE's Support For Android Tablets

2011-11-22 Thread Sebastian Kügler
On Tuesday, November 22, 2011 11:44:38 Swapnil Bhartiya wrote: I have been trying to reach you but just can't get hold of you at all. Thus posting it here. I represent Muktware.com and I am working on a story about Android support in Linux. While Gnome can detect and mount the Android 3.x

editing in Plasma Component's TextField and TextArea

2011-12-05 Thread Sebastian Kügler
--- /dev/null +++ b/plasma/declarativeimports/plasmacomponents/platformcomponents/touch/EditBubble.qml @@ -0,0 +1,109 @@ +/* +* Copyright 2011 by Sebastian Kügler se...@kde.org +* +* This program is free software; you can redistribute it and/or modify +* it under the terms of the GNU Library

Re: editing in Plasma Component's TextField and TextArea

2011-12-05 Thread Sebastian Kügler
On Monday, December 05, 2011 18:35:38 Marco Martin wrote: On Mon, Dec 5, 2011 at 11:52 AM, Sebastian Kügler se...@kde.org wrote: For Plasma Active, I think this is quite important functionality, so I suggest that we ship this patch (or an improved version of it) with PA2, and then integrate

Re: KRunner plugin documentation

2011-12-07 Thread Sebastian Kügler
Hey Andras, On Wednesday, December 07, 2011 09:55:59 Andras Mantia wrote: I like a lot the KRunner plugins, but I find one issue with them: it is not documented how you should use them. I discovered some of the features, but probably not everything. And I see no place in the UI where the

Re: KRunner plugin documentation

2011-12-07 Thread Sebastian Kügler
On Wednesday, December 07, 2011 11:09:30 Andras Mantia wrote: Sebastian Kügler wrote: On Wednesday, December 07, 2011 09:55:59 Andras Mantia wrote: I like a lot the KRunner plugins, but I find one issue with them: it is not documented how you should use them. I discovered some

Re: KRunner plugin documentation

2011-12-07 Thread Sebastian Kügler
On Wednesday, December 07, 2011 12:08:41 Martin Klapetek wrote: On Wed, Dec 7, 2011 at 12:04, Andras Mantia aman...@kde.org wrote: Martin Klapetek wrote: On Wed, Dec 7, 2011 at 11:50, Andras Mantia aman...@kde.org wrote: Sebastian Kügler wrote: The text is not semi-transparant on my

Re: Sharable KCModules?

2011-12-09 Thread Sebastian Kügler
On Thursday, December 08, 2011 19:52:36 David Baron wrote: Is there a way, probably in the desktop file, to make a KCModule sharable? Right now, the first plasma object to get it owns it. I am not worried about syncronization between instances that modify data, but would be interested in

Re: qtcomponents documentation

2011-12-22 Thread Sebastian Kügler
Hey, On Wednesday, December 21, 2011 12:14:58 Antonis Tsiapaliokas wrote: what i would like we end up with is auto generated html instead of copying and paste every single one in techbase ;) Hello, i have create an api tool for the components. You can download it from here

Re: Review Request: Change activity by rolling the mouse wheel over the showActivityManager widget.

2011-12-27 Thread Sebastian Kügler
Hi Simone, Thanks for your patch to the activity switcher. Making pieces of the UI easier to use is always welcome. I thought a bit about your patch, though, and I see two problems with it as it is right now. On Monday, December 26, 2011 23:45:58 Simone Gaiarin wrote: Rolling the mouse wheel

Re: questions about Plasma Package

2011-12-27 Thread Sebastian Kügler
Hey Giorgos, On Saturday, December 24, 2011 16:05:31 Giorgos Tsiapaliwkas wrote: here some questions about the plasma package 1.every plasmoid has these 3 dirs code,data,animations. What kind of files should exist in those 3? Does those 3 have any special effects to the plasmoids like the

Re: Review Request: Change activity by rolling the mouse wheel over the showActivityManager widget.

2011-12-28 Thread Sebastian Kügler
On Tuesday, December 27, 2011 20:00:12 Simone Gaiarin wrote: Summarizing: 1)No redundant configuration interface should be added. 2)Only cycle through active activity is fine, but the dbus interface I still don't like this behaviour, as, even with a tooltip, it's still kind of hidden. A more

Re: QML widget explorer

2012-01-02 Thread Sebastian Kügler
On Monday, January 02, 2012 11:41:41 Marco Martin wrote: On Sunday 01 January 2012, Martin Gräßlin wrote: * Yeah scrolling would be nice :-) Also the missing flickable behavior surprised me, though it is clear that it cannot work when there is a drag area. a possible solution could be

Re: session applets to QML part 1: konsoleprofiles

2012-01-03 Thread Sebastian Kügler
On Tuesday, January 03, 2012 06:35:44 Shaun Reich wrote: oh I forgot to add a note...also realize that it uses the namespaces: org.kde.plasma.applet.konsoleprofiles and org.kde.plasma.dataengine.konsoleprofiles. Let me know if that is too specific. I just like categorizing things into neat

Re: Plasma Components Question

2012-01-12 Thread Sebastian Kügler
Hi Fernando, On Thursday, January 12, 2012 06:36:29 Lasath Fernando wrote: I've been using Plasma Components 4.8 for a new plasmoid in telepathy-kde, and I have a question regarding the Button (or ToolButton) component. From what I've seen so far, it only has a property to set the source for

Re: Heads up, working on autocompletion and breadcrumbbar!

2012-01-17 Thread Sebastian Kügler
On Monday, January 16, 2012 22:41:58 Mark wrote: I would go for an API like this (just doing it out of my head..): AutoCompleter { id: autoCompleter } TextField { completer: autoCompleter } what is the advantage of declaring autocompleter independent and

Re: Quicklaunch QML porting questions

2012-01-19 Thread Sebastian Kügler
Hi Ingomar, On Wednesday, January 18, 2012 23:32:10 Ingomar Wesp wrote: I'm about to start porting the quicklaunch applet to QML. Since I'm just getting started with QML and the JavaScript API, I'm still unsure as to what's possible, so please bear with me if I'm missing something that's

Re: Quicklaunch QML porting questions

2012-01-20 Thread Sebastian Kügler
On Thursday, January 19, 2012 22:43:24 Ingomar Wesp wrote: On 01/19/2012 12:35 PM, Sebastian Kügler wrote: You can create a dynamically loaded import in C++ as well, and this might even be the cleanest solution […] I've had a glance at the work Martin did for porting kickoff to QML

Re: [RFC] Remove Xinerama related options

2012-01-20 Thread Sebastian Kügler
Hi Martin, On Friday, January 20, 2012 11:32:13 Martin Gräßlin wrote: KWin provides the option to turn off multi screen aware window management. This results in windows being maximized over both screens or fullscreen windows being stretched over all screens. These options make the code much

Re: [RFC] Remove Xinerama related options

2012-01-20 Thread Sebastian Kügler
On Friday, January 20, 2012 11:53:22 Alex Fiestas wrote: The only reason I can think of is to create video walls, meaning multiple monitors used as if they were 1. Not sure if that can be done lower in the stack using xrandr for example. Just disabling Xinerama would be enough to achieve

Re: train clock plasmoid fan

2012-01-23 Thread Sebastian Kügler
On Monday, January 23, 2012 01:42:10 Nuno Pinheiro wrote: A Domingo, 22 de Janeiro de 2012 23:30:43 Marco você escreveu: On Thursday 17 September 2009 19:27:19 Riccardo Iaconelli wrote: hello,[...] I'll come back though. and will finish that damn train clock lies! Just

Re: QML/Data Engine Part 2

2012-01-24 Thread Sebastian Kügler
On Tuesday, January 24, 2012 08:43:49 Eric Mesa wrote: Here's an interesting little tidbit that might make this all finally work correctly. If I add this in: def sources(self): sources = [1500] return sources to my engine - then whenever it's connected to, it grabs the data

Re: QML/Data Engine Part 2

2012-01-24 Thread Sebastian Kügler
On Tuesday, January 24, 2012 09:46:21 Sebastian Kügler wrote: On Tuesday, January 24, 2012 08:43:49 Eric Mesa wrote: Here's an interesting little tidbit that might make this all finally work correctly. If I add this in: def sources(self): sources = [1500] return

Re: Re: QML/Data Engine Part 2

2012-01-24 Thread Sebastian Kügler
Hey, Sorry it was late and I was a little out of it. Basically, in my data Engine - which is written in Python, if I add in that block, then when my plasmoid runs it will cause the data Engine to get that data. When I'm back home I'll have to match up this email and your previous email

Re: py-weather

2012-02-02 Thread Sebastian Kügler
Hi Fabien, On Wednesday, February 01, 2012 15:21:12 deb-account wrote: I corrected a bug in the widget py-weather that generated an initialisation script error. Cool, thanks! :) I tried to contact the author by e-mail with no response. Where can I send the update ? Depends, if the

Re: py-weather

2012-02-02 Thread Sebastian Kügler
(Keeping plasma-devel@kde.org in the loop) On Thursday, February 02, 2012 11:38:38 deb-account wrote: On 02/02/12 11:08, Sebastian Kügler wrote: Depends, if the source is hosted on git.kde.org, someone from our team can merge it. Where did you get it from? I just installed the widget

Re: GSOC 2012 project: Make plasmate ready for release

2012-03-05 Thread Sebastian Kügler
Hi Giorgos, On Wednesday, February 29, 2012 14:11:24 Giorgos Tsiapaliwkas wrote: this year I want to apply for the GSOC 2012 for the plasma project. My idea for plasma's GSOC 2012 is to make plasmate ready for release. One thing that I'd really like to see, and which would boost the usefulness

Re: [GSoC] Plasma File Sender idea

2012-03-05 Thread Sebastian Kügler
On Sunday, March 04, 2012 21:20:39 Detlev Casanova wrote: This widget could be a new one or work within the Device Notifier. Tell me what you think, if that already exists, if someone is working on a similar project, do you believe it doable for a GSoC. Sounds a lot like the Share from

Re: activity aware plasmoids

2012-03-05 Thread Sebastian Kügler
On Saturday, February 25, 2012 16:01:15 Marco Martin wrote: not storing the entries of the various social media i think, since is too volatile data that loses meaning pretty quickly, but having the twitter source facebook source and so on as resources, that gets associated to the activitiy

Re: activity aware plasmoids

2012-03-09 Thread Sebastian Kügler
On Friday, March 09, 2012 10:30:40 Marco Martin wrote: On Monday 05 March 2012, Sebastian Kügler wrote: On Saturday, February 25, 2012 16:01:15 Marco Martin wrote: not storing the entries of the various social media i think, since is too volatile data that loses meaning pretty quickly

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

2012-03-12 Thread Sebastian Kügler
/104226/#comment9072 if it always returns true, it's useless to return anything. Make it void. - Sebastian Kügler On March 11, 2012, 1:59 p.m., Viranch Mehta wrote: --- This is an automatically generated e-mail. To reply, visit: http

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

2012-03-13 Thread Sebastian Kügler
Hi Viranch, On Tuesday, March 13, 2012 09:52:27 Viranch Mehta wrote: On March 12, 2012, 10:31 a.m., Sebastian Kügler wrote: plasma/generic/applets/batterymonitor/contents/ui/PopupDialog.qml, line 81 http://git.reviewboard.kde.org/r/104226/diff/1/?file=52425#file52425lin e81

Re: request for review

2012-03-19 Thread Sebastian Kügler
Hey, One potential issue I see is that you ship the youtube logo inside the runner. We might not be allowed to redistribute it as that. It also scales badly, so looks visually tarred. Can you check the license of the youtube logo, and if we're allowed to ship it, make it look correct? Also,

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

2012-03-20 Thread Sebastian Kügler
/cmake_install.cmake:56 (FILE): file INSTALL cannot find /home/sebas/kdesvn/src/kde-workspace/plasma/generic/applets/batterymonitor/battery-oxygen.svgz. Can you have a look? - Sebastian Kügler On March 14, 2012, 6:46 p.m., Viranch Mehta wrote

Re: Review Request: Add missing property alias animation in Slider Plasma Component

2012-03-20 Thread Sebastian Kügler
On Monday, March 19, 2012 10:09:21 David Edmundson wrote: Make sure Gallery/Sliders.qml is updated too. I've updated it. -- sebas http://www.kde.org | http://vizZzion.org | GPG Key ID: 9119 0EF9 ___ Plasma-devel mailing list Plasma-devel@kde.org

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

2012-03-23 Thread Sebastian Kügler
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. I'd prefer if we wait with merging until all issues

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

2012-03-23 Thread Sebastian Kügler
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. Sebastian Kügler wrote: I'd prefer if we wait

Re: Plasma components apidocs landed

2012-03-27 Thread Sebastian Kügler
On Monday, March 26, 2012 23:36:01 Marco Martin wrote: On Monday 26 March 2012, Lamarque V. Souza wrote: Em Wednesday 18 January 2012, Marco Martin escreveu: I'm happy to announce http://api.kde.org/4.x-api/plasma-qml-apidocs/ What happened with the documentation? It is reduced

Re: Review Request: Copy files instead of moving if parent dir is not writable

2012-03-27 Thread Sebastian Kügler
. Or am I missing something here? - Sebastian Kügler On March 26, 2012, 6:04 p.m., Lamarque Vieira Souza wrote: --- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/104417

Re: Review Request: Copy files instead of moving if parent dir is not writable

2012-03-27 Thread Sebastian Kügler
, that shouldn't be necessary in the first place. - Sebastian Kügler On March 26, 2012, 6:04 p.m., Lamarque Vieira Souza wrote: --- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/104417

quality/apidox/src

2012-03-28 Thread Sebastian Kügler
SVN commit 1287531 by sebas: Plasma QML apidox script works recursively now This script now takes a base path, walks into it and generates a flat list of html files, just like for the plasma components previously. The script should be run from kde-runtime/plasma/declarativeimports/ like so:

new Plasma Quick module: PlasmaExtras

2012-03-30 Thread Sebastian Kügler
We have a new Plasma Quick Module: org.kde.plasma.extras :-) Plasma Extras is a collection of Add-ons for Plasma that: - provide higher level functionality and system integration - capture appearance specific patterns by providing Look Feel integration components for a higher degree of

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

2012-04-02 Thread Sebastian Kügler
it into master now. There's still a bit of polishing possible (margins, for example), but we can easily do those when it's in master. - Sebastian Kügler On March 23, 2012, 6:20 p.m., Viranch Mehta wrote: --- This is an automatically generated e

Re: new Plasma Quick module: PlasmaExtras

2012-04-03 Thread Sebastian Kügler
On Tuesday, April 03, 2012 13:28:45 Marco Martin wrote: On Saturday 31 March 2012, Sebastian Kügler wrote: We have a new Plasma Quick Module: org.kde.plasma.extras Plasma Extras is a collection of Add-ons for Plasma that: - provide higher level functionality and system integration

Re: Python plasmoid works in plasmoidviewer but not in Plasma

2012-04-03 Thread Sebastian Kügler
On Sunday, April 01, 2012 17:58:31 Alex Dancu wrote: Thanks, it worked. Is there a variable or something that I can check at runtime to see if my plasmoid is running in plasmoidviewer or not? That's definitely not recommended. You'll want to make your code work if there are sources already

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

2012-04-04 Thread Sebastian Kügler
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 well now. I'm using: KDE_PLASMA_COMPONENTS_PLATFORM=touch qmlviewer -I \ /home/sebas/kdesvn/install/lib/kde4/imports/

Re: MPRIS2 dataengine

2012-04-23 Thread Sebastian Kügler
On Sunday, April 22, 2012 01:00:27 Alex Merry wrote: Eike Hein suggested that mpris2 should go into kde-workspace, next to nowplaying, to allow widget authors to port away from nowplaying. (The trouble with putting mpris2 in addons is that there would be an incentive - ubiquity - for widget

Re: Next Iteration Sprint, confirmed !

2012-04-23 Thread Sebastian Kügler
On Friday, April 20, 2012 15:39:02 Daker Fernandes Pinheiro wrote: I also agree that the vision must be over the limitations, specially when the concern is how to prioritize the development. In principle, basing development of technology onto a vision is the correct approach. There's a big

Re: Next Iteration Sprint, confirmed !

2012-04-23 Thread Sebastian Kügler
Addressing these two concerns individually: On Friday, April 20, 2012 15:19:14 Alex Fiestas wrote: 1-Everybody joings libplasma2 development, coordination is a mess, lot of new people working in old code etc, not ideal. I don't see why this would happen, we just need to coordinate and talk to

Re: Review Request: Improve PlasmaComponents.ToolButton layout

2012-04-26 Thread Sebastian Kügler
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/104735/#review12924 --- Ship it! Looks much better this way. - Sebastian Kügler

microblog engine and app

2012-04-26 Thread Sebastian Kügler
Hi all, As you might know, I've been working on a microblog app, done in Plasma Quick. This app comes in different disguises, as tablet-app, as desktop app and as widget. It uses PlasmaComponents throughout and adapts itself to screen space available.

Re: microblog engine and app

2012-04-27 Thread Sebastian Kügler
On Friday, April 27, 2012 10:46:28 Artur de Souza wrote: Quoting Sebastian Kügler se...@kde.org: everything the C++ widget does, I'd in fact like to replace that widget (recycling its plugin name for the QML Plasmoid). +1 that you won't get the dataengine if QOAuth

Re: Review Request: Merge the branch KLocaleQMLBindings into master

2012-04-30 Thread Sebastian Kügler
On Sunday, April 29, 2012 20:12:23 Giorgos Tsiapaliwkas wrote: On April 29, 2012, 12:18 p.m., Marco Martin wrote: yes, i think is to merge at this point. it can be only partial, but the api can map to qml only so much, so i think is as far it can go. to me, the only

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

2012-05-01 Thread Sebastian Kügler
On Wednesday, May 02, 2012 00:12:26 Viranch Mehta wrote: http://git.reviewboard.kde.org/r/104226/#review13258 --- Merged to master with commit bf1a11f5d9bcf73ba8f071bc4cd532ed8652e1d3 - Viranch Mehta Congrats, Viranch! You've done

Re: Review Request: Merge the branch KLocaleQMLBindings into master

2012-05-02 Thread Sebastian Kügler
On Wednesday, May 02, 2012 01:05:30 Giorgos Tsiapaliwkas wrote: Sure, actually I have merged the branch yet. I will merge it tomorrow. Can I convert the declarativeimports/test into a plasmoid??? If we make it a plasmoid it will be easier to use it. Sure. :) -- sebas http://www.kde.org |

Re: microblog engine and app

2012-05-02 Thread Sebastian Kügler
On Monday, April 30, 2012 09:08:07 Artur de Souza wrote: Quoting Marco Martin notm...@gmail.com: yes, was using kwallet My bad It was lnnggg ago that it was coming from the config file I even remembered some nasty bugs we got when started using the kwallet I'll be going to merge

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