Commit Graph
4 Commits
Author SHA1 Message Date
Gabriel Maia 80873d1bc5 Tracker: always shrink the text input when renaming
When renaming an entry at the edge of a PoseView, the input
would not resize as usual. This change ensures the input
becomes resizable again if the text becomes small enough.
Fixes #3438.

Signed-off-by: Augustin Cavalier <[email protected]>
2017-01-22 14:45:13 -05:00
Gabriel Maia b285b436e7 Screenshot: better error handling on save
Show error messages when saving fails, to enmake sure the user is not
confused by thinking the file saved when the window doesn't close.

Signed-off-by: Adrien Destugues <[email protected]>

Fixes #12945
2017-01-22 09:29:18 +01:00
Gabriel Maia 1bf0271fa0 DiskProbe: select Find window text
Select the text to find as the Find window is opened.
This makes the behavior more consistent with other apps.
Fixes the main subject of #10844.

Also removes trailing whitespace.

Signed-off-by: Axel Dörfler <[email protected]>
2016-09-17 11:33:54 +02:00
Gabriel Maia c6b4e47a50 Screenshot: create destination folder if it doesn't exist
This ensures the artwork folder is created if it doesn't exist,
fixing the remainder of #10928.

Signed-off-by: Adrien Destugues <[email protected]>
2016-09-07 07:15:31 +02:00