Character-Runner

2010-04-08 Thread Anton Kreuzkamp
A few days ago I wrote a KRunner-plugin for creating special characters from its hexadecimal-code. (e.g. #3b1 for α). It also has the possibility to configure aliases (e.g. #a instead of #3b1): http://kde-look.org/content/show.php/Character+Runner?content=122629   I would appreciate it if you

Re: Fwd: [Bug 207902] launcher support in libtaskmanager

2010-06-15 Thread Anton Kreuzkamp
I think I can have a look at it at the weekend. But I'm a really unexperienced programmer so don't have too much hope (I will report if I'm able to do it) cheers, Anton ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/list

Re: Fwd: [Bug 207902] launcher support in libtaskmanager

2010-06-17 Thread Anton Kreuzkamp
I think I can do it. As Aaron said it's not really difficult and doesn't require workarounds. But I have a design-question: Where to put the config? there are two possibilities: -put the config into libtaskmanager -put the config into the applet and provide addLauncher/removeLauncher methods I wo

Re: Fwd: [Bug 207902] launcher support in libtaskmanager

2010-06-17 Thread Anton Kreuzkamp
>I would add kind of method which takes QStringList. Each entry would >include path to launcher .desktop file. so I'll let the applet do the config-stuff. (btw. I've done this with KUrls) >The next problem is where to display tasks without launchers (should be >always added on right side - but wh

Re: Fwd: [Bug 207902] launcher support in libtaskmanager

2010-07-08 Thread Anton Kreuzkamp
I'm almost ready so far, but I'm wondering which method the applets use to get the items. (Maybe the problem is in my unclean test-implementation in tasks but TaskGroup::members() doesn't work correct) Thanks in advance for the information best regards, Anton ___

Review Request: Launcher support for libtaskmanager

2010-07-10 Thread Anton Kreuzkamp
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.kde.org/r/4585/ --- Review request for Plasma. Summary --- Adds support for Windows 7 like laun

Re: Review Request: Launcher support for libtaskmanager

2010-07-10 Thread Anton Kreuzkamp
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.kde.org/r/4585/ --- (Updated 2010-07-10 17:21:34.119645) Review request for Plasma. Summary --

Re: Review Request: Launcher support for libtaskmanager

2010-07-10 Thread Anton Kreuzkamp
visit: http://reviewboard.kde.org/r/4585/#review6469 ------- On 2010-07-10 17:21:34, Anton Kreuzkamp wrote: > > --- > This is an automatically generate

Re: Review Request: Launcher support for libtaskmanager

2010-07-10 Thread Anton Kreuzkamp
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.kde.org/r/4585/ --- (Updated 2010-07-10 18:21:39.521058) Review request for Plasma. Changes --

Review Request: Icontasks: Add (hidden) config-option to manually set media-applications

2012-06-02 Thread Anton Kreuzkamp
charm. No problems I could think of. Thanks, Anton Kreuzkamp ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel

Re: Review Request: Launcher support for libtaskmanager

2010-08-22 Thread Anton Kreuzkamp
reviewboard.kde.org/r/4585/#review6545 --- On 2010-07-10 18:21:39, Anton Kreuzkamp wrote: > > --- > This is an automatically generated e-mail. To re

Re: Review Request: Launcher support for libtaskmanager

2010-08-22 Thread Anton Kreuzkamp
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.kde.org/r/4585/ --- (Updated 2010-08-22 10:39:29.599662) Review request for Plasma. Changes --

Re: Review Request: Launcher support for libtaskmanager

2010-08-23 Thread Anton Kreuzkamp
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.kde.org/r/4585/#review6545 --- On 2010-08-22 10:39:29, Anton Kreuzkamp wrote: > >

Re: Review Request: Launcher support for libtaskmanager

2010-08-25 Thread Anton Kreuzkamp
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.kde.org/r/4585/ --- (Updated 2010-08-25 17:59:38.336993) Review request for Plasma. Changes --

Re: Review Request: Launcher support for libtaskmanager

2010-08-25 Thread Anton Kreuzkamp
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.kde.org/r/4585/ --- (Updated 2010-08-25 18:12:01.192415) Review request for Plasma. Changes --

Re: Why rotate widgets?

2010-09-07 Thread Anton Kreuzkamp
I can't answer your question, as I'm not the one who wrote it, but I agree that it is needless for the normal user. Nevertheless I think that there are a couple of users who are using it. I would propose to add a rotate() method to the desktop-scripting and remove the option in the GUI. So power

Re: Why rotate widgets?

2010-09-07 Thread Anton Kreuzkamp
>I wish there was a trapezoid/shear mapping feature so I could also add >some perspective effect to the widgets. Where is the wishlist kept for >plasmoid features? As I said before I'm currently working on it (only via desktop scripting to not clutter the interface - maybe if the majority sais it

Re: Why rotate widgets?

2010-09-07 Thread Anton Kreuzkamp
The problem by that is that in perspective transformation you can't simply turn it, but you need a vanishing point. Currently QTransform has a method to rotate by the X- and Y-Axis but it sets the Y-coordinate automatically to 0 (relative to the widgets top) and so the 3D-effect isn't really con

Launchersupport for the tasks-applet

2010-09-12 Thread Anton Kreuzkamp
Just a few weeks ago, I committed a patch for libtaskmanager, that adds support for Windows7 like launchers. Now of course the applets need to implement it, too. So my question is: Is anyone here interested in implementing it or maybe already doing so? If not I have to find the time to do it. (Y

Re: Launchersupport for the tasks-applet

2010-09-13 Thread Anton Kreuzkamp
> > So my question is: Is anyone here interested in implementing it or maybe > > > > already doing so? > > i haven't started doing so, and i don't know of anyone who has. so, do you plan to do so? ___ Plasma-devel mailing list Plasma-devel@kde.org https

Re: KDE/kdebase/workspace/kwin

2010-10-28 Thread Anton Kreuzkamp
> > > > so... who's interested in making this happen? :) > > > > whoever it is gets a beer (and hugs of course!) next akademy :) > > >  > > > ...anyone? > >  > > I would volunteer as it is mostly the kwin part, but unfortunately hard > > feature freeze is already in two weeks and there are other t

Re: KDE/kdebase/workspace/plasma/generic/applets/systemtray/core

2010-10-31 Thread Anton Kreuzkamp
  > most of the time the mouse isn't over the icon. as i said, it is now > optimized for the _fringe case_. You can't say that. The item is in "needs attention"-state until you click on it. And when you click on it the mouse is over the icon. And that's where I see the problem. What I would soppose

Re: KDE/kdebase/workspace/plasma/generic/applets/systemtray/core

2010-11-01 Thread Anton Kreuzkamp
Am Montag 01 November 2010, 07:52:06 schrieb Aaron J. Seigo: > On Sunday, October 31, 2010, Anton Kreuzkamp wrote: > > > most of the time the mouse isn't over the icon. as i said, it is now > > > > > > optimized for the _fringe case_. > > > > You c

Review Request: Launchersupport in libtaskmanager - final implementation

2010-11-07 Thread Anton Kreuzkamp
--- This is an automatically generated e-mail. To reply, visit: http://svn.reviewboard.kde.org/r/5785/ --- Review request for Plasma. Summary --- This is the final implementation

Re: Review Request: Launchersupport in libtaskmanager - final implementation

2010-11-07 Thread Anton Kreuzkamp
--- This is an automatically generated e-mail. To reply, visit: http://svn.reviewboard.kde.org/r/5785/ --- (Updated 2010-11-07 13:19:14.069931) Review request for Plasma. Summary --

Review Request: Launchersupport in the Tasks-applet

2010-11-07 Thread Anton Kreuzkamp
--- This is an automatically generated e-mail. To reply, visit: http://svn.reviewboard.kde.org/r/5786/ --- Review request for Plasma. Summary --- Implementation of the launchersu

Re: Review Request: Launchersupport in libtaskmanager - final implementation

2010-11-09 Thread Anton Kreuzkamp
kde.org/r/5785/diff/1/?file=40721#file40721line316> > > > > the fact that his can fail hints that this is a feature in the wrong > > place. > > > > if it is decided that this context menu should be kept (and i'm not yet > > convinced it

Re: Review Request: Launchersupport in libtaskmanager - final implementation

2010-11-09 Thread Anton Kreuzkamp
, this should be moved > > there. the actions are not public API while this is. > > Anton Kreuzkamp wrote: > together with findLauncher() this is possible now, I'll change it. toggleLauncherSettingforItem() emits the signals launcherAdded() and launcher

Re: Review Request: Launchersupport in libtaskmanager - final implementation

2010-11-09 Thread Anton Kreuzkamp
--- This is an automatically generated e-mail. To reply, visit: http://svn.reviewboard.kde.org/r/5785/ --- (Updated 2010-11-09 20:17:52.753948) Review request for Plasma. Changes --

Re: Review Request: Launchersupport in the Tasks-applet

2010-11-09 Thread Anton Kreuzkamp
- This is an automatically generated e-mail. To reply, visit: http://svn.reviewboard.kde.org/r/5786/#review8540 --- On 2010-11-07 14:08:45, Anton Kreuzkamp wrote: > >

Re: Review Request: Launchersupport in the Tasks-applet

2010-11-09 Thread Anton Kreuzkamp
--- This is an automatically generated e-mail. To reply, visit: http://svn.reviewboard.kde.org/r/5786/ --- (Updated 2010-11-09 20:52:25.200731) Review request for Plasma. Changes --

Re: Review Request: Launchersupport in the Tasks-applet

2010-11-09 Thread Anton Kreuzkamp
--- This is an automatically generated e-mail. To reply, visit: http://svn.reviewboard.kde.org/r/5786/ --- (Updated 2010-11-09 20:56:40.134544) Review request for Plasma. Changes --

Re: Review Request: Launchersupport in the Tasks-applet

2010-11-09 Thread Anton Kreuzkamp
be decent) - Anton --- This is an automatically generated e-mail. To reply, visit: http://svn.reviewboard.kde.org/r/5786/#review8599 --- On 2010-11-09 20:56:40, A

Re: Review Request: Launchersupport in libtaskmanager - final implementation

2010-11-11 Thread Anton Kreuzkamp
--- This is an automatically generated e-mail. To reply, visit: http://svn.reviewboard.kde.org/r/5785/ --- (Updated 2010-11-11 20:52:31.230598) Review request for Plasma. Changes --

Re: Review Request: Launchersupport in the Tasks-applet

2010-11-11 Thread Anton Kreuzkamp
--- This is an automatically generated e-mail. To reply, visit: http://svn.reviewboard.kde.org/r/5786/ --- (Updated 2010-11-11 20:54:25.104275) Review request for Plasma. Changes --

Re: GSoC on Porting Plasmoids to QML

2011-02-24 Thread Anton Kreuzkamp
On Tuesday 22 February 2011 14:07:20 Tomaz Canabrava wrote: > Hy All, > > A bunch of you already know me, and I do plan to apply for the Porting > Plasmoids to QML. I already worked a bit with plasmoids ( trying some > Widgets using plasma and have a lot of code in the fifteen puzzle > plasmoid &

Re: The future of virtual desktops

2011-02-25 Thread Anton Kreuzkamp
> Now the question is, what will happen > with virtual desktops? > > If not, this thread can serve as a place for discussing this. I also disagree with the idea of droping virtual desktops in favour of activities. But I was thinking about how to differetiate them better, and I came to the follo

Re: GSoC on Porting Plasmoids to QML

2011-02-25 Thread Anton Kreuzkamp
On Thursday 24 February 2011 22:05:15 Marco Martin wrote: > On Thursday 24 February 2011, Anton Kreuzkamp wrote: > > Just a quick note: > > I'm currently already working at porting the "remember the milk" plasmoid > > to QML, so if you're thinking about whi

Re: The future of virtual desktops

2011-02-25 Thread Anton Kreuzkamp
On Friday 25 February 2011 12:28:51 Nuno Pinheiro wrote: > You would like my solution to this problem... I call its space :) > the desktp is a view on a linear expanding space (it just expandes side > ways)... that revolves into itself, (you can make the space grow or shrink > ). and you can sc

Review Request: DeclarativeImports-DataSource: Add the name of the changed source as parameter to the dataChanged() signal

2011-04-11 Thread Anton Kreuzkamp
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/101081/ --- Review request for Plasma and Marco Martin. Summary --- Add the name

Re: Review Request: DeclarativeImports-DataSource: Add the name of the changed source as parameter to the dataChanged() signal

2011-04-11 Thread Anton Kreuzkamp
iewboard.kde.org/r/101081/#review2554 --- On April 11, 2011, 10:56 a.m., Anton Kreuzkamp wrote: > > --- > This is an automatically generated e-mail. To reply, vi

Re: Review Request: DeclarativeImports-DataSource: Add the name of the changed source as parameter to the dataChanged() signal

2011-04-11 Thread Anton Kreuzkamp
> On April 11, 2011, 11:33 a.m., Marco Martin wrote: > > are you sure the property binding still works? > > ime, even if the qt doc about it isn't clear at all, any signal set as > > NOTIFY of some qproperty does seem to work only if doesn't have any > >

Review Request: libRTM: Allow to delete completed task

2011-04-23 Thread Anton Kreuzkamp
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/101213/ --- Review request for Plasma. Summary --- I'm mainly filing this review

Review Request: Add a setGenericFilter-function to qml-DataModel

2011-04-26 Thread Anton Kreuzkamp
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/101240/ --- Review request for Plasma. Summary --- Adds a setGenericFilter-functi

Re: Review Request: libRTM: Allow to delete completed task

2011-04-26 Thread Anton Kreuzkamp
27;ll commit it now. - Anton --- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/101213/#review2874 --- On April 23, 2011, 11:

Re: Review Request: Add a setGenericFilter-function to qml-DataModel

2011-04-26 Thread Anton Kreuzkamp
ompleted" exists I can't SortFilterModel, can I? - Anton --- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/101240/#review2899 -----

Re: Review Request: Add a setGenericFilter-function to qml-DataModel

2011-04-26 Thread Anton Kreuzkamp
> On April 26, 2011, 3:25 p.m., Marco Martin wrote: > > Do you have an use case wheree this would be necessary where a > > SortFilterModel would not be enough? > > Anton Kreuzkamp wrote: > In the declarative RTM plasmoid I want to show only the non-completed &

Re: some simple tasks

2011-08-01 Thread Anton Kreuzkamp
> Issue: Launchers in Tasks widget disappear after use > Reference: https://bugs.kde.org/show_bug.cgi?id=278843 > > Suggested fixes: either libtaskmanager or the tasks widget are not > identifying the launcher icon as being available after closing the last > window. which means something like the

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

2011-10-21 Thread Anton Kreuzkamp
On Thursday 20 October 2011 16:27:37 Mark wrote: > * What is the current way to get the basic KDE SC running from Git? > * What environment variables do i need to set to use KDE from Git (libdir, > bindir...)? The easiest (and I think also recommended) way is kdesrc-build. _

Re: Need some general feedback

2011-10-23 Thread Anton Kreuzkamp
On Sunday 23 October 2011 11:14:33 Kevin Krammer wrote: > Hi there, > > since it seems there are no Plasma developers available for team work [1] at > the present time [2], I'd like to ask for some general advice. > > I would appreciate to know whether I failed to communicate the value of > being

Re: Need some general feedback

2011-10-23 Thread Anton Kreuzkamp
On Sunday 23 October 2011 20:20:40 Kevin Krammer wrote: > On Sunday, 2011-10-23, Anton Kreuzkamp wrote: > > You asked about help for UI-Design. It is really hard to think of a design > > when you don't know exactly what it should do. > > No, but if that came across it

Re: IconTasks taskmanager changes

2011-10-26 Thread Anton Kreuzkamp
On Wednesday 26 October 2011 17:24:08 Craig Drummond wrote: > On 26/10/11 15:59, Aaron J. Seigo wrote: > > On Wednesday, October 26, 2011 15:13:02 Craig Drummond wrote: > >> Then you simply cannot pin the application to the taskbar. Is that such a > >> big deal? > > > > it would be a regression wi

Re: IconTasks taskmanager changes

2011-10-27 Thread Anton Kreuzkamp
On Wednesday 26 October 2011 21:22:31 Craig Drummond wrote: > > I don't think that the normal user will be able to find the desktop file > > manually in the filesystem. The experienced user can still add the > > desktop-file easily per drag&drop (provided the applet supports it). > > That said, I m

Re: IconTasks taskmanager changes

2011-10-27 Thread Anton Kreuzkamp
On Thursday 27 October 2011 16:21:28 Aaron J. Seigo wrote: > On Thursday, October 27, 2011 14:44:17 todd rme wrote: > > This may be an ignorant question, but what is wrong with using the > > existing application picker dialog as-is? As best as I can tell it > > nothing. the question isn't whether

Re: IconTasks taskmanager changes

2011-10-27 Thread Anton Kreuzkamp
On Thursday 27 October 2011 23:11:13 Martin Klapetek wrote: > On Oct 27, 2011 10:12 PM, "Craig Drummond" wrote: > > On 27/10/11 18:32, Anton Kreuzkamp wrote: > >> On Thursday 27 October 2011 16:21:28 Aaron J. Seigo wrote: > >>> On Thursday, October 27, 2

Re: IconTasks taskmanager changes

2011-10-27 Thread Anton Kreuzkamp
On Thursday 27 October 2011 21:05:09 Craig Drummond wrote: > On 27/10/11 18:08, Anton Kreuzkamp wrote: > > On Wednesday 26 October 2011 21:22:31 Craig Drummond wrote: > >> The user is prompted with a dialog showing the list of installed apps - > >> this is basical

Re: IconTasks taskmanager changes

2011-10-27 Thread Anton Kreuzkamp
On Thursday 27 October 2011 22:42:39 Craig Drummond wrote: > On 27/10/11 22:36, Anton Kreuzkamp wrote: > > On Thursday 27 October 2011 21:05:09 Craig Drummond wrote: > >> On 27/10/11 18:08, Anton Kreuzkamp wrote: > >>> On Wednesday 26 October 2011 21:22:31 Craig Drum

Re: IconTasks taskmanager changes

2011-10-27 Thread Anton Kreuzkamp
On Friday 28 October 2011 00:00:02 Martin Klapetek wrote: > On Oct 27, 2011 11:35 PM, "Anton Kreuzkamp" wrote: > > On Thursday 27 October 2011 23:11:13 Martin Klapetek wrote: > > > > > Little bit sidetrack - I've been using Icon Tasks for quite some time

Review Request: Add a groupingstrategy to automatically group tasks that are grouped using kwin's windowtabbing

2011-11-09 Thread Anton Kreuzkamp
egies/wintabgroupingstrategy.cpp PRE-CREATION libs/taskmanager/task.h aa05176 libs/taskmanager/task_x11.cpp 9b7d8cb Diff: http://git.reviewboard.kde.org/r/103101/diff/diff Testing --- Tested without problems so far. Thanks, Anton Kreuzkamp ___ Plasma-

Re: Review Request: Add a groupingstrategy to automatically group tasks that are grouped using kwin's windowtabbing

2011-11-10 Thread Anton Kreuzkamp
sting --- Tested without problems so far. Thanks, Anton Kreuzkamp ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel

Re: Review Request: Add a groupingstrategy to automatically group tasks that are grouped using kwin's windowtabbing

2011-11-10 Thread Anton Kreuzkamp
pp, line 101 > > <http://git.reviewboard.kde.org/r/103101/diff/1/?file=40755#file40755line101> > > > > indented too far - Anton --- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/103101/#review8094

Re: Review Request: Add a groupingstrategy to automatically group tasks that are grouped using kwin's windowtabbing

2011-11-10 Thread Anton Kreuzkamp
o far. Thanks, Anton Kreuzkamp ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel

Re: Re: Files, config, and welcome (again)

2012-04-19 Thread Anton Kreuzkamp
On Sunday, April 15, 2012 18:22:52 Mark wrote: > If you're making a qml only plasmoid then KCal is not possible since it > doesn't have a qml binding (as far as I know...). The calendar-dataengine has support for todo-items, as they're handled as just another type of calendar-entries. You should u

Re: Re: Re: Files, config, and welcome (again)

2012-04-19 Thread Anton Kreuzkamp
Just read your notes on what it should be able to do. I don't know what the akonadi-kcal-solution is able to do. Probably not quite everything you want... I recommend you to get in touch with the kdepim-gurus and get to know what it is able to do and eventually (ideally) how to get the missing p

Review Request 119430: Don't remove dbus-activated plasmoids too early.

2014-07-23 Thread Anton Kreuzkamp
mtray/plugin/protocols/plasmoid/plasmoidprotocol.cpp 992c7f3226cc0f71c085e9148179b2e44dcd2e4f Diff: https://git.reviewboard.kde.org/r/119430/diff/ Testing --- Only tested with mediacontroller plasmoid. Works there. Thanks, Anton Kreuzkamp ___ P

Re: Review Request 119430: Don't remove dbus-activated plasmoids too early.

2014-07-23 Thread Anton Kreuzkamp
smoid. Works there. Thanks, Anton Kreuzkamp ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel

Re: Review Request 103101: Add a groupingstrategy to automatically group tasks that are grouped using kwin's windowtabbing

2016-09-22 Thread Anton Kreuzkamp
thout problems so far. Thanks, Anton Kreuzkamp

D18884: Workaround to prevent recursive handling of wakeup

2019-02-09 Thread Anton Kreuzkamp
akreuzkamp created this revision. akreuzkamp added a reviewer: Plasma. Herald added a project: Plasma. Herald added a subscriber: plasma-devel. akreuzkamp requested review of this revision. REVISION SUMMARY Under certain circumstances, Core::onResumingFromIdle triggers an action, which causes C