Re: Plasma Wallpapers in QML

2012-10-02 Thread Aaron J. Seigo
On Tuesday, October 2, 2012 20:28:29 Aleix Pol wrote: > I just pushed the mouse events forwarding to the QGraphicsScene, not > it's not only alive but it can be tickled ;). ... so who'll be the first one to find a cute picture of a baby and a funny giggling sound and make it into a wallpaper? ;)

Re: Review Request: add preview thumbnail at color wallpaper config dialog

2012-10-02 Thread Aaron J. Seigo
> On Oct. 2, 2012, 2:20 p.m., Aleix Pol Gonzalez wrote: > > plasma/generic/wallpapers/color/itemsview.h, line 1 > > > > > > Shouldn't the ItemsView be in some kind of common place? > > > > I probably should b

Re: Display Configuration KCM design review

2012-10-02 Thread Aaron J. Seigo
fect times to use the toggle switch QML Component on the desktop as it is rather literall "on" or "off" :) thanks for working on this :) -- Aaron J. Seigo signature.asc Description: This is a digitally signed message part. ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel

Re: plasma2 and ToolTipManager

2012-10-02 Thread Aaron J. Seigo
On Tuesday, October 2, 2012 12:38:11 Martin Gräßlin wrote: > should at least try to make that possible and not kill that before we > even start with going to Wayland, can we? yes, i agree. my concern is that we may be tempted to answer too many questions with "put it in the window manager" in spi

Re: plasma2 and ToolTipManager

2012-10-01 Thread Aaron J. Seigo
all platforms so doesn't paint us into a platform-specific corner in case we care about that. most importantly, it means no application level IPC, no unecessary copying of data around, and all the rendering can be kept within the processes where it makes the most sense. -- Aaron J. Se

Re: Getting notifications in the plasma widget

2012-10-01 Thread Aaron J. Seigo
is no way to > connect the root knotify to the user widget? they are on different dbus sessions, so no .. > But I can run the app as my > user and do the service stops/starts with sudo. which is probably what you want to do anyways. running GUIs as root is scary and recomended against

maintainership of plasma-desktop

2012-10-01 Thread Aaron J. Seigo
interested, please let me know. -- Aaron J. Seigo signature.asc Description: This is a digitally signed message part. ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel

Re: Getting notifications in the plasma widget

2012-10-01 Thread Aaron J. Seigo
ger. or .. seeing if there is more than one knotify process running in the first place :) -- Aaron J. Seigo signature.asc Description: This is a digitally signed message part. ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mail

Re: plasma2 and ToolTipManager

2012-10-01 Thread Aaron J. Seigo
On Monday, October 1, 2012 15:15:23 Martin Gräßlin wrote: > Am 01.10.2012 14:46, schrieb Aaron J. Seigo: > > the GL texture would be generated and updated by the window manager > > but used b > > other applications (e.g.the desktop shell). how to address such > > textur

Re: plasma2 and ToolTipManager

2012-10-01 Thread Aaron J. Seigo
On Monday, October 1, 2012 15:15:23 Martin Gräßlin wrote: > Am 01.10.2012 14:46, schrieb Aaron J. Seigo: > > the GL texture would be generated and updated by the window manager > > but used b > > other applications (e.g.the desktop shell). how to address such > > textur

Re: plasma2 and ToolTipManager

2012-10-01 Thread Aaron J. Seigo
the WM and the application (leading to, e.g., thumbnails not updated in a live fashion) just as i am hesitant to move window management issues outside the window manager (e.g. client side window decos), i am hesitant to move application rendering into the window manager. -- Aaron J. Seigo signature.asc De

Re: Review Request: create only the required files during the load of the project

2012-10-01 Thread Aaron J. Seigo
. however, the model MUST then be fixed to at least show all non-created files described in the package as well otherwise things like creating new images or populating the default settings will be hard/impossible for the user and making that easy is plasmate's #1 purpose in life. :) - Aaron J.

Re: Getting notifications in the plasma widget

