CIA.vc
camuffo
Real-time open source activity stats
Stats » Authors » camuffo
informationsyndicateUTC clock
01:24 on May 26, 2012
event counters
The last message was received 0.97 years ago at 17:17 on Jun 08, 2011
0 messages so far today, 0 messages yesterday
0 messages so far this week, 0 messages last week
0 messages so far this month, 0 messages last month
479 messages since the first one, 2.69 years ago, for an average of 2.05 days between messages
recent messages
dateReversed sort columnprojectcontentlink
17:17 on Jun 08, 2011KDE
Commit by camuffo :: r1235715 /trunk/www/sites/planet/ (2 files in 2 dirs): (link)
Adding avatar and config for djszapi's blog.
#
17:20 on Jan 08, 2011KDE
Commit by camuffo :: r1212931 containments/branches/KDE/4.6/kdeplasma-addons/containments/groupingdesktop/lib/groups/gridgroup.cpp: (link)
Don't go outside on the left when removing columns.
#
11:05 on Dec 17, 2010KDE
Commit by camuffo :: r1207270 containments/trunk/KDE/kdeplasma-addons/containments/groupingdesktop/lib/groups/ (gridgroup.cpp gridgroup.h): (link)
unfortunately we need to divide the boundingRect of the hovered widget in four quarters to decide if/where show the
corner handle, or else it will not work with the analog clock
#
20:29 on Dec 16, 2010KDE
Commit by camuffo :: r1207073 containments/trunk/KDE/kdeplasma-addons/containments/groupingdesktop/lib/groupingcontainment.cpp: (link)
don't crash when opening a context menu event where there is no group
#
20:08 on Dec 16, 2010KDE
Commit by camuffo :: r1207068 plasma/trunk/KDE/kdelibs/plasma/ (applet.cpp containment.cpp): (link)
look for the containment in the QObject hierarchy if it could not be find in the QGraphicsItem one. This is needed to
make the applet which are offscreen find their containment.
#
15:56 on Dec 16, 2010KDE
Commit by camuffo :: r1207024 workspace/branches/KDE/4.5/kdebase/workspace/plasma/desktop/shell/panelapplethandle.cpp: (link)
backport r1207022: check for containment and corona validity, before using them. they could be null if the applet was
removed from the scene.
#
15:53 on Dec 16, 2010KDE
Commit by camuffo :: r1207022 workspace/trunk/KDE/kdebase/workspace/plasma/desktop/shell/panelapplethandle.cpp: (link)
check for containment and corona validity, before using them. they could be null if the applet was removed from the
scene.
BUG:255391
#
16:02 on Dec 08, 2010KDE
Commit by camuffo :: r1204670 containments/trunk/KDE/kdeplasma-addons/containments/groupingdesktop/lib/abstractgroup.h: (link)
apidox fixes
#
15:34 on Dec 08, 2010KDE
Commit by camuffo :: r1204667 containments/trunk/KDE/kdeplasma-addons/containments/groupingdesktop/lib/ (3 files): (link)
apidox
#
14:32 on Dec 08, 2010KDE
Commit by camuffo :: r1204656 containments/trunk/KDE/kdeplasma-addons/containments/groupingdesktop/lib/ (4 files): (link)
singletonized GroupFactory, there was a memory leak
#
17:26 on Dec 07, 2010KDE
Commit by camuffo :: r1204509 containments/trunk/KDE/kdeplasma-addons/containments/groupingdesktop/lib/ (abstractgroup.cpp abstractgroup_p.h): (link)
QHash is faster than QMap. also, the private classes members shouldn't start with m_
#
22:20 on Nov 30, 2010KDE
Commit by camuffo :: r1202445 plasma/trunk/KDE/kdelibs/plasma/applet.cpp: (link)
use QGraphicsScene::sendEvent instead of simply calling the event handler. this allow the containments to have more
control on the moving of the applets installing event filters on them and fixes the moving of the applet Icon in some
containments
#
17:39 on Nov 30, 2010KDE
Commit by camuffo :: r1202393 containments/trunk/KDE/kdeplasma-addons/containments/groupingdesktop/lib/groups/gridgroup.cpp: (link)
make sure the children stay completely inside the contentsRect()
#
17:11 on Nov 30, 2010KDE
Commit by camuffo :: r1202387 containments/trunk/KDE/kdeplasma-addons/containments/groupingdesktop/lib/ (5 files in 2 dirs): (link)
moved the code for the strips used to manage the grid to a new class. better and more maintainable code
#
20:15 on Nov 29, 2010KDE
Commit by camuffo :: r1202142 containments/trunk/KDE/kdeplasma-addons/containments/groupingdesktop/lib/groupingcontainment.cpp: (link)
don't try to find a parent group for the main group. it is the *main* group
#
18:26 on Nov 29, 2010KDE
Commit by camuffo :: r1202114 containments/trunk/KDE/kdeplasma-addons/containments/groupingdesktop/lib/groups/ (gridgroup.cpp gridgroup.h): (link)
show both the "+" and "-" buttons on both the ends of the strip to manage the grid. not a proper fix but at least now it
is usable when the toolbox is in a corner.
CCBUG:256907
#
16:59 on Nov 26, 2010KDE
Commit by camuffo :: r1201065 containments/trunk/KDE/kdeplasma-addons/containments/groupingdesktop/lib/groups/ (gridgroup.cpp gridgroup.h): (link)
using a QHash to store the children geometries. i didn't feel sure with data() and setData()
#
16:40 on Nov 26, 2010KDE
Commit by camuffo :: r1201058 containments/trunk/KDE/kdeplasma-addons/containments/groupingdesktop/lib/groups/gridgroup.cpp: (link)
make the sensible zone for showing the lateral bars as big as the bars themselves
#
16:25 on Nov 26, 2010KDE
Commit by camuffo :: r1201055 containments/trunk/KDE/kdeplasma-addons/containments/groupingdesktop/lib/groups/ (gridgroup.cpp gridgroup.h): (link)
fix the behaviour of the lateral bars when they are on top or on the left: add/remove rows/columns from the top/left,
not from the bottom/right
#
14:49 on Nov 26, 2010KDE
Commit by camuffo :: r1201021 containments/trunk/KDE/kdeplasma-addons/containments/groupingdesktop/lib/groupingcontainment.cpp: (link)
if the desktop is locked don't bother filtering dnd events
#