Re: KDE Mouse Config GUI (for Todd and Aaron)

2011-02-05 Thread Rick Stockton
> On Friday, February 4, 2011, todd rme wrote: >> I don't want to sound like a broken record here, but this is exactly >> the sort of problem that being able to use mouse buttons in keyboard >> shortcuts would solve. Why create an entirely new GUI for this when >> we already have a GUI that can do

Re: tokamak five

2011-02-05 Thread Ryan Rix
On Sat 5 February 2011 22:19:17 Davide Bettio wrote: > Hi, > > I've been busy recently with university and I'll continue to be away > until the end of this semester in march. > Anyway I would like to participate to the next tokamak. I think that the > 17th week would be ok for me too. > Netherlands

KDE MouseConfig GUI (back to Aaron)

2011-02-05 Thread Rick Stockton
I'm making replies to some of those first responses (thank you all!). I asked: Should we push that user-specified map into Qt (i.e., with new interfaces and variables to handle any necessary "fixes" for left/right wheel assignments) -- or push it all the down into X11? > Aarron said: if possible

The Plasma team in Bilbao

2011-02-05 Thread Aleix Pol
Dear plasma team, As some of you know, we will be celebrating the KDE Edu sprint in Bilbao (University of Basque Country, UPV) around the weekend of the 10th April (I say around, because there is still some logistical problems to solve), as some have pointed out, it could be quite nice if you could

Re: gitness of plasma-mobile

2011-02-05 Thread Artur de Souza
Quoting Marco Martin : > Hi all, > a first attempt of conversion to git of plasma-mobile has been done, here it > is: > http://quickgit.kde.org/index.php?p=scratch%2Fmart%2Fplasma- > mobile.git&a=summary > > please take a look (especially artur :) if there is some major breakage, then > i'll proce

Re: tokamak five

2011-02-05 Thread Davide Bettio
Hi, I've been busy recently with university and I'll continue to be away until the end of this semester in march. Anyway I would like to participate to the next tokamak. I think that the 17th week would be ok for me too. Netherlands is ok for me: it can be easily reached with a cheap ryanair fligh

gitness of plasma-mobile

2011-02-05 Thread Marco Martin
Hi all, a first attempt of conversion to git of plasma-mobile has been done, here it is: http://quickgit.kde.org/index.php?p=scratch%2Fmart%2Fplasma- mobile.git&a=summary please take a look (especially artur :) if there is some major breakage, then i'll proceed requesting to promote it to playgr

Re: Dataengine for browser bookmarks

2011-02-05 Thread Jan Gerrit Marker
> For starters, you can just create classes like KonquerorBookmarks, > Firefox3Bookmarks etc. with some common abstract interface like >getFolders(const QString path) >getBookmarks(const QString path) >... > (or similar) > > then just create a >QList < QString > pluginNames; >Q

Re: Dataengine for browser bookmarks

2011-02-05 Thread Ivan Čukić
> I'm not sure how to make this into classes properly. I tried to understand > the way the weather dataengine uses but I didn't get it. For starters, you can just create classes like KonquerorBookmarks, Firefox3Bookmarks etc. with some common abstract interface like getFolders(const QString pat

Re: Dataengine for browser bookmarks

2011-02-05 Thread todd rme
On Sat, Feb 5, 2011 at 11:35 AM, Jan Gerrit Marker wrote: > Hi, >> Is this a possible use for Synchrotron?  Web browsers don't adhere to >> the KDE release schedule, there could easily be changes to the >> bookmarks format between KDE releases. > The Konqueror related code can stay in the engine's

Re: Dataengine for browser bookmarks

2011-02-05 Thread Jan Gerrit Marker
Hi, > The first thing here I'd like to see is separation of different > browsers into different classes. It would be much easier to > maintain/extend later. I'm not sure how to make this into classes properly. I tried to understand the way the weather dataengine uses but I didn't get it. > I gues

Re: Dataengine for browser bookmarks

2011-02-05 Thread Jan Gerrit Marker
Hi, > Is this a possible use for Synchrotron? Web browsers don't adhere to > the KDE release schedule, there could easily be changes to the > bookmarks format between KDE releases. The Konqueror related code can stay in the engine's code as Konqueror changes its API only with KDE releases. For th

Re: Dataengine for browser bookmarks

2011-02-05 Thread todd rme
On Sat, Feb 5, 2011 at 10:29 AM, Jan Gerrit Marker wrote: >> I think it's a nice idea and that the engine would be welcome for sure in >> workspace >> (ah, maybe you'll want to subscribe at least for the time the discussion >> will go on, not sure everybody will always remember to reply to all) >

Re: Review Request: MR: use textured text for the clock

2011-02-05 Thread Marco Martin
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/100576/ --- (Updated Feb. 5, 2011, 3:44 p.m.) Review request for Plasma and Sebastian

Re: Dataengine for browser bookmarks

2011-02-05 Thread Jan Gerrit Marker
> I think it's a nice idea and that the engine would be welcome for sure in > workspace > (ah, maybe you'll want to subscribe at least for the time the discussion > will go on, not sure everybody will always remember to reply to all) I'm subscribed, I used the wrong e-Mail address, sorry. > quick

Re: Dataengine for browser bookmarks