2012-09-30 Thread Aaron J. Seigo
On Sunday, September 30, 2012 21:33:56 Robin Atwood wrote: > On Sunday 30 Sep 2012, Aaron J. Seigo wrote: > > On Saturday, September 29, 2012 19:49:25 Robin Atwood wrote: > > > > I have just realised that an application I wrote years ago has its > > > > KNotific

Re: KDE not usable in LTSP fat mode, too I/O traffic

2012-09-30 Thread Aaron J. Seigo
rting it in a running session reproduces the problems, or if it is a one-time thing. there's also krunner, kwin, kded and a few other processes that may be culprits if plasma-desktop only ends up being part of the issue (or not really involved at all). -- Aaron J. Seigo signature.asc Descr

Re: Review Request: Use Product instead of description for device names

2012-09-30 Thread Aaron J. Seigo
product name is always sth sensible and there (e.g. never an empty string) then this looks good; if the product can be an empty string, then it should fall back to the hotplug text (perhaps in the DataEngine itself) - Aaron J. Seigo On Sept. 29, 2012, 8:21 p.m., Alex Fiestas wrote

Re: Getting notifications in the plasma widget

2012-09-29 Thread Aaron J. Seigo
> > KNotification::event( eventid, title ); > > > > and specify "Show a message in a popup" in the configuration dialog. What that sould be enough. do other applications with notification show up in the plasmoid? -- Aaron J. Seigo signatur

Re: Tasker in 4.10?

2012-09-29 Thread Aaron J. Seigo
eMessageBox and then set the dialog to not be modal. it is a bit of a clumsy API like that. you can also probably send in a parent windowId of 0 and then pass WindowModal in the options flags. -- Aaron J. Seigo signature.asc Description: This is a digit

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

2012-09-29 Thread Aaron J. Seigo
On Friday, September 28, 2012 15:30:05 Aurélien Gâteau wrote: > > On Sept. 26, 2012, 9:16 a.m., Aurélien Gâteau wrote: > > > I pushed the plasmoidviewer changed in and filed a Qt review as well: > > > https://codereview.qt-project.org/#change,35683> > > Aaron J.

Re: Tasker in 4.10?

2012-09-29 Thread Aaron J. Seigo
;t in focus. yes, the panel dialog is still modal. that should be fixed. it isn't a massive problem though as clicking anywhere on plasma (including a panel) will bring it up, but it still is non-optimal and a violation of the no-modals. patches welcome :) -- Aaron J. Seigo signature

Re: Tasker in 4.10?

2012-09-28 Thread Aaron J. Seigo
On Friday, September 28, 2012 22:11:37 Michał 'rysiek' Woźniak wrote: > I sent a link to a repo, here it is again: > https://redmine.hackerspace.pl/projects/private-tasker/repository you'll want to move this to git.kde.org ... you can get a devel account on identity.kde.o

Re: Tasker in 4.10?

2012-09-28 Thread Aaron J. Seigo
On Friday, September 28, 2012 19:59:45 Michał 'rysiek' Woźniak wrote: > Is it possible to get Tasker in 4.10? What is the procedure? it has to be: * maintained * work in all form factors (planar/desktop, vertical, horizontal) * follow the typical Plasma principles of resizability, no blocking

Re: Including Stackfolder to 4.10

2012-09-28 Thread Aaron J. Seigo
ood enough imho. i do see that it gets the "Home" icon now when that happens ... but it doesn't list anything in the dialog that pops up. :/ -- Aaron J. Seigo signature.asc Description: This is a digitally signed message part. ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel

Re: Including Stackfolder to 4.10

2012-09-28 Thread Aaron J. Seigo
this means it does not work when added from the add widgets interface. which means 1 of 2 things needs to happen: * it gets a config dialog that lets you set the current directory * it is set to hidden so it does not show in Add Widgets -- Aaron J. Seigo signature.asc Description: This is

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

