[Spectacle] [Bug 381778] Spectacle should ignore "Capture Rectangular Region" action if it's in progress

2019-06-12 Thread Boudhayan Gupta
https://bugs.kde.org/show_bug.cgi?id=381778

--- Comment #7 from Boudhayan Gupta  ---
Make sure you have the latest version of Spectacle, then click Configure in the
main window. The first option on the first page should be what you need to
adjust.

Note that this only works if you use DBus invocation for your custom khotkeys
configuration.

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 390297] Improve support for saving screenshots remotely

2019-06-12 Thread Boudhayan Gupta
https://bugs.kde.org/show_bug.cgi?id=390297

Boudhayan Gupta  changed:

   What|Removed |Added

 CC||kdelibs-b...@kde.org
  Component|General |general
   Assignee|m...@baloneygeek.com  |fa...@kde.org
Version|17.12.2 |git master
Product|Spectacle   |frameworks-kio

--- Comment #1 from Boudhayan Gupta  ---
This is a KIO issue, not Spectacle.

-- 
You are receiving this mail because:
You are watching all bug changes.

[Spectacle] [Bug 363630] Crash: Spectacle hangs when using save as on a desktop where the default file dialog it gtk's

2019-06-12 Thread Boudhayan Gupta
https://bugs.kde.org/show_bug.cgi?id=363630

--- Comment #6 from Boudhayan Gupta  ---
Updated versions of KDE software probably doesn't make a difference here;
you'll need the latest version of Gtk.

Is there some way to force using Gtk's QPA plugin when launching Spectacle? I
could test it on Arch, maybe.

-- 
You are receiving this mail because:
You are watching all bug changes.

[Spectacle] [Bug 381778] Spectacle should ignore "Capture Rectangular Region" action if it's in progress

2019-06-12 Thread Boudhayan Gupta
https://bugs.kde.org/show_bug.cgi?id=381778

Boudhayan Gupta  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|CONFIRMED   |RESOLVED

--- Comment #5 from Boudhayan Gupta  ---
Oh, so it is! Let's close this as fixed then.

-- 
You are receiving this mail because:
You are watching all bug changes.

[Spectacle] [Bug 381778] Spectacle should ignore "Capture Rectangular Region" action if it's in progress

2019-06-12 Thread Boudhayan Gupta
https://bugs.kde.org/show_bug.cgi?id=381778

--- Comment #3 from Boudhayan Gupta  ---
I think this should probably be configurable behaviour that defaults to "use
the current instance".

-- 
You are receiving this mail because:
You are watching all bug changes.

[Spectacle] [Bug 372408] Option to omit shadow and transparent border from windows in Active Window and Window Under Cursor modes

2019-06-12 Thread Boudhayan Gupta
https://bugs.kde.org/show_bug.cgi?id=372408

--- Comment #18 from Boudhayan Gupta  ---
Why would we do that? We (KDE) own the KWin code, let's fix it properly!

-- 
You are receiving this mail because:
You are watching all bug changes.

[Spectacle] [Bug 381778] Spectacle should ignore "Capture Rectangular Region" action if it's in progress

2019-06-12 Thread Boudhayan Gupta
https://bugs.kde.org/show_bug.cgi?id=381778

Boudhayan Gupta  changed:

   What|Removed |Added

 Status|REPORTED|CONFIRMED
 Ever confirmed|0   |1

--- Comment #1 from Boudhayan Gupta  ---
This is exactly why I'd initially coded Spectacle to never launch a new
instance when invoked via the keyboard shortcuts, but at some point after I
gave up maintainership this was changed. This, and the fact that you can abuse
the PrintScr button to prank someone by holding it down and essentially
fork-bombing the computer.

I'm all for reverting it back to the old behaviour, but I'd like to get
@ngraham's opinion on this.

-- 
You are receiving this mail because:
You are watching all bug changes.

[Spectacle] [Bug 374151] Capture current screen + vertical layout

2019-06-12 Thread Boudhayan Gupta
https://bugs.kde.org/show_bug.cgi?id=374151

Boudhayan Gupta  changed:

   What|Removed |Added

 Status|REPORTED|NEEDSINFO
 Resolution|--- |WAITINGFORINFO

--- Comment #2 from Boudhayan Gupta  ---
You seem to be using a KDE 4 based desktop. This is untested and potentially
might not work. Can you report your OS, Spectacle, Plasma and KWin versions and
what windowing system you are using (xcb or wayland)?

-- 
You are receiving this mail because:
You are watching all bug changes.

[Spectacle] [Bug 386250] [Wayland] Spectacle opens anyway when you try to cancel out of the window selection UI

2019-06-12 Thread Boudhayan Gupta
https://bugs.kde.org/show_bug.cgi?id=386250

Boudhayan Gupta  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
 Resolution|--- |INTENTIONAL

--- Comment #6 from Boudhayan Gupta  ---
This is due to the way KWin handles taking screenshots in Wayland mode. The 
"click now to take a screenshot" screen is presented by KWin as a security
feature to let you know some app is trying to grab the screen image. If you
cancel out of it, no image is returned, which is why you see Spectacle with a
null image. This works exactly as designed.

KWin doesn't know who asked for the screenshot, so it can't kill the
application which requested it if the grab is cancelled. Also, even if it
could, how do you differentiate the initial grab and subsequent grabs (with the
Take New Screenshot button for example) where Spectacle shouldn't be killed?

Note that we can't just tell KWin our PID and whether we should get killed if
the grab is cancelled because:

(a) this information can be faked, and a malicious program could use it to kill
other stuff.
(b) in things like Flatpak, Spectacle and KWin might live in different PID
namespaces, leading to us killing the wrong app again.

-- 
You are receiving this mail because:
You are watching all bug changes.

[Spectacle] [Bug 368397] Print image: add options for positioning and scaling

2019-06-12 Thread Boudhayan Gupta
https://bugs.kde.org/show_bug.cgi?id=368397

Boudhayan Gupta  changed:

   What|Removed |Added

 Status|REPORTED|CONFIRMED
 Ever confirmed|0   |1
   Severity|normal  |wishlist

--- Comment #1 from Boudhayan Gupta  ---
This is certainly a useful feature to have. Patches welcome, because I will
have other stuff to do before I get to this.

-- 
You are receiving this mail because:
You are watching all bug changes.

[Spectacle] [Bug 370590] Spectacle opens itself on the wrong screen

2019-06-12 Thread Boudhayan Gupta
https://bugs.kde.org/show_bug.cgi?id=370590

Boudhayan Gupta  changed:

   What|Removed |Added

 Resolution|--- |WAITINGFORINFO
 Status|REPORTED|NEEDSINFO

--- Comment #1 from Boudhayan Gupta  ---
On X11, we currently remember the last window geometry and restore it on the
next use. On Wayland, this is impossible because windows cannot dictate where
on the screen they want to be placed.

The consistent way to handle this would be to also never preserve geometry
information on X11 and always open at a random position, but since the vast
majority of our users are X11 based, this has the potential of annoying a lot
of people.

@ngraham: What do you think from an usability PoV?

-- 
You are receiving this mail because:
You are watching all bug changes.

[Spectacle] [Bug 372408] Option to omit shadow and transparent border from windows in Active Window and Window Under Cursor modes

2019-06-12 Thread Boudhayan Gupta
https://bugs.kde.org/show_bug.cgi?id=372408

--- Comment #16 from Boudhayan Gupta  ---
@Paul: That will do absolutely nothing, since that part of the code is only
used if you're not running under KWin.

-- 
You are receiving this mail because:
You are watching all bug changes.

