https://bugs.kde.org/show_bug.cgi?id=319522
Gregor Mi changed:
What|Removed |Added
Resolution|--- |FIXED
Status|ASSIGNED|RESOLVED
Latest Commit||https://commits.kde.org/ksu
||doku/1dd6e4bd2e5e77898608b6
||077297793413cb9291
--- Comment #3 from Gregor Mi ---
Git commit 1dd6e4bd2e5e77898608b6077297793413cb9291 by Gregor Mi.
Committed on 30/05/2018 at 09:10.
Pushed by gregormi into branch 'master'.
Implement wish 319522: Option to restart current game
Summary:
- Add a new action "Restart Game" between "New" and "Print" to the menu and
toolbar
- "Restart Game" asks for confirmation if game is not finished yet
- The "Restart Game" button is only active if a game is running
Related changes:
- Change the confirmation text that appears when the user clicks the "New"
button to "New Game" instead of the confusing "Restart Game"
- The "New" and "Print" buttons are now only available if a game is running (on
the welcome screen clicking "New" had no effect, clicking "Print" showed a
message box that there is nothing to print)
Reviewers: #kde_games, aacid
Reviewed By: aacid
Subscribers: aacid, kde-games-devel
Differential Revision: https://phabricator.kde.org/D12907
M +32 -8src/gui/ksudoku.cpp
M +8-7src/gui/ksudoku.h
M +9-0src/gui/ksudokugame.cpp
M +5-0src/gui/ksudokugame.h
M +3-1src/gui/ksudokuui.rc
https://commits.kde.org/ksudoku/1dd6e4bd2e5e77898608b6077297793413cb9291
--
You are receiving this mail because:
You are watching all bug changes.