From 95f762948cfc01578ad8a596612effa3b6b404d3 Mon Sep 17 00:00:00 2001 From: Holger Freyther Date: Tue, 6 Mar 2007 19:25:16 +0000 Subject: contrib/qa/bugzilla.py: Add the standalone test bugzilla sucker This file can extract the bug number and status from a query page of bugzilla. And will be used by the "automatic test monkey class" --- contrib/qa/bugzilla.py | 4644 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 4644 insertions(+) create mode 100644 contrib/qa/bugzilla.py (limited to 'contrib/qa') diff --git a/contrib/qa/bugzilla.py b/contrib/qa/bugzilla.py new file mode 100644 index 0000000000..bfef214e61 --- /dev/null +++ b/contrib/qa/bugzilla.py @@ -0,0 +1,4644 @@ +# +# BugZilla query page scanner to work with ancient +# Debian Stable bugzilla installationss +# +# This includes three test sites +# site contains one bug entry +# all_bugs contains all OpenMoko bugs as of \today +# no_bug is a query which showed no bug +# + +from HTMLParser import HTMLParser + +class BugQueryExtractor(HTMLParser): + STATE_NONE = 0 + STATE_FOUND_TR = 1 + STATE_FOUND_NUMBER = 2 + STATE_FOUND_PRIO = 3 + STATE_FOUND_PRIO2 = 4 + STATE_FOUND_NAME = 5 + STATE_FOUND_PLATFORM = 6 + STATE_FOUND_STATUS = 7 + STATE_FOUND_WHATEVER = 8 # I don't know this field + STATE_FOUND_DESCRIPTION =9 + + def __init__(self): + HTMLParser.__init__(self) + self.state = self.STATE_NONE + self.bugs = [] + + def handle_starttag(self, tag, attr): + if self.state == self.STATE_NONE and tag.lower() == "tr": + if len(attr) == 1 and attr[0] == ('class', 'bz_normal bz_P2 '): + print "Found tr %s %s" % (tag, attr) + self.state = self.STATE_FOUND_TR + elif self.state == self.STATE_FOUND_TR and tag.lower() == "td": + self.state += 1 + + def handle_endtag(self, tag): + if tag.lower() == "tr": + print "Going back" + if self.state != self.STATE_NONE: + self.bugs.append( (self.bug,self.status) ) + self.state = self.STATE_NONE + if self.state > 1 and tag.lower() == "td": + print "Next TD" + self.state += 1 + + def handle_data(self,data): + data = data.strip() + + # skip garbage + if len(data) == 0: + return + + if self.state == self.STATE_FOUND_NUMBER: + print "Bug Number '%s'" % data.strip() + self.bug = data + + elif self.state == self.STATE_FOUND_STATUS: + print "Status Name '%s'" % data.strip() + self.status = data + + def result(self): + print "Found bugs" + return self.bugs + +# +site = """ + + + + + + + + + + + + + + + + + + + + + Bug List + + + + + + + + + + + + + + + + + + + + + + + +
+ Bug List +
+ +
+ +
+ Tue Mar 6 19:01:13 CET 2007
+ + + Free your problems + + +
+ + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ ID + + Sev + + Pri + + Plt + + Owner + + State + + Result + + Summary +
+ 238 + nor + P2 + Mac + mickey@vanille-media.de + NEW + + manual test bug +
+ + + + + + One bug found. + + +
+ + + + + + + + + + + + +
+ + + + Query Page    + Enter New Bug    + Change Columns    + + + + Edit this Query    + +
+ + + + + + + + + + + + + +
+ + + + + +""" + +all_bugs = """ + + + + + + + + + + + + + + + + + + + + + Bug List + + + + + + + + + + + + + + + + + + + + + + + +
+ Bug List +
+ +
+ +
+ Tue Mar 6 20:09:40 CET 2007
+ + + Don't complain -- it could be worse! + + +
+ + +
+ + + + + +228 bugs found. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 10 + + + + + + + + + + + + + + + blo + + + /nobr> + + + + + + + + + + + ug.cgi?id=13">13 + + + + + + + + + + + + + + + + =18">18 + + + + < + + + + + + + + + + + + + + + + + FIXE + + + + + + + + nobr>RESO + + +d>connection status + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + <nor + + + obr> + + + + + + + + + + + +wishlist bz_P2 "> + + + + + + + + + br> + + + + + + + + + + + + + < 25 + + + + + + + + + + + + + + + + +> + 26 + + + + + + br>NEW + + + + + + + + + + + + 27 + + + nor + + + d>Neo + + + Labels on GtkButton don't appear centered + + + + + + + + + + + + + + + + + + + + + + + + + + + + + RESO + + + ProgressBar styling woes + + + + + + + + + + + + + Neo + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + >P2 + + + + + + + + + + + + + + + laforge@openmoko.org + + + + + + + + + + + + + + + + + + < + + href="show_bug.cgi?id=41">41 + + + + + + + + + + + + + + + + + + + + + + + td> + + + + + + + +obr> + + + + + + + + + + + + + + + + + + + + + + <"bz_minor bz_P2 "> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +/tr> + + + + + + + + + + + + + + + + + + + + + + + + + + + + +RESO + + + + + + + + + + + + + + + + + + + + + + + + + + + 55 + +obr>maj + + + r> + + + + + + + + + + P4 + + + + + + + + + + + + + + + + + < 57 + + + + + + + + + + + + + + + + 58 + + + + + + + + + + + + + + + + + 59 + + + + + + + + + d>Real DPI vs. Fake DPI + + + + + + + + + + + + + + + + + + + +s="bz_major bz_P2 "> + + + + /nobr> + + + + + + + + + + + + + + + + + + + + + + + + + + + r>P2 + + + mickey@vanille-media.de + + + + + + + + + 66 + + + + + + + + + + + + + 67 + + + + + + + 68 + + + + + + + + + + + 70 + + + + + + + + + + + d>make a short vibration pulse once u-boot is starting + 72 + + + + + + + + + + + + + + + + + r> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + r> + + + + _P2 "> + + + + + + + + + + + + + + + + + + + + + + + + + + P2 + + + laforge@openmoko.org + + + + + + + + + + + + 81 + + + + + + td>NEW + + + TC alarm interrupt is signalled to userspace + + + + + + + + + + + + + + + + + + + + + + + + + + P2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + bz_P2 "> + + + + + + + + + + + + + + + + 87 + + + + + + + + + + + + + + + + + + + + + 2 + + + + + td> + + + + + + + + + + + + + + + + + + + + + + + + ge@openmoko.org + + + + + + + + + + + + + + 91 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + _id">Sev + + + + + + + + + + >RESO + + + + + + + + + + + + + + + + + + + + + + + + + 108 + nor + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 114 + + + nor + + + <Neo + + + + + + + + + + + + + + + + + + + + + + + + + + + 116 + + + + + + + +ass="bz_minor bz_P2 "> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +rmal bz_P2 "> + + + + + + + + + + + r> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + mickey@vanille-media.de + + + + + + obr> + + + + + >All + + + + + + br>NEW + + + ss="bz_blocker bz_P2 "> + + + + + mickey@vanille-media.de + + + + + + + + + + + + + + + + + + + + + RESO + + + not talking to TI modem on GTA01Bv2 + + + + + + + + + + + + + + obr>RESO + + + doesn't compile + + + + + + + + + + + + + +br> + + + + + +"bz_normal bz_P2 "> + + + + + d>sunzhiyong@fic-sh.com.cn + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 155 + + + + + + + + + + + + + + + + + + + + + + obr>P2 + + + + + + + + + + + + + + + + + + +obr>PC + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + "show_bug.cgi?id=159">159 + + + + + < + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + /td> + + + + + + + + + + + + + + + + + "> + + + + + + + + + + + + + + + + + + < + + + + + + + + +/td> + + + +>nor + + + t bz_P2 "> + + + + + + + + + + + + + +br>nor + + + <> + + + + + + + + + + + nobr>P2 + + + >thomas@openedhand.com + + + + + + + + + + + + 186 + + + + + + + + + + + + nobr>mickey@vanille-media.de + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +r class="bz_enhancement bz_P2 "> + + + + br> + + + + + + + + + + + + + + 194 + + + + + + + + + + + + + + + + + + + 195 + /nobr> + + + + + + + + + + + + + + + + + + + + + + 197 + + + obr>nor + + + r>PC + + + + + + + + + + + + + + + + + + + + + + + + + + nobr>P2 + + + lle-media.de + + + + + + + + + + + + + + f="show_bug.cgi?id=201">201 + + + + + + < + + + + + + + + + nobr>Neo + + + + + + < + + + + + + + + + + + + + + + + Sev + + + + + + + + + + + + + + + + + + + + + + Neo + + + + +tr> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + < + + + + + + + + + + + + + + + + + + + + + + + + + + + + nobr>P2 + + + + + + > + + + + + + + + + + + + + + + + + + + + + + + + 223 + + + + + +>NEW + + + y displays half the week + + + + + + + + + + + + + + + + + + + + + + + + + + + 226 + + + + + /nobr> + + + + + r> + + + + + + + + + + + + +>mickey@vanille-media.de + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 236 + + + + + + + + + + Edit this it can do, see bugzilla.orglue="Find"> bug # | + + + + + + + + + + + + + + + + + + + + + Bug List + + + + + + + + + + + + + + + + + + + + + + + +
+ Bug List +
+ +
+ +
+ Tue Mar 6 20:13:26 CET 2007
+ + + GOT THE MESSAGE OF no match + + +
+ + +
+ + + + + + + + + + + + + + + + + + + + + + + + Zarro Boogs found. +