[Spectacle] [Bug 404839] No capture modes work in a GNOME Wayland session

2019-06-12 Thread Boudhayan Gupta
https://bugs.kde.org/show_bug.cgi?id=404839

--- Comment #13 from Boudhayan Gupta  ---
@d_ed: This API looks very limited. Can we (KDE) extend it with more modes?

-- 
You are receiving this mail because:
You are watching all bug changes.

[Spectacle] [Bug 372408] Option to omit shadow and transparent border from windows in Active Window and Window Under Cursor modes

2019-06-11 Thread Boudhayan Gupta
https://bugs.kde.org/show_bug.cgi?id=372408

--- Comment #14 from Boudhayan Gupta  ---
There's code in Spectacle that does this, but this is just for consistency with
KWin's way of doing this. If someone removed this from KWin, I'll gladly remove
the offending code from Spectacle. I personally think the drop shadow is
completely unnecessary anyway.

-- 
You are receiving this mail because:
You are watching all bug changes.

[Spectacle] [Bug 368939] Option to automatically reduce size for HiDPI captures, which otherwise are humongous

2019-06-11 Thread Boudhayan Gupta
https://bugs.kde.org/show_bug.cgi?id=368939

Boudhayan Gupta  changed:

   What|Removed |Added

 CC||m...@baloneygeek.com

--- Comment #4 from Boudhayan Gupta  ---
I don't actually think this is a terrible idea. This might actually help us
with all those pesky "things don't work when we have different DPIs on differen
displays" - let's just scale everything down to the lowest common denominator.
Comments?

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 404983] Spectacle cannot take screenshots in QPainter

2019-06-11 Thread Boudhayan Gupta
https://bugs.kde.org/show_bug.cgi?id=404983

Boudhayan Gupta  changed:

   What|Removed |Added

Version|17.12.3 |git master
   Assignee|m...@baloneygeek.com  |kwin-bugs-n...@kde.org
  Component|General |general
Product|Spectacle   |kwin

--- Comment #1 from Boudhayan Gupta  ---
This is an issue with KWin's screenshot plugin, not Spectacle.

-- 
You are receiving this mail because:
You are watching all bug changes.

[Spectacle] [Bug 404346] Screen recording support

2019-06-11 Thread Boudhayan Gupta
https://bugs.kde.org/show_bug.cgi?id=404346

Boudhayan Gupta  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |INTENTIONAL

--- Comment #2 from Boudhayan Gupta  ---
Since no one has any other comments, I'm going to close this now.

-- 
You are receiving this mail because:
You are watching all bug changes.

[Spectacle] [Bug 404839] No capture modes work in a GNOME Wayland session

2019-06-11 Thread Boudhayan Gupta
https://bugs.kde.org/show_bug.cgi?id=404839

Boudhayan Gupta  changed:

   What|Removed |Added

   Severity|major   |normal

--- Comment #11 from Boudhayan Gupta  ---
Given how easy platform backends for Spectacle are to code, I'd like to take a
vote and either close this as something we won't do, or actually implement the
backend.

I do however agree with d_ed, even if we end up implementing a backend, who's
going to test it regularly and make sure it works? GNOME's API isn't something
we control, and this is something they're free to change from underneath us...
and completely break everything.

-- 
You are receiving this mail because:
You are watching all bug changes.

[Spectacle] [Bug 368433] Dynamically add/remove pointer after screenshot is taken

2019-06-11 Thread Boudhayan Gupta
https://bugs.kde.org/show_bug.cgi?id=368433

Boudhayan Gupta  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |INTENTIONAL

--- Comment #2 from Boudhayan Gupta  ---
Damian, your use case is valid, but the approach suggested won't entirely work.

In X11, we compose the mouse pointer over the image in most cases (except when
we invoke KWin to grab an image for us), so we can un-compose the image.
However, in Wayland (and that 10% of the time when we invoke KWin under X11),
we'll need to take multiple screenshots. Invoking the screenshot API is
computationally cheap, but not free, and there will be subtle differences
between the two images. Also, multiple images at common but big sizes (think
multiple 4K displays) will eat up an incredible amount of memory, all for the
difference of a few pixels of difference. Storing image deltas is another idea,
but again, a lot of work for very little gain.

Also, this just will never work with the rectangular image cropper on any
platform. Given how much refactoring will have to be done and how ugly the
result will be (from a code complexity and performance point of view), I really
wouldn't want to spend much effort implementing this.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 386271] [Wayland] Implement "Active window" mode in the KWin screenshot plugin

2019-06-11 Thread Boudhayan Gupta
https://bugs.kde.org/show_bug.cgi?id=386271

Boudhayan Gupta  changed:

   What|Removed |Added

Summary|[Wayland] "Active window"   |[Wayland] Implement "Active
   |mode does not work  |window" mode in the KWin
   ||screenshot plugin
Product|Spectacle   |kwin
  Component|General |general
   Assignee|m...@baloneygeek.com  |kwin-bugs-n...@kde.org
Version|19.04.1 |git master

--- Comment #10 from Boudhayan Gupta  ---
This is a feature that has to be implemented in KWin. Once the feature is
available, it's simply a matter of invoking the right DBus call into KWin.

-- 
You are receiving this mail because:
You are watching all bug changes.

[Spectacle] [Bug 351963] Missing Comment in desktop file

2019-06-11 Thread Boudhayan Gupta
https://bugs.kde.org/show_bug.cgi?id=351963

Boudhayan Gupta  changed:

   What|Removed |Added

 Resolution|--- |FIXED
   Version Fixed In||19.08
 Status|REOPENED|RESOLVED

--- Comment #3 from Boudhayan Gupta  ---
I'm too sleepy to write the correct bug ID in the commit message, apparently,
so...

This is fixed in this commit.

https://cgit.kde.org/spectacle.git/commit/?id=b526b333bed6c9e32600ccd73a844fe30d5665d0

-- 
You are receiving this mail because:
You are watching all bug changes.

[Spectacle] [Bug 408352] Application automatically saves image and exits with notification with rectangular screenshot

2019-06-11 Thread Boudhayan Gupta
https://bugs.kde.org/show_bug.cgi?id=408352

Boudhayan Gupta  changed:

   What|Removed |Added

  Latest Commit||https://commits.kde.org/spe
   ||ctacle/b526b333bed6c9e32600
   ||ccd73a844fe30d5665d0
 Resolution|NOT A BUG   |FIXED

--- Comment #8 from Boudhayan Gupta  ---
Git commit b526b333bed6c9e32600ccd73a844fe30d5665d0 by Boudhayan Gupta.
Committed on 11/06/2019 at 23:17.
Pushed by bgupta into branch 'master'.

Add comment to desktop file

M  +41   -0desktop/org.kde.spectacle.desktop

https://commits.kde.org/spectacle/b526b333bed6c9e32600ccd73a844fe30d5665d0

-- 
You are receiving this mail because:
You are watching all bug changes.

[Spectacle] [Bug 408352] Application automatically saves image and exits with notification with rectangular screenshot

2019-06-11 Thread Boudhayan Gupta
https://bugs.kde.org/show_bug.cgi?id=408352

Boudhayan Gupta  changed:

   What|Removed |Added

 Resolution|--- |NOT A BUG
 Status|REOPENED|RESOLVED

--- Comment #6 from Boudhayan Gupta  ---
Running `spectacle -r` does what you want (open the window after doing the
rectangular crop), even with the quit after save or copy option enabled. Please
make sure you've edited your `kcmshell keys` settings correctly. Also, making a
change to the .desktop file is unnecessary, and the only thing it does is
launch rectagular mode even if you start it from the kickoff menu.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 387721] "screenshotArea" dbus API needs a "selectArea" method or similar

