- 27 Jan, 2023 5 commits
-
-
Nate Graham authored
Similar logic as 2a90a473; there's no point in taunting the user by exposing UI elements to them that won't work.
-
David Redondo authored
This also lets the ViewerWindow benefit from it.
-
David Redondo authored
The windows where never hiddden in these cases. The opening/closing animations that could be seen was spectacle closing and opening a window after the screenshot was taken. BUG:376865
-
David Redondo authored
The setting name was changed 9d4ffdf7
-
Script Kiddy authored
-
- 26 Jan, 2023 2 commits
-
-
Noah Davis authored
-
Script Kiddy authored
-
- 25 Jan, 2023 9 commits
-
-
Noah Davis authored
-
Noah Davis authored
This happened because the actions were given a parent in a previous commit. They worked more than once before the commit because the actions were being leaked. `action->setProperty("isConfigurationAction", true)` fixes the single use action problem. BUG: 464706
-
Noah Davis authored
-
Noah Davis authored
-
Noah Davis authored
Don't dim as much with no selection and don't dim at all when annotating with no selection.
-
Noah Davis authored
Center without selection, put along the bottom of the inner area of the selection when the selection is large enough that the toolbar has to fit inside. Allow dragging main toolbar and annotation tools toolbar around when there's no selection and remember positions unless the selection changes. I think this is needed because it's impossible to know which part of the screen the user will want to annotate when there's no selection. Not allowing dragging with a selection because the toolbars for 2 screens have to act like they're one toolbar when a selection spans 2 screens. That's hard to deal with when allowing them to be dragged.
-
Noah Davis authored
-
Noah Davis authored
also, use the new properties to keep AnnotationEditor and TextTool from breaking after the change.
-
Script Kiddy authored
-
- 24 Jan, 2023 1 commit
-
-
Script Kiddy authored
-
- 23 Jan, 2023 1 commit
-
-
Script Kiddy authored
-
- 22 Jan, 2023 1 commit
-
-
Script Kiddy authored
-
- 21 Jan, 2023 1 commit
-
-
Script Kiddy authored
-
- 20 Jan, 2023 3 commits
-
-
What we need after recording a video is different from an image, so let the UI adapt to it. Adds a dependency to VLC-Qt's qml component to embed de video.
-
Includes the wayland implementation
-
Script Kiddy authored
-
- 19 Jan, 2023 1 commit
-
-
Script Kiddy authored
-
- 18 Jan, 2023 4 commits
-
-
Aleix Pol Gonzalez authored
This way memory leak tooling doesn't report them as leaked.
-
Aleix Pol Gonzalez authored
BUG: 464465
-
Aleix Pol Gonzalez authored
-
Script Kiddy authored
-
- 17 Jan, 2023 5 commits
-
-
Nate Graham authored
When this feature isn't supported, currently its checkbox gets disabled. Because there is no way to make it enabled without rebooting into an X11 session, its permanently disabled presence is frustrating to the user and consumes visual space. To fix this, hide the checkbox instead of disabling it when its feature is not available.
-
It's not used anymore
-
GIT_SILENT
-
David Redondo authored
The parentheses are needed otherwise the comparison is done first. BUG:432011
-
Script Kiddy authored
-
- 16 Jan, 2023 1 commit
-
-
Script Kiddy authored
-
- 14 Jan, 2023 2 commits
-
-
Script Kiddy authored
-
Script Kiddy authored
-
- 13 Jan, 2023 2 commits
-
-
Ensure the spinbox doesn't get cut off
-
Script Kiddy authored
-
- 12 Jan, 2023 1 commit
-
-
Bharadwaj Raju authored
We got some complaints about the "Always" default. That made me reconsider the whole thing, and now I realize taking repeated rectangular screenshots of the same area is a rather more niche usecase than I first imagined. This should be a better balance, and hopefully less confusing for users. cc @ngraham BUG: 463417
-
- 11 Jan, 2023 1 commit
-
-
Script Kiddy authored
-