Feed Advanced Search

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
meven updated the diff for D29408: Wayland: allow to take immediate and delayed screenshots.

Removed .arcconfig, rebased

Jun 8 2020, 7:36 AM · Spectacle

Jun 6 2020

apol accepted D29408: Wayland: allow to take immediate and delayed screenshots.
Jun 6 2020, 9:08 PM · Spectacle

Jun 5 2020

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

This is ready to land except I need either to :

  • wait after 20.08 is released since this fix is dependent on KWin D29407 that won't be available before Plasma 5.20.
  • or add a runtime plasma version check
Jun 5 2020, 10:50 AM · Spectacle
meven updated the diff for D29408: Wayland: allow to take immediate and delayed screenshots.

Clean up delayed shutterMode

Jun 5 2020, 10:43 AM · Spectacle
meven closed D29487: Refactor Spectacle to run in single instance mode with KDBusService::Unique.
Jun 5 2020, 9:31 AM · Spectacle
meven updated the diff for D29487: Refactor Spectacle to run in single instance mode with KDBusService::Unique.

Fix build

Jun 5 2020, 9:11 AM · Spectacle
meven updated the summary of D29487: Refactor Spectacle to run in single instance mode with KDBusService::Unique.
Jun 5 2020, 8:37 AM · Spectacle

Jun 4 2020

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

Maybe that https://phabricator.kde.org/D23932 would come in handy?

Jun 4 2020, 5:51 AM · Spectacle
ngraham added a comment to D29282: QuickEditor: Allow to take screen region screenshot under Wayland.

Is there a way we can make it a runtime dependency rather than a build-time dependency? I'm just worried about people trying to install Spectacle on a non-Plasma platform and then getting half of Plasma dragged in, which would also complicate packaging for Snap, Flatpak, and AppImage.

Jun 4 2020, 1:43 AM · Spectacle

Jun 3 2020

ngraham resigned from D29487: Refactor Spectacle to run in single instance mode with KDBusService::Unique.

All right, maybe it was a local config issue on my side. I'll make noise if it stays broken. :)

Jun 3 2020, 10:28 PM · Spectacle
davidre accepted D29487: Refactor Spectacle to run in single instance mode with KDBusService::Unique.

Ping. Did you have time to look into

I noticed a flaw however in the current code if the first instance of spectacle is started with --new-instance a second one will always be started when the shortcut is pressed regardless of the setting.

Well it is not a flaw, it is by design.
--new-instance launches an instance without dbus connection and unique instance.
The first one without --new-instance will be the dbus unique instance.

Alright I guess. Should we maybe even hide it from the user visible options then?

Jun 3 2020, 12:20 PM · Spectacle

Jun 2 2020

meven added a comment to D29487: Refactor Spectacle to run in single instance mode with KDBusService::Unique.

Hmm, for me this breaks the option to open a new instance when the PrintScreen key is pressed and an existing instance is already running. It only works if I launch Spectacle manually using the --new-instance flag. The feature should work regardless of how the app is launched.

Jun 2 2020, 1:07 PM · Spectacle
meven added a comment to D29282: QuickEditor: Allow to take screen region screenshot under Wayland.

Hmm, that's unfortunate. Is there really no cross-compositor screenshot API in Wayland? Every compositor needs to re-invent the wheel?

Jun 2 2020, 5:24 AM · Spectacle

Jun 1 2020

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

Hmm, that's unfortunate. Is there really no cross-compositor screenshot API in Wayland? Every compositor needs to re-invent the wheel?

Jun 1 2020, 2:16 PM · Spectacle
meven added a comment to D29282: QuickEditor: Allow to take screen region screenshot under Wayland.

I don't think making KScreen a mandatory dependency is going to work. If we do that, then installing Spectacle on a platform other than Plasma is going to try to pull in all of KScreen and its dependencies. It would be half of the Plasma stack.

Jun 1 2020, 8:24 AM · Spectacle
ngraham requested changes to D29487: Refactor Spectacle to run in single instance mode with KDBusService::Unique.

Hmm, for me this breaks the option to open a new instance when the PrintScreen key is pressed and an existing instance is already running. It only works if I launch Spectacle manually using the --new-instance flag. The feature should work regardless of how the app is launched.