2019-05-06 Thread Boudhayan Gupta
https://bugs.kde.org/show_bug.cgi?id=387721

Boudhayan Gupta  changed:

   What|Removed |Added

 Blocks|377157  |


Referenced Bugs:

https://bugs.kde.org/show_bug.cgi?id=377157
[Bug 377157] [Wayland] It's not possible to take a picture of a rectangle
region
-- 
You are receiving this mail because:
You are watching all bug changes.

[Spectacle] [Bug 377157] [Wayland] It's not possible to take a picture of a rectangle region

2019-05-06 Thread Boudhayan Gupta
https://bugs.kde.org/show_bug.cgi?id=377157

Boudhayan Gupta  changed:

   What|Removed |Added

   Version Fixed In||19.08
 Depends on|387721  |

--- Comment #11 from Boudhayan Gupta  ---
This was fixed in the branch "bgupta/platform-backend-refactor"
(https://cgit.kde.org/spectacle.git/log/?h=bgupta/platform-backend-refactor)
which was merged to master with commit
4fb5f57786f9fe3f04857ef893dd0603c34025d6.


Referenced Bugs:

https://bugs.kde.org/show_bug.cgi?id=387721
[Bug 387721] "screenshotArea" dbus API needs a "selectArea" method or similar
-- 
You are receiving this mail because:
You are watching all bug changes.

[Spectacle] [Bug 404346] Screen recording support

2019-02-14 Thread Boudhayan Gupta
https://bugs.kde.org/show_bug.cgi?id=404346

--- Comment #1 from Boudhayan Gupta  ---
I no longer maintain Spectacle, so I won't close this as WONTFIX, but I don't
think this will ever happen.

I can say that with some confidence because when I first architect-ed
Spectacle, I wanted a clean separation between the business logic and the
actual screen image grabbing code, because in my naivety I thought that's what
video-recording is, repeatedly taking a screenshot, 30 times a second, and
piping it to some tool that would stitch that into a video. Boy was I wrong.

First of all there's no API to actually do stitch images into a video with Qt
(I thought QtMultimedia did what I wanted to do, but it doesn't, not without
significant hackery which will lead to a suboptimal solution that can't encode
in real-time at most). I tried to wrap mencoder with QProcess, with some
success, but it was still a very ugly solution, and with further complications
around recording and syncing audio, I just decided I didn't want this kind of
complexity in Spectacle and didn't do it.

What I did want to do was actually turn the image grabbing code into a shared
library or Qt plugin so that the bit of Spectacle that *could* be re-used for
this would be, in an entirely new tool just meant for screen recording; I just
didn't manage to complete that effort because I finished university and then
life got in the way. But I think that's the way to go - spin off the image
grabbing and conversion code into a reusable component, and build a new
frontend that records video, possibly built around some multimedia library,
let's say libvlc or something nice that does the heavy lifting for you so that
you don't have to.

BTW, VLC media player can actually do screencasting so if you use libvlc you
might not even have to code in the image grabber - libvlc might do everything
you want by itself. I don't know how it works on Wayland though, YMMV.

-- 
You are receiving this mail because:
You are watching all bug changes.

[Purpose] [Bug 379093] Spectacle logs user out of the system when user clicks Export image > Share > Save as

2017-04-23 Thread Boudhayan Gupta
https://bugs.kde.org/show_bug.cgi?id=379093

Boudhayan Gupta  changed:

   What|Removed |Added

  Component|General |general
Product|Spectacle   |Purpose
   Assignee|m...@baloneygeek.com  |aleix...@kde.org

--- Comment #3 from Boudhayan Gupta  ---
Aleix,

Hope you don't mind, I'm reassigning this to you. The GIF gives a clue to the
problem - it's apparently setting the whole data uri of the image as the
filename.

-- 
You are receiving this mail because:
You are watching all bug changes.

[Spectacle] [Bug 379093] Spectacle logs user out of the system when user clicks Export image > Share > Save as

2017-04-22 Thread Boudhayan Gupta
https://bugs.kde.org/show_bug.cgi?id=379093

Boudhayan Gupta  changed:

   What|Removed |Added

 Resolution|--- |WORKSFORME
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from Boudhayan Gupta  ---
This bug is so mind-bogglingly bizarre, I can only recommend that you use the
normal Save As button (click the little arrow beside Save & Exit), instead of
going through the Export menu.

-- 
You are receiving this mail because:
You are watching all bug changes.

[Spectacle] [Bug 378685] Improve the contrast of the slection '+' cursor - can hardly see it.

2017-04-12 Thread Boudhayan Gupta
https://bugs.kde.org/show_bug.cgi?id=378685

Boudhayan Gupta  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |INVALID

--- Comment #1 from Boudhayan Gupta  ---
Save button arrow > Preferences > Light Background for Rectangular Region

-- 
You are receiving this mail because:
You are watching all bug changes.

[Spectacle] [Bug 378468] Section in window

2017-04-06 Thread Boudhayan Gupta
https://bugs.kde.org/show_bug.cgi?id=378468

--- Comment #1 from Boudhayan Gupta  ---
Have you tried taking a "section of a window" screenshot of a modern app with
KSnapshot recently? e.g., a Qt5 app? It doesn't work anymore.

That functionality relied on the fact that in the old days every widget in an
app ("section" of the window) was its own X11 subwindow and could be targeted
individually for capture. This is no longer the case with modern GUI toolkits -
the only "section" in modern apps cover the whole window.

-- 
You are receiving this mail because:
You are watching all bug changes.

[Spectacle] [Bug 377157] [Wayland] It's not possible to take a picture of a rectangle region

2017-03-03 Thread Boudhayan Gupta
https://bugs.kde.org/show_bug.cgi?id=377157

Boudhayan Gupta  changed:

   What|Removed |Added

 Status|UNCONFIRMED |CONFIRMED
 Ever confirmed|0   |1

--- Comment #1 from Boudhayan Gupta  ---
This feature isn't implemented yet owing to security considerations with the
code on Wayland. We should be able to figure this out by the middle of the
year.

-- 
You are receiving this mail because:
You are watching all bug changes.

[Spectacle] [Bug 374201] Errors in JobDialog.qml : TypeError: Cannot read property 'Layout' of null

2017-02-20 Thread Boudhayan Gupta
https://bugs.kde.org/show_bug.cgi?id=374201

Boudhayan Gupta  changed:

   What|Removed |Added

 Resolution|--- |INVALID
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from Boudhayan Gupta  ---
This is harmless. This output is produced by LibPurpose's initialisation, not
Spectacle.

-- 
You are receiving this mail because:
You are watching all bug changes.

[Spectacle] [Bug 366598] Make Spectacle able to take screencasts

2017-02-20 Thread Boudhayan Gupta
https://bugs.kde.org/show_bug.cgi?id=366598

Boudhayan Gupta  changed:

   What|Removed |Added

 Resolution|--- |WONTFIX
 Status|UNCONFIRMED |RESOLVED

--- Comment #2 from Boudhayan Gupta  ---
While it may appear to be similar in use, screencasting needs completely
different codepaths to capture screen images in realtime and encode it (in
realtime) into a movie. This merits the creation of a new app in itself.

-- 
You are receiving this mail because:
You are watching all bug changes.

[Spectacle] [Bug 362616] Multiple PrintScreen presses have no effect

2017-02-20 Thread Boudhayan Gupta
https://bugs.kde.org/show_bug.cgi?id=362616

Boudhayan Gupta  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
 Resolution|--- |WONTFIX

--- Comment #6 from Boudhayan Gupta  ---
This behaviour is intended.

(In reply to tesfabpel from comment #4)
> For example, if you want to take 3 screenshots in 6 seconds you press the
> button 3 times and then review / save the screenshots separately...

You're now able to take screenshots without bringing up the GUI which are
auto-saved, using the default hotkeys. These may be reviewed and discarded at
your leisure.

-- 
You are receiving this mail because:
You are watching all bug changes.

[Spectacle] [Bug 361640] Option to default to JPG on save & exit

2017-02-20 Thread Boudhayan Gupta
https://bugs.kde.org/show_bug.cgi?id=361640

Boudhayan Gupta  changed:

   What|Removed |Added

   Version Fixed In||17.04

-- 
You are receiving this mail because:
You are watching all bug changes.

[Spectacle] [Bug 361640] Option to default to JPG on save & exit

2017-02-20 Thread Boudhayan Gupta
https://bugs.kde.org/show_bug.cgi?id=361640

Boudhayan Gupta  changed:

   What|Removed |Added

 Resolution|--- |FIXED
  Latest Commit||https://commits.kde.org/spe
   ||ctacle/c09e2a574d0248201e9e
   ||1638d252dbb624fec56a
 Status|CONFIRMED   |RESOLVED

--- Comment #4 from Boudhayan Gupta  ---
Git commit c09e2a574d0248201e9e1638d252dbb624fec56a by Boudhayan Gupta.
Committed on 20/02/2017 at 18:10.
Pushed by bgupta into branch 'master'.

Allow use of alternative user-configured image format when auto-saving.

A new drop-down selection box is now available beside the filenamae
format box in the Save Options page in the Preferences.

This was a long-requested feature, apologies for the length of time
it took for me to get around to doing this.

M  +3-2src/ExportManager.cpp
M  +39   -4src/Gui/SettingsDialog/SaveOptionsPage.cpp
M  +2-0src/Gui/SettingsDialog/SaveOptionsPage.h
M  +14   -0src/SpectacleConfig.cpp
M  +3-0src/SpectacleConfig.h

https://commits.kde.org/spectacle/c09e2a574d0248201e9e1638d252dbb624fec56a

-- 
You are receiving this mail because:
You are watching all bug changes.

[Spectacle] [Bug 365762] Unable to make snapshot (screenshot) on wayland winodws (kwin_wayland session)

2017-02-20 Thread Boudhayan Gupta
https://bugs.kde.org/show_bug.cgi?id=365762

Boudhayan Gupta  changed:

   What|Removed |Added

  Latest Commit||16.12
 Status|CONFIRMED   |RESOLVED
 Resolution|--- |FIXED

--- Comment #5 from Boudhayan Gupta  ---
Thanks to Martin, a few of Spectacle's capture modes now work on Wayland as of
16.12.

-- 
You are receiving this mail because:
You are watching all bug changes.

[Spectacle] [Bug 368524] Print Screen action opens KSnapshot instead of Spectacle

2017-02-20 Thread Boudhayan Gupta
https://bugs.kde.org/show_bug.cgi?id=368524

Boudhayan Gupta  changed:

   What|Removed |Added

 Resolution|--- |INVALID
 Status|CONFIRMED   |RESOLVED

-- 
You are receiving this mail because:
You are watching all bug changes.

[Spectacle] [Bug 363628] Usability bug: spectacle should by default ask for a filename on saving

2017-02-20 Thread Boudhayan Gupta
https://bugs.kde.org/show_bug.cgi?id=363628

Boudhayan Gupta  changed:

   What|Removed |Added

   Version Fixed In||16.04
 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |FIXED

-- 
You are receiving this mail because:
You are watching all bug changes.

[Spectacle] [Bug 375965] Move configure button out of the Save combo button

2017-02-03 Thread Boudhayan Gupta
https://bugs.kde.org/show_bug.cgi?id=375965

--- Comment #1 from Boudhayan Gupta  ---
I'm not going to waste space by moving it out to its own button. Other ideas
are welcome.

-- 
You are receiving this mail because:
You are watching all bug changes.

[Spectacle] [Bug 373167] Plain Qt file picker instead of KDE's

2016-12-01 Thread Boudhayan Gupta
https://bugs.kde.org/show_bug.cgi?id=373167

Boudhayan Gupta  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from Boudhayan Gupta  ---
This has been fixed in master and will be released as part of Applications
16.12

-- 
You are receiving this mail because:
You are watching all bug changes.

[Spectacle] [Bug 369404] drag and drop to chromium doesn't work

2016-10-25 Thread Boudhayan Gupta
https://bugs.kde.org/show_bug.cgi?id=369404

--- Comment #1 from Boudhayan Gupta  ---
Has there been any changes in Chromium to fix this behaviour?

If there hasn't, let's get this fixed in time for Applications 16.12., either
way (this might entail dropping attached Image Data, as you did).

-- 
You are receiving this mail because:
You are watching all bug changes.

[Spectacle] [Bug 365762] Unable to make snapshot (screenshot) on wayland winodws (kwin_wayland session)

2016-10-21 Thread Boudhayan Gupta via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=365762

--- Comment #4 from Boudhayan Gupta  ---
There's no alternatives. Due to Wayland's security model it just doesn't allow
applications access to an image of the screen, or of other apps. There's
compositor-specific support (such as Gnome-Screenshot working only on
Gnome-Shell, Weston-Screenshot working only on Weston and so on).

-- 
You are receiving this mail because:
You are watching all bug changes.


[bugs.kde.org] [Bug 369148] CA StartCom should not be trusted please use Let's Encrypt

2016-09-27 Thread Boudhayan Gupta via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369148

Boudhayan Gupta  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |CONFIRMED

--- Comment #9 from Boudhayan Gupta  ---
We've seen that document are are currently evaluating alternatives. While LE
remains unsuitable for our infrastructure, we are considering other traditional
CAs who can offer us affordable certificates for our needs.

-- 
You are receiving this mail because:
You are watching all bug changes.


[Spectacle] [Bug 369197] Spectacle is hard to find if you don't know/remember its name

2016-09-22 Thread Boudhayan Gupta via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369197

Boudhayan Gupta  changed:

   What|Removed |Added

 Resolution|--- |INVALID
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from Boudhayan Gupta  ---
"screenshot", or a part thereof, when typed in KRunner or the Application
Launcher menu should show "Spectacle". The metadata has been in the .desktop
file since the very first release.

-- 
You are receiving this mail because:
You are watching all bug changes.


[bugs.kde.org] [Bug 369148] CA StartCom should not be trusted please use Let's Encrypt

2016-09-21 Thread Boudhayan Gupta via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369148

Boudhayan Gupta  changed:

   What|Removed |Added

 CC||m...@baloneygeek.com

--- Comment #6 from Boudhayan Gupta  ---
We're not going to throw our entire server infrastructure out of the window and
start afresh simply to accomodate a new CA. I've tried to implement LetsEncrypt
on our servers in the past (we've had this discussion internally way before you
thought you'd file a bug and we've actually tried testing it on live systems)
but the effort just isn't worth it.

Maybe as we move to immutable infrastructure in the future we will revisit this
topic of contention, but right now there are more pressing tasks that need to
be taken care of.

-- 
You are receiving this mail because:
You are watching all bug changes.


[frameworks-baloo] [Bug 355238] Baloo crashes when file has timestamp 0

2016-09-11 Thread Boudhayan Gupta via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=355238

Boudhayan Gupta  changed:

   What|Removed |Added

 CC||m...@baloneygeek.com

--- Comment #10 from Boudhayan Gupta  ---
Thanks for pushing the fix. I see you didn't wait for the Shipit ;-)

In any case, an mtime/ctime value of 0 isn't illegal - it means 0 time units
after the unix epoch. Is there any reason the asserts were there other than to
just crash on potential filesystem bugs?

-- 
You are receiving this mail because:
You are watching all bug changes.


[Spectacle] [Bug 367757] Specctacle does not take the screenshot when a right menu is open and I press printscreen keyboard key

2016-08-24 Thread Boudhayan Gupta via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367757

Boudhayan Gupta  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |WONTFIX

--- Comment #1 from Boudhayan Gupta  ---
This is an X11 bug. This bug has several security implications in general but
cannot be fixed because of X11's architecture.

Wayland will fix it (TM).

-- 
You are receiving this mail because:
You are watching all bug changes.


[Spectacle] [Bug 363672] Save As dialog don't use default KDE dialog

2016-08-13 Thread Boudhayan Gupta via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=363672

--- Comment #5 from Boudhayan Gupta  ---
No, but I can add one if you want.

-- 
You are receiving this mail because:
You are watching all bug changes.


[Spectacle] [Bug 362241] Rectangular Region option does not preview and does not save an image after 15.12.3-2 -> 16.04.0-1

2016-07-30 Thread Boudhayan Gupta via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362241

--- Comment #14 from Boudhayan Gupta  ---
Have you tried clicking the arrow next to the Save and Exit button and then
clicking Preferences?

-- 
You are receiving this mail because:
You are watching all bug changes.


[Spectacle] [Bug 362241] Rectangular Region option does not preview and does not save an image after 15.12.3-2 -> 16.04.0-1

2016-07-29 Thread Boudhayan Gupta via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362241

--- Comment #12 from Boudhayan Gupta  ---
All of them are fixed.

1) Previous geometry can be remember as of KDE Applications 16.04
2) You can switch the mask colour to a light background as of KDE Applications
16.04
3) If you're using nVidia drivers, you may have problems with the smaller
rectangular selection sizes. This is not Spectacle's fault but Qt5's -
KSnapshot works here because it's still based on Qt4. Presumably one of Qt or
nVidia will fix their problems at some point in time.

