[wesnoth-commits] [wesnoth/wesnoth] 267510: Show screenshot window before saving the screensho...
GitHub
noreply at github.com
Fri Mar 16 21:45:51 UTC 2018
Branch: refs/heads/master
Home: https://github.com/wesnoth/wesnoth
Commit: 267510ea076ce317d323da54bb81ccd255b93284
https://github.com/wesnoth/wesnoth/commit/267510ea076ce317d323da54bb81ccd255b93284
Author: Jyrki Vesterinen <sandgtx at gmail.com>
Date: 2018-03-16 (Fri, 16 Mar 2018)
Changed paths:
M data/gui/window/screenshot_notification.cfg
M src/display.cpp
M src/display.hpp
M src/editor/controller/editor_controller.cpp
M src/gui/dialogs/screenshot_notification.cpp
M src/gui/dialogs/screenshot_notification.hpp
M src/hotkey/command_executor.cpp
M src/image.cpp
Log Message:
-----------
Show screenshot window before saving the screenshot
In particular, this allows the player to choose the filename before saving,
including the extension. If support for target format is present, Wesnoth
honors the extension and saves the screenshot in that format.
I also changed the default screenshot format back to PNG due to quality
issues JPEG has with pixel art. See discussion in pull request #2655.
This commit doesn't introduce any string changes. I used existing strings
for everything (sometimes having to take them from another textdomain).
More information about the Commits
mailing list