1 [[!meta title="Estimated Timeline"]]
3 Note: this is subject to change as project develops. Major changes
4 will be announced in mailing list and project blog.
8 # week #0 [last full week of May]
10 0. create vala code implementing [subset of] GSM's dbus interface for tails-greeter test interactions with real GDM (weather GDM's own tests or full VM)
11 0. discuss with developers ways to better implement current items from "options" list - email the ML
12 0. look at python implementation of greeter at https://code.launchpad.net/gdm-commmunity-greeter/
13 0. try GDM's tests to run a) default greeter b) python implementation
15 # week #1 [1st week of June]
17 0. reconsider implementation language e. g. vala vs python
18 0. try GDM's tests to run a) default greeter b) python implementation
19 0. fix git layout (remove 'upstream', move everything to 'master')
20 0. fix project build bia git-buildpackage
21 0. sketch-out GDM's panel dbus interface and greeter\panel interactions
23 # week #2 [2nd week of June]
25 0. work on university projects - minor fixes and updates only
26 0. weekly meeting follow-up - done
27 0. review existing python code & glade interfaces - done
28 0. file RFP for gtkme - done: [[http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=629199]] - done
29 0. pbuilder fix (git-buildpackage works fine with latest 'master' branch) - done
30 0. run community-greeter in VM - done with errors uncovered (see report)
32 # week #3 [3nd week of June]
34 0. convert tails-greeter to old-style pygtk to remove pygi dependency - done
35 0. re-test with squeeze (converted version) and sid (test gir1.2-gtk-2.0 dependency correctness) - done, with tests failed
36 0. check if current localization handling is suitable for tails-greeter - postponed
37 0. make plans for next week - done
39 # week #4 [4th week of June]
41 0. fix errors reported by pylint - DONE (some warnings are still reported).
42 0. bump version properly (git push --tags; git-dch --git-author) - DONE.
43 0. add pylint conf to ignore dbus-related false positives - DONE (might hide real errors too).
44 0. fix language selector so it's shown and work properly - DONE (.po translations are incomplete).
45 0. check if current localization handling is suitable for tails-greeter - DONE (seems ok if locales are known at the time of package build).
46 0. run external (placeholder) program with adequate parameters on language change (locale generation for example) - POSTPONED.
47 0. wiki updates (testing instructions and overall status) - DONE.
48 0. lintian tails-greeter.deb (using .changes file too) - DONE (no errors reported).
49 0. make login possible - DONE.
50 0. use dpkg-divert to disable gdm-simple-greeter - DONE.
51 0. add .deb into tails repo - IN_PROGRESS.
52 0. make .iso build (if packages testing-ready) - BLOCKED by previous item.
54 # week #5 [last week of June]
56 0. relocation to another country
57 0. fixes\updates\minor items which were postponed for whatever reason
58 0. make .iso build (in progress).
59 0. specify dbus interface to interact with external locale-gen script - changed to 'subprocess' item (see week #6)
60 0. change widget exec order (parallel->sequential) to comply with "localization notes" part of [[todo/TailsGreeter/design]] - postponed.
62 # week #6 [1st week of July]: language support.
64 0. [Mon.] change widget exec order (parallel->sequential) to comply with "localization notes" part of [[todo/TailsGreeter/design]] - DONE.
65 0. [Mon.] setup squid-deb-proxy - DONE.
66 0. [Mon.] make .iso build - DONE.
67 0. [Tue.] change widget to fit many more languages: from flag icons to
68 scrollable list - in progress.
69 0. [Wed.] (re)generate .po with (dummy) translations (to show that language change is actually working) - DONE.
70 0. [Wed.] populate the list of supported languages in the widget from gnome-desktop-data package languages or dpkg-reconfigure locales (see gdm_get_all_language_names function for example) - in progress (with external helper script).
71 0. [Thu.] 'subprocess': run external (locale-gen) program with adequate parameters on language change and wait for its completion before allowing logon - in progress.
72 0. update tails-greeter.deb package - in progress.
73 0. propose rough plans / estimates for all the remaining weeks - postponed.
74 0. GSoC milestone: make mentor happy :)
76 # week #7 [2nd week of July]: kb layout support.
78 0. populate language list using list of available locales in /usr/share/i18n/SUPPORTED - DONE.
79 0. supply parameter as 'en' (or smth else suitable for locale generation - investigate) to locale-gen - DONE.
80 0. Language list should contain language's own name (e. g. 'Русский' for 'Russian')
81 instead of current 2-letter code - DONE.
82 0. translate language widget too (move lang choice handler from button_clicked to list_choice) - DONE.
83 0. Move locale-gen interaction to greeter from widget - DONE.
84 0. cleanup commented\old\dead code - DONE.
85 0. obtain list of kb layouts available (via python-xklavier)
86 0. use existing code/UI from d-i/anaconda/ubuntu installer/ for language chooser if possible - partially done (PyICU utilized).
87 0. apply correct layout after it's been chosen (both to present and following greeter widgets and to actual session)
89 As a result tails-greeter should be ready to be shipped with next tails release.
91 # week #8 [3rd week of July]
93 0. document interface to locale-gen - DONE.
94 0. make sure it's possible to choose language multiple times before 'forward' button pressed - DONE.
95 0. apply chosen language to gnome session - needs testing
96 0. borrow ubiquity widgets for keyboard layout if possible - DONE.
97 0. create keyboard layout widget - in progress.
98 0. update requestor widget to hide password while typing - DONE.
99 0. [Convert packages to dh_python2](http://wiki.debian.org/Python/TransitionToDHPython2) because python-support is deprecated - merge dh_python2 branch - DONE.
100 0. pressing 'enter' in password request widget should be equal to button click - DONE.
101 0. version tag and update - DONE.
103 # week #9 [4th week of July]
105 0. verify that locale is correctly applied to gnome-session and fix if it isn't - DONE.
106 0. fix layout widget loading - DONE.
107 0. obtain list of kb layouts and variants available (via python-xklavier) - postponed.
108 0. populate layout widget with kb variants - postponed.
109 0. apply correct layout after it's been chosen (both to present and following greeter widgets and to actual session) - postponed.
110 0. verify that layout switching works after login - postponed.
111 0. Add option to skip all the greeter screens and immediately login with default settings - DONE.
112 0. Convey necessary env. variables to gnome session.(echo "VARIABLE=value" >> /etc/amnesia/environment or via /etc/gdm3/PostLogin/)
113 0. capitalize 1st letter of (latin) language names (e. g. English vs english) - DONE.
114 0. version tag and update - DONE.
116 # week #10 [1st week of August]
118 0. obtain list of kb layouts and variants available (via python-xklavier) - DONE.
119 0. populate layout widget with kb variants - DONE.
120 0. merge feature/better_root_access_control branch - DONE.
121 0. apply correct layout after it's been chosen (both to present and following greeter widgets and to actual session) - postponed.
122 0. verify that layout switching works after login - postponed
123 0. version tag and update - DONE.
125 # week #11 [2nd week of August]
127 0. write password for config/chroot_local-includes/usr/local/sbin/set-user-password to file - DONE.
128 0. alter set-user-password to use password from file - DONE.
129 0. merge language and layout widget to single panel - DONE.
130 0. write locale name for localedef to file - DONE.
131 0. add locale generator which uses data from file - DONE.
132 0. fix layout selection for greeter session - DONE.
133 0. add double password entry to prevent typos - DONE.
134 0. use SelectLayout in GDM - DONE.
135 0. add layout selection to panel - DONE.
136 0. use separate layouts for greeter and for user session - DONE.
137 0. display panel and password widget on the same screen - DONE.
138 0. add layout indicator to greeter - DONE.
139 0. properly generate list of available layouts - in progress
140 0. version tag and update - DONE.
142 # week #12 [3rd week of August]
144 0. refactor layout generation code - DONE.
145 0. disable admin rights for empty password - DONE.
146 0. add layout variant selection - DONE.
147 0. use selected variant for greeter and session layout - DONE.
148 0. add variant to layout indicator - DONE.
149 0. make session layout selection enforce greeter layout selection - DONE.
150 0. make session layout variant selection enforce greeter layout variant selection - DONE.
151 0. make sure panel width fits the screen - DONE.
152 0. pre-select locale based on language - DONE.
153 0. correct UI phrasing - DONE.
154 0. show country name instead of code (e. g. Russia vs. ru_RU) - DONE.
155 0. update translation instructions - DONE.
156 0. add ability to use any layout regardless of language\locale choice - postponed
157 0. fix entry field width - postponed
158 0. fix polkit & sudo configuration - testing required
159 0. test with TAILS VM - in progress
160 0. document latest design changes - in progress
161 0. version tag and update - DONE.
163 # week #12+ [after-GSoC]
165 0. fill in forms - GSoC is over!
166 0. establish bug-reporting and maintenance routine