Please ensure you're running an up-to-date version of the software before
reporting bugs.

-- 
You are receiving this mail because:
You are watching all bug changes.


[Spectacle] [Bug 362241] Rectangular Region option does not preview and does not save an image after 15.12.3-2 -> 16.04.0-1

2016-07-29 Thread Boudhayan Gupta via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362241

--- Comment #10 from Boudhayan Gupta  ---
Created attachment 100380
  --> https://bugs.kde.org/attachment.cgi?id=100380&action=edit
Tiny Rectangle Selection

This is a tiny rectangular selection.

Check with your GPU drivers. Nvidia is a known troublemaker.

-- 
You are receiving this mail because:
You are watching all bug changes.


[Spectacle] [Bug 366239] Feature Request: Missing features found in KSnapshot

2016-07-29 Thread Boudhayan Gupta via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=366239

--- Comment #2 from Boudhayan Gupta  ---
* even some revisions of Qt4

-- 
You are receiving this mail because:
You are watching all bug changes.


[Spectacle] [Bug 366239] Feature Request: Missing features found in KSnapshot

2016-07-29 Thread Boudhayan Gupta via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=366239

Boudhayan Gupta  changed:

   What|Removed |Added

 Resolution|--- |WONTFIX
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from Boudhayan Gupta  ---
The freehand selection was too much of a hassle and no one used it. You'll have
masking in another form when the image editr is completed.

