[Spectacle] [Bug 421643] half second delay

2020-06-10 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=421643 Nate Graham changed: What|Removed |Added Status|REPORTED|RESOLVED CC|

[Spectacle] [Bug 421643] half second delay

2020-06-11 Thread Thibault Molleman
https://bugs.kde.org/show_bug.cgi?id=421643 Thibault Molleman changed: What|Removed |Added Ever confirmed|0 |1 Resolution|WORKSFORME

[Spectacle] [Bug 421643] half second delay

2020-06-11 Thread Antonio
https://bugs.kde.org/show_bug.cgi?id=421643 Antonio changed: What|Removed |Added CC||antonio.prc...@gmail.com --- Comment #3 from Antonio

[Spectacle] [Bug 421643] half second delay

2020-06-11 Thread Thibault Molleman
https://bugs.kde.org/show_bug.cgi?id=421643 --- Comment #4 from Thibault Molleman --- Already tried that. Doesn't work either BUT What I noticed that if I type: 0,5 it just goes to no delay. while if i type: ,5 it shows 0,5 in the field and it does work actually. So it seems to be that if you tr

[Spectacle] [Bug 421643] half second delay

2020-06-11 Thread Antonio
https://bugs.kde.org/show_bug.cgi?id=421643 --- Comment #5 from Antonio --- @Nate Graham this would be a one liner: https://invent.kde.org/graphics/spectacle/-/blob/master/src/Gui/KSWidget.cpp#L80 Change to 0.5. Yay or nay? -- You are receiving this mail because: You are watching all bug chang

[Spectacle] [Bug 421643] half second delay

2020-06-11 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=421643 --- Comment #6 from Nate Graham --- Undecided. Changing the step is easy, but I don't think that half-second increments are useful after a second. There's a use case for a 0.5 second delay, but IMO not really a use case for a 1.5 second or 2.5 second d

[Spectacle] [Bug 421643] half second delay

2020-06-11 Thread Antonio
https://bugs.kde.org/show_bug.cgi?id=421643 --- Comment #7 from Antonio --- Looking at https://doc.qt.io/qt-5/qdoublespinbox.html & https://doc.qt.io/qt-5/qabstractspinbox.html Nothing to find that would add that kind of functionality out of the box. Seems like this would require some bits of lo

[Spectacle] [Bug 421643] half second delay

2021-12-13 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=421643 Nate Graham changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---