WhaleKit (Nikita Vertikov)
User

Projects

User does not belong to any projects.

Today

  • Clear sailing ahead.

Tomorrow

  • Clear sailing ahead.

Thursday

  • Clear sailing ahead.

User Details

User Since
Jan 8 2017, 4:06 PM (380 w, 1 d)
Availability
Available

Recent Activity

Aug 23 2017

WhaleKit committed R37:14400fe9b48f: Tells you which preset you have chosen via shortcut (authored by WhaleKit).
Tells you which preset you have chosen via shortcut
Aug 23 2017, 7:21 PM
WhaleKit closed D7454: Tells you which preset you have chosen via shortcut by committing R37:14400fe9b48f: Tells you which preset you have chosen via shortcut.
Aug 23 2017, 7:21 PM · Krita
WhaleKit updated the diff for D7454: Tells you which preset you have chosen via shortcut.

Brush name comes first. If I left only brush name, the text would be 1 line.
For some reason when text is 1 line height, the brush thumbnail in floating message is shown too small.

Aug 23 2017, 6:37 PM · Krita

Aug 21 2017

WhaleKit added a comment to D7454: Tells you which preset you have chosen via shortcut.
In D7454#138233, @rempt wrote:

I'm not sure why you changed the structure of the loops, but that's fine. Otherwise, the patch works as advertised :-)

I feel like usage of range-based for-loops makes sence, when counter variable by itself doesn't matter. Since here counter variable is used (not just as index to access element in single container), it makes more sence to use "classic" for loop that have counter variable in it.

Aug 21 2017, 7:31 PM · Krita
WhaleKit updated the summary of D7454: Tells you which preset you have chosen via shortcut.
Aug 21 2017, 1:54 PM · Krita
WhaleKit updated the summary of D7454: Tells you which preset you have chosen via shortcut.
Aug 21 2017, 1:52 PM · Krita
WhaleKit created D7454: Tells you which preset you have chosen via shortcut.
Aug 21 2017, 1:51 PM · Krita

Jul 25 2017

WhaleKit added a comment to M104: Panini assistant.

Also, I'm not sure how to make "adding rectangle to scene" interface. To define a rectangle, you need to choose 2 vanishing points from same basis and 2 diagonally opposite points of rectangle's corner.

Jul 25 2017, 6:57 AM · Krita
WhaleKit updated the description for M104: Panini assistant.
Jul 25 2017, 4:31 AM · Krita

Jul 23 2017

WhaleKit added a comment to M104: Panini assistant.

Brief explanation: it's a painting assistant that helps you draw in Panini projection.
Panini projection is a projection that allows you to draw in wide angle without distortion.
See this image, comparing rectilinear and Panini projections: https://raw.githubusercontent.com/shaunlebron/blinky/master/readme-img/old-and-new.jpg (source)

Jul 23 2017, 11:10 AM · Krita

Jul 21 2017

WhaleKit added a comment to T6543: Make Krita better for more types of spatial projection.

I want to write the code for this assistant, but I'm not sure if I'm right person to singlehandedly decide new architecture of assistant tool and assistants (At least I would need to talk to other developers).

Jul 21 2017, 5:00 PM · Krita: Abyss
WhaleKit added a comment to T6543: Make Krita better for more types of spatial projection.

so, I added a scetch for it's interface.

Jul 21 2017, 4:00 PM · Krita: Abyss
WhaleKit added 1 mock(s) for T6543: Make Krita better for more types of spatial projection: M104: Panini assistant.
Jul 21 2017, 3:40 PM · Krita: Abyss
WhaleKit added 1 task(s) for M104: Panini assistant: T6543: Make Krita better for more types of spatial projection.
Jul 21 2017, 3:40 PM · Krita
WhaleKit created M104: Panini assistant.
Jul 21 2017, 3:40 PM · Krita

Jul 15 2017

WhaleKit updated the diff for D5265: Fix for qLineEdits everywhere.

more organized. i hope

