KDE/kdelibs/plasma

2011-01-16 Thread Aaron J . Seigo
CCMAIL:plasma-devel@kde.org M +37 -0 querymatch.cpp --- trunk/KDE/kdelibs/plasma/querymatch.cpp #1214925:1214926 @@ -21,6 +21,7 @@ #include QAction #include QIcon +#include QReadWriteLock #include QSharedData #include QStringList #include QVariant @@ -38,6 +39,7 @@ public

Re: KDE/kdelibs/plasma

2010-11-14 Thread Aaron J. Seigo
On Sunday, November 14, 2010, Chani wrote: breaks creation of new activities that aren't from templates :) either give me a different method that plasmaapp can use, or revert that line. whatever code is doing that is broken. that it worked at all was an accident of

KDE/kdelibs/plasma

2010-10-14 Thread Aaron J . Seigo
svg.h --- trunk/KDE/kdelibs/plasma/framesvg.cpp #1185855:1185856 @@ -1,6 +1,6 @@ /* - * Copyright 2008 by Aaron Seigo ase...@kde.org - * Copyright 2008 Marco Martin notm...@gmail.com + * Copyright 2008-2010 by Aaron Seigo ase...@kde.org + * Copyright 2008-2010 Marco Martin notm

Re: KDE/kdelibs/plasma

2010-08-17 Thread laurent Montel
in folder /home/laurent/Mail/.KDE.directory/kde-i18n-doc - --- trunk/KDE/kdelibs/plasma/datacontainer.cpp #1164452:1164453 @@ -19,6 +19,7 @@ #include datacontainer.h #include private/datacontainer_p.h #include private/storage_p.h +#include pluginloader.h #include kdebug.h

Re: KDE/kdelibs/plasma

2010-08-17 Thread Brian Pritchett
: deleting unread older than 30 days kmail(18298) KMail::ExpireJob::execute: ExpireJob: deleting read older than 30 days kmail(18298) KMail::ExpireJob::execute: ExpireJob: starting to expire in folder /home/laurent/Mail/.KDE.directory/kde-i18n-doc - --- trunk/KDE/kdelibs/plasma

KDE/kdelibs/plasma

2010-07-30 Thread Marco Martin
--- trunk/KDE/kdelibs/plasma/corona.cpp #1157189:1157190 @@ -279,6 +279,7 @@ KShortcutsDialog shortcutsDlg; QMapContainment::Type, ContainmentActionsPluginsConfig containmentActionsDefaults; QWeakPointerAbstractDialogManagerdialogManager; +QHashContainment::Type, QString

Re: KDE/kdelibs/plasma

2010-07-30 Thread Aaron J. Seigo
On July 30, 2010, Marco Martin wrote: SVN commit 1157180 by mart: support load by plugin from AbstractToolBox it's missing a static KPluginInfo::List listToolBoxInfo(const QString parentApp = QString()) method, to follow the pattern of the others. could be the case to add it to

Re: KDE/kdelibs/plasma/animations

2010-02-01 Thread Aaron J. Seigo
, which were previously adapted to this clean design M +10 -15animation.h --- trunk/KDE/kdelibs/plasma/animations/animation.h #1083640:1083641 @@ -65,28 +65,23 @@ */ enum Reference { Center = 0, -Up, -Down, -Left, -Right

KDE/kdelibs/plasma

2009-12-29 Thread Chani Armitage
/KDE/kdelibs/plasma/containment.cpp #1067595:1067596 @@ -1639,16 +1639,6 @@ return; //no unexpected click-throughs } -QString trigger = ContainmentActions::eventToString(event); - -if (d-actionPlugins.contains(trigger)) { -if (d-prepareContainmentActions(trigger, event

KDE/kdelibs/plasma/extenders

2009-11-10 Thread Marco Martin
-sizeFromIconSize(iconSize); destroyAction-setMinimumSize(size); --- trunk/KDE/kdelibs/plasma/extenders/extenderitem.h #1047061:1047062 @@ -254,6 +254,15 @@ */ void hideCloseButton(); +Q_SIGNALS: +/** + * Emitted when the user closes the extender item

Re: KDE/kdelibs/plasma/extenders

2009-11-10 Thread Aaron J. Seigo
On November 10, 2009, Marco Martin wrote: SVN commit 1047062 by mart: emit a signal when the user clicks the close button. would perhaps be better to bind it with an action and make it accessible with action(close)? yes, i think so. it would allow disabling it, triggering it, and other such

Re: KDE/kdelibs/plasma/extenders

2009-11-10 Thread Chani
On November 10, 2009 13:03:58 Aaron J. Seigo wrote: On November 10, 2009, Marco Martin wrote: SVN commit 1047062 by mart: emit a signal when the user clicks the close button. would perhaps be better to bind it with an action and make it accessible with action(close)? yes, i think so.

KDE/kdelibs/plasma/widgets

2009-10-02 Thread Marco Martin
M +1 -0 label.h --- trunk/KDE/kdelibs/plasma/widgets/label.cpp #1030633:1030634 @@ -19,6 +19,7 @@ #include label.h +#include QApplication #include QLabel #include QPainter #include QDir @@ -293,7 +294,7 @@ void Label::changeEvent(QEvent *event) { -if (event-type

KDE/kdelibs/plasma/widgets

2009-09-24 Thread Marco Martin
+42 -1 scrollwidget.cpp M +8 -0 scrollwidget.h --- trunk/KDE/kdelibs/plasma/widgets/scrollwidget.cpp #1027813:1027814 @@ -32,6 +32,7 @@ //Plasma #include plasma/widgets/scrollbar.h #include plasma/widgets/svgwidget.h +#include plasma/animator.h #include plasma/svg.h namespace

