<br><br><div class="gmail_quote">On Thu, Mar 10, 2011 at 1:54 PM, Simon Schampijer <span dir="ltr"><<a href="mailto:simon@schampijer.de" target="_blank">simon@schampijer.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">


<div><div></div><div>On 03/10/2011 01:13 PM, Sebastian Silva wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hello / Hola,<br>
<br>
As some of you know I started working with Activity Central last week,<br>
as an Activity Developer.<br>
My tasks will be to improve our Activities and also I consider, make<br>
life easier for activity developers.<br>
<br>
I'm looking forward to sharing more of what we do and have already<br>
signed up with the Activities Team.<br>
<br>
My first contribution is to update the toolbars in several activities.<br>
In the process I've run into some design decisions. In particular, with<br>
activities with few actions, updating the toolbar concealed the actions<br>
behind a ToolbarButton (see Get Books, for example). This did not seem<br>
right, so I took the liberty of moving main actions to the main toolbar.<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
From<br>
</blockquote>
<a href="http://wiki.sugarlabs.org/go/Features/New_Toolbar_Design#Benefit_to_Sugar" target="_blank">http://wiki.sugarlabs.org/go/Features/New_Toolbar_Design#Benefit_to_Sugar</a> -<br>
/"Make process of switching between toolbars more clear, use tool<br>
buttons that are showing all the time (in main toolbar), i.e., having<br>
Close/Help buttons visible all the time could be very useful."/ seems to<br>
support my decision.<br>
<br>
I've updated<br>
<a href="http://wiki.sugarlabs.org/go/Activity_Team/TODO#Activity_Feature_Requests" target="_blank">http://wiki.sugarlabs.org/go/Activity_Team/TODO#Activity_Feature_Requests</a> with<br>
the following.<br>
Activity Git repo with patches Comment<br>
Typing Turtle<br>
git://<a href="http://git.sugarlabs.org/~icarito/typing-turtle/typing-turtle-icarito.git" target="_blank">git.sugarlabs.org/~icarito/typing-turtle/typing-turtle-icarito.git</a><br>
DONE. Waiting for merge request.<br>
StopWatch git://<a href="http://git.sugarlabs.org/stopwatch/stopwatch.git" target="_blank">git.sugarlabs.org/stopwatch/stopwatch.git</a> DONE. Moved<br>
Share and Keep buttons to main toolbar.<br></blockquote></div></div></blockquote><div><br></div><div>This is on v6 of stopwatch, follows Simon's comments</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div><div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Help git://<a href="http://git.sugarlabs.org/~icarito/help/help-newui.git" target="_blank">git.sugarlabs.org/~icarito/help/help-newui.git</a> DONE. Put<br>
navigation in main bar (like in Browse). Waiting for merge request.<br>
Distance git://<a href="http://git.sugarlabs.org/distance/distance.git" target="_blank">git.sugarlabs.org/distance/distance.git</a> DONE by dirakx.<br>
Maze git://<a href="http://git.sugarlabs.org/~icarito/maze/icaritos-mainline.git" target="_blank">git.sugarlabs.org/~icarito/maze/icaritos-mainline.git</a> DONE.   </blockquote></div></div></blockquote><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div><div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

Moved Share to main bar. Waiting for merge request.<br></blockquote></div></div></blockquote><div><br></div><div>This is on v9 of maze, follows Simon's comments</div><div> </div><div><br></div><div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div><div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Get Books<br>
git://<a href="http://git.sugarlabs.org/~icarito/get-books/icaritos-mainline.git" target="_blank">git.sugarlabs.org/~icarito/get-books/icaritos-mainline.git</a> DONE.<br>
Moved book actions to main toolbar. Waiting for merge request.<br>
Words - Working on iticarito<br>
<<a href="http://wiki.sugarlabs.org/go/User:Icarito" target="_blank">http://wiki.sugarlabs.org/go/User:Icarito</a>>13:00, 10 March 2011 (EST).<br>
The UI can be improved.<br>
Jukebox - Working on iticarito<br>
<<a href="http://wiki.sugarlabs.org/go/User:Icarito" target="_blank">http://wiki.sugarlabs.org/go/User:Icarito</a>>13:00, 10 March 2011 (EST).<br>
<br>
<br>
I'd appreciate some feedback and peer review - as well as attention to<br>
the pending merge requests. Also on the dev workflow.<br>
<br>
Thanks, I'm happy to finally contribute code again.<br>
<br>
Sebastian<br>
</blockquote>
<br></div></div>
Hi Sebastian,<br>
<br>
thanks for your work!<br>
<br>
I remember that we had defined some guidelines when using the new toolbars.<br>
<br>
So if I remember correctly (Gary feel free to correct me) we agreed that for simple activities the options can be moved to the main toolbar. Some things should be considered here (can be seen in the screenshot attached and the code is in [1]):<br>



<br>
- left should be the activity icon with the name in the palette<br>
- then the other options (title, sharing, keep) left aligned<br>
- the sharing button is made insensitive (but shown) if sharing is not implemented (self.max_participants = 1)<br>
<br>
I think we have not writing those guidelines down yet ([2] does not say anything about it and as well I could not find that info in any design page). Gary, what would be the best place to keep this info?<br>
<br>
Maybe we want to track the work (moving all the activities to the new toolbar) as well in a wiki page.<br>
<br>
Regards,<br>
   Simon<br>
<br>
[1] <a href="http://git.sugarlabs.org/hello-world" target="_blank">http://git.sugarlabs.org/hello-world</a><br>
[2] <a href="http://wiki.sugarlabs.org/go/Features/New_Toolbar_Design" target="_blank">http://wiki.sugarlabs.org/go/Features/New_Toolbar_Design</a><br>
<br>_______________________________________________<br>
Sugar-devel mailing list<br>
<a href="mailto:Sugar-devel@lists.sugarlabs.org" target="_blank">Sugar-devel@lists.sugarlabs.org</a><br>
<a href="http://lists.sugarlabs.org/listinfo/sugar-devel" target="_blank">http://lists.sugarlabs.org/listinfo/sugar-devel</a><br>
<br></blockquote></div><br>