"Section of window" was dropped because it already doesn't work for the vast
majority of applications now, and soon won't for anything. That's because of
how widget toolkits (Gtk3, Qt5, even some revisions) work these days - they
don't create native X11 subwindows for every widget that you can mouse over to
capture. There is no way of knowing which widget of a window to capture without
querying the app itself - and that's not going to happen.

-- 
You are receiving this mail because:
You are watching all bug changes.


[Spectacle] [Bug 366089] Reuse previous region for subsequent snapshots

2016-07-25 Thread Boudhayan Gupta via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=366089

Boudhayan Gupta  changed:

   What|Removed |Added

 Resolution|--- |INVALID
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from Boudhayan Gupta  ---
This has been in Spectacle since KDE Applications 16.04

-- 
You are receiving this mail because:
You are watching all bug changes.


[Spectacle] [Bug 365763] Screenshot "At click" cannot be disabled

2016-07-17 Thread Boudhayan Gupta via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=365763

Boudhayan Gupta  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from Boudhayan Gupta  ---
This was fixed in KDE Applications 16.04.

-- 
You are receiving this mail because:
You are watching all bug changes.


[Spectacle] [Bug 365762] Unable to make snapshot (screenshot) on wayland winodws (kwin_wayland session)

2016-07-17 Thread Boudhayan Gupta via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=365762

Boudhayan Gupta  changed:

   What|Removed |Added

 Ever confirmed|0   |1
Product|ksnapshot   |Spectacle
  Component|kscreengenie|General
 Status|UNCONFIRMED |CONFIRMED

--- Comment #1 from Boudhayan Gupta  ---
Note that ksnapshot has been deprecated for almost an year now. It is no longer
developed, and has been replaced by Spectacle in KDE Applications 15.12.

That said, Spectacle still doesn't have Wayland support.

When Spectacle was first conceived, it was re-architected specifically to make
adding Wayland platform support possible.

As of now, a generalised Wayland platform API to take screenshots does not
exist. gnome-screenshot taps into a DBus API that is provided by Gnome-Shell to
take screenshots on Gnome/Wayland. weston-screenshot similarly uses a
Weston-specific API.

Martin is at a stage with kwin/wayland development that we're ready to add
non-essential things to it, such as a screenshot API. We're going to be working
on this in the near future, probably at hackathons in Akademy in September. I
plan on this being available in Spectacle for the December 2016 release of
Applications.

-- 
You are receiving this mail because:
You are watching all bug changes.


[Spectacle] [Bug 365590] "On Click" checkbox does not remember state when checked

2016-07-13 Thread Boudhayan Gupta via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=365590

--- Comment #5 from Boudhayan Gupta  ---
This was fixed in Spectacle version 16.04.0, not Ubuntu version 16.04.

-- 
You are receiving this mail because:
You are watching all bug changes.


[Spectacle] [Bug 365590] "On Click" checkbox does not remember state when checked

2016-07-13 Thread Boudhayan Gupta via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=365590

Boudhayan Gupta  changed:

   What|Removed |Added

 Resolution|FIXED   |INVALID

-- 
You are receiving this mail because:
You are watching all bug changes.


[Spectacle] [Bug 365590] "On Click" checkbox does not remember state when checked

2016-07-12 Thread Boudhayan Gupta via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=365590

Boudhayan Gupta  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |FIXED

--- Comment #3 from Boudhayan Gupta  ---
Yep, how preferences are handled was completely reworked in 16.04. This has
been fixed for a long time now.

-- 
You are receiving this mail because:
You are watching all bug changes.


[Spectacle] [Bug 365590] "On Click" checkbox does not remember state when checked

2016-07-12 Thread Boudhayan Gupta via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=365590

--- Comment #1 from Boudhayan Gupta  ---
I believe I fixed this in 16.04(.1?)

Which version are you running?

-- 
You are receiving this mail because:
You are watching all bug changes.


[Spectacle] [Bug 361053] Center “click anywhere” message on screen instead of entire virtual desktop

2016-07-12 Thread Boudhayan Gupta via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361053

Boudhayan Gupta  changed:

   What|Removed |Added

   Severity|wishlist|normal
   Priority|NOR |VHI

