GNOME Bugzilla – Bug 733162
[PATCHes] Add command-line options and jumplist.
Last modified: 2014-09-23 18:45:26 UTC
Created attachment 280643 [details] [review] Remove white spaces. Some command-line options should be quite interesting for usual players. Here are five patches: * 0001 is just a preliminary cleanup; * 0002 adds the standard --version, for developpers; * 0003 corrects the man page; * 0004 adds --small, --medium and --big, for choosing the board size and launching the game, because beginning with a main screen is not suitable for usual players; * 0005 adds the Shell’s jumplist with the same options, for the same reasons.
Created attachment 280644 [details] [review] Add --version command-line option.
Created attachment 280645 [details] [review] Update man page.
Created attachment 280646 [details] [review] Add --small, --medium and --big command-line options. I’m not really fan of having a --custom option (should we in this case offer -x, -y, -n options? that’s many options and nobody will use them…). So just implementing the default sizes.
Created attachment 280647 [details] [review] Add jumplist. Based on --small, --medium and --big command-line options; see explainations about --custom before.
Attachment 280643 [details] pushed as 0d30464 - Remove white spaces. Attachment 280644 [details] pushed as 3ad0a5e - Add --version command-line option. Attachment 280645 [details] pushed as 6707dec - Update man page. Attachment 280647 [details] pushed as 2100f25 - Add jumplist.
Review of attachment 280646 [details] [review]: Thanks.
Review of attachment 280644 [details] [review]: Sorry, I did the merges and push in a rush, and forgot that we're in string freeze, so I had to revert most of the commits, setting them to commit after freeze.
Review of attachment 280645 [details] [review]: Sorry, I did the merges and push in a rush, and forgot that we're in string freeze, so I had to revert most of the commits, setting them to commit after freeze.
Review of attachment 280646 [details] [review]: Sorry, I did the merges and push in a rush, and forgot that we're in string freeze, so I had to revert most of the commits, setting them to commit after freeze.
Review of attachment 280647 [details] [review]: Sorry, I did the merges and push in a rush, and forgot that we're in string freeze, so I had to revert most of the commits, setting them to commit after freeze.
Reopening, as most of the patches have been reverted from trunk. We'll have those in the next cycle.
Attachment 280644 [details] pushed as 701f072 - Add --version command-line option. Attachment 280645 [details] pushed as 551611b - Update man page. Attachment 280647 [details] pushed as 0c26aad - Add jumplist.
Review of attachment 280646 [details] [review]: Committed, as 3.14 is out.