0630

Differences between revisions 1 and 3 (spanning 2 versions)
Revision 1 as of 2010-06-24 07:36:10
Size: 2042
Editor: eth0
Comment:
Revision 3 as of 2010-06-24 17:55:57
Size: 2009
Editor: eth0
Comment:
Deletions are marked like this. Additions are marked like this.
Line 5: Line 5:
 * You - chair  * EvanDandrea - chair
Line 8: Line 8:
 * EvanDandrea
Line 14: Line 13:
## list additional participants here
Line 18: Line 15:
{{{#!python
from random import shuffle
team = [
    'Keybuk',
    'barry',
    'cjwatson',
    'doko',
    'ev',
    'mvo',
    'surbhi',
    ]
order = team[:]
shuffle(order)
print ', '.join(order)
}}}
surbhi, barry, mvo, ev, doko, Keybuk, cjwatson
Line 77: Line 60:
 * Wrote some new widgets using cairo for the implementation of the 'Preparing to install Ubuntu' screen.  * Wrote some new widgets using cairo for the implementation of the 'Preparing to install Ubuntu' screen and for the partitioning page (resize widget).
Line 79: Line 62:
 * Moving all custom GTK widgets into a single module, adding Glade support along the way.
 * Verified the 10.10 USB disk for the shop.

For minutes of previous meetings, please see FoundationsTeam.

Present

Lightning round order

surbhi, barry, mvo, ev, doko, Keybuk, cjwatson

Apologies

Agenda

  • Lightning Round
    • 2-4 sentences on current work/roadblocks
  • Outstanding actions from last meeting
  • Outstanding feature freeze exceptions
  • Farming out tasks that aren't being handled
  • Sponsorship queue

  • Any business from activity reports
  • Good news
  • AOB
  • Next week's chair

Outstanding actions from last meeting

Actions from this meeting

Chair for next meeting

Activity reports

Barry Warsaw

Colin Watson

Evan Dandrea

  • Imported the geonames database and wrote a small web application to host queries using cherrypy and sphinxsearch. Filed RT #39986 for space on a server for it.
  • Wrote some new widgets using cairo for the implementation of the 'Preparing to install Ubuntu' screen and for the partitioning page (resize widget).
  • Implemented the basic greying out of a window functionality to be used on the keyboard page.
  • Moving all custom GTK widgets into a single module, adding Glade support along the way.
  • Verified the 10.10 USB disk for the shop.

Matthias Klose

Michael Vogt

Scott James Remnant

Surbhi Palande

FoundationsTeam/Meetings/2010/0630 (last edited 2010-06-30 15:28:28 by p5B09E0B7)