czeidler (Clemens Zeidler)
User

Projects

User does not belong to any projects.

Today

  • Clear sailing ahead.

Tomorrow

  • Clear sailing ahead.

Sunday

  • Clear sailing ahead.

User Details

User Since
May 8 2020, 9:39 AM (206 w, 7 h)
Availability
Available

Recent Activity

Oct 14 2020

czeidler added a comment to D29282: QuickEditor: Allow to take screen region screenshot under Wayland.

Thanks for the feedback. Totally understand that the rectangular region capture mode is a desirable feature and that it is not an option to drop it.

Oct 14 2020, 8:41 AM · Spectacle

Oct 13 2020

czeidler added a comment to D29282: QuickEditor: Allow to take screen region screenshot under Wayland.

I am the author of D29550 which adds supports for a post capture selection option for already taken screenshots. D29550 is currently blocked by this patch.

Oct 13 2020, 9:58 AM · Spectacle

May 15 2020

czeidler added a comment to D29550: Add selection support for already taken screenshots.

I had another thought on it and think having all the functionality for both cases in one class is probably a bit too big and both use cases are actually too different. The common part that can be shared between both cases is the selectable rectangle + the magnifier. I think all other functionality / logic should go into QuickEditor and KSImageWidget respectively. I am wondering if that is an option, i.e. refactor a selection primitive to select a rectangular area (possibly implemented as QGraphicsObject). I assume that's what you need as well, right? i.e. you want a rectangular selection rather than a region? We could make this new selection class customizable with an isValidSelection hook / lambda so that in your case you can reject selections that are invalid. (correct me if you need something different, I am still not 100% sure if I understood your problem right, if you have a screenshot of a distorted / problematic screen that would be great!)

May 15 2020, 12:11 AM · Spectacle

May 13 2020

czeidler added a comment to D29550: Add selection support for already taken screenshots.

Do you see fundamental problems combining both patches? e.g. in the KSImageWidget the mScreenRegion could simply be a single rectangle of the size of the screenshot pixmap?

May 13 2020, 7:20 AM · Spectacle

May 11 2020

czeidler updated the diff for D29550: Add selection support for already taken screenshots.
  • Fix KSImageWidget cursor when there is no selection
  • Send out a selectionChanged event when selection is cleared
May 11 2020, 9:19 AM · Spectacle
czeidler added a comment to D29550: Add selection support for already taken screenshots.

Yes thats correct. That makes it possible to save multiple different selections from the same screenshot... Maybe I should make it more clear that only the selection is saved, or is that clear? However, when dragging the selection only the selected part is visible in the drag image.

May 11 2020, 8:56 AM · Spectacle
czeidler added a comment to D29550: Add selection support for already taken screenshots.

There should be a 'Select' button on the right side of the window (see below). Once you click it you can start a selection. During the time of the first selection the button is disabled. Happy to get feedback for the button location, label or better position.

May 11 2020, 8:36 AM · Spectacle

May 9 2020

czeidler added reviewers for D29550: Add selection support for already taken screenshots: bgupta, davidre.
May 9 2020, 10:03 AM · Spectacle
czeidler requested review of D29550: Add selection support for already taken screenshots.
May 9 2020, 9:50 AM · Spectacle