2012-09-28 Thread Aaron J. Seigo
> On Sept. 26, 2012, 9:16 a.m., Aurélien Gâteau wrote: > > I pushed the plasmoidviewer changed in and filed a Qt review as well: > > https://codereview.qt-project.org/#change,35683 this change was pushed into the KDE/4.9 branch of kdelibs, but not master. not sure it should be in the 4.9 branc

Re: Including Stackfolder to 4.10

2012-09-28 Thread Aaron J. Seigo
On Friday, September 28, 2012 10:18:29 Ural Mullabaev wrote: > What I have to do to include StackFolder in KDE 4.10? I should to post to > the reviewbord or can you look in the repository, because it isn't small > part of code? Looking into the repository is fine. Is the QML version complete? I j

Re: development settings panel in Active Settings

2012-09-27 Thread Aaron J. Seigo
On Thursday, September 27, 2012 16:38:20 Aaron J. Seigo wrote: > * allows for ordering of panels so that, e.g., the devel panel appears last. > (actually, i haven't pushed that yet, but will be doing so..) ok, this is in now. modules are ordered by their categories. the category

development settings panel in Active Settings

2012-09-27 Thread Aaron J. Seigo
. (actually, i haven't pushed that yet, but will be doing so..) i'd like to merge this into master after PA3 is released (unless someone feels there is a really good reason to put it into PA3 and can do some more QA testing) -- Aaron J. Seigo signature.asc Description: This is a digi

Re: libplasma2 and Wallpaper

2012-09-27 Thread Aaron J. Seigo
aaaybe, games) as it is unlikely to add to the user experience anything other than more things to configure and more things to go wrong and look inconsistent. -- Aaron J. Seigo signature.asc Description: This is a digitally signed message part. ___ Plasma

Re: libplasma2 and Wallpaper

2012-09-27 Thread Aaron J. Seigo
On Thursday, September 27, 2012 20:36:39 Reza Shah wrote: > If it's not overkill, may be the new design can be used inside other apps. > Something like set dolphin background, set kopete chat background. what is the benefit of having wallpapers in random application windows? -- Aar

Re: plasma2 and ToolTipManager

2012-09-26 Thread Aaron J. Seigo
this visible to components that need it, and that sounds a lot like needing a singleton ... if we can get away with an application global singleton it's simple. but the case where there may be multiple Coronas in the same app (think about the KPart :) that might not be true. fun .. :) -- Aaro

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

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

Re: plasma: QGraphicsView-ectomy

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

Re: Review Request: Move plasma tools into plasmate

2012-09-26 Thread Aaron J. Seigo
ate needs to be moved into a sub-directory as well. this will result in plasmate/plasmate/, and perhaps we should think about renaming the repository to plasma-sdk-tools or somesuch at a future point. in any case, once plasmate sources are in a subdirectory as well, please push. - Aaron J. Seig

Re: Behavior on systray icon clicking

2012-09-25 Thread Aaron J. Seigo
would have a complete mess.) > For those that don't have spacial memory which is ~0% of the current human population -- Aaron J. Seigo signature.asc Description: This is a digitally signed message part. ___ Plasma-devel mailing list Plasma-d

Re: Behavior on systray icon clicking

2012-09-25 Thread Aaron J. Seigo
is done. it should be a lot easier to accomplish than with the existing C++ stuff. -- Aaron J. Seigo signature.asc Description: This is a digitally signed message part. ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinf

Re: Behavior on systray icon clicking