Jun 1 2020, 3:59 AM · Spectacle
ngraham added a comment to D29282: QuickEditor: Allow to take screen region screenshot under Wayland.

I don't think making KScreen a mandatory dependency is going to work. If we do that, then installing Spectacle on a platform other than Plasma is going to try to pull in all of KScreen and its dependencies. It would be half of the Plasma stack.

Jun 1 2020, 3:51 AM · Spectacle

May 29 2020

broulik abandoned D10035: Sanitize alpha channel only if actually broken.

@davidre said something about that we don't show small thumbnails anymore anyway or something

May 29 2020, 7:07 AM · Spectacle

May 25 2020

meven added a comment to D29487: Refactor Spectacle to run in single instance mode with KDBusService::Unique.

Ping. Did you have time to look into

I noticed a flaw however in the current code if the first instance of spectacle is started with --new-instance a second one will always be started when the shortcut is pressed regardless of the setting.

May 25 2020, 10:34 AM · Spectacle
davidre added a comment to D29487: Refactor Spectacle to run in single instance mode with KDBusService::Unique.

Ping. Did you have time to look into

I noticed a flaw however in the current code if the first instance of spectacle is started with --new-instance a second one will always be started when the shortcut is pressed regardless of the setting.

May 25 2020, 9:34 AM · Spectacle

May 23 2020

aprcela added a comment to T13145: Rearrange settings and depending on rearrangement maybe add more setting in Shortcut settings tab.

Well right now you have that problem too that you can select both. Even worse both settings are on different sub pages. I would also happy to remove Copy file location to clipboard after saving but I'm not sure if it's an extensive used feature. To me seems unnecessary when we have automatic copy.

May 23 2020, 5:28 PM · Spectacle
aprcela updated subscribers of D29828: Respect Settings::copyImageToClipboard when StartMode is DBus.

Works, but the notification is empty and the file doesn't get saved at all:

May 23 2020, 10:39 AM · Spectacle
pedroarthurp requested review of D29828: Respect Settings::copyImageToClipboard when StartMode is DBus.
May 23 2020, 5:31 AM · Spectacle

May 22 2020

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

In the current implementation of this, the cursor turns to the selector for the screen. The cursor does not draw a squared selection of screen where there is black outside the selection. The app crashes or closes after the screenshot is taken. This behavior happens on Fedora 32/Plasma 5.18

May 22 2020, 2:31 PM · Spectacle

May 21 2020

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

In the current implementation of this, the cursor turns to the selector for the screen. The cursor does not draw a squared selection of screen where there is black outside the selection. The app crashes or closes after the screenshot is taken. This behavior happens on Fedora 32/Plasma 5.18

May 21 2020, 10:41 PM · Spectacle

May 19 2020

davidre added a comment to T13145: Rearrange settings and depending on rearrangement maybe add more setting in Shortcut settings tab.

I assume that you mean:

Action after taking a screenshot: [] Save image to default folder location
                                  [] Copy image to clipboard

What about Copy file location to clipboard after saving, would that stay in the Save settings tab?
If yes - we'd have a problem if a users sets both of the checkboxes above and has Copy file location to clipboard after saving also set.

May 19 2020, 3:24 PM · Spectacle
ngraham closed D29589: Remove unused variable.
May 19 2020, 3:14 PM · Spectacle
davidre accepted D29589: Remove unused variable.
May 19 2020, 7:32 AM · Spectacle
davidre added a comment to D29596: Copy image to clipboard using hotkeys while spectacle is not running.

@davidre One other thing I noticed: launch Spectacle with any shortcut (except 'Print' key standalone), for example Shift+Print. Spectacle saves the picture instantaneously but no window of Spectacle opens up, only a notification shows up. Is this also "works as designed" or do/should we change some behavior regarding this one?

May 19 2020, 7:32 AM · Spectacle

May 18 2020

aprcela added a comment to D29596: Copy image to clipboard using hotkeys while spectacle is not running.

@davidre One other thing I noticed: launch Spectacle with any shortcut (except 'Print' key standalone), for example Shift+Print. Spectacle saves the picture instantaneously but no window of Spectacle opens up, only a notification shows up. Is this also "works as designed" or do/should we change some behavior regarding this one?