KDE/kdelibs/plasma/widgets

2009-09-02 Thread Marco Martin
SVN commit 1019013 by mart: add tabAt(int) function actually the correspondent qtabwidget is widget(), but on a qgraphicsproxywidget it is taken, maybe needs a beter name? CCMAIL: plasma-devel@kde.org M +19 -0 tabbar.cpp M +8 -0 tabbar.h --- trunk/KDE/kdelibs/plasma/widgets

KDE/kdelibs/plasma

2009-08-08 Thread Sebastian Kügler
else for the input :) Next steps are making some more applets work with this. CCMAIL:plasma-devel@kde.org M +102 -11 containment.cpp M +11 -1 containment.h M +4 -0 private/containment_p.h --- trunk/KDE/kdelibs/plasma/containment.cpp #1009003:1009004 @@ -43,6 +43,9

Re: KDE/kdelibs/plasma

2009-07-09 Thread Marco Martin
On 7/9/09, Richard Moore richmoor...@gmail.com wrote: On Wed, Jul 8, 2009 at 3:56 PM, Marco Martinnotm...@gmail.com wrote: +ItemStatus status(); Const! i was soo tired, i swear! :) Rich. ___ Plasma-devel mailing list Plasma-devel@kde.org

Re: KDE/kdelibs/plasma

2009-07-08 Thread Aaron J. Seigo
On Wednesday 08 July 2009, Marco Martin wrote: api to show/hide plasmoids from the systray, like NotificationItems +UnknownStatus = 0, +PassiveStatus = 1, +ActiveStatus = 2, +NeedsAttentionStatus = 3 * forget about systray; that's a use case, but isn't the only one. we have

Re: KDE/kdelibs/plasma

2009-07-08 Thread Marco Martin
On 7/8/09, Aaron J. Seigo ase...@kde.org wrote: On Wednesday 08 July 2009, Marco Martin wrote: api to show/hide plasmoids from the systray, like NotificationItems +UnknownStatus = 0, +PassiveStatus = 1, +ActiveStatus = 2, +NeedsAttentionStatus = 3 * forget about systray;

Re: KDE/kdelibs/plasma

2009-07-08 Thread Aaron J. Seigo
On Wednesday 08 July 2009, Marco Martin wrote: On 7/8/09, Aaron J. Seigo ase...@kde.org wrote: On Wednesday 08 July 2009, Marco Martin wrote: api to show/hide plasmoids from the systray, like NotificationItems +UnknownStatus = 0, +PassiveStatus = 1, +ActiveStatus = 2, +

Re: KDE/kdelibs/plasma

2009-07-08 Thread Richard Moore
On Wed, Jul 8, 2009 at 3:56 PM, Marco Martinnotm...@gmail.com wrote: +ItemStatus status(); Const! Rich. ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel

KDE/kdelibs/plasma

2009-06-30 Thread Marco Martin
-containment()) { +appletConfig = KConfigGroup(parentApplet-config(), Applets); +} else if (q-containment()) { appletConfig = q-containment()-config(); appletConfig = KConfigGroup(appletConfig, Applets); } else { --- trunk/KDE/kdelibs/plasma

Re: KDE/kdelibs/plasma

2009-06-30 Thread Aaron J. Seigo
On Tuesday 30 June 2009, Marco Martin wrote: allow applet configuration and extenderitems config nested into the group of another applet this thing is possibly dangerous, so better plasma-devel is informed could probably get rid of a hack in the systemmonitor related to configuration now with

KDE/kdelibs/plasma

2009-06-26 Thread Aaron J . Seigo
SVN commit 987462 by aseigo: clickable tooltips; plasma-devel@ people: please review API one more time CCMAIL:plasma-devel@kde.org M +77 -34private/tooltip.cpp M +12 -0 private/tooltip_p.h M +19 -1 private/windowpreview.cpp M +4 -0 private/windowpreview_p.h M

Re: KDE/kdelibs/plasma

2009-05-01 Thread Aaron J. Seigo
On Thursday 30 April 2009, Aaron J. Seigo wrote: On Thursday 30 April 2009, David Nolden wrote: SVN commit 961915 by zwabel: - Allow painting a background color, or a background pattern behind freely floating elements of the theme, to provide a better fallback mechanism for transparent

Re: KDE/kdelibs/plasma

2009-04-30 Thread Aaron J. Seigo
On Thursday 30 April 2009, David Nolden wrote: SVN commit 961915 by zwabel: - Allow painting a background color, or a background pattern behind freely floating elements of the theme, to provide a better fallback mechanism for transparent themes when composition is not available. The

Re: KDE/kdelibs/plasma/widgets

2009-02-09 Thread Aaron J. Seigo
On Monday 09 February 2009, Marco Martin wrote: this is an open question: i'm asking to everybody: opinions how it should be? i don't think the scripting stuff needs anything in the media objects, so they don't need to be exposed, nor wrapped further, for them. -- Aaron J. Seigo humru othro

KDE/kdelibs/plasma

2009-01-22 Thread Aaron J . Seigo
SVN commit 915488 by aseigo: a lot less popup flickering and repainting. if there are no sideeffects to this discovered, this needs to be backported to the 4.2 branch. CCMAIL:plasma-devel@kde.org M +39 -30dialog.cpp M +8 -9 popupapplet.cpp --- trunk/KDE/kdelibs/plasma