2012-09-25 Thread Aaron J. Seigo
do it "properly" - clicking plasmoid it opens, > closing is done with close button (possibly followed by fixing other apps)? how does the current system negatively impact people using the system? how would changing to the proposed behaviour improve the experience? (hopefull

Re: libplasma2 and Wallpaper

2012-09-25 Thread Aaron J. Seigo
On Tuesday, September 25, 2012 11:31:06 Marco Martin wrote: > On Tue, Sep 25, 2012 at 9:49 AM, Aaron J. Seigo wrote: > > we may even want to put support for these new plugins into the QML helper > > for Containment so that shells don't need to do anything at all. this is &g

libplasma2 and Wallpaper

2012-09-25 Thread Aaron J. Seigo
Wallpapers and Containments and that part works rather well. thoughts? -- Aaron J. Seigo signature.asc Description: This is a digitally signed message part. ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel

Re: api review for DataEngineConsumer

2012-09-25 Thread Aaron J. Seigo
en you are finished with the engines loaded using it. -- Aaron J. Seigo signature.asc Description: This is a digitally signed message part. ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel

Re: Plasma Wallpapers in QML

2012-09-25 Thread Aaron J. Seigo
the moment that may not be possible. ... and this leads me to think about what to do with Wallpaper in libplasma2 :) as for where to put this plugin, for now it should go into kdeplasma-addons with the other wallpaper plugins. p.s. ascii animals are awesome :) -- Aaron J. Seigo signature.

Re: Review Request: expand the theme package in order to include *.svgz files

2012-09-24 Thread Aaron J. Seigo
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/106557/#review19393 --- Ship it! Ship It! - Aaron J. Seigo On Sept. 24, 2012, 3:38

Re: Review Request: Fix wrong selection background rendering (visible e.g. with Plastique)

2012-09-24 Thread Aaron J. Seigo
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/106544/#review19389 --- Ship it! Ship It! - Aaron J. Seigo On Sept. 23, 2012, 5:45

api review for DataEngineConsumer

2012-09-24 Thread Aaron J. Seigo
ublic. it is new API, however, with newly written documentation and so could use some review. if you can, please take a look at the new DataEngineConsumer in the frameworks branch and provide feedback if you have any. -- Aaron J. Seigo signature.asc Description: This is a digitally signed me

Re: Fit Grid elements in Item

2012-09-24 Thread Aaron J. Seigo
y are exceptions. :) -- Aaron J. Seigo signature.asc Description: This is a digitally signed message part. ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel

Re: commit problem

2012-09-24 Thread Aaron J. Seigo
u have to tell git to copy that change to a given remote (e.g. origin) -- Aaron J. Seigo signature.asc Description: This is a digitally signed message part. ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel

Re: Review Request: improve wheel scrolling behaviour inside thumbnail view in virus and pattern wallpaper plugins

2012-09-23 Thread Aaron J. Seigo
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/106541/#review19361 --- Ship it! Ship It! - Aaron J. Seigo On Sept. 23, 2012, 12

Re: Review Request: reuse knewstuff's itemsview class to provide smooth scrolling in wallpaper configuration screen

2012-09-23 Thread Aaron J. Seigo
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/106536/#review19353 --- Ship it! Ship It! - Aaron J. Seigo On Sept. 23, 2012, 2:19

Re: plasmoid configuration using kconfigxt

2012-09-23 Thread Aaron J. Seigo
remain while the settings in plasma-deskotp-appletsrc will be removed. simply don't use kconfigxt if the plasmoid is written in C++. -- Aaron J. Seigo signature.asc Description: This is a digitally signed message part. ___ Plasma-devel mailing list

Re: plasmoid configuration using kconfigxt

2012-09-22 Thread Aaron J. Seigo
On Saturday, September 22, 2012 09:04:23 Reza Shah wrote: > I changed the configuration to kconfigxt, but now the settings are > keep inside plasma-desktoprc. Is this expected behavior? Yes, if you are doing it from a C++ plugin, this is exactly what will happen. >From a QML/JS plugin it should do

Re: Review Request: Fix panel redraw after screen resize

2012-09-21 Thread Aaron J. Seigo
s slot is needed! - Aaron J. Seigo On Sept. 21, 2012, 1:18 p.m., Ralf Jung wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > http://git.reviewboar

Re: Review Request: Fix panel redraw after screen resize

2012-09-21 Thread Aaron J. Seigo
der if there isn't a race condition somewhere between screen resizing, panel window resizing and x events somewhere ... - Aaron J. Seigo On Sept. 21, 2012, 9:47 a.m., Ralf Jung wrote: > > --- > This is an automatically

