Re: t4 wiki page

2009-12-30 Thread Alexis Ménard
I will probably be part of it...I still need to ask for approval

On Wed, Dec 30, 2009 at 8:18 AM, Aaron J. Seigo  wrote:
> On December 29, 2009, Chani wrote:
>> aaron, do we need more of those filled in or can we email the board now? :)
>
> the board should be emailed; i wasn't aware that i was coordinating this,
> however. if i am, i'll get right on it, however. sebas?
>
> --
> Aaron J. Seigo
> humru othro a kohnu se
> GPG Fingerprint: 8B8B 2209 0C6F 7C47 B1EA  EE75 D6B7 2EB1 A7F1 DB43
>
> KDE core developer sponsored by Qt Development Frameworks
>
> ___
> Plasma-devel mailing list
> Plasma-devel@kde.org
> https://mail.kde.org/mailman/listinfo/plasma-devel
>
>
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


Re: t4 wiki page

2009-12-30 Thread Sebastian Kügler
On Wednesday 30 December 2009 08:18:32 Aaron J. Seigo wrote:
>   On December 29, 2009, Chani wrote:
> > aaron, do we need more of those filled in or can we email the board now?
> > :)
> 
> the board should be emailed; i wasn't aware that i was coordinating this, 
> however. if i am, i'll get right on it, however. sebas?

I can do it as well. (Having a slow couple of days, but was actually planning 
to.)

