|
|
Line 2: |
Line 2: |
| [[Image:Miniature_Berlin_Defence.png|310px|thumb|The Berlin Defence, as seen in Miniature]] | | [[Image:Miniature_Berlin_Defence.png|310px|thumb|The Berlin Defence, as seen in Miniature]] |
| | | |
- | == The concept ==
| + | Most content of this page has moved to http://miniature-chess.org/ |
- | [[Miniature]] is a chess board that is always with you, ready to let you play and learn wherever you go.
| + | We are waiting to get the BugzillaReports extension running to move the rest. |
- | | + | |
- | * The main use case is playing online against other players at http://www.freechess.org/ (FICS)
| + | |
- | * Now imagine that you can also chat with the other player.
| + | |
- | * Play P2P games against other players next to you or remotely with your Contacts.
| + | |
- | * Learning is important: watch games live, review stored games and also process offline the lessons offered at FICS.
| + | |
- | * And not only regular chess. Think also on Suicide, Crazyhouse...
| + | |
- | | + | |
- | Miniature is a Qt application with a C/C++ backend and a QML UI. The architecture is modular, thinking on the addition of different servers and types of interaction.
| + | |
- | | + | |
- | We are targeting our development on MeeGo Harmattan and the Nokia N9 but we welcome maintainers for other ports e.g. MeeGo upstream, Symbian, Android-Necessitas, Qt powered desktops...
| + | |
- | | + | |
- | == Project news ==
| + | |
- | * 2011-09-13: [http://wiki.maemo.org/QtComponents/Miniature Miniature bootlegged for Fremantle].
| + | |
- | * 2011-08-29: [https://bugs.maemo.org/show_bug.cgi?id=12355 first patch] from Uwe Kaminski aka jukey committed to the Miniature project. Thank you!
| + | |
- | * 2011-08-28: "New seek" feature implemented, mikhas and jukey play the first Miniature vs Miniature game from their devices.
| + | |
- | * 2011-08-26: First real & unstable [https://bugs.maemo.org/show_bug.cgi?id=12342#c2 FICS games played]. First it was mikhas against himhelf, then mikhas-qgil. :)
| + | |
- | * 2011-08-25: [http://flors.wordpress.com/2011/08/25/how-quick-i-got-started-with-qt-quick/ How quick I got started with Qt Quick] - blog post from Quim Gil featuring Miniature.
| + | |
- | * 2011-08-25: Miniature 0.3 [https://garage.maemo.org/pipermail/chess-developer/2011-August/000185.html runs in MeeGo 1.2 CE] on a Nokia N900 (with some bugs).
| + | |
- | * '''2011-08-23: [http://wiki.maemo.org/Miniature/0.3_Berlin_Defence Miniature 0.3 ''Berlin Defence''] released.'''
| + | |
- | * 2011-08-15: New Miniature UX concepts integrated to the master branch - the new engine gets a UI ([http://wiki.maemo.org/images/2/25/2011-08-12_16-25-47.png screenshot]).
| + | |
- | * 2011-08-13: Miniature can be developed using Qt Creator ([https://gitorious.org/miniature/miniature/blobs/raw/master/README.qt-sdk instructions]).
| + | |
- | * 2011-08-01: [https://garage.maemo.org/pipermail/chess-developer/2011-August/000159.html Miniature 0.2.1 released!] The new Encore engine and the new QML UI, together for the first time. The game can do real seeks but still no real games.
| + | |
- | * 2011-07-27: New UI targetting MeeGo Harmattan developed in parallel - [https://gitorious.org/testdef source] & [https://bugs.maemo.org/show_bug.cgi?id=12315 packages] for Nokia N9/N950.
| + | |
- | * 2011-07-18: engine refactored around [https://garage.maemo.org/pipermail/chess-developer/2011-July/000153.html Encore], a GNUChess wrapper. This is the beginning of a rewrite.
| + | |
- | * 2011-07-06: request to port to [[Meego]] : http://forum.meego.com/showthread.php?p=25031
| + | |
- | | + | |
- | The Miniature project was born as a proposal sent to the Maemo community on 2009-10-31. Check the [[Miniature/archive|archive]] if you want to dig in the past.
| + | |
| | | |
| == Project status == | | == Project status == |
Line 68: |
Line 41: |
| }} | | }} |
| | | |
- | Looking for more? There is more at the [[Miniature/Wishlist|Wishlist]]. | + | Looking for more? There is more at the [http://miniature-chess.org/wiki/Wishlist Wishlist]. |
- | | + | |
- | == Get involved ==
| + | |
- | Contributions are welcome! This is how you can get started:
| + | |
- | | + | |
- | * [[Miniature#Download|Download]] or [[#SDK instructions|build]] Miniature, and [[Miniature#Contact us|tell us]] what you think
| + | |
- | * Spread the Miniature love among your Chess friendly contacts
| + | |
- | * Test the game and [https://bugs.maemo.org/buglist.cgi?query_format=specific&order=relevance+desc&bug_status=__open__&product=Miniature&content= check/file bugs]
| + | |
- | **Follow all of the project's bug by entering <code>general@miniature.garage.bugs</code> into the ''Add users to my watch list (comma separated list)'' input field
| + | |
- | **Table of [[/testcases|testcases]]
| + | |
- | * Fix an open bug in the [[Miniature/Development#Backlog|Backlog]], for instance an [https://bugs.maemo.org/buglist.cgi?keywords=easyfix&query_format=advanced&keywords_type=allwords&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&product=Miniature&classification=Extras easyfix].
| + | |
- | * Help planning and implementing [[Miniature/Wishlist|new features]]
| + | |
- | * Help porting Miniature to more platforms
| + | |
- | | + | |
- | === Localization ===
| + | |
- | The localization work hasn't started yet and as a matter of fact our strings are still not L10n ready. It's in our ToDo list, do you want to help?
| + | |
- | | + | |
- | === SDK instructions ===
| + | |
- | Currently you can build Miniature with the latest Qt SDK (including the Harmattan target) or the Harmattan Platform SDK. The Miniature sources and commit logs are available at https://gitorious.org/miniature/ . Both SDKs come with an emulator for deploying your app. All the better if you have a Nokia N950 or N9 to test on device.
| + | |
- | | + | |
- | Instructions to set you Miniature development environment:
| + | |
- | * [https://gitorious.org/miniature/miniature/blobs/raw/master/README.qt-sdk Qt SDK]
| + | |
- | * Harmattan Platform SDK instructions are currently missing. fwiw the [[Miniature/Development/Instructions|Maemo Platform SDK]] might help since both are based on Scratchbox...
| + | |
- | === Set up a personal clone repository of Minature ===
| + | |
- | If you plan to get involved deeper into development it's a good idea to create a personal clone of the Minature git source repository. This allows you to do merge requests for patches you created in your clone repository. The cloned repository should be connected to Minature as upstream to make it easy to fetch changes from there. Step-by-step description:
| + | |
- | *Create an gitorious account or log in and make sure to have an SSH-Key in place
| + | |
- | *[https://gitorious.org/miniature/miniature/clone Clone repository]
| + | |
- | *To allow pushing to your clone repository Follow the instructions you will get if you click onto the little green question mark next to the clone URL.
| + | |
- | *enable upstream: Open a terminal and switch into the local folder of your clone project and enter:
| + | |
- | git remote add upstream git://gitorious.org/miniature/miniature.git
| + | |
- | *fetch upstream data:
| + | |
- | git fetch upstream master
| + | |
- | *Create merge requests: You can use the "Request merge" button in your gitorious clone project website.
| + | |
- | | + | |
- | === Send us patches! ===
| + | |
- | Found a bug? Spotted code smell? We glady accept patches! There are three ways to send patches to us:
| + | |
- | * By [https://bugs.maemo.org/buglist.cgi?product=Miniature reporting the bug], and hopefully attaching a patch that solves the stated problem (but just reporting bugs is also appreciated).
| + | |
- | * By using the [https://garage.maemo.org/mailman/listinfo/chess-developer chess-devel mailing list]: A ML-friendly patch can be created with "git format-patch HEAD~n", where n specifices how many commits (starting from HEAD) should be converted to patches;
| + | |
- | * By issuing a merge request: Send us a link to your public git repo (including branch/revision), or use the merge request feature from http://gitorious.org.
| + | |
- | | + | |
- | === Architecture ===
| + | |
- | See the [[Miniature/Development/Architecture|Miniature architecture]] wiki page. (outdated)
| + | |
- | | + | |
- | == Contributors ==
| + | |
- | Maintainers:
| + | |
- | * [http://maemo.org/profile/view/mikhas Michael Hasselmann]: lead developer
| + | |
- | * [http://maemo.org/profile/view/qgil Quim Gil]: UX & documentation
| + | |
- | | + | |
- | Gave a big hand:
| + | |
- | * [http://maemo.org/profile/view/kore Dennis Stötzel]: chess logics
| + | |
- | * [http://maemo.org/profile/view/hasselmm Mathias Hasselmann]: veteran programmer
| + | |
- | * [http://gitorious.org/~Malcolm Dariusz Mikulski]: P2P telepathy integration
| + | |
- | | + | |
- | Special thanks:
| + | |
- | * [http://maemo.org/profile/view/kittykat kittykat]: game icon
| + | |
- | * [http://en.wikipedia.org/wiki/User:Cburnett Colin M.L. Burnett]: free piece set used by Wikipedia
| + | |
Tasks for the next release get a HIGH priority. All the rest falls in the Backlog.
ID | Severity | P | assignee | Status | Resolution | Summary (28 tasks) ⇒ |
---|
12341 | enhancement | High | | NEW | | Filter buttons for FICS seeks could be simpler |
12356 | enhancement | High | | NEW | | Miniature should remeber the value used the last time |
12376 | enhancement | High | | NEW | | Miniature should be able to resume adjourned FICS games |
12411 | enhancement | High | | NEW | | OnlineBoard: Implement game end dialog for abort during move 1 |
12421 | enhancement | High | | NEW | | Vibration or sound notification if opponent moves |
12367 | major | High | | NEW | | Seek search filters don't work |
12424 | major | High | | NEW | | [Discussion] OnlineBoard: Implement a better game's end dialog |
12434 | major | High | | NEW | | SeekGame doesn't filter Atomic games |
12525 | minor | High | | NEW | | Clock keeps running after finishing a game |
12380 | normal | High | | NEW | | Miniature doesn't handle "unseek" |
12414 | normal | High | | NEW | | OnlineBoard: Implement dialog for abort requests |
12433 | normal | High | | NEW | | End game confirmation dialogs should lead to gameoverDialog |
12524 | normal | High | | NEW | | Chat is cut when a game is finished |
12456 | enhancement | High | | RESOLVED | FIXED | Miniature official support for Maemo |
12420 | normal | High | | RESOLVED | FIXED | Miniature crashes on closing the application from recents view |
12345 | critical | High | | VERIFIED | FIXED | Miniature's i18n is missing |
12426 | critical | High | | VERIFIED | FIXED | Miniature doesn't handle draw requests |
12351 | enhancement | High | | VERIFIED | FIXED | Make move confirmation an option or remove it |
12359 | enhancement | High | | VERIFIED | FIXED | Miniature FICS user must fill id & password every time |
12390 | enhancement | High | | VERIFIED | FIXED | Make last turn visible |
12455 | enhancement | High | | VERIFIED | FIXED | Miniature chat area use is not obvious |
12394 | major | High | | VERIFIED | FIXED | Miniature should set autoflag 1 automatically |
12408 | major | High | | VERIFIED | FIXED | Some registered users can't play Miniature as white |
12419 | minor | High | | VERIFIED | FIXED | About Miniature dialog: "i" button is hiding a part of a link |
7867 | normal | High | | VERIFIED | FIXED | Display shouldn't dim while playing a game |
12435 | normal | High | | VERIFIED | FIXED | Miniature should recognize games forfeited on time |
12464 | normal | High | | VERIFIED | FIXED | Players with rating of less 1000 points cannot reliably use Miniature |
12470 | normal | High | | VERIFIED | FIXED | Check mate needs to be parsed and processed in Miniature |
ID | Severity | P | assignee | Status | Resolution | Summary (20 tasks) ⇒ |
---|
8142 | enhancement | Low | | NEW | | Chess games logs need to be stored somewhere |
12346 | normal | Medium | | NEW | | Miniature needs a proper repository |
12348 | major | Medium | | NEW | | Miniature for MeeGo CE doesn't show TextField |
12354 | normal | Medium | | NEW | | List of games: Show available game offers only |
12360 | normal | Medium | | NEW | | List of games: Function of the Back-Arrow unclear. Confirmation Dialogue needed? |
12392 | enhancement | Low | | NEW | | Show how much material is left for each player |
12396 | enhancement | Medium | | NEW | | Implement dialog for challanges |
12410 | enhancement | Medium | | NEW | | OnlineBoard: Implement item "abort" in back menu |
12413 | normal | Medium | | NEW | | The chat log doesn't show the last line when the local user posts |
12422 | minor | Low | | NEW | | Show application close button in the upper right corner |
12423 | enhancement | Medium | | NEW | | Extend chat feature |
12427 | normal | Medium | | NEW | | Miniature doesn't handle adjourn requests |
12431 | enhancement | Medium | | NEW | | SeekGames: Do not show more than 50 games in the list at once (was: Implement "clear list" function) |
12439 | enhancement | Medium | | NEW | | Enable breadcrumbs in the wiki (miniature-chess.org) |
12443 | enhancement | Medium | | NEW | | FICS Setting: Implement an option to send game notation after a game ends |
12469 | minor | Low | | NEW | | Initial value of localSide.rating == 0 for Miniature registered users |
12504 | enhancement | Medium | | NEW | | after failed login, VKB pops up even if in info screen |
12539 | critical | Unspecified | | NEW | | Installation on the N900 fails |
12583 | major | Unspecified | | NEW | | No hint that starting new games is impossible (number of adjourned games to high) |
12592 | normal | Unspecified | | NEW | | qtquickcompat is needed, but not listed as Depends |