Re: Notifications-future, a recap

2012-09-21 Thread Aaron J. Seigo
On Friday, September 21, 2012 01:40:51 Alex Fiestas wrote: > On Thursday 20 September 2012 19:42:32 Sune Vuorela wrote: > > On 2012-09-17, Dario Freddi wrote: > > > It really depends on what you want to achieve. If your goal is just > > > cleaning up the API and implementing the existing standard

Re: Review Request: fix crash in runner due to bookmarks

2012-09-20 Thread Aaron J. Seigo
t pls :) - Aaron J. Seigo On Sept. 19, 2012, 11:21 a.m., Giorgos Tsiapaliwkas wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > http://git.reviewboar

Re: Review Request: make plasmate able to load a project in the second time

2012-09-20 Thread Aaron J. Seigo
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/106479/#review19214 --- Ship it! Ship It! - Aaron J. Seigo On Sept. 19, 2012, 11

Re: Review Request: make plasmate able to load a project in the second time

2012-09-18 Thread Aaron J. Seigo
479/#comment15199> this looks incorrect; probably what is missing is an "|| !m_part" - Aaron J. Seigo On Sept. 17, 2012, 11:20 a.m., Giorgos Tsiapaliwkas wrote: > > --- > This is an automatically generated e-mail

Re: System tray

2012-09-18 Thread Aaron J. Seigo
On Tuesday, September 18, 2012 08:12:37 Daniel Nicoletti wrote: > 2012/9/18 Aaron J. Seigo : > > On Tuesday, September 18, 2012 10:58:32 Marco Martin wrote: > >> - for the popup as just icons: not overly strong opinion, but I tend to > >> prefer using text as well. &

Re: System tray

2012-09-18 Thread Aaron J. Seigo
rid is difficult for many to scan quickly). i didn't see any other issues beyond what Marco noted .. great work so far! -- Aaron J. Seigo signature.asc Description: This is a digitally signed message part. ___ Plasma-devel mailing list Plasma-de

Re: Notifications-future, a recap

2012-09-18 Thread Aaron J. Seigo
e as possible and have a fatter server. is the goal of getting rid of the notifications server as discussed at the Frameworks meetings in Randa off the table then? -- Aaron J. Seigo signature.asc Description: This is a digitally signed message part. ___

Re: Review Request: declarative plasmoid object, containment access

2012-09-07 Thread Aaron J. Seigo
it and we can start improving problems that crop up. - Aaron J. Seigo On Sept. 7, 2012, 9:20 a.m., Greg T wrote: > > --- > This is an automatically generated e-mail. To reply, v

Re: RFC: on notifications applet

2012-09-06 Thread Aaron J. Seigo
On Thursday, September 6, 2012 17:59:03 Marco Martin wrote: > opinions? comments? great work to this point, and i like the plan for completion in 4.10. +1 x2 :) -- Aaron J. Seigo signature.asc Description: This is a digitally signed message p

Re: How Can I change wallpaper from CLI?

2012-09-06 Thread Aaron J. Seigo
finition so it can be readily reused by other applications which don't use Qt. so .. no. the individual application should never need to be updated even if kactivitymanagerd changes, is replaced, or whatever. -- Aaron J. Seigo signature.asc Description: This is a digitally signed message

Re: How Can I change wallpaper from CLI?

2012-09-06 Thread Aaron J. Seigo
ncept of "expose the URI of the content this application window is showing" suffers none of those limitations. and it lets us do the trivial things like "set that as a wallpaper" easily: it's writing one plugin for one app (SLC) instead of writing one plugin for every s

FallbackComponent: caching, and doing something more permanent with it

2012-09-05 Thread Aaron J. Seigo
hi.. since reviewboard is not accepting my diff to plasma-mobile (either from the website or via the usual post-review; it seems to think there is no components/mobilecomponents/fallbackcomponent.cpp file... :/) i'm posting a patch here that implements some basic caching to avoid hitting disk m

