SpectacleProject
ActivePublic

Recent Activity

Mar 18 2022

ngraham abandoned D23446: Shortcuts displayed in capture mode ComboBox.
Mar 18 2022, 5:29 PM · Spectacle
ngraham commandeered D23446: Shortcuts displayed in capture mode ComboBox.

Awesome.

Mar 18 2022, 5:29 PM · Spectacle
felixernst added a comment to D23446: Shortcuts displayed in capture mode ComboBox.

I am continuing work on this feature here: https://invent.kde.org/graphics/spectacle/-/merge_requests/129 (My code is loosely based on Leon's. I wasn't able to help with pushing this MR over the finish line back then but I always wanted to see this actually get merged.)

Mar 18 2022, 4:49 PM · Spectacle

Jan 23 2022

domson added a comment to T8041: Include simple screen recording capabilities.

perfect.

Jan 23 2022, 3:52 PM · Spectacle
ngraham closed T8041: Include simple screen recording capabilities as Invalid.

This is in progress with https://invent.kde.org/graphics/spectacle/-/merge_requests/119

Jan 23 2022, 3:47 PM · Spectacle

Jan 21 2022

domson added a comment to T8041: Include simple screen recording capabilities.

Hi @acrouthamel ! Do you have any further information about the kwin functionality? was it in any way used? Or is anybody working on this?

Jan 21 2022, 8:58 PM · Spectacle

Nov 27 2021

ashitd added a member for Spectacle: ashitd.
Nov 27 2021, 6:31 PM

Oct 19 2021

ngraham closed T9043: What capture mode should be used for the automatically-taken screenshot on launch? as Resolved.

Resolved by adding an option in https://invent.kde.org/graphics/spectacle/-/merge_requests/71.

Oct 19 2021, 6:01 PM · Spectacle

May 14 2021

ngraham moved T6321: [WISH] Create a quick image editor for Spectacle from REVIEW to DONE on the Spectacle board.
May 14 2021, 3:28 PM · VDG, Spectacle
ngraham closed T6321: [WISH] Create a quick image editor for Spectacle as Resolved.

Done in Spectacle 20.08 IIRC.

May 14 2021, 3:28 PM · VDG, Spectacle

Dec 18 2020

justinzobel added a comment to D22074: Add image annotation via libKImageAnnotator.

Sweet!

Dec 18 2020, 10:39 PM · Spectacle
volkov added a comment to D22074: Add image annotation via libKImageAnnotator.

Awesome feature!

Dec 18 2020, 6:45 PM · Spectacle

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

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

It doesn't work when trying to capture open menus. At least on X11, menus close when doing the capture.

Oct 13 2020, 2:41 PM · Spectacle
meven 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.

After giving it a good thought, I see the following general problems with the existing rectangular region capture mode:

  1. It doesn't work when trying to capture open menus. At least on X11, menus close when doing the capture.
  2. By supporting different screen scales, the QuickEditor code becomes very complex. I wouldn't feel comfortable applying a patch while keeping all the screen scaling in mind. I would have to invest quite some time to get a deep understanding of the scaling problem and even then I doubt I could make changes without introducing any new issues, which brings me to the next point.
  3. Testing, how do we test any changes? With X11, Wayland, scaling factors, monitor positions and X QuickEditor features there seem to be too many combinations to test properly. Especially, I don't see a reliable and easy way to automate these kind of tests.
  4. All the hard bits of translating real screen position to window positions which is already done by the display server needs to be redone in QuickEditor (more or less). Not really a problem but also not a nice thing to do.

    For this reason I suggest the following approach: a) Compose the screen capture(s) into a single pixmap as it is done already. b) Drop support for rectangular region capture mode in favour of the post selection mode in D29550 which operates on this pixmap.

    This has the advantage that a) and b) are completely decoupled. How the pixmap is composed can easily be changed and screen scales can be applied as desired. QuickEditor stays relatively simple and straightforward to modify.
Oct 13 2020, 1:11 PM · Spectacle
meven abandoned D29282: QuickEditor: Allow to take screen region screenshot under Wayland.

Replaced by https://invent.kde.org/graphics/spectacle/-/merge_requests/29

Oct 13 2020, 1:05 PM · Spectacle
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

Sep 2 2020

ngraham added a comment to D22074: Add image annotation via libKImageAnnotator.

Yaayy!

Sep 2 2020, 4:48 PM · Spectacle
nicolasfella closed D22074: Add image annotation via libKImageAnnotator.
Sep 2 2020, 4:47 PM · Spectacle
nicolasfella added a comment to D22074: Add image annotation via libKImageAnnotator.

Merging this as discussed in the VDG chat

Sep 2 2020, 4:46 PM · Spectacle
nicolasfella updated the summary of D22074: Add image annotation via libKImageAnnotator.
Sep 2 2020, 4:42 PM · Spectacle
justinzobel added a comment to D22074: Add image annotation via libKImageAnnotator.

Can this be moved over to invent.kde.org and merged?

Sep 2 2020, 5:49 AM · Spectacle

Jul 27 2020

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

For now this patch is blocked until we can get the screen scale factor from somewhere else than libkscreen.

Jul 27 2020, 4:19 PM · Spectacle
ngraham added a comment to D29282: QuickEditor: Allow to take screen region screenshot under Wayland.

