[weekly report] week 7: GNOME-Sudoku+Telepathy



Yeah how times flies, one half has passed!

It's quite a productive week, and feels good :)

> == Plan ==
> * The receiver can get signals when the initiator's puzzle is updated.

Not yet, but I am getting close. This week I successfully separated the
View and Model part of sudoku, somewhat based on the MVC concept. Now it
looks quite straightforward how to get the telepathy code in.

== Plan ==
* I would expect to get live-update-of-remote-grid soon.
* Read more of telepathy, since I see the telepathy-book is recently
updated about tubes.
* Restore more of sudoku, as it's broken by the model/view split.
* If I manage to get a basic working demo, I will go on to make the
telepathy-related code better, e.g. async dbus calls, error handling,
etc.

-zhang

====
$ git log --pretty=short --since=2009-07-06 | git shortlog
Zhang Sen (26):
      Actually display the peer's puzzle in side-grid
      Rename private methods
      Extract two methods
      Rename method/variable/signal
      Delete useless method
      Rename internal class accoring to pep8
      Remove a somewhat unneeded signal
      Extract method of setting focus
      Extract method, trivial
      Extract method to get focused box
      Fix mistake of mixing methods
      Trying to separate out the user-input related code
      No need of default value
      Towards split view and model
      Disable saving, temporarily
      Make autofill-all work
      Make dancer work
      Add Model.set_notes
      Disable bugbuddy
      Make tracker working
      Remove unused method
      Fix mistake, forgot to change back
      Fix bad naming
      Simple refactoring
      Make notes working
      Typo



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]