Re: How Can I change wallpaper from CLI?

2012-09-05 Thread Aaron J. Seigo
show me a dbus api for wallpaper setting that can do that. :) -- Aaron J. Seigo signature.asc Description: This is a digitally signed message part. ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel

Re: KActivities library optimizations

2012-09-05 Thread Aaron J. Seigo
dded to the model subclass) the more i think about it, the more i think it would be interesting to see a models-only API for activities ... in which case having it as a separate, new library makes lots of sense. and yes, mega bonus points for suddenly not worrying about sync/async :) -- Aar

Re: [kactivities] src/lib: docs say it is deprecated, mark it as such

2012-09-05 Thread Aaron J. Seigo
gt; +KDE_DEPRECATED > > > > KUrl uri() const; > > Am planning to un-deprecate it - it will return the kio url for the > activity. That's why I removed the KDE_DEPRECATED. (will remove it when I > redo the url() method) ah, so the apidocs are incorrect. -- Aaro

Re: KActivities library optimizations

2012-09-05 Thread Aaron J. Seigo
since we IIRC don't use it in any important place. > > > > but we want to, right? > > Not really. The method that only gets a list and doesn't notify you on > changes and similar is not that useful in my opinion. i see it is marked as deprecated, even ... that at l

Re: KActivities library optimizations

2012-09-04 Thread Aaron J. Seigo
ince we IIRC don't use it in any important place. but we want to, right? -- Aaron J. Seigo signature.asc Description: This is a digitally signed message part. ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel

Re: KActivities library optimizations

2012-09-04 Thread Aaron J. Seigo
l for very long. the sync calls seem to be there due to the API of libkactivities which attempts to provide synchronous access. perhaps it would be better to just drop the pretense of synchronicity in the API? -- Aaron J. Seigo signature.asc Description: This is

Re: Back to basics

2012-08-17 Thread Aaron J. Seigo
On Friday, August 17, 2012 23:52:52 David Edmundson wrote: > but making patches is the only thing that matters. exactly :) don't wait for someone to show up to start doing what matters... (it's been 6 weeks since the blog entry you reference) -- Aaron J. Seigo signature.asc Desc

Re: Review Request: Fix for Bug 165792 - Allow multirow panels

2012-08-17 Thread Aaron J. Seigo
controller is associated with when it is shown? why is the panel moved when struts are set? plasma/desktop/shell/panelview.cpp <http://git.reviewboard.kde.org/r/105932/#comment13804> this does not catch CustomPanelContainment - Aaron J. Seigo On Aug. 8, 2012, 4:19 p.m., Tobias

Re: Dictionary KRunner: Complete

2012-08-17 Thread Aaron J. Seigo
eplasma-addons repository and open a review request for it. this is the most efficient way to get it in (seeing as it will need to be put into kdeplasma-addons to be a part of it, this will not be wasted effort) -- Aaron J. Seigo signature.asc Description: This is a digitally signe

Re: Back to basics

2012-08-17 Thread Aaron J. Seigo
gs better. that's always a good thing. but what thing(s) should be better? you mention at some point the mouse/keyboard driven concept (because we've obviously lef that behind or something apparently) and that is perhaps a good start. so WHAT aspect of mouse/keyboard interaction could b

Re: [Owncloud] ownCloud Plasma client

2012-07-17 Thread Aaron J. Seigo
this is the "testme" account, and then one around the checkboxes. do any of those boxes serve a purpose? less is more :) -- Aaron J. Seigo signature.asc Description: This is a digitally signed message part. ___ Plasma-devel mailing list Pl

Re: QML plasmoid, pageStack.pop() doesn't work

2012-07-17 Thread Aaron J. Seigo
ocs/PageStack.html note the list of methods. -- Aaron J. Seigo signature.asc Description: This is a digitally signed message part. ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel

Re: [KDE Bugtracking System] REMINDER: current Plasma regressions