If those with incomplete information (or that aren't on the Wiki yet) could 
fill it 
in, in particular the expected travel cost column, we can start raising funds.

We also need a quote from the hotel, so please also make sure you've filled in 
when 
you will be there. Will, there's a convenient hotel option I recall?
-- 
sebas

http://www.kde.org | http://vizZzion.org | GPG Key ID: 9119 0EF9
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


Review Request: Show the currently selected sensor in bubblemon applet settings

2009-12-30 Thread sudhendu kumar

---
This is an automatically generated e-mail. To reply, visit:
http://reviewboard.kde.org/r/2464/
---

Review request for Plasma.


Summary
---

The patch shows the currently selected sensor in bubblemon applet settings 
dialog.
Previously it was difficult for the user to make out which sensor was 
selected.The patch scrolls to the currently selected sensor.
Hope this is fine, it's my first patch.


Diffs
-

  trunk/KDE/kdeplasma-addons/applets/bubblemon/src/bubble.cpp 1067555 

Diff: http://reviewboard.kde.org/r/2464/diff


Testing
---

Tested on trunk.The patch works correctly.


Thanks,

sudhendu

___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


Re: Review Request: Show the currently selected sensor in bubblemon applet settings

2009-12-30 Thread Shantanu Tushar Jha

---
This is an automatically generated e-mail. To reply, visit:
http://reviewboard.kde.org/r/2464/#review3532
---



trunk/KDE/kdeplasma-addons/applets/bubblemon/src/bubble.cpp


This should be moved to follow line 455 so that scrolling only occurs if 
the currentSensor is valid.


- Shantanu


On 2009-12-30 15:42:25, sudhendu kumar wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> http://reviewboard.kde.org/r/2464/
> ---
> 
> (Updated 2009-12-30 15:42:25)
> 
> 
> Review request for Plasma.
> 
> 
> Summary
> ---
> 
> The patch shows the currently selected sensor in bubblemon applet settings 
> dialog.
> Previously it was difficult for the user to make out which sensor was 
> selected.The patch scrolls to the currently selected sensor.
> Hope this is fine, it's my first patch.
> 
> 
> Diffs
> -
> 
>   trunk/KDE/kdeplasma-addons/applets/bubblemon/src/bubble.cpp 1067555 
> 
> Diff: http://reviewboard.kde.org/r/2464/diff
> 
> 
> Testing
> ---
> 
> Tested on trunk.The patch works correctly.
> 
> 
> Thanks,
> 
> sudhendu
> 
>

___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


Re: Review Request: Show the currently selected sensor in bubblemon applet settings

2009-12-30 Thread sudhendu kumar

---
This is an automatically generated e-mail. To reply, visit:
http://reviewboard.kde.org/r/2464/
---

(Updated 2009-12-30 16:24:41.643493)


Review request for Plasma.


Changes
---

Changed the patch as per suggestion.


Summary
---

The patch shows the currently selected sensor in bubblemon applet settings 
dialog.
Previously it was difficult for the user to make out which sensor was 
selected.The patch scrolls to the currently selected sensor.
Hope this is fine, it's my first patch.


Diffs (updated)
-

  trunk/KDE/kdeplasma-addons/applets/bubblemon/src/bubble.cpp 1067555 

Diff: http://reviewboard.kde.org/r/2464/diff


Testing
---

Tested on trunk.The patch works correctly.


Thanks,

sudhendu

___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


Review Request: Make the Add Widgets context menu option work for Panels.

2009-12-30 Thread Shantanu Tushar Jha

---
This is an automatically generated e-mail. To reply, visit:
http://reviewboard.kde.org/r/2467/
---

Review request for Plasma.


Summary
---

Problem- As of now, if the Add Widgets option in the Panel context menu is 
clicked, nothing happens.
Reason - The signal is connected to PanelController, which is only shown when 
the panel toolbox is open.
This solution - Make the PanelView class handle the signal if the toolbox is 
not open.

A small problem - As I've used the method which is called for the Add Widgets 
action in DesktopView, the problem with this is that the Widgets explorer is 
shown at the bottom regardless of which panel the context menu belongs to (see 
the screenshot). It is workable, but obviously doesn't feel good.
One solution is to make PanelView show the PanelController (toolbox) if the Add 
Widgets menu item was selected and then call a public function in 
PanelController to show the Widgets Explorer. Is it acceptable? If not, any 
suggestions?


This addresses bug 217034.
https://bugs.kde.org/show_bug.cgi?id=217034


Diffs
-

  trunk/KDE/kdebase/workspace/plasma/desktop/shell/panelview.h 1067646 
  trunk/KDE/kdebase/workspace/plasma/desktop/shell/panelview.cpp 1067646 

Diff: http://reviewboard.kde.org/r/2467/diff


Testing
---

Works on trunk build, except the minor issue as described above.


Screenshots
---

Add Widget clicked on upper panel
  http://reviewboard.kde.org/r/2467/s/284/


Thanks,

Shantanu

___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


Right clicking on applet on panel gets different events

2009-12-30 Thread Dong Tiger
Hi,

The applet has a QWidget embedded through QGraphicsProxyWidget. When moved
to a panel, the first several right clicking will trigger
QGraphicsView::contextMenuEvent, which is expected. But
after that, QGraphicsProxyWidget::mouseReleaseEvent will be triggered
instead.  Here is the backtraces for the two different path. Any idea of
that? I am not sure but it seems happen only recently,
within this week, I think.

Path of QGraphicsView::contextMenuEvent:

#0  GglAppletScript::contextualActions (this=0xa6e9d0) at
/usr/local/kde_src/KDE/kdebase/workspace/plasma/generic/scriptengines/google_gadgets/ggl_applet_script.cpp:163
#1  0x768ca4d0 in Plasma::Applet::contextualActions (this=0xa51c10)
at /usr/local/kde_src/KDE/kdelibs/plasma/applet.cpp:1276
#2  0x768f3515 in Plasma::ContainmentPrivate::appletActions
(this=0x8f7cb0, desktopMenu=..., applet=0xa51c10, includeApplet=true) at
/usr/local/kde_src/KDE/kdelibs/plasma/containment.cpp:681
#3  0x768f3b56 in Plasma::ContainmentPrivate::showContextMenu
(this=0x8f7cb0, point=..., screenPos=..., includeApplet=true,
isMouseEvent=true) at
/usr/local/kde_src/KDE/kdelibs/plasma/containment.cpp:771
#4  0x768f3cac in Plasma::Containment::contextMenuEvent
(this=0x937760, event=0x7fffc140) at
/usr/local/kde_src/KDE/kdelibs/plasma/containment.cpp:628
#5  0x72f64a95 in QGraphicsItem::sceneEvent (this=0x937770,
event=0x7fffc140) at
/usr/local/kde_src/qt/src/gui/graphicsview/qgraphicsitem.cpp:6501
#6  0x72fc15df in QGraphicsWidget::sceneEvent (this=0x937760,
event=0x7fffc140) at
/usr/local/kde_src/qt/src/gui/graphicsview/qgraphicswidget.cpp:1131
#7  0x72f8b664 in QGraphicsScenePrivate::sendEvent (this=0x631e00,
item=0x937770, event=0x7fffc140) at
/usr/local/kde_src/qt/src/gui/graphicsview/qgraphicsscene.cpp:1138
#8  0x72f9035d in QGraphicsScene::contextMenuEvent (this=0x632270,
contextMenuEvent=0x7fffc140) at
/usr/local/kde_src/qt/src/gui/graphicsview/qgraphicsscene.cpp:3502
#9  0x72f944a6 in QGraphicsScene::event (this=0x632270,
event=0x7fffc140) at
/usr/local/kde_src/qt/src/gui/graphicsview/qgraphicsscene.cpp:3302