May 18 2020, 9:37 PM · Spectacle
aprcela added a comment to D29589: Remove unused variable.

@davidre ping :)

May 18 2020, 9:33 PM · Spectacle

May 16 2020

meven updated the summary of D29282: QuickEditor: Allow to take screen region screenshot under Wayland.
May 16 2020, 9:07 AM · Spectacle

May 15 2020

meven updated the diff for D29487: Refactor Spectacle to run in single instance mode with KDBusService::Unique.

Spacing

May 15 2020, 9:55 AM · Spectacle
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 14 2020

davidre added a comment to D29487: Refactor Spectacle to run in single instance mode with KDBusService::Unique.

I didn't review the entire code yet but seems much cleaner. A very welcome refactor!
I noticed a flaw however in the current code if the first instance of spectacle is started with --new-instance a second one will always be started when the shortcut is pressed regardless of the setting.

May 14 2020, 8:03 AM · Spectacle
achauvel added a comment to T10574: Make shortcuts consistent.

Any news on this?

May 14 2020, 2:04 AM · Spectacle
lephuong added a comment to D22074: Add image annotation via libKImageAnnotator.

It would be nicer to not disable all other actions when in annotator mode, but rather just save the image then continue with the action.

May 14 2020, 1:55 AM · Spectacle

May 13 2020

ngraham added a comment to D21042: Refactor Spectacle's platform backends.

I will note that exactly what I was worried about happening did in fact happen: @bgupta disappeared again and the new code style is annoying and irritates other contributors.

May 13 2020, 1:43 PM · Spectacle, KDE Applications
aprcela added a comment to T13145: Rearrange settings and depending on rearrangement maybe add more setting in Shortcut settings tab.

My idea would be:

Action after taking a screenshot: [] Save
                                  [] Copy

You can select one or both but not none. (Can we do that in a self explanatory way)?
Probably in general settings? And then we could add another checkbox [] Also do that when Spectacle is running

May 13 2020, 8:10 AM · Spectacle
meven 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?

Fundamentally no, the other patch essentially rewrites QuickEditor::paintEvent to support Wayland per-screen scaling/dpr.
The full screen rectangular selection and the in-KSImageWidget would need to have separate paint functions essentially.

May 13 2020, 7:47 AM · Spectacle
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
davidre added a comment to T13145: Rearrange settings and depending on rearrangement maybe add more setting in Shortcut settings tab.

My idea would be:

Action after taking a screenshot: [] Save
                                  [] Copy

You can select one or both but not none. (Can we do that in a self explanatory way)?
Probably in general settings? And then we could add another checkbox [] Also do that when Spectacle is running

May 13 2020, 7:10 AM · Spectacle

May 12 2020

aprcela renamed T13145: Rearrange settings and depending on rearrangement maybe add more setting in Shortcut settings tab from Spectacle - rearrange settings and maybe add more? to Rearrange settings and depending on rearrangement maybe add more setting in Shortcut settings tab.
May 12 2020, 8:49 PM · Spectacle
aprcela lowered the priority of T13145: Rearrange settings and depending on rearrangement maybe add more setting in Shortcut settings tab from Low to Wishlist.
May 12 2020, 8:30 PM · Spectacle
aprcela triaged T13145: Rearrange settings and depending on rearrangement maybe add more setting in Shortcut settings tab as Low priority.
May 12 2020, 8:29 PM · Spectacle
meven added a comment to D29550: Add selection support for already taken screenshots.

That's a nice feature.

May 12 2020, 6:13 PM · Spectacle
ngraham edited reviewers for D29550: Add selection support for already taken screenshots, added: Spectacle, meven; removed: bgupta.
May 12 2020, 4:22 PM · Spectacle
meven updated the summary of D29408: Wayland: allow to take immediate and delayed screenshots.
May 12 2020, 3:15 PM · Spectacle
meven added inline comments to D29282: QuickEditor: Allow to take screen region screenshot under Wayland.
May 12 2020, 3:09 PM · Spectacle
meven updated the test plan for D29487: Refactor Spectacle to run in single instance mode with KDBusService::Unique.
May 12 2020, 2:44 PM · Spectacle