2012-07-02 Thread Aaron J. Seigo
ttps://bugs.kde.org/show_bug.cgi?id=302331 > Priority: NOR Severity: normal Platform: Ubuntu Packages > Assignee: ignat.seme...@blue-systems.com > Status: UNCONFIRMED >Summary: [post 4.9beta2] Folderview does not show any to activity linked > files -- Aaron J. Seigo sig

Re: Adding an image to slideshow.

2012-07-02 Thread Aaron J. Seigo
for the user as image files would end up copied seemingly randomly all over the place. no .. what needs to happen is that the wallpaper plugin needs to be fixed so that it remembers the added path correctly. (classic example of "fix, don't work around, the bug") -- Aaron J. Seigo

Re: How to access calendar using javascript?

2012-07-02 Thread Aaron J. Seigo
add an event .. but it has not been fully implemented. so we either need to complete that implementation or you will need to write directly to Akonadi. finishing the DataEngine would be preferred because then it immediately becomes available to QML/Javascript. -- Aaron J. Seigo signatu

Re: Offset from Plasma Theme?

2012-07-02 Thread Aaron J. Seigo
tually do find new, valid use cases and need to extend / improve plasma in some way to meet them. so if you can share more details, i can share a proper answer :) -- Aaron J. Seigo signature.asc Description: This is a digitally signed message part.

Re: Windows previews in qml plasmoid?

2012-06-28 Thread Aaron J. Seigo
cluding a bit of C++ that bridges between Plasma::ToolTipContent and QML which does expose the windowsToPreview API would probably be best. you could even start by just copying over those files from kde-runtime and modifying as needed. cheers. -- Aaron J. Seigo signature.asc Description: This i

Re: Plasma applets inside QML applet

2012-06-28 Thread Aaron J. Seigo
On Sunday, June 24, 2012 13:11:46 David Edmundson wrote: > What about the case of the calendar in the digital clock? the calendar in the clock (and it's the same in all clocks, not just the digital clock) is not an applet. the calender applet instantiates the same calendar object that the clocks

Re: Review Request: Plasma qml-Components ToolButton: change text-color on hover more fluently

2012-06-28 Thread Aaron J. Seigo
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/105375/#review15231 --- Ship it! Ship It! - Aaron J. Seigo On June 28, 2012, 3:40

Re: Review Request: change default config of taskmanager

2012-06-28 Thread Aaron J. Seigo
review is not correct. the prefered items are also indeed removable. that was fixed a while back. are you using kde-workspace from master or some older branch or...? - Aaron J. Seigo On June 28, 2012, 3:48 p.m., Greg T wrote: > > ---

Re: Review Request: make content margin of widget explorer similar to activity manager

2012-06-28 Thread Aaron J. Seigo
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/105361/#review15229 --- Ship it! Ship It! - Aaron J. Seigo On June 26, 2012, 1:53

Re: Review Request: fixed widget explorer or activity manager not closed when clicking desktop area above panel

2012-06-28 Thread Aaron J. Seigo
with the desktop is not particularly important. but this behaviour is intentional for the add widget interface since moving things around on the desktop while it is shown is common. so this should not happen when the window is showing the widget explorer. - Aaron J. Seigo On June 26, 2012

Re: Review Request: ksysguard.deskstop shoud not use generic name "System Monitor" for its "Name" key

2012-06-28 Thread Aaron J. Seigo
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/105338/#review15227 --- Ship it! Ship It! - Aaron J. Seigo On June 24, 2012, 7:39

Re: Review Request: DBus-interface for changing wallpapers

2012-06-28 Thread Aaron J. Seigo
//git.reviewboard.kde.org/r/105319/#comment11904> must check that currentContainment is not null. containmentForScreen returns null on failure. - Aaron J. Seigo On June 24, 2012, 3:47 p.m., Varun Herale wrote: > > ---

Re: Review Request: Use common plasma components Tooltip in battery monitor

2012-06-28 Thread Aaron J. Seigo
> On June 18, 2012, 3:37 p.m., Viranch Mehta wrote: > > The button size and the hover appearance is different from the original > > one. The IconButton component was made to keep the look of the buttons > > consistent with the original version of the applet. Do we want to change > > this? > >

Re: Review Request: Fix the minimum size of some applets

2012-06-28 Thread Aaron J. Seigo
master. can you re-send the patch? - Aaron J. Seigo On June 22, 2012, 6:17 a.m., Maarten De Meyer wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > http://git.reviewboard.kde.

Re: When should a bug be considered as a regression or a release_blocker?

2012-06-21 Thread Aaron J. Seigo
ch work. cool! thanks for stepping up like that ... which makes this the next topic: > Btw. would someone be interested in a Plasma bug workflow BOF at Akademy? me. :) -- Aaron J. Seigo signature.asc Description: This is a digitally signed message part. ___

