Re: [Milkymist-devel] first two patch on [Refactor the keymap code (issue 11) ]

2011-05-19 Thread Sebastien Bourdeauducq
Hi, * Remove curr_layout and input_update_keyboard_layout(), and call sysconfig_get_keyboard_layout() in get_keycode(). * Rename MTK_KEY_MAX to MTK_KEY_INVALID (or any other name that clearly means that this key code does not correspond to any key). * To avoid potential namespace conflicts, use an

[Milkymist-devel] LGM pictures

2011-05-19 Thread Sebastien Bourdeauducq
Jon (and maybe others), Any pictures of the M1 running at LGM? I could not find any at Flickr nor at your websites. Thanks Sébastien ___ http://lists.milkymist.org/listinfo.cgi/devel-milkymist.org IRC: #milkymist@Freenode Twitter: www.twitter.com/milky

Re: [Milkymist-devel] [Flicerknoise] first version of webupdate

2011-05-19 Thread Sebastien Bourdeauducq
On Thu, 2011-05-19 at 17:36 +0800, Xiangfu Liu wrote: > I will try to unzip the tar.bz2 in next patch. Don't. It can be slow and will bloat/complexify the software - let's just put them uncompressed on the server. S. ___ http://lists.milkymist.org/list

Re: [Milkymist-devel] [Flicerknoise] first version of webupdate

2011-05-19 Thread Xiangfu Liu
On 05/19/2011 05:22 PM, Sebastien Bourdeauducq wrote: > On Thu, 2011-05-19 at 17:19 +0800, Xiangfu Liu wrote: >> here is my first version of 'webupdate' >> >> https://github.com/milkymist/flickernoise/commit/c2a7a49df710dcd43a9ab69d5202f11c341ec26e > > Do not use the development snapshots but t

Re: [Milkymist-devel] [Flicerknoise] first version of webupdate

2011-05-19 Thread Sebastien Bourdeauducq
On Thu, 2011-05-19 at 17:19 +0800, Xiangfu Liu wrote: > here is my first version of 'webupdate' > > https://github.com/milkymist/flickernoise/commit/c2a7a49df710dcd43a9ab69d5202f11c341ec26e Do not use the development snapshots but the releases instead. > I will delete the 'Web update' button f

[Milkymist-devel] [Flicerknoise] first version of webupdate

2011-05-19 Thread Xiangfu Liu
Hi Sebastien here is my first version of 'webupdate' https://github.com/milkymist/flickernoise/commit/c2a7a49df710dcd43a9ab69d5202f11c341ec26e if you think adding the 'webupdate' to [About]-->[Flash] is ok. I will delete the 'Web update' button from the 'Control panel' in next commit. thanks.