-- 
You are receiving this mail because:
You are watching all bug changes.


[Spectacle] [Bug 365572] Use kdialog for selecting save location

2016-07-12 Thread Boudhayan Gupta via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=365572

Boudhayan Gupta  changed:

   What|Removed |Added

 Resolution|--- |LATER
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from Boudhayan Gupta  ---
This is an intentional change. I'm waiting for a bugfix in KDialog's
filter-by-file-type.

-- 
You are receiving this mail because:
You are watching all bug changes.


[kdm] [Bug 319773] Kdm hanging after disable plug from power managment

2016-06-22 Thread Boudhayan Gupta via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=319773

Boudhayan Gupta  changed:

   What|Removed |Added

 Resolution|--- |UNMAINTAINED
 CC||m...@baloneygeek.com
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from Boudhayan Gupta  ---
Closing as KDM is no longer maintained

-- 
You are receiving this mail because:
You are watching all bug changes.


[kdm] [Bug 357425] Random failure switching user

2016-06-22 Thread Boudhayan Gupta via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357425

Boudhayan Gupta  changed:

   What|Removed |Added

 Resolution|--- |UNMAINTAINED
 Status|UNCONFIRMED |RESOLVED
 CC||m...@baloneygeek.com

--- Comment #1 from Boudhayan Gupta  ---
Closing as KDM is no longer maintained. Please switch to a different login
manager, like SDDM or LightDM.

-- 
You are receiving this mail because:
You are watching all bug changes.


[kdm] [Bug 304840] adding kde version on kdm

2016-06-22 Thread Boudhayan Gupta via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=304840

Boudhayan Gupta  changed:

   What|Removed |Added

 Resolution|--- |UNMAINTAINED
 CC||m...@baloneygeek.com
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from Boudhayan Gupta  ---
Closing as KDM is no longer maintained.

-- 
You are receiving this mail because:
You are watching all bug changes.


[Spectacle] [Bug 363672] Save As dialog don't use default KDE dialog

2016-05-29 Thread Boudhayan Gupta via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=363672

Boudhayan Gupta  changed:

   What|Removed |Added

 Resolution|--- |LATER
 Status|UNCONFIRMED |RESOLVED

--- Comment #2 from Boudhayan Gupta  ---
This is intentional. I'm waiting on KFileDialog to fix some bugs (#357863 and
#357865) - otherwise the file dialog does not warn on overwriting, and does not
properly respect mimetype filters.

As soon as these bugs are fixed, I'll disable using Qt's native file dialog.

-- 
You are receiving this mail because:
You are watching all bug changes.


[Spectacle] [Bug 363628] Usability bug: spectacle should by default ask for a filename on saving

2016-05-28 Thread Boudhayan Gupta via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=363628

--- Comment #1 from Boudhayan Gupta  ---
Version?

In 16.04 onwards, the save button doesn't always show Save & Exit, it shows the
last-used save action. If you once use the Save As function (instead of Save &
Exit), the button will be Save As from the next time onwards, until the time
you next use another save option.

As for the default filename, it's configurable. If you can suggest a better
default pattern, do tell me - I'm open to suggestions and changes :-)

-- 
You are receiving this mail because:
You are watching all bug changes.


[Spectacle] [Bug 362257] spectacle.khotkeys: The specified file is empty or not a configuration file

2016-05-20 Thread Boudhayan Gupta via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362257

Boudhayan Gupta  changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution|--- |FIXED
  Latest Commit|http://commits.kde.org/spec |http://commits.kde.org/spec
   |tacle/df84ed53f92c844ca98ef |tacle/df84ed53f92c844ca98ef
   |3b0a8bc9b4308eee816 |3b0a8bc9b4308eee816
   ||http://commits.kde.org/spec
   ||tacle/760315e9754fc5372924f
   ||06bcf31d70f6fa5fcb5

--- Comment #14 from Boudhayan Gupta  ---
Git commit df84ed53f92c844ca98ef3b0a8bc9b4308eee816 by Boudhayan Gupta.
Committed on 20/05/2016 at 16:10.
Pushed by bgupta into branch 'Applications/16.04'.

Fix invalid KHotkeys file version

M  +1-1desktop/spectacle.khotkeys

http://commits.kde.org/spectacle/df84ed53f92c844ca98ef3b0a8bc9b4308eee816

--- Comment #15 from Boudhayan Gupta  ---
Git commit 760315e9754fc5372924f06bcf31d70f6fa5fcb5 by Boudhayan Gupta.
Committed on 20/05/2016 at 16:11.
Pushed by bgupta into branch 'master'.

Fix invalid KHotkeys file version

M  +1-1desktop/spectacle.khotkeys

http://commits.kde.org/spectacle/760315e9754fc5372924f06bcf31d70f6fa5fcb5

-- 
You are receiving this mail because:
You are watching all bug changes.


[Spectacle] [Bug 362257] spectacle.khotkeys: The specified file is empty or not a configuration file

2016-05-20 Thread Boudhayan Gupta via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362257

Boudhayan Gupta  changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution|--- |FIXED
  Latest Commit|http://commits.kde.org/spec |http://commits.kde.org/spec
   |tacle/df84ed53f92c844ca98ef |tacle/df84ed53f92c844ca98ef
   |3b0a8bc9b4308eee816 |3b0a8bc9b4308eee816
   ||http://commits.kde.org/spec
   ||tacle/760315e9754fc5372924f
   ||06bcf31d70f6fa5fcb5

--- Comment #14 from Boudhayan Gupta  ---
Git commit df84ed53f92c844ca98ef3b0a8bc9b4308eee816 by Boudhayan Gupta.
Committed on 20/05/2016 at 16:10.
Pushed by bgupta into branch 'Applications/16.04'.

Fix invalid KHotkeys file version

M  +1-1desktop/spectacle.khotkeys

http://commits.kde.org/spectacle/df84ed53f92c844ca98ef3b0a8bc9b4308eee816

--- Comment #15 from Boudhayan Gupta  ---
Git commit 760315e9754fc5372924f06bcf31d70f6fa5fcb5 by Boudhayan Gupta.
Committed on 20/05/2016 at 16:11.
Pushed by bgupta into branch 'master'.

Fix invalid KHotkeys file version

M  +1-1desktop/spectacle.khotkeys

http://commits.kde.org/spectacle/760315e9754fc5372924f06bcf31d70f6fa5fcb5

-- 
You are receiving this mail because:
You are watching all bug changes.


[Spectacle] [Bug 362747] Improve cursor clearness

2016-05-06 Thread Boudhayan Gupta via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362747

Boudhayan Gupta  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |INVALID

--- Comment #4 from Boudhayan Gupta  ---
Ah, you're running 15.12. This was fixed in 16.04

-- 
You are receiving this mail because:
You are watching all bug changes.


[Spectacle] [Bug 362747] Improve cursor clearness

2016-05-06 Thread Boudhayan Gupta via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362747

Boudhayan Gupta  changed:

   What|Removed |Added

 Resolution|--- |INVALID
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from Boudhayan Gupta  ---
Arrow beside Save Button -> Preferences -> General -> Light Background For
Rectangular Region

-- 
You are receiving this mail because:
You are watching all bug changes.


[Spectacle] [Bug 362241] Rectangular Region option does not preview and does not save an image after 15.12.3-2 -> 16.04.0-1

2016-05-05 Thread Boudhayan Gupta via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362241

Boudhayan Gupta  changed:

   What|Removed |Added

 CC||fred_insura...@yahoo.com

--- Comment #4 from Boudhayan Gupta  ---
*** Bug 362705 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.