2011-02-05 Thread Ivan Čukić
p.s. There is no point really in doing this until the user (applet) requests a data source: /* Konqueror */ m_konquerorBookmarkManager = KBookmarkManager::userBookmarksManager(); /* Firefox 3 */ m_firefoxDbDir = QDir(KStandardDirs::locateLocal("cache", "") + "bookmarkrunner/firefo

Re: Dataengine for browser bookmarks

2011-02-05 Thread Ivan Čukić
Hi, The first thing here I'd like to see is separation of different browsers into different classes. It would be much easier to maintain/extend later. I guess that you're copying sqlite database file to another place so that you don't run into 'database locked' issue when firefox updates the data

Re: Review Request: ClockApplet : show seconds in the tooltip

2011-02-05 Thread Iamluc
--- This is an automatically generated e-mail. To reply, visit: http://svn.reviewboard.kde.org/r/6336/ --- (Updated Feb. 5, 2011, 2:26 p.m.) Review request for Plasma. Changes -

Re: Dataengine for browser bookmarks

2011-02-05 Thread Marco Martin
On Saturday 05 February 2011, Jan Gerrit José Marker wrote: > Hello, > The idea was on plasma-devel some time ago: > Write a dataengine which lists the bookmarks of browsers like Firefox, > Konqueror or Opera. > > The bookmarks runner got the feature of querying Firefox' and Opera's > bookmarks in

Re: Review Request: BMR: activity runner

2011-02-05 Thread Marco Martin
On Wednesday 02 February 2011, Aaron J. Seigo wrote: > On Wednesday, February 2, 2011, you wrote: > > a test branch merge request (BMR :) for aseigo/activityrunner > > i'd like to propose that we use review board for merge requests, > particularly as a way to signal that "this branch is ready!" fo

Dataengine for browser bookmarks

2011-02-05 Thread Jan Gerrit José Marker
Hello, The idea was on plasma-devel some time ago: Write a dataengine which lists the bookmarks of browsers like Firefox, Konqueror or Opera. The bookmarks runner got the feature of querying Firefox' and Opera's bookmarks in KDE SC 4.4 or 4.5. I used the code of this runner to implement the dat

Re: Review Request: MR: use textured text for the clock

2011-02-05 Thread Marco Martin
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/100576/ --- (Updated Feb. 5, 2011, 1:57 p.m.) Review request for Plasma and Sebastian

Review Request: MR: use textured text for the clock

2011-02-05 Thread Marco Martin
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/100576/ --- Review request for Plasma and Sebastian Kügler. Summary --- use a svg

Re: the next step on the desktop

2011-02-05 Thread Jeffery MacEachern
On Sat, Feb 5, 2011 at 01:09, Marco Martin wrote: > On Saturday 05 February 2011, Jeffery MacEachern wrote: >> I agree on the call for mocks; I wonder, though, if it might be good >> to make some of the ideas discussed here more concrete (or at least, >> more well-defined), and post them as "seed"

Re: the next step on the desktop

2011-02-05 Thread Emdek
On 05-02-2011 at 11:06:08 Jeffery MacEachern wrote: >>> I have definitely seen this applet before Maybe it is in the >>> playground >> >> hm.. i see something in playground/base/plasma/applets/runnapplet > Aaron, I haven't checked there, but I know of a similar plasmoid that > exists here:

Re: the next step on the desktop

2011-02-05 Thread Marco Martin
On Saturday 05 February 2011, Jeffery MacEachern wrote: > I agree on the call for mocks; I wonder, though, if it might be good > to make some of the ideas discussed here more concrete (or at least, > more well-defined), and post them as "seed" ideas when putting out the > call. > - Jeffery MacEach

Re: the next step on the desktop

2011-02-05 Thread Jeffery MacEachern
>> I have definitely seen this applet before :) Maybe it is in the playground > > hm.. i see something in playground/base/plasma/applets/runnapplet Aaron, I haven't checked there, but I know of a similar plasmoid that exists here: http://kde-look.org/content/show.php/Run+Command?content=91495 I'm j

Re: the next step on the desktop

2011-02-05 Thread Jeffery MacEachern
I agree on the call for mocks; I wonder, though, if it might be good to make some of the ideas discussed here more concrete (or at least, more well-defined), and post them as "seed" ideas when putting out the call.  - Jeffery MacEachern On Thu, Feb 3, 2011 at 11:50, todd rme wrote: > On Thu, Fe

Re: Mouse Buttons- should KDE provide a GUI to "fix" faulty button numbers?

2011-02-05 Thread Jeffery MacEachern
On Fri, Feb 4, 2011 at 16:14, Aaron J. Seigo wrote: > On Friday, February 4, 2011, Rick Stockton wrote: >> Background for my question: >> >> Different mice, even different mice from the SAME manufacturer, >> sometimes emit different X11 Button numbers for the same button. For >> example, the tilt

Re: Mouse Buttons- should KDE provide a GUI to "fix" faulty button numbers?

2011-02-05 Thread Ivan Cukic
> with Rick's proposed solution, the user wouldn't notice a difference > between the two mice ... as expected. > > Rick: am i understanding you correctly here? I understood it like this as well. Something like a drop list we have for keyboards. -- Idleness is not doing nothing. Idleness is b