CIA.vc
adamc
Real-time open source activity stats
Stats » Authors » adamc
informationsyndicateUTC clock
20:42 on May 25, 2012
event counters
The last message was received 1.48 years ago at 20:21 on Dec 02, 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
201 messages since the first one, 2.43 years ago, for an average of 4.42 days between messages
recent messages
dateReversed sort columnprojectcontentlink
20:21 on Dec 02, 2010KDE
Commit by adamc :: r1202939 krita/trunk/koffice/krita/plugins/extensions/dockers/colorselectorng/ (3 files): (link)
disable colors from the image, as they got completelly broken recently
#
10:00 on Oct 17, 2010KDE
Commit by adamc :: r1186721 kformula/trunk/koffice/ (11 files in 5 dirs): (link)
changes requested by thomas zander for the single shortcut fix.
http://reviewboard.kde.org/r/5507/

sorry for the delay, but i'm quite busy recently..
#
22:07 on Oct 03, 2010KDE
Commit by adamc :: r1182233 libs/trunk/koffice/libs/flake/KoToolProxy.cpp:
QTabletEvent has no information about which button was pressed on the
stylus. We have to reject it, so that it gets resent as a QMouseEvent
with the correct buttons.
#
21:45 on Oct 03, 2010KDE
Commit by adamc :: r1182228 karbon/trunk/ (26 files in 13 dirs):
this fixes the bug in flake, where single key shortcuts prevented text
input.

to reproduce, do the following:
1. open shortcuts configuration and assign the shortcut "a" to the about
dialogue.
2. activate default tool => a shows about dialogue
3. create textshape and write something with a => about dialogue shows,
but it shouldn't

In the qt lib textinputs are working, while there are these shortcuts,
so in flake it should also work.

the patch works this way:
the canvas forwards bool QWidget::event(QEvent* theEvent) to
KoToolProxy. The tool proxy asks the current tool, if it is in text mode
(isInTextMode) and interrupts the shortcut if so.
#
21:02 on Oct 03, 2010KDE
Commit by adamc :: r1182222 / (17 files in 2 dirs):

  • added a subclasses for line, spline and freehandcurve (parent is simple curve)
  • started to implement transfer function for simplecurves, it will transfer a qpainterpath into values. the qpainterpath will come from the simple curves.
  • kissplinecurvewidget is the first of the new widgets, that uses a kiscurve. currently only in the paint method, but the calculation is already in kissplinecurve
  • other smaller refactorings..
#
13:06 on Oct 03, 2010KDE
Commit by adamc :: r1182139 /branches/ (11 files in 2 dirs):

  • added KisCurve and KisSimpleCurve, renamed KisCubicCurve into KisPolynomialCurve
  • copied KisShared to the project dir, so that it compiles
  • make it compile again
#
16:43 on Sep 30, 2010KDE
Commit by adamc :: r1181301 kexi/trunk/koffice/kexi/ (3 files in 3 dirs):
fix warning, signals can not be virtual.
#
17:49 on Sep 29, 2010KDE
Commit by adamc :: r1180992 krita/trunk/koffice/krita/ (4 files in 2 dirs):
the tablet sends very many events, we don't need as many for picking
colours and painting the selectors needs time, which results in a
noticable lag.

BUG: 249265
#
23:21 on Sep 27, 2010KDE
Commit by adamc :: r1180425 krita/trunk/koffice/krita/plugins/extensions/dockers/colorselectorng/ (4 files):

  • fix bug, where switching of autoupdate of image colours didn't work.
  • speed up calculation of image colours by using dmitry's sugestion (update only needed region and listen to sigImageUpdated(const QRect &))
#
18:31 on Sep 27, 2010KDE
Commit by adamc :: r1180343 krita/trunk/koffice/krita/ui/widgets/kis_scratch_pad.cpp:
enabled transactions in the scratchpad. they don't get recorded, so no
undo. this was needed to make the filter brush work correctly.

BUG: 227533
#
16:28 on Sep 26, 2010KDE
Commit by adamc :: r1179958 krita/trunk/koffice/krita/ (3 files in 2 dirs):

  • disable treeshape (we don't use it)
  • disable magnetic select tool (it is not ready)
#
12:09 on Sep 25, 2010KDE
Commit by adamc :: r1179428 krita/trunk/koffice/krita/ (19 files in 12 dirs):
rename KisPainter::dirtyRegion(); into KisPainter::takeDirtyRegion();

the name dirtyRegion is misleading, because it doesn't imply, that the
region gets reseted.
#
17:39 on Sep 24, 2010KDE
Commit by adamc :: r1179154 krita/trunk/koffice/krita/image/kis_paint_layer.cc:
commit missing file
#
16:48 on Sep 24, 2010KDE
Commit by adamc :: r1179137 krita/trunk/koffice/krita/ui/widgets/ (kis_scratch_pad.cpp kis_scratch_pad.h):
Use, a paint layer instead of a paint device, so that washmode works
also on the scratchpad
BUG: 233999

provide a better bound, so that it doesn't crash with blur on scratchpad
there is still a different effect than on the canvas. so not closing.
CCBUG: 227533

fill with background didn't worked with cmyk colour space.

fill with background and fill with gradient is now also working, if the
scratchpad is paned
#
16:25 on Sep 24, 2010KDE
Commit by adamc :: r1179129 krita/trunk/koffice/krita/image/ (5 files):
It's (now) allowed to create a layer with a null image. I've added some
api doc to make that clear and fixed some methods, where this could
result in a crash.
#
12:47 on Sep 21, 2010KDE
Commit by adamc :: r1177844 plugins/trunk/koffice/plugins/CMakeLists.txt:
also make default tool, text and pathshapes optional. agreed up on irc
with boud and tzander.
#
01:38 on Sep 21, 2010KDE
Commit by adamc :: r1177723 plugins/trunk/koffice/plugins/CMakeLists.txt:
make the building of some of the koffice plugins optional.
#
12:25 on Sep 20, 2010KDE
Commit by adamc :: r1177519 krita/trunk/koffice/krita/image/ (kis_layer.h kis_paint_layer.h):
better api doc
#
12:15 on Sep 20, 2010KDE
Commit by adamc :: r1177508 krita/trunk/koffice/krita/image/ (kis_layer.h kis_paint_layer.h):
add api doc
#
00:06 on Sep 20, 2010KDE
Commit by adamc :: r1177288 krita/trunk/koffice/krita/plugins/extensions/dockers/defaultdockers/wdglayerbox.ui:
gain a little bit vertical space in the layer docker
#