+ Query Page +   Enter New Bug + Edit this query +

+ + +
+ + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + +""" + +bugfinder =BugQueryExtractor() +#bugfinder.feed(site) +#bugfinder.feed(all_bugs) +bugfinder.feed(no_bugs) +print bugfinder.result() -- cgit v1.2.3
+ ID + + Sev + + Pri + + Plt + + Owner + + State + + Result + + Summary +
+ 1 + cri + P2 + Neo + laforge@openmoko.org + CLOS + FIXE + kernel is running way too slow +
+ 2 + nor + P2 + Neo + laforge@openmoko.org + RESO + FIXE + SD card driver unstable +
+ 4 + nor + P2 + Neo + laforge@openmoko.org + ASSI + + random crashes of gsmd +
+ 5 + nor + P2 + Neo + laforge@openmoko.org + RESO + FIXE + call progress information is lacking +
+ 7 + nor + P2 + Neo + laforge@openmoko.org + CLOS + FIXE + PMU RTC driver date/time conversion is erroneous +
+ 8 + cri + P5 + Neo + laforge@openmoko.org + RESO + FIXE + SD/MMC: Card sometimes not detected +
+ 9 + nor + P2 + Neo + laforge@openmoko.org + ASSI low (kernel part) +
e> + Neo + la> + CLOS + FIXEng +
P2 + ken_zhao@fic-sh.com.cn + >FIXE + u-boot lacks USB DFU suppo2">12 + nor + + Neo + gordon_hsu@fBoot speed too low (bootloader part) +
nor + + Neo + teddy@fic-snobr>RESO + FIXE +
+ 15 + nor + NEW + nor + RESO + FIXE + < ... +
min + + Neo + teddy@fich.com.cn + RESO + "reboot" doesn't tr> + + + + + + +
+ f="show_bug.cgi?id=20">20 + cri + P2 + Neo + laforge@openmoko.org + FIXE +
+ 21 blo + P3 + Neo + sean_chiannobr> + NEW + sms function missing +
+ + 23 + P2 + laforge@openmoko.org + RESO + FIXE + dtmf support not available now +
+ + wis + P2 Neo + lafornmoko.org + NEW + libgsmd/misc.h: lgsm_get_signal_quality()
n + P2 + Neo + > + davewu01@seed.net.tw + < + + GtkSpd +
>nor + P2 + + ken_zhao@fic-sh.com.cn + +
P2 + ken_zhao@fic-sh.com.ASSI + +
+ 28 + nor + + Neo + zhao@fic-sh.com.cn + NEW + > + + GtkComboBox styling w
+ a href="show_bug.cgi?id=29">29 + nor P2 + Neo + ken_zhao@fic-sh.com.cn + FIXE +
+ 30 + nor + P2 + mickey@vanille-meditd> + REOP + + d> + Touchscreen emits bogus events under X +
+ 31 + cri + Neo + rge@openmoko.org + NEW + + Display colors are slight
32 + + P2 + + mickey@vanille-media.de + + Commction for loading GdkPixbuf +
+ 33 + + blo + P2 +td> + Neo + laforge@op ASSI + + incoming call status report causes gsmd to crash. + > + +
bug.cgi?id=34">34 + blo + < P2 + Neo + laforge@openmoko.org + + Need lgsm_handle is still valid. +
+ + + + 36 + blo + Neo + RESO + FIXE + Implement s3c2410 udice controller) driver in u... +
RESO + + + + + + +
RESO + nobr> + P2 + + +
werner@openmoko.org + enh + +
dynamic mtd partition table cration + + +
NEW + + gi?id=46">46 + maj + + 47 + DUPL + Eval + + + + + + +
+ 48 + maj + Neo + r>laforge@openmoko.org + RESODUPL + Only power up the phone e power button was pressed ... +
+ min + P2 + All + mickey@vanille-/nobr> + NEW + + Implement touchscreen & click daem + + + +
+ 50 + nor + P2 + All + obr>mickey@vanille-media.de + NEW + + Sound Event API +
+ g.cgi?id=51">51 + nor + P2 + Neo + mickey@vanille-media.de + NE + Preferences API +
+ show_bug.cgi?id=52">52 + nor + P2 + Neo + cj_steven@fic-sh.com.cn + RESO FIXE + Single Inst + +
+ href="show_bug.cgi?id=53">53 + nor< P2 + All + tonyguan@fic-sh.com.cn + FIXE +
+ 54 + P1 + + tonyguan@fic-sh.com.cn + > + RESO + FIXE>PIN Entry +
P2 + tonyguan@fic-sh.com.cn + RESO + FIXE + Don't pop up the dialer interface initially +
+ 56 + blo + All + RESO +obr>FIXE + Integrate with contacts datab
P2 + All + tonyguan@fic-sh.com.cn + + LATE + Rec/td> + +
> + P2 + Neo mickey@vanille-media.de + r>NEW + + devmand +
P2 + eo + ken_zhao@fic-sh.com.cnd>NEW + +
+ 60 + > + + min + P2 + nobr>Neo + ken_zhao@fic-sh.com.cn + NEW + + fontconfig antialiasing +
+ + + + + 63 + P2 + + mickey@vanille-media.de + + ASSI + + matchbox-panel 1 vs. 2 +
+ 64 + maj + P2 + Neo + mickey@vanille-med NEW + Show Cipher Status in GSM-Panel applet + + 65 + maj + Neo + NEW + +
cri< mickey@vanille-media.de +
P2 + All + >RESO + WONT + P2 + Neo + + NEW + + + + 69 +obr> + P2 + td>buglog@lists.openmoko.org + + Speed up System Initialization + nor
+
Neo + + + Minimement bz_P2 "> + + + 71
+
P2 + Nh.com.cn + RESO + wis< Neo + gordon RESO + FIXE + +
+ 73 + + laforge@openmoko.org + FIXE + test a
+ lo + P1 + RESO + WONT + + /a> + maj + laforge@openmoko.org + + PWM code for display brightness cont + + 76 + NEW + + + +
P2 + Neobr>songcw@fic-sh.com.cn + NEWFinish, test and verify agpsd implementation + + 78 + /td> + Neo + laforge@oSO + FIXE + + +
+ 79 + + blo + P1 + Neo + werner@openmoko + RESO + FI suspend/resume to RAM support + + 80 + maj + Neo + RESO< WONT + Add sysfs entry foreup reason +
P2 + Neo + werner@openmoko.org + +
+ + 83 + enh + P2 + Neo + teddy@fic-sh.com.c NEW + evaluate process and I/O schedulers +
+ 84 + nor +
Neo + RESO + r>FIXE + enable voluntary preemption + > + +
+ href="show_bug.cgi?id=85">85 + min + P2 + Netd> + laforge@openmoko.org + FIXE +
+ 86 + nor + P2 + < Neo + laforge@openmoko RESO + FIXE + APM emulation for battery / charger / chargpossib... +
nbr> + P2 + Nobr> + laforge@openmoko.org + + + def implement how headphone jack routing/signallin... +
+ 88 + min + Neo + + NEW + use and test PMU watchdog dr
+ ref="show_bug.cgi?id=89">89 + cri + P2 + Neoteddy@fic-sh.com.cn + + + determct gamma calibration values and put them i... +
+ 90 + cri + P1 + Neo + NEW + < + GSM TS07.10 multiplex mis
maj + d> + P2 + Neo + /td> + laforge@openmoko.org + DUPL + debugcard timeout problems +
+ 92 + > + + nor + P2 + br>Neo + laforge@openmoko.org + RESO + FIXE + test multiple microSD card vendors for compatib.. +
+ 93 + P2 + + laforge@openmoko.org + + + temicroSD card compatibility +
+ 94 + + maj + P2 + Neo + tonyguan@fic-shtd> + RESO + FIXE + + symbol support +
+ + make sure PMU alarm (set via rtc interface) is per P2 + Neo + + + + + + 100 + maj + <>laforge@openmoko.org + NEW + Neo + laf>cri + P2 +
+ Neo + laforge@openmoko.org + + cri + P2 + Volume control +
+ Pri + + Plt + + Owner + State + + Result + Summary + + + + 106 + blo + P2 + Neo + tonyguan@fic-sh.com.cn + LATE + + +
+ 107 + + maj + P2 + Neo + laforge@openg + NEW + + obtain list of operators / control tion +
P2 + Neo + tonyguan@fic-sh.com.cn + REOP + + allow query of manufacturer/model/revision/imetr> + + + + + + +
+ 109 + + P2 + + laforge@openmoko.org + obr>NEW + +
+ 110 + nor + P2 + Neo + laforge@openmoko.org + + + look into gps integration +
+ 111 + nor + P2 + Neo + laforge@openmokorg + NEW + integrate agpsd in our system power management. +
+ 112 + nor +>P2 + Neo + buglog@lists.openmoko.org + + + Hoo deliver kernel-level alarm to destination app + + 113 + nor + P2 + Neo + marcel@holtmann.org + ASSI + + bluetooth headupport +
P2 + buglog@lists.openmoko. NEW + + Who is managing wakeup times? +
+ 115 + enh + + P2 + Neo + td> + marcel@holtmann.org + + + A2DP / alsa tion +
nor + P2 + Neo + marcel@holtmann.org + ASSI + bluetooth HID support (host) +
+ + + href="show_bug.cgi?id=118">118 + nobr> + P2 + Nobr> + marcel@holtmann.org + ASSI + + bluetooth networking support +
+ + + + 0 + nor + + Neo + marcel@hmann.org + ASSI + + bluetooth OBEX +
+ 121 + cri + + P3 + All + >mickey@vanille-media.de + NEW + + merge openmokainmenu into openmoko-mainmenu (panel) +
+ 122 nor + P2 + Neo + mickee + NEW +
+
rename openmoko-history to openmoks="bz_normal bz_P2 "> + + + P2 + All +
+ + Remove back functionality from Main Menu +
davewu01@seed.net.tw + cj_steven@fic-sh.com.cn + nor + P2 + + Create / Find be All + micke
+ ASSI + + + sunzhiyong@fic-sh.com.cn + l + davewu01@seed.net.tw + d> + +
lications need close function +
nobr> + P2 + + 137 + submit patch against ipkg upstream + < + sunzhiyong@fic-sh.com.cn + + + + 140 + + +
buglog@lists.openmoko.org + nor + + + + + + + + mickey@vanille-media.de + + + + + + show_bug.cgi?id=146">146 + norP2 + PC + FIXE +
+ + + + 148 + + P1 + + laforge@openmoko.org + FIXE +
+ + + + ef="show_bug.cgi?id=150">150 + norP2 + Neo + graeme.gregory@wolfsonmicro... + INVA +
+ 151 + d>nor + P2 + cj_steven@fic-sh.com.cn + NEW + + Does mainmenu need libmatchbox or not? +
+ + + + 153 + nor + P2 + PC + + + RationaIconView instead of deriving? +
+ > + nor + P PC + sunzhiyong@fic-cn + ASSI + mainmenu crashes when clicking wheel
+ P2 + PC sunzhiyong@fic-sh.com.cn + + FIXE +
+ 156 + nor + PC + ASSI + Where is mainmenu going to look fications? +
+ 157 + d>nor + P2 + davewu01@seed.net.tw + RESO + DUPL< The sizes of each keys are too small +
+ 158 + nor + P2 + PC + + RESO + FIXE + musicplayer cr
nor + P2 + PC +> + sunzhiyong@fic-sh.com.cn + + display thumbctual applications +
+ 160 + + P2 + + sunzhiyong@fic-sh.com.cn + td> + ASSI + + isplay thumbnails in 3x3 grid +
+ + + +bug.cgi?id=167">167 + enh +
+ 169 + FIXE + gdb currently
+ agpsd source code and bitbake rules not in ourtd> + Oth + tonyguan@f + + + + + +
+ + RESO + + 174 + RESO + FIXE + PC + micke
laforge@openmoko.org + nor + P2 + functions should return GtkWidget +
FIXE + u-boot 'factord>P2 + Neo + P2 + + 181 + +
RESO + + + + + 184 + P2 + cj_steven@fic-sh.com.cn + NEW + + td>openmoko-mainmenu should link against libmb + + 185 + nor + Mac + RESOFIXE + openmoko-dates lacks intdate.in +
P2 + + thomas@openedhand.com + td> + RESO + FIXE + + + + + + +
+ 187 + norP2 + Mac + RESr> + FIXE + src/tasn't mention ipkg patch +
+ 1 nor + P2< Mac + micke + RESO +
+
openmoko-panel-demo fails to build + + + + + + + +
+ gi?id=189">189 + nor + + Mac + + RESO + r>FIXE + openmoko-dates tries to includestant header +
+ 190 + + P5 + Mac + thomas@openedhand.com + RESO + FIXENo rule to build dates.desktop +
+ 192 + enh + Mac + s.openmoko.org + NEW + + Graphic bootsplash during space sysinit +
+ P2 + N + laforge@openmoko.org + + s3c24t mode corrupt +
P2 + + stefan@openmoko.org + NEW + + + +
+ bug.cgi?id=196">196 + enh + br> + Mac + nille-media.de + NEW + + Merge back fixes to openm recipes from OE +
P2 + mickey@vanille-media.deNEW + + <Make theme suitable for qvga screens. +
+ + + + 199maj + P2 + < Neo + sean_mosko@fic.conobr> + NEW + We need freely licensed ringtones +
+ 200 + min + PC + NEW + + PARALLEL_MAKE seems to not w
nor + P2 + Neo<laforge@openmoko.org + + Use TEXT_BASE 0000 in u-boot on GTA01Bv2 and higher +
werner@openmoko.org205 + min + nobr>NEW + + maj + P2 + + P2 + en in "911 key" mode +
+ 208 + u-boot DFU upload broken +
+ + + + + 213 + nor + P2 + + mickey@vanille-media.de + RESO + FIXE< + openmoko-dates-0.1+svnnow fails certificate tr> + + + + + + +
+ 214 + nor + P2 + PCmickey@vanille-media.de + FIXE + AddRBALL_STASH for missing upstream sources +
+ + + + 216 + r>blo + P3 +
thomas@openedhand.com + RESO + DUPLcontacts crashes when tying to enter import widget +
+ <_bug.cgi?id=217">217 + nor + + P2 + Neo + obr>werner@openmoko.org + NEW + + Implement NAND OTP aead/write as u-boot commands +
+ 218 + + enh + P2Neo + laforge@ + NEW + + Distinguish stylus from finger via tslib + < +
+ g.cgi?id=219">219 + blo + <> + P2 + All + td> + tonyguan@fic-sh.com.cn + FIXE + openmoko-dial1159 fails to compile +
+ 220 + d>nor + P2 + PC + laforge@openmoko.or> + RESO + obr> + libgsmd_device.c is missing +
+ 221 + blo + Mac + RESO + FIXE + Can't add new contacts via the gui +
+ 222 + nor + P2 + Mac + d> + thomas@openedhand.com + + WORK + Can't aents +
P2 + Mac + thomas@openedhand.com + +
+ 225 + or + P2 + PC + mickey@vanille-media.deRESO + FIXE + < Fix ordering of do_deploy in uboot to be compatible wittd> + +
nor + > + P2 + PC + > + buglog@lists.openmoko.org + + dfu-utative do_deploy tries to install from wrong sou... +
+ 227 + nortd>P2 + PC + NEW + + Add openmoko-mnd enable use of it +
+ 228 + + blo + P2 + >Neo + mickey@vanille-media.br> + NEW + openmoko applications(contacts, appmanager .229 + d> + outgoing call/incoming call/t + P2 + 231 + + +
werner@openmoko.org + + + + 234 + + +
cri + +