Jul 15 2017, 7:02 AM

Apr 7 2017

WhaleKit updated the diff for D5265: Fix for qLineEdits everywhere.

Now, tab key presses interpreted as shortcut only when canvas in focus - otherwise it will be handled by widgets to change focus.
Since i coulndn't find documentation about order, in which widgets' event handlers are invoked nor guarantee that qt won't start handling next event before all handlers for previous is called (though it makes sence), i can't really claim it will work perfectly in further versions of qt.

Apr 7 2017, 10:33 PM

Apr 6 2017

WhaleKit updated the diff for D5265: Fix for qLineEdits everywhere.

Now KisQtWidgetsTweaker affects QComboBox, Both QSpinBoxes
KisQtWidgetsTweaker now installed on app in main.cc
QAbstratcSliderSpinBox now accept QShortcutOverride event by itself (no need to do that using KisQtWidgetsTweaker).

Apr 6 2017, 7:21 PM

Mar 31 2017

WhaleKit added a comment to D5265: Fix for qLineEdits everywhere.

According to this page: https://bugreports.qt.io/browse/QTBUG-3385 this behavior of QLineEdit

is by design, and not a bug.

Mar 31 2017, 9:35 PM
WhaleKit updated the diff for D5265: Fix for qLineEdits everywhere.

almost forgot to put name

Mar 31 2017, 9:12 PM
WhaleKit created D5265: Fix for qLineEdits everywhere.
Mar 31 2017, 9:06 PM

Mar 27 2017

WhaleKit edited P71 Fix for layerBox.
Mar 27 2017, 3:06 PM
WhaleKit updated the title for P71 Fix for layerBox from Solution for layerBox to Fix for layerBox.
Mar 27 2017, 11:51 AM
WhaleKit created P71 Fix for layerBox.
Mar 27 2017, 10:59 AM

Jan 25 2017

WhaleKit added a comment to D4022: Layer color labels in the timeline.

@dkazakov This approach using BackgroundRole is way more neat and works as well (on win8.1 at least). So, yeah, we totally should use it.

Jan 25 2017, 6:17 PM · Krita: Next Features (Needs coding )
WhaleKit updated the diff for D4022: Layer color labels in the timeline.
Jan 25 2017, 6:04 PM · Krita: Next Features (Needs coding )

Jan 11 2017

WhaleKit updated the diff for D4022: Layer color labels in the timeline.
Jan 11 2017, 8:46 PM · Krita: Next Features (Needs coding )
WhaleKit updated the diff for D4022: Layer color labels in the timeline.
Jan 11 2017, 8:16 PM · Krita: Next Features (Needs coding )

Jan 9 2017

WhaleKit added a comment to D4022: Layer color labels in the timeline.

Hi, @dkazakov!
Thank you for pointing at this flaw! It could be seen on windows too. Now, I believe I fixed it

.

Jan 9 2017, 5:02 PM · Krita: Next Features (Needs coding )
WhaleKit updated the diff for D4022: Layer color labels in the timeline.
Jan 9 2017, 4:48 PM · Krita: Next Features (Needs coding )

Jan 8 2017

WhaleKit claimed T3500: Layer color labels in the timeline.
Jan 8 2017, 4:57 PM · Krita: Next Features (Needs Testing), Krita: Dmitry's TODO (Small Junior Jobs)
WhaleKit added a revision to T3500: Layer color labels in the timeline: D4022: Layer color labels in the timeline.
Jan 8 2017, 4:50 PM · Krita: Next Features (Needs Testing), Krita: Dmitry's TODO (Small Junior Jobs)
WhaleKit added a task to D4022: Layer color labels in the timeline: T3500: Layer color labels in the timeline.
Jan 8 2017, 4:50 PM · Krita: Next Features (Needs coding )
WhaleKit retitled D4022: Layer color labels in the timeline from to Layer color labels in the timeline.
Jan 8 2017, 4:50 PM · Krita: Next Features (Needs coding )