CIA.vc
page
Real-time open source activity stats
Stats » Authors » page
informationsyndicateUTC clock
18:28 on May 26, 2012
event counters
The last message was received 2.23 years ago at 20:15 on Mar 04, 2010
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
618 messages since the first one, 8.29 years ago, for an average of 4.9 days between messages
recent messages
dateReversed sort columnprojectcontentlink
20:15 on Mar 04, 2010sunrise
Commit by page :: r10220 proj/sunrise/sunrise/media-sound/despotify/ (5 files):
media-sound/despotify: New live ebuild for despotify (bug 307795)
#
18:41 on Jan 30, 2010KDE
Commit by page :: r1082531 krita/trunk/koffice/krita/ui/tool/kis_tool_polyline_base.cpp:
Don't cancel when the right button is released as that means you can't use the context menu to finish the shape.
#
16:42 on Jan 30, 2010KDE
Commit by page :: r1082485 krita/trunk/koffice/krita/ui/canvas/ (2 files):
Convert an integer mouse event coordinate to give the centre of the selected pixel, i.e. (5, 7) becomes (5.5, 7.5). Since we render with subpixel accuracy, this error becomes visible with small brush sizes, although other bugs currently mask this at times.
#
16:42 on Jan 30, 2010KDE
Commit by page :: r1082484 krita/trunk/koffice/krita/ui/canvas/ (2 files):
Factor out a widgetToDocument() function and replace duplicated code.
#
16:42 on Jan 30, 2010KDE
Commit by page :: r1082483 krita/trunk/koffice/krita/ui/ (4 files in 2 dirs):
Better names for the base class's event processing routines, as the derived classes aren't actually overriding those.
#
16:42 on Jan 30, 2010KDE
Commit by page :: r1082482 krita/trunk/koffice/krita/ui/ (7 files in 2 dirs):
Move all the common functionality into the base class, removing a lot of duplicated code. The derived canvases now just consist of code related to rendering the canvas and forwarding events to the base class.
#
16:41 on Jan 30, 2010KDE
Commit by page :: r1082481 krita/trunk/koffice/krita/ui/canvas/ (2 files):
Give the canvas widget base a d pointer.
#
16:41 on Jan 30, 2010KDE
Commit by page :: r1082480 krita/trunk/koffice/krita/ui/ (7 files in 3 dirs):
Move the functionality from KisAbstractCanvasWidget into KisCanvasWidgetBase and make the QPainter and OpenGL canvases inherit from the base.
#
16:41 on Jan 30, 2010KDE
Commit by page :: r1082479 krita/trunk/koffice/krita/ui/canvas/ (2 files):
Start on extracting a canvas widget base from the abstract canvas widget (which had stopped being abstract).
#
21:55 on Jan 28, 2010KDE
Commit by page :: r1081630 filters/trunk/koffice/filters/kpresenter/powerpoint/pole.cpp:
Fix compile with MSVC - again.
#
21:55 on Jan 28, 2010KDE
Commit by page :: r1081629 filters/trunk/koffice/filters/kspread/excel/sidewinder/pole.cpp:
Fix compile with MSVC
#
21:04 on Jan 28, 2010KDE
Commit by page :: r1081610 krita/trunk/koffice/krita/ui/widgets/kis_curve_widget.cpp:
Fix compile with MSVC
#
21:04 on Jan 28, 2010KDE
Commit by page :: r1081609 kpresenter/trunk/koffice/kpresenter/plugins/variable/CMakeLists.txt:
Fix compile with MSVC
#
21:31 on Jan 25, 2010KDE
Commit by page :: r1080210 krita/trunk/koffice/krita/ui/kis_png_converter.cpp:
Fix compile with libpng 1.4. Deprecated function png_check_sig() was removed.
#
13:06 on Jan 17, 2010sunrise
Commit by page :: r9893 proj/sunrise/sunrise/sys-process/ts/ (4 files):
sys-process/ts: Version bump for ts-0.6.6
#
01:31 on Jan 17, 2010KDE
Commit by page :: r1075927 krita/trunk/koffice/krita/plugins/ (2 files in 2 dirs):
Fix compile. Adapt to new API.
#
22:38 on Jan 15, 2010KDE
Commit by page :: r1075364 krita/trunk/koffice/krita/shape/ (4 files):
Fix deprecated warnings by changing

typedef KGenericFactory<Plugin> PluginFactory;
K_EXPORT_COMPONENT_FACTORY(lib, PluginFactory("krita"))

to

K_PLUGIN_FACTORY(PluginFactory, registerPlugin<Plugin>();)
K_EXPORT_PLUGIN(PluginFactory("krita"))
#
22:29 on Jan 15, 2010KDE
Commit by page :: r1075355 krita/trunk/ (24 files in 13 dirs):
Fix deprecated warnings by changing

typedef KGenericFactory<Plugin> PluginFactory;
K_EXPORT_COMPONENT_FACTORY(lib, PluginFactory("krita"))

to

K_PLUGIN_FACTORY(PluginFactory, registerPlugin<Plugin>();)
K_EXPORT_PLUGIN(PluginFactory("krita"))
#
22:15 on Jan 15, 2010KDE
Commit by page :: r1075350 krita/ (26 files in 14 dirs):
Fix deprecated warnings by changing

typedef KGenericFactory<Plugin> PluginFactory;
K_EXPORT_COMPONENT_FACTORY(lib, PluginFactory("krita"))

to

K_PLUGIN_FACTORY(PluginFactory, registerPlugin<Plugin>();)
K_EXPORT_PLUGIN(PluginFactory("krita"))
#
21:58 on Jan 15, 2010KDE
Commit by page :: r1075347 krita/trunk/koffice/krita/plugins/generators/solid/ (colorgenerator.cpp colorgenerator.h):
Fix deprecated warnings by changing

typedef KGenericFactory<Plugin> PluginFactory;
K_EXPORT_COMPONENT_FACTORY(lib, PluginFactory("krita"))

to

K_PLUGIN_FACTORY(PluginFactory, registerPlugin<Plugin>();)
K_EXPORT_PLUGIN(PluginFactory("krita"))
#