Re: Plasma Containment default setting

2012-06-21 Thread Aaron J. Seigo
ase post it on http://reviewboard.kde.org .. i can't review a pastebin, sorry. btw, you may want to look at Corona::containmentForScreen(). -- Aaron J. Seigo signature.asc Description: This is a digitally signed message part. ___ Plasma-devel maili

Re: When should a bug be considered as a regression or a release_blocker?

2012-06-21 Thread Aaron J. Seigo
On Thursday, June 21, 2012 17:18:15 Martin Gräßlin wrote: > next. That might work also for Plasma. we have done this in past releases. it does work. i'd like to do it again. but it takes effort, leadership and group cooperation. -- Aaron J. Seigo signature.asc Description: This is a d

Re: When should a bug be considered as a regression or a release_blocker?

2012-06-21 Thread Aaron J. Seigo
released? (not a beta or rc, but final release) i already answered that. -- Aaron J. Seigo signature.asc Description: This is a digitally signed message part. ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel

Re: When should a bug be considered as a regression or a release_blocker?

2012-06-21 Thread Aaron J. Seigo
pe as marco pointed out. -- Aaron J. Seigo signature.asc Description: This is a digitally signed message part. ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel

Re: Plasma Containment default setting

2012-06-21 Thread Aaron J. Seigo
solution. a need that is not justified is not a need. :) -- Aaron J. Seigo signature.asc Description: This is a digitally signed message part. ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel

Re: Plasma Containment default setting

2012-06-21 Thread Aaron J. Seigo
On Thursday, June 21, 2012 15:21:03 Kevin Ottens wrote: > On Thursday 21 June 2012 14:37:36 Aaron J. Seigo wrote: > > [...] > > this for me takes precidence over the SLC steps which are: > > > > * write more plugins for SLC > > > > * get the patches into kd

Re: Team meeting today

2012-06-21 Thread Aaron J. Seigo
On Thursday, June 21, 2012 16:49:42 Mark wrote: > Now this won't give the maintainer or any status but it does give an > idea if a certain component is even maintained. that pretty much describes what i do when i want to check in on a given bit of code (not just in plasma) ...

Re: Plasma Containment default setting

2012-06-21 Thread Aaron J. Seigo
On Thursday, June 21, 2012 14:51:51 Luca Beltrame wrote: > In data giovedì 21 giugno 2012 14:37:36, Aaron J. Seigo ha scritto: > > [SLC] > > > * make it part of the default desktop layout > > Does SLC still depend on components from plasma-mobile? it had imports for them

Re: [kdeplasma-addons] applets/fileWatcher: fix the minimum size only on the desktop

2012-06-21 Thread Aaron J. Seigo
.. also, if an applet needs such a thing, it usually is because it can not scale the main interface down well, and so should then become a popup applet. and sometimes the main interface does not scale down well, but could if there was some additional thought put into it :) -- Aaron J. Seigo si

Re: Team meeting today

2012-06-21 Thread Aaron J. Seigo
into projects with team leadership. is that what we're looking for rather than a module-by-module break down of plasma? (i ask because this seems to have come up after i had to leave..) -- Aaron J. Seigo signature.asc Description: This is a digitally signed message part. __

<    4   5   6   7   8   9   10   11   12   13   >