#10 0x72800663 in QApplicationPrivate::notify_helper (this=0x63cc80,
receiver=0x632270, e=0x7fffc140) at
/usr/local/kde_src/qt/src/gui/kernel/qapplication.cpp:4242
#11 0x72800aab in QApplication::notify (this=0x62c2d0,
receiver=0x632270, e=0x7fffc140) at
/usr/local/kde_src/qt/src/gui/kernel/qapplication.cpp:3661
#12 0x752ec8ff in KApplication::notify (this=0x62c2d0,
receiver=0x632270, event=0x7fffc140) at
/usr/local/kde_src/KDE/kdelibs/kdeui/kernel/kapplication.cpp:302
#13 0x71fafac4 in QCoreApplication::notifyInternal (this=0x62c2d0,
receiver=0x632270, event=0x7fffc140) at
/usr/local/kde_src/qt/src/corelib/kernel/qcoreapplication.cpp:704

#14 0x727fc645 in QCoreApplication::sendEvent (receiver=0x632270,
event=0x7fffc140) at
../../include/QtCore/../../../qt/src/corelib/kernel/qcoreapplication.h:215
#15 0x72fb55d5 in QGraphicsView::contextMenuEvent (this=0x125d5d0,
event=0x7fffcdd0) at
/usr/local/kde_src/qt/src/gui/graphicsview/qgraphicsview.cpp:2773
#16 0x72878927 in QWidget::event (this=0x125d5d0,
event=0x7fffcdd0) at
/usr/local/kde_src/qt/src/gui/kernel/qwidget.cpp:8141
#17 0x72d0f291 in QFrame::event (this=0x125d5d0, e=0x7fffcdd0)
at /usr/local/kde_src/qt/src/gui/widgets/qframe.cpp:557

#18 0x72db91c2 in QAbstractScrollArea::viewportEvent
(this=0x125d5d0, e=0x7fffcdd0) at
/usr/local/kde_src/qt/src/gui/widgets/qabstractscrollarea.cpp:1032

#19 0x72fbe942 in QGraphicsView::viewportEvent (this=0x125d5d0,
event=0x7fffcdd0) at
/usr/local/kde_src/qt/src/gui/graphicsview/qgraphicsview.cpp:2747
#20 0x72dbc416 in QAbstractScrollAreaPrivate::viewportEvent
(this=0x125c4a0, event=0x7fffcdd0) at
/usr/local/kde_src/qt/src/gui/widgets/qabstractscrollarea_p.h:100
#21 0x72dbc456 in QAbstractScrollAreaFilter::eventFilter
(this=0x1271ea0, o=0x1274aa0, e=0x7fffcdd0) at
/usr/local/kde_src/qt/src/gui/widgets/qabstractscrollarea_p.h:116
#22 0x71fad8dd in
QCoreApplicationPrivate::sendThroughObjectEventFilters (this=0x63cc80,
receiver=0x1274aa0, event=0x7fffcdd0) at
/usr/local/kde_src/qt/src/corelib/kernel/qcoreapplication.cpp:819
#23 0x7280063e in QApplicationPrivate::notify_helper (this=0x63cc80,
receiver=0x1274aa0, e=0x7fffcdd0) at
/usr/local/kde_src/qt/src/gui/kernel/qapplication.cpp:4238
#24 0x72801c04 in QApplication::notify (this=0x62c2d0,
receiver=0x1274aa0, e=0x7fffcdd0) at
/usr/local/kde_src/qt/src/gui/kernel/qapplication.cpp:3901
#25 0x752ec8ff in KApplication::notify (this=0x62c2d0,
receiver=0x1274aa0, event=0x7fffcdd0) at
/usr/local/kde_src/KDE/kdelibs/kdeui/kernel/kapplication.cpp:302
#26 0x71fafac4 in QCoreApplication::notifyInternal (this=0x62c2d0,
receiver=0x1274aa0, event=0x7