Tried this out and Rectangular Region mode disappeared from the combobox.

I think this is because there is a now check in spectacle that plasma is > 5.20 for the shuttermode.

Should check for > 5.19.80 then

Jul 27 2020, 3:53 PM · Spectacle

Jul 25 2020

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

Tried this out and Rectangular Region mode disappeared from the combobox.

I think this is because there is a now check in spectacle that plasma is > 5.20 for the shuttermode.
You can edit the PlatformKWinWayland::supportedShutterModes to work locally.
The patch needs adjustment.

Jul 25 2020, 4:45 PM · Spectacle

Jul 24 2020

ngraham added a comment to D22074: Add image annotation via libKImageAnnotator.

Would be really nice to finally get this in.

Jul 24 2020, 2:12 PM · Spectacle

Jul 23 2020

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

Tried this out and Rectangular Region mode disappeared from the combobox.

Jul 23 2020, 9:26 PM · Spectacle

Jun 23 2020

meven updated the diff for D29282: QuickEditor: Allow to take screen region screenshot under Wayland.

Rebased on master

Jun 23 2020, 10:46 AM · Spectacle

Jun 19 2020

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

Ah, that sounds like a sensible idea.

Jun 19 2020, 3:53 PM · Spectacle

Jun 17 2020

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

Needs a rebase.

Jun 17 2020, 8:40 AM · Spectacle

Jun 16 2020

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

Needs a rebase.

Jun 16 2020, 10:08 PM · Spectacle
meven closed D29408: Wayland: allow to take immediate and delayed screenshots.
Jun 16 2020, 5:06 PM · Spectacle
meven updated the summary of D29408: Wayland: allow to take immediate and delayed screenshots.
Jun 16 2020, 5:04 PM · Spectacle

Jun 13 2020

ngraham abandoned D7971: Add "Open containing folder" button to the notification.

Not really needed now that the notification has a hamburger menu on it.

Jun 13 2020, 3:32 PM · Spectacle

Jun 11 2020

meven added a comment to D29408: Wayland: allow to take immediate and delayed screenshots.

Needs https://invent.kde.org/graphics/spectacle/-/merge_requests/5 after latest D29408 changes

Jun 11 2020, 9:08 AM · Spectacle
meven added inline comments to D29408: Wayland: allow to take immediate and delayed screenshots.
Jun 11 2020, 9:07 AM · Spectacle
meven updated the diff for D29408: Wayland: allow to take immediate and delayed screenshots.

Check Plasma major version, use splitRef

Jun 11 2020, 7:22 AM · Spectacle

Jun 10 2020

apol added inline comments to D29408: Wayland: allow to take immediate and delayed screenshots.
Jun 10 2020, 11:55 PM · Spectacle
meven updated the diff for D29408: Wayland: allow to take immediate and delayed screenshots.

Make raw DBus call

Jun 10 2020, 1:07 PM · Spectacle
davidre added a comment to D29408: Wayland: allow to take immediate and delayed screenshots.

I think we shouldn't use QDBUsInterface but given that we already do this is probably ok

The alternative is just less documented AFAICT.
IRC the alternative is about adding xml files that generate code.

Jun 10 2020, 7:57 AM · Spectacle
meven added a comment to D29408: Wayland: allow to take immediate and delayed screenshots.

I think we shouldn't use QDBUsInterface but given that we already do this is probably ok

Jun 10 2020, 7:56 AM · Spectacle
davidre accepted D29408: Wayland: allow to take immediate and delayed screenshots.

I think we shouldn't use QDBUsInterface but given that we already do this is probably ok

Jun 10 2020, 7:47 AM · Spectacle
davidre added a comment to D29408: Wayland: allow to take immediate and delayed screenshots.

Very short nice!

Jun 10 2020, 7:44 AM · Spectacle

Jun 9 2020

meven added a comment to D29408: Wayland: allow to take immediate and delayed screenshots.

I am abandonning https://invent.kde.org/frameworks/kdbusaddons/-/merge_requests/1/diffs.

Jun 9 2020, 4:56 PM · Spectacle
meven updated the diff for D29408: Wayland: allow to take immediate and delayed screenshots.

Check only once the plasma version when needed

Jun 9 2020, 4:55 PM · Spectacle
meven updated the diff for D29408: Wayland: allow to take immediate and delayed screenshots.

Avoid adding the dependency to spectacle

Jun 9 2020, 3:45 PM · Spectacle
meven updated the summary of D29408: Wayland: allow to take immediate and delayed screenshots.
Jun 9 2020, 3:44 PM · Spectacle

Jun 8 2020

meven added a comment to D29408: Wayland: allow to take immediate and delayed screenshots.

This adds a dependency on https://invent.kde.org/frameworks/kdbusaddons/-/merge_requests/1/diffs

Jun 8 2020, 3:10 PM · Spectacle
meven updated the diff for D29408: Wayland: allow to take immediate and delayed screenshots.

Use KDBusAddon' PlasmaVersion

Jun 8 2020, 3:09 PM · Spectacle
meven added a comment to D29408: Wayland: allow to take immediate and delayed screenshots.

https://invent.kde.org/graphics/spectacle/-/merge_requests/3 was merged

Jun 8 2020, 7:43 AM · Spectacle