[Spectacle] [Bug 362705] Spectacle doesn't Capture in Rectangular Mode

2016-05-05 Thread Boudhayan Gupta via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362705

Boudhayan Gupta  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #1 from Boudhayan Gupta  ---


*** This bug has been marked as a duplicate of bug 362241 ***

-- 
You are receiving this mail because:
You are watching all bug changes.


[Spectacle] [Bug 362257] spectacle.khotkeys: The specified file is empty or not a configuration file

2016-05-05 Thread Boudhayan Gupta via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362257

Boudhayan Gupta  changed:

   What|Removed |Added

 Resolution|INVALID |LATER

--- Comment #12 from Boudhayan Gupta  ---
Hmm, that is correct. How does it work on my computer then?

I'll push a fix tonight

-- 
You are receiving this mail because:
You are watching all bug changes.


[Spectacle] [Bug 362616] Multiple PrintScreen presses have no effect

2016-05-03 Thread Boudhayan Gupta via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362616

--- Comment #2 from Boudhayan Gupta  ---
This seems to be a KHotkeys issue. Triggering the DBus method manually does
update the screenshot in the app.

-- 
You are receiving this mail because:
You are watching all bug changes.


[Spectacle] [Bug 362616] Multiple PrintScreen presses have no effect

2016-05-03 Thread Boudhayan Gupta via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362616

Boudhayan Gupta  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |CONFIRMED

--- Comment #1 from Boudhayan Gupta  ---
The intended behaviour is to discard the previous shot and take a new one. This
will be fixed.

-- 
You are receiving this mail because:
You are watching all bug changes.


[Spectacle] [Bug 356831] cannot send image to clipboard in background mode

2016-04-30 Thread Boudhayan Gupta via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356831

--- Comment #13 from Boudhayan Gupta  ---
This feature will always be broken, I'm afraid. There's nothing I can do about
this - this is a limitation of X11. Maybe we'll revisit this in the Wayland
era.

You do know you can just drag the image preview to your e-mail client /
browser, right?

-- 
You are receiving this mail because:
You are watching all bug changes.


[Spectacle] [Bug 362433] Feature request: Add the ability to "upload" to owncloud and share the link

2016-04-28 Thread Boudhayan Gupta via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362433

Boudhayan Gupta  changed:

   What|Removed |Added

 Status|UNCONFIRMED |ASSIGNED
   Assignee|m...@baloneygeek.com  |aleix...@kde.org
 Ever confirmed|0   |1

--- Comment #1 from Boudhayan Gupta  ---
Hi Aleix,

Could you take a stab at making a libPurpose plugin for ownCloud, when you have
some free time? I'll be glad to help (or even do it), but I'm busy with college
for the next few weeks.

-- 
You are receiving this mail because:
You are watching all bug changes.


[Spectacle] [Bug 362257] spectacle.khotkeys: The specified file is empty or not a configuration file

2016-04-26 Thread Boudhayan Gupta via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362257

Boudhayan Gupta  changed:

   What|Removed |Added

 Resolution|--- |INVALID
 Status|UNCONFIRMED |RESOLVED

--- Comment #7 from Boudhayan Gupta  ---
This is not a bug. Please don't reopen.

-- 
You are receiving this mail because:
You are watching all bug changes.


[Spectacle] [Bug 361650] Add a Plasma notification once a screenshot has been taken

2016-04-25 Thread Boudhayan Gupta via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361650

--- Comment #5 from Boudhayan Gupta  ---
This is not a personal opinion. In Plasma, unlike in Android, persistent
notifications aren't stored away in a drawer, but stay on the corner of the
screen until you specifically take action to close them.

Also, to handle the "Open" action in a persistent notification, Spectacle would
have to keep running in the background until the notification was either closed
or the image opened, which could be a while.

-- 
You are receiving this mail because:
You are watching all bug changes.


[Spectacle] [Bug 357142] "Save & Exit" is a UX pessimization

2016-04-25 Thread Boudhayan Gupta via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357142

--- Comment #4 from Boudhayan Gupta  ---
Apologies for taking so long to fix such a simple issue - I had completely
forgotten about this.

-- 
You are receiving this mail because:
You are watching all bug changes.


[Spectacle] [Bug 357142] "Save & Exit" is a UX pessimization

2016-04-25 Thread Boudhayan Gupta via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357142

Boudhayan Gupta  changed:

   What|Removed |Added

 Status|VERIFIED|RESOLVED
  Latest Commit||http://commits.kde.org/kscr
   ||eengenie/87392e091b2b8089a5
   ||f60bd737c52cc101c719ef
 Resolution|REMIND  |FIXED
   Version Fixed In||16.08

--- Comment #3 from Boudhayan Gupta  ---
Git commit 87392e091b2b8089a5f60bd737c52cc101c719ef by Boudhayan Gupta.
Committed on 25/04/2016 at 22:47.
Pushed by bgupta into branch 'master'.

Add notification with save path on Save and Quit
FIXED-IN: 16.08

M  +4-1src/ExportManager.cpp
M  +2-1src/ExportManager.h
M  +3-2src/Gui/KSMainWindow.cpp
M  +1-1src/SpectacleCore.cpp

http://commits.kde.org/kscreengenie/87392e091b2b8089a5f60bd737c52cc101c719ef

-- 
You are receiving this mail because:
You are watching all bug changes.


[Spectacle] [Bug 361650] Add a Plasma notification once a screenshot has been taken

2016-04-25 Thread Boudhayan Gupta via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361650

Boudhayan Gupta  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|CONFIRMED   |RESOLVED

--- Comment #2 from Boudhayan Gupta  ---
Apparently Kai already implemented 1 and 2, so we're done :-)

-- 
You are receiving this mail because:
You are watching all bug changes.


[Spectacle] [Bug 357423] Optionally copy filepath to clipboard when image is saved to file

2016-04-25 Thread Boudhayan Gupta via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357423

Boudhayan Gupta  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
   Version Fixed In||16.08
 Resolution|--- |FIXED
  Latest Commit||http://commits.kde.org/kscr
   ||eengenie/7a177901d9dcd93731
   ||b2f9bee4ce80c76613d403

--- Comment #4 from Boudhayan Gupta  ---
Git commit 7a177901d9dcd93731b2f9bee4ce80c76613d403 by Boudhayan Gupta.
Committed on 25/04/2016 at 22:24.
Pushed by bgupta into branch 'master'.

Optionally copy the save location to the clipboard
FIXED-IN: 16.08

M  +27   -0src/Gui/SettingsDialog/GeneralOptionsPage.cpp
M  +1-0src/Gui/SettingsDialog/GeneralOptionsPage.h
M  +4-1src/Main.cpp
M  +13   -0src/SpectacleConfig.cpp
M  +3-0src/SpectacleConfig.h
M  +9-3src/SpectacleCore.cpp
M  +1-1src/SpectacleCore.h

http://commits.kde.org/kscreengenie/7a177901d9dcd93731b2f9bee4ce80c76613d403

-- 
You are receiving this mail because:
You are watching all bug changes.


[Spectacle] [Bug 362269] Empty/transparent image if I take screenshot of rectangular region.

2016-04-25 Thread Boudhayan Gupta via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362269

Boudhayan Gupta  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #1 from Boudhayan Gupta  ---


*** This bug has been marked as a duplicate of bug 362241 ***

-- 
You are receiving this mail because:
You are watching all bug changes.


[Spectacle] [Bug 362241] Rectangular Region option does not preview and does not save an image after 15.12.3-2 -> 16.04.0-1

2016-04-25 Thread Boudhayan Gupta via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362241

Boudhayan Gupta  changed:

   What|Removed |Added

 CC||tamius@gmail.com

--- Comment #3 from Boudhayan Gupta  ---
*** Bug 362269 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.


[Spectacle] [Bug 362257] spectacle.khotkeys: The specified file is empty or not a configuration file

2016-04-25 Thread Boudhayan Gupta via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362257

Boudhayan Gupta  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |INVALID

--- Comment #3 from Boudhayan Gupta  ---
You're not supposed to import the .khotkeys file.

The file is installed into /usr/share/khotkeys and the shortcuts are already in
use. If you want to change them, you can do it in the KCM.

-- 
You are receiving this mail because:
You are watching all bug changes.


[Spectacle] [Bug 362257] spectacle.khotkeys: The specified file is empty or not a configuration file

2016-04-25 Thread Boudhayan Gupta via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362257

--- Comment #2 from Boudhayan Gupta  ---
I cannot repro this. Triagers?

-- 
You are receiving this mail because:
You are watching all bug changes.


[Spectacle] [Bug 357515] Add Image-Editing inside of Spectacle (like Kaption does)

2016-04-25 Thread Boudhayan Gupta via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357515

Boudhayan Gupta  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|UNCONFIRMED |RESOLVED

--- Comment #2 from Boudhayan Gupta  ---
You'll be glad to know this feature is in the works now :-)

I'm marking this bug here as fixed - it will take a few cycles to mature, and
the work is being tracked in Phabricator.

-- 
You are receiving this mail because:
You are watching all bug changes.


[Spectacle] [Bug 359554] Wrong screen region captured when capturing a window on i3

2016-04-25 Thread Boudhayan Gupta via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359554

Boudhayan Gupta  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |WONTFIX

--- Comment #1 from Boudhayan Gupta  ---
Spectacle's window hierarchy detection code is tailored to how KWin structures
its window graph. I don't see how we can fix this without major changes to the
X11 backend.

Do track https://bugs.kde.org/show_bug.cgi?id=357223 - that will eventually be
fixed; perhaps a side effect of that will be your bug will be fixed, too.

-- 
You are receiving this mail because:
You are watching all bug changes.


[Spectacle] [Bug 358557] "Online services" menu is empty

2016-04-25 Thread Boudhayan Gupta via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358557

Boudhayan Gupta  changed:

   What|Removed |Added

 Status|CLOSED  |RESOLVED

-- 
You are receiving this mail because:
You are watching all bug changes.


[Spectacle] [Bug 359979] Spectacle freezes Plasma when I launch a second instance

2016-04-25 Thread Boudhayan Gupta via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359979

Boudhayan Gupta  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |FIXED

--- Comment #1 from Boudhayan Gupta  ---
There were issues with the DBus code that was causing no end of weird bugs.
This has now been fixed.

-- 
You are receiving this mail because:
You are watching all bug changes.


[Spectacle] [Bug 358557] "Online services" menu is empty

2016-04-25 Thread Boudhayan Gupta via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358557

Boudhayan Gupta  changed:

   What|Removed |Added

 Status|VERIFIED|CLOSED
 Resolution|REMIND  |WONTFIX

--- Comment #10 from Boudhayan Gupta  ---
I'm closing this now as with 16.04 distros will start shipping kf5 versions of
plugins, if they haven't already.

KIPI support will be removed later anyway.

-- 
You are receiving this mail because:
You are watching all bug changes.


[Spectacle] [Bug 358608] Enable "Print images" kipi plugin

2016-04-25 Thread Boudhayan Gupta via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358608

Boudhayan Gupta  changed:

   What|Removed |Added

 Resolution|--- |WONTFIX
 Status|UNCONFIRMED |RESOLVED

--- Comment #4 from Boudhayan Gupta  ---
Adding more features to Spectacle's own print option seems like a good idea.
We'll track this in Differential/ReviewBoard, not here.

-- 
You are receiving this mail because:
You are watching all bug changes.


[Spectacle] [Bug 357022] Region selection screen does not take into account device pixel ratio

2016-04-25 Thread Boudhayan Gupta via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357022

Boudhayan Gupta  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|CONFIRMED   |RESOLVED

-- 
You are receiving this mail because:
You are watching all bug changes.


[Spectacle] [Bug 361650] Add a Plasma notification once a screenshot has been taken

2016-04-25 Thread Boudhayan Gupta via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361650

Boudhayan Gupta  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |CONFIRMED

--- Comment #1 from Boudhayan Gupta  ---
We'll implement 2 - it seems very useful - but 1 and 3 won't happen.

3 is just annoying for a vast majority of users, and for 1 the code that
generates the notification doesn't know what kind of screenshot was taken.
Passing that information down the chain will require way too many modifications
to the code - this effort at the moment is unjustified.

Patches for 1 are welcome, of course.

-- 
You are receiving this mail because:
You are watching all bug changes.


[Spectacle] [Bug 359978] No singular form to "seconds" string

2016-04-25 Thread Boudhayan Gupta via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359978

Boudhayan Gupta  changed:

   What|Removed |Added

   Version Fixed In||16.08
 Resolution|--- |FIXED
  Latest Commit||http://commits.kde.org/kscr
   ||eengenie/80b8fd889f6e9ed229
   ||0ab330821b3fdbe6d2b1a1
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from Boudhayan Gupta  ---
Git commit 80b8fd889f6e9ed2290ab330821b3fdbe6d2b1a1 by Boudhayan Gupta.
Committed on 25/04/2016 at 20:38.
Pushed by bgupta into branch 'master'.

Add strings for no delay and singular for seconds
FIXED-IN: 16.08

M  +3-2src/Gui/KSWidget.cpp
M  +15   -1src/Gui/SmartSpinBox.cpp
M  +4-0src/Gui/SmartSpinBox.h

http://commits.kde.org/kscreengenie/80b8fd889f6e9ed2290ab330821b3fdbe6d2b1a1

-- 
You are receiving this mail because:
You are watching all bug changes.


[Spectacle] [Bug 362241] Rectangular Region option does not preview and does not save an image after 15.12.3-2 -> 16.04.0-1

2016-04-25 Thread Boudhayan Gupta via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362241

Boudhayan Gupta  changed:

   What|Removed |Added

  Latest Commit|http://commits.kde.org/kscr |http://commits.kde.org/kscr
   |eengenie/abbbe6d13de870f9e9 |eengenie/2f5e7b8257663d59d1
   |349acc2542cffc5d41b76d  |2c0413f79ebfaaa918437a

--- Comment #2 from Boudhayan Gupta  ---
Git commit 2f5e7b8257663d59d12c0413f79ebfaaa918437a by Boudhayan Gupta.
Committed on 25/04/2016 at 20:28.
Pushed by bgupta into branch 'master'.

Unbreak rectangular image grabs for nvidia users.
FIXED-IN: 16.04.1

M  +1-18   src/QuickEditor/QuickEditor.cpp
M  +0-1src/QuickEditor/QuickEditor.h

http://commits.kde.org/kscreengenie/2f5e7b8257663d59d12c0413f79ebfaaa918437a

-- 
You are receiving this mail because:
You are watching all bug changes.


[Spectacle] [Bug 359584] W: kde-spectacle: desktop-mime-but-no-exec-code usr/share/applications/org.kde.spectacle.desktop

2016-04-25 Thread Boudhayan Gupta via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359584

Boudhayan Gupta  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|UNCONFIRMED |RESOLVED

--- Comment #4 from Boudhayan Gupta  ---
I'm marking this as closed.

-- 
You are receiving this mail because:
You are watching all bug changes.


  1   2   3   >