From 549cfb6466be2eda0aae8d21162ffc9fb0f79b2f Mon Sep 17 00:00:00 2001 From: Holger Freyther Date: Fri, 16 Mar 2007 19:58:53 +0000 Subject: contrib/qa/bugzilla.py: Extract all bug reports, even the ones from bugs.openembedded.org Abuse the class attribute even further and check for severities. We are able to find all 2006 bugs of OpenEmbedded and all 282 bugs of OpenMoko --- contrib/qa/bugzilla.py | 4872 +++++++++++++++++++++++++++++------------------- 1 file changed, 2980 insertions(+), 1892 deletions(-) (limited to 'contrib') diff --git a/contrib/qa/bugzilla.py b/contrib/qa/bugzilla.py index 1bc0ce9949..17849552b0 100644 --- a/contrib/qa/bugzilla.py +++ b/contrib/qa/bugzilla.py @@ -25,11 +25,16 @@ class BugQueryExtractor(HTMLParser): def __init__(self): HTMLParser.__init__(self) self.state = self.STATE_NONE + self.bug = 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 '): + # check for bz_normal and bz_P2 as indicator in buglist.cgi + # use 'all' and 'map' on python2.5 + if len(attr) == 1 and attr[0][0] == 'class' and \ + ('bz_normal' in attr[0][1] or 'bz_blocker' in attr[0][1] or 'bz_enhancement' in attr[0][1] or 'bz_major' in attr[0][1] or 'bz_minor' in attr[0][1] or 'bz_trivial' in attr[0][1] or 'bz_critical' in attr[0][1] or 'bz_wishlist' in attr[0][1]) \ + and 'bz_P' in attr[0][1]: print "Found tr %s %s" % (tag, attr) self.state = self.STATE_FOUND_TR elif self.state == self.STATE_FOUND_TR and tag.lower() == "td": @@ -41,6 +46,7 @@ class BugQueryExtractor(HTMLParser): if self.state != self.STATE_NONE: self.bugs.append( (self.bug,self.status) ) self.state = self.STATE_NONE + self.bug = None if self.state > 1 and tag.lower() == "td": print "Next TD" self.state += 1 @@ -51,11 +57,17 @@ class BugQueryExtractor(HTMLParser): # skip garbage if len(data) == 0: return - + if self.state == self.STATE_FOUND_NUMBER: + """ + #1995 in bugs.oe.org has [SEC] additionally to the number and we want to ignore it + """ print "Bug Number '%s'" % data.strip() + if self.bug: + print "Ignoring bug data" + return self.bug = data - + elif self.state == self.STATE_FOUND_STATUS: print "Status Name '%s'" % data.strip() self.status = data @@ -65,267 +77,7 @@ class BugQueryExtractor(HTMLParser): 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 = """ +bugs_openmoko = """ @@ -390,10 +142,10 @@ all_bugs = """
- Tue Mar 6 20:23:16 CET 2007
+ Fri Mar 16 20:51:52 CET 2007
- Free your problems + It was a time of great struggle and heroic deeds
@@ -405,7 +157,7 @@ all_bugs = """ -228 bugs found. +282 bugs found. @@ -454,23 +206,23 @@ all_bugs = """ - ID + ID - Sev + Sev - Pri + Pri - Plt + Plt - Owner + Owner - State + State - Result + Result - Summary + Summary @@ -535,7 +287,7 @@ all_bugs = """ - 4 + 3 nor @@ -544,13 +296,13 @@ all_bugs = """ Neo - laforge@openmoko.org + sean_chiang@fic.com.tw - ASSI + CLOS - + FIXE - random crashes of gsmd + Debug Board trying to control GSM_EN / FA_19 @@ -563,7 +315,7 @@ all_bugs = """ - 5 + 4 nor @@ -578,7 +330,7 @@ all_bugs = """ FIXE - call progress information is lacking + random crashes of gsmd @@ -591,7 +343,7 @@ all_bugs = """ - 7 + 5 nor @@ -602,11 +354,11 @@ all_bugs = """ laforge@openmoko.org - CLOS + RESO FIXE - PMU RTC driver date/time conversion is erroneous + call progress information is lacking @@ -616,25 +368,25 @@ all_bugs = """ - + - 8 + 6 - cri + nor - P5 + P2 Neo - laforge@openmoko.org + sean_chiang@fic.com.tw - RESO + NEW - FIXE + - SD/MMC: Card sometimes not detected + GSM_EN should be called nGSM_EN @@ -647,7 +399,63 @@ all_bugs = """ - 9 + 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 @@ -840,6 +648,62 @@ all_bugs = """ + + + + 16 + + + blo + + P2 + + Neo + + sean_chiang@fic.com.tw + + RESO + + FIXE + + bluetooth pullup / pulldown resistors + + + + + + + + + + + + + 17 + + + nor + + P2 + + Neo + + sean_chiang@fic.com.tw + + RESO + + FIXE + + microSD socket still has mechanical contact problems + + + + + + + + + @@ -854,11 +718,1411 @@ all_bugs = """ mickey@vanille-media.de - RESO + RESO + + FIXE + + OE build of u_boot with CVSDATE 20061030 uses latest git ... + + + + + + + + + + + + + 19 + + + min + + P2 + + Neo + + teddy@fic-sh.com.cn + + RESO + + FIXE + + "reboot" doesn't work + + + + + + + + + + + + + 20 + + + cri + + P2 + + Neo + + laforge@openmoko.org + + RESO + + FIXE + + connection status + + + + + + + + + + + + + 21 + + + blo + + P3 + + Neo + + sean_chiang@fic.com.tw + + NEW + + + + sms function missing + + + + + + + + + + + + + 22 + + + nor + + P2 + + Neo + + laforge@openmoko.org + + RESO + + FIXE + + outgoing call generates 'segmentation fault' when the pee... + + + + + + + + + + + + + 23 + + + nor + + P2 + + Neo + + laforge@openmoko.org + + RESO + + FIXE + + dtmf support not available now + + + + + + + + + + + + + 24 + + + wis + + P2 + + Neo + + laforge@openmoko.org + + NEW + + + + libgsmd/misc.h: lgsm_get_signal_quality() + + + + + + + + + + + + + 25 + + + nor + + P2 + + Neo + + davewu01@seed.net.tw + + ASSI + + + + GtkSpinBox unfinished + + + + + + + + + + + + + 26 + + + nor + + P2 + + Neo + + ken_zhao@fic-sh.com.cn + + NEW + + + + Pixmap Engine and Shadows + + + + + + + + + + + + + 27 + + + nor + + P2 + + Neo + + ken_zhao@fic-sh.com.cn + + ASSI + + + + Labels on GtkButton don't appear centered + + + + + + + + + + + + + 28 + + + nor + + P2 + + Neo + + ken_zhao@fic-sh.com.cn + + NEW + + + + GtkComboBox styling woes + + + + + + + + + + + + + 29 + + + nor + + P2 + + Neo + + ken_zhao@fic-sh.com.cn + + RESO + + FIXE + + GtkProgressBar styling woes + + + + + + + + + + + + + 30 + + + nor + + P2 + + Neo + + mickey@vanille-media.de + + REOP + + + + Touchscreen emits bogus events under X + + + + + + + + + + + + + 31 + + + cri + + P2 + + Neo + + laforge@openmoko.org + + NEW + + + + Display colors are slightly off + + + + + + + + + + + + + 32 + + + enh + + P2 + + Neo + + mickey@vanille-media.de + + NEW + + + + Common function for loading GdkPixbuf + + + + + + + + + + + + + 33 + + + blo + + P2 + + Neo + + laforge@openmoko.org + + RESO + + FIXE + + incoming call status report causes gsmd to crash. + + + + + + + + + + + + + 34 + + + blo + + P2 + + Neo + + laforge@openmoko.org + + RESO + + WORK + + Need to decide if lgsm_handle is still valid. + + + + + + + + + + + + + 35 + + + enh + + P5 + + Neo + + laforge@openmoko.org + + RESO + + WONT + + Support debug board from u-boot + + + + + + + + + + + + + 36 + + + blo + + P2 + + Neo + + laforge@openmoko.org + + RESO + + FIXE + + Implement s3c2410 udc (usb device controller) driver in u... + + + + + + + + + + + + + 37 + + + blo + + P2 + + Neo + + laforge@openmoko.org + + RESO + + DUPL + + Implement USB Device Firmware Upgrade (DFU) + + + + + + + + + + + + + 38 + + + enh + + P2 + + Neo + + laforge@openmoko.org + + RESO + + DUPL + + implement USB serial emulation in u-boot + + + + + + + + + + + + + 39 + + + maj + + P2 + + Neo + + gordon_hsu@fic-sh.com.cn + + RESO + + FIXE + + Move LCM initialization into u-boot (currently in kernel ... + + + + + + + + + + + + + 40 + + + nor + + P2 + + Neo + + werner@openmoko.org + + RESO + + DUPL + + test + debug display of image on LCM in u-boot + + + + + + + + + + + + + 41 + + + enh + + P2 + + Neo + + ken_zhao@fic-sh.com.cn + + NEW + + + + evaluate sapwood theme engine + + + + + + + + + + + + + 42 + + + blo + + P3 + + Neo + + laforge@openmoko.org + + RESO + + FIXE + + dynamic mtd partition table cration + + + + + + + + + + + + + 43 + + + maj + + P2 + + All + + mickey@vanille-media.de + + NEW + + + + StatusBar (Footer) API + + + + + + + + + + + + + 44 + + + wis + + P2 + + All + + mickey@vanille-media.de + + NEW + + + + InputMethod API + + + + + + + + + + + + + 45 + + + nor + + P2 + + All + + mickey@vanille-media.de + + NEW + + + + Automatic opening input methods + + + + + + + + + + + + + 46 + + + maj + + P2 + + Neo + + laforge@openmoko.org + + RESO + + FIXE + + 266MHz initialization of GTA01Bv2 + + + + + + + + + + + + + 47 + + + min + + P2 + + Neo + + ken_zhao@fic-sh.com.cn + + RESO + + DUPL + + Evaluate sapwood theming engine + + + + + + + + + + + + + 48 + + + maj + + P2 + + Neo + + laforge@openmoko.org + + RESO + + DUPL + + Only power up the phone in case power button was pressed ... + + + + + + + + + + + + + 49 + + + min + + P2 + + All + + mickey@vanille-media.de + + NEW + + + + Implement touchscreen & click daemon + + + + + + + + + + + + + 50 + + + nor + + P2 + + All + + mickey@vanille-media.de + + NEW + + + + Sound Event API + + + + + + + + + + + + + 51 + + + nor + + P2 + + Neo + + mickey@vanille-media.de + + NEW + + + + Preferences API + + + + + + + + + + + + + 52 + + + nor + + P2 + + Neo + + cj_steven@fic-sh.com.cn + + RESO + + FIXE + + Single Instance Startup + + + + + + + + + + + + + 53 + + + nor + + P2 + + All + + tonyguan@fic-sh.com.cn + + RESO + + FIXE + + DTMF tones during call + + + + + + + + + + + + + 54 + + + blo + + P1 + + All + + tonyguan@fic-sh.com.cn + + RESO + + FIXE + + PIN Entry + + + + + + + + + + + + + 55 + + + maj + + P2 + + All + + tonyguan@fic-sh.com.cn + + RESO + + FIXE + + Don't pop up the dialer interface initially + + + + + + + + + + + + + 56 + + + blo + + P4 + + All + + tonyguan@fic-sh.com.cn + + RESO + + FIXE + + Integrate with contacts database + + + + + + + + + + + + + 57 + + + min + + P2 + + All + + tonyguan@fic-sh.com.cn + + RESO + + LATE + + Recording Calls + + + + + + + + + + + + + 58 + + + nor + + P2 + + Neo + + mickey@vanille-media.de + + NEW + + + + API for devmand + + + + + + + + + + + + + 59 + + + enh + + P2 + + Neo + + ken_zhao@fic-sh.com.cn + + NEW + + + + Real DPI vs. Fake DPI + + + + + + + + + + + + + 60 + + + min + + P2 + + Neo + + ken_zhao@fic-sh.com.cn + + NEW + + + + fontconfig antialiasing + + + + + + + + + + + + + 61 + + + maj + + P2 + + Neo + + ken_zhao@fic-sh.com.cn + + NEW + + + + Theme is very slow + + + + + + + + + + + + + 62 + + + wis + + P2 + + All + + mickey@vanille-media.de + + NEW + + + + High Level Multi Layer Network Discovery API + + + + + + + + + + + + + 63 + + + enh + + P2 + + Neo + + mickey@vanille-media.de + + ASSI + + + + matchbox-panel 1 vs. 2 + + + + + + + + + + + + + 64 + + + maj + + P2 + + Neo + + mickey@vanille-media.de + + NEW + + + + Show Cipher Status in GSM-Panel applet + + + + + + + + + + + + + 65 + + + maj + + P2 + + Neo + + mickey@vanille-media.de + + NEW + + + + Visual indication for SMS overflow + + + + + + + + + + + + + 66 + + + cri + + P2 + + Neo + + mickey@vanille-media.de + + NEW + + + + Applet for Missed Events + + + + + + + + + + + + + 67 + + + nor + + P2 + + All + + mickey@vanille-media.de + + RESO + + WONT + + libmokopim not necessary + + + + + + + + + + + + + 68 + + + nor + + P2 + + Neo + + laforge@openmoko.org + + NEW - FIXE + - OE build of u_boot with CVSDATE 20061030 uses latest git ... + SIM backend for EDS @@ -868,25 +2132,25 @@ all_bugs = """ - + - 19 + 69 - min + maj P2 - Neo + All - teddy@fic-sh.com.cn + buglog@lists.openmoko.org - RESO + NEW - FIXE + - "reboot" doesn't work + Speed up System Initialization @@ -896,25 +2160,25 @@ all_bugs = """ - + - 20 + 70 - cri + nor P2 Neo - laforge@openmoko.org + buglog@lists.openmoko.org - RESO + NEW - FIXE + - connection status + Minimize Services started on Bootup @@ -924,25 +2188,25 @@ all_bugs = """ - + - 21 + 71 - blo + enh - P3 + P2 Neo - sean_chiang@fic.com.tw + gordon_hsu@fic-sh.com.cn - NEW + RESO - + FIXE - sms function missing + make a short vibration pulse once u-boot is starting @@ -952,25 +2216,25 @@ all_bugs = """ - + - 22 + 72 - nor + wis P2 Neo - laforge@openmoko.org + gordon_hsu@fic-sh.com.cn RESO FIXE - outgoing call generates 'segmentation fault' when the pee... + Add on-screen boot menu @@ -980,13 +2244,13 @@ all_bugs = """ - + - 23 + 73 - nor + blo P2 @@ -998,7 +2262,7 @@ all_bugs = """ FIXE - dtmf support not available now + test and verify battery charger control (pcf50606) @@ -1008,25 +2272,25 @@ all_bugs = """ - + - 24 + 74 - wis + blo - P2 + P1 Neo laforge@openmoko.org - NEW + RESO - + WONT - libgsmd/misc.h: lgsm_get_signal_quality() + stub audio driver to power up amp and route audio through... @@ -1036,25 +2300,25 @@ all_bugs = """ - + - 25 + 75 - nor + maj P2 Neo - davewu01@seed.net.tw + laforge@openmoko.org - ASSI + RESO - + FIXE - GtkSpinBox unfinished + PWM code for display brightness control @@ -1064,25 +2328,25 @@ all_bugs = """ - + - 26 + 76 - nor + enh P2 Neo - ken_zhao@fic-sh.com.cn + teddy@fic-sh.com.cn NEW - Pixmap Engine and Shadows + Implement PWM control for vibrator @@ -1095,7 +2359,7 @@ all_bugs = """ - 27 + 77 nor @@ -1104,13 +2368,13 @@ all_bugs = """ Neo - ken_zhao@fic-sh.com.cn + songcw@fic-sh.com.cn - ASSI + NEW - Labels on GtkButton don't appear centered + Finish, test and verify agpsd implementation @@ -1120,25 +2384,25 @@ all_bugs = """ - + - 28 + 78 - nor + maj P2 Neo - ken_zhao@fic-sh.com.cn + laforge@openmoko.org - NEW + RESO - + FIXE - GtkComboBox styling woes + Implement and test ASoC platform driver @@ -1148,25 +2412,25 @@ all_bugs = """ - + - 29 + 79 - nor + blo - P2 + P1 Neo - ken_zhao@fic-sh.com.cn + werner@openmoko.org RESO FIXE - GtkProgressBar styling woes + suspend/resume to RAM support @@ -1176,25 +2440,25 @@ all_bugs = """ - + - 30 + 80 - nor + maj P2 Neo - mickey@vanille-media.de + laforge@openmoko.org - REOP + RESO - + WONT - Touchscreen emits bogus events under X + Add sysfs entry for PMU wakeup reason @@ -1204,25 +2468,25 @@ all_bugs = """ - + - 31 + 81 - cri + maj P2 Neo - laforge@openmoko.org + werner@openmoko.org NEW - Display colors are slightly off + Decide how PMU RTC alarm interrupt is signalled to userspace @@ -1232,25 +2496,25 @@ all_bugs = """ - + - 32 + 82 - enh + nor P2 Neo - mickey@vanille-media.de + laforge@openmoko.org NEW - Common function for loading GdkPixbuf + implement and test cpufreq interface to S3C2410 PLL / SLO... @@ -1260,25 +2524,25 @@ all_bugs = """ - + - 33 + 83 - blo + enh P2 Neo - laforge@openmoko.org + teddy@fic-sh.com.cn - ASSI + NEW - incoming call status report causes gsmd to crash. + evaluate process and I/O schedulers @@ -1288,13 +2552,13 @@ all_bugs = """ - + - 34 + 84 - blo + nor P2 @@ -1302,11 +2566,11 @@ all_bugs = """ laforge@openmoko.org - ASSI + RESO - + FIXE - Need to decide if lgsm_handle is still valid. + enable voluntary preemption @@ -1316,15 +2580,15 @@ all_bugs = """ - + - 35 + 85 - enh + min - P5 + P2 Neo @@ -1332,9 +2596,9 @@ all_bugs = """ RESO - WONT + FIXE - Support debug board from u-boot + test NO_IDLE_HZ / tickless idle @@ -1344,13 +2608,13 @@ all_bugs = """ - + - 36 + 86 - blo + nor P2 @@ -1362,7 +2626,7 @@ all_bugs = """ FIXE - Implement s3c2410 udc (usb device controller) driver in u... + APM emulation for battery / charger / charging and possib... @@ -1372,13 +2636,13 @@ all_bugs = """ - + - 37 + 87 - blo + nor P2 @@ -1388,9 +2652,9 @@ all_bugs = """ RESO - DUPL + FIXE - Implement USB Device Firmware Upgrade (DFU) + define and implement how headphone jack routing/signallin... @@ -1400,25 +2664,25 @@ all_bugs = """ - + - 38 + 88 - enh + min P2 Neo - laforge@openmoko.org + teddy@fic-sh.com.cn - RESO + NEW - DUPL + - implement USB serial emulation in u-boot + use and test PMU watchdog driver @@ -1428,25 +2692,25 @@ all_bugs = """ - + - 39 + 89 - maj + cri P2 Neo - gordon_hsu@fic-sh.com.cn + teddy@fic-sh.com.cn - RESO + NEW - FIXE + - Move LCM initialization into u-boot (currently in kernel ... + determine correct gamma calibration values and put them i... @@ -1456,25 +2720,25 @@ all_bugs = """ - + - 40 + 90 - nor + cri - P2 + P1 Neo - werner@openmoko.org + laforge@openmoko.org - RESO + NEW - DUPL + - test + debug display of image on LCM in u-boot + GSM TS07.10 multiplex missing @@ -1484,25 +2748,25 @@ all_bugs = """ - + - 41 + 91 - enh + maj P2 Neo - ken_zhao@fic-sh.com.cn + laforge@openmoko.org - NEW + RESO - + DUPL - evaluate sapwood theme engine + debug sd card timeout problems @@ -1512,15 +2776,15 @@ all_bugs = """ - + - 42 + 92 - blo + nor - P3 + P2 Neo @@ -1530,7 +2794,7 @@ all_bugs = """ FIXE - dynamic mtd partition table cration + test multiple microSD card vendors for compatibility with... @@ -1540,25 +2804,25 @@ all_bugs = """ - + - 43 + 93 - maj + nor P2 - All + Neo - mickey@vanille-media.de + laforge@openmoko.org NEW - StatusBar (Footer) API + test 4GB microSD card compatibility @@ -1568,25 +2832,25 @@ all_bugs = """ - + - 44 + 94 - wis + maj P2 - All + Neo - mickey@vanille-media.de + tonyguan@fic-sh.com.cn - NEW + RESO - + FIXE - InputMethod API + + symbol support @@ -1596,25 +2860,25 @@ all_bugs = """ - + - 45 + 95 - nor + min P2 - All + Neo - mickey@vanille-media.de + sean_chiang@fic.com.tw NEW - Automatic opening input methods + verify charger current and battery temperature reading co... @@ -1627,7 +2891,7 @@ all_bugs = """ - 46 + 96 maj @@ -1638,11 +2902,11 @@ all_bugs = """ laforge@openmoko.org - RESO + NEW - FIXE + - 266MHz initialization of GTA01Bv2 + make sure PMU alarm (set via rtc interface) is persistent @@ -1652,25 +2916,25 @@ all_bugs = """ - + - 47 + 97 - min + blo P2 Neo - ken_zhao@fic-sh.com.cn + laforge@openmoko.org RESO - DUPL + FIXE - Evaluate sapwood theming engine + remove static mtd partition table, use u-boot created dyn... @@ -1680,25 +2944,25 @@ all_bugs = """ - + - 48 + 98 - maj + enh P2 Neo - laforge@openmoko.org + mickey@vanille-media.de - RESO + NEW - DUPL + - Only power up the phone in case power button was pressed ... + how to do touch panel calibration in factory and store va... @@ -1708,25 +2972,25 @@ all_bugs = """ - + - 49 + 99 - min + maj P2 All - mickey@vanille-media.de + laforge@openmoko.org - NEW + RESO - + DUPL - Implement touchscreen & click daemon + Implement SMS support @@ -1736,53 +3000,89 @@ all_bugs = """ - + - 50 + 100 - nor + maj P2 All - mickey@vanille-media.de + laforge@openmoko.org NEW - Sound Event API + Implement Cell Broadcast support + + + + + + + + + + + + - + + + + + + + + + - - - @@ -1792,25 +3092,25 @@ all_bugs = """ - + - - - - - @@ -1820,25 +3120,25 @@ all_bugs = """ - + - - - - - @@ -1848,15 +3148,15 @@ all_bugs = """ - + - - @@ -1864,9 +3164,9 @@ all_bugs = """ - - @@ -1876,25 +3176,25 @@ all_bugs = """ - + - - - - - @@ -1904,25 +3204,25 @@ all_bugs = """ - + - - - - @@ -1932,25 +3232,25 @@ all_bugs = """ - + - - - - - - @@ -1963,7 +3263,7 @@ all_bugs = """ - - - @@ -1991,7 +3291,7 @@ all_bugs = """ - - @@ -2016,25 +3316,25 @@ all_bugs = """ - + - - - @@ -2044,25 +3344,25 @@ all_bugs = """ - + - - - @@ -2072,25 +3372,25 @@ all_bugs = """ - + - - - - @@ -2100,25 +3400,25 @@ all_bugs = """ - + - - - @@ -2128,25 +3428,25 @@ all_bugs = """ - + - - - @@ -2156,25 +3456,25 @@ all_bugs = """ - + - - - - @@ -2184,25 +3484,25 @@ all_bugs = """ - + - - - - @@ -2212,25 +3512,25 @@ all_bugs = """ - + - - - - - - @@ -2243,7 +3543,7 @@ all_bugs = """ - - - @@ -2268,25 +3568,25 @@ all_bugs = """ - + - - - - @@ -2299,7 +3599,7 @@ all_bugs = """ - - - @@ -2324,25 +3624,25 @@ all_bugs = """ - + - - - - - - - @@ -2352,25 +3652,25 @@ all_bugs = """ - + - - - - - @@ -2380,25 +3680,25 @@ all_bugs = """ - + - - - - @@ -2408,25 +3708,25 @@ all_bugs = """ - + - - - - - - @@ -2436,25 +3736,25 @@ all_bugs = """ - + - - - - @@ -2464,25 +3764,25 @@ all_bugs = """ - + - - - - - @@ -2492,25 +3792,25 @@ all_bugs = """ - + - - - - - - @@ -2520,25 +3820,25 @@ all_bugs = """ - + - - - - - - @@ -2548,25 +3848,25 @@ all_bugs = """ - + - - - - - - - @@ -2576,25 +3876,25 @@ all_bugs = """ - + - - - - - - @@ -2604,25 +3904,25 @@ all_bugs = """ - + - - - - - @@ -2635,22 +3935,22 @@ all_bugs = """ - - - - - @@ -2660,25 +3960,25 @@ all_bugs = """ - + - - - - - @@ -2691,22 +3991,22 @@ all_bugs = """ - - - - - @@ -2716,25 +4016,25 @@ all_bugs = """ - + - - - - - - @@ -2747,7 +4047,7 @@ all_bugs = """ - - - - @@ -2775,22 +4075,22 @@ all_bugs = """ - - - @@ -2800,25 +4100,25 @@ all_bugs = """ - + - - - - - @@ -2828,25 +4128,25 @@ all_bugs = """ - + - - - - @@ -2856,25 +4156,25 @@ all_bugs = """ - + - - - - @@ -2884,25 +4184,25 @@ all_bugs = """ - + - - - - - - @@ -2915,22 +4215,22 @@ all_bugs = """ - - - @@ -2940,25 +4240,25 @@ all_bugs = """ - + - - - - - @@ -2971,7 +4271,7 @@ all_bugs = """ - - - - @@ -2996,25 +4296,25 @@ all_bugs = """ - + - - - - - @@ -3024,25 +4324,25 @@ all_bugs = """ - + - - - - - - @@ -3052,25 +4352,25 @@ all_bugs = """ - + - - - - - @@ -3080,25 +4380,25 @@ all_bugs = """ - + - - - - - - @@ -3111,22 +4411,22 @@ all_bugs = """ - - - - @@ -3136,25 +4436,25 @@ all_bugs = """ - + - - - - - - @@ -3164,25 +4464,25 @@ all_bugs = """ - + - - - @@ -3192,25 +4492,25 @@ all_bugs = """ - + - - - - - @@ -3220,25 +4520,25 @@ all_bugs = """ - + - - - - - - - @@ -3248,89 +4548,53 @@ all_bugs = """ - + - - - - - -
+ ID + + Sev + + Pri + + Plt + + Owner + + State + + Result + + Summary +
- 51 + 101 nor + maj P2 Neo mickey@vanille-media.de + laforge@openmoko.org NEW Preferences API + Implement GPRS setup/teardown support
- 52 + 102 nor + cri P2 Neo cj_steven@fic-sh.com.cn + laforge@openmoko.org RESO + ASSI FIXE + Single Instance Startup + SIM phonebook access
- 53 + 103 nor + blo P2 + P1 All + Neo tonyguan@fic-sh.com.cn + laforge@openmoko.org RESO FIXE DTMF tones during call + power-up/power-down GSM Modem
- 54 + 104 blo + cri P1 + P2 All RESO FIXE + LATE PIN Entry + Volume control
- 55 + 105 maj + enh P2 All + Neo tonyguan@fic-sh.com.cn + laforge@openmoko.org RESO FIXE + DUPL Don't pop up the dialer interface initially + add passthrough mode
- 56 + 106 blo P4 + P2 All + Neo tonyguan@fic-sh.com.cn RESO FIXE + LATE Integrate with contacts database + Emergency Call Support
- 57 + 107 min + maj P2 All + Neo tonyguan@fic-sh.com.cn + laforge@openmoko.org RESO + NEW LATE + Recording Calls + obtain list of operators / control operator selection
- 58 + 108 nor @@ -1972,13 +3272,13 @@ all_bugs = """ Neo mickey@vanille-media.de + tonyguan@fic-sh.com.cn NEW + REOP API for devmand + allow query of manufacturer/model/revision/imei
- 59 + 109 enh @@ -2000,13 +3300,13 @@ all_bugs = """ Neo ken_zhao@fic-sh.com.cn + laforge@openmoko.org NEW Real DPI vs. Fake DPI + add dbus interface, like recent upstream gpsd
- 60 + 110 min + nor P2 Neo ken_zhao@fic-sh.com.cn + laforge@openmoko.org NEW fontconfig antialiasing + look into gps / agps integration
- 61 + 111 maj + nor P2 Neo ken_zhao@fic-sh.com.cn + laforge@openmoko.org NEW Theme is very slow + integrate agpsd in our system power management.
- 62 + 112 wis + nor P2 All + Neo mickey@vanille-media.de + buglog@lists.openmoko.org NEW High Level Multi Layer Network Discovery API + How to deliver kernel-level alarm to destination app
- 63 + 113 enh + nor P2 Neo mickey@vanille-media.de + marcel@holtmann.org ASSI matchbox-panel 1 vs. 2 + bluetooth headset support
- 64 + 114 maj + nor P2 Neo mickey@vanille-media.de + buglog@lists.openmoko.org NEW Show Cipher Status in GSM-Panel applet + Who is managing wakeup times?
- 65 + 115 maj + enh P2 Neo mickey@vanille-media.de + marcel@holtmann.org NEW + ASSI Visual indication for SMS overflow + A2DP / alsa integration
- 66 + 116 cri + nor P2 Neo mickey@vanille-media.de + marcel@holtmann.org NEW + ASSI Applet for Missed Events + bluetooth HID support (host)
- 67 + 117 nor + min P2 All + Neo mickey@vanille-media.de + marcel@holtmann.org RESO + ASSI WONT + libmokopim not necessary + bluetooth HID support (device)
- 68 + 118 nor @@ -2252,13 +3552,13 @@ all_bugs = """ Neo laforge@openmoko.org + marcel@holtmann.org NEW + ASSI SIM backend for EDS + bluetooth networking support
- 69 + 119 maj + cri P2 + P3 All buglog@lists.openmoko.org + mickey@vanille-media.de NEW Speed up System Initialization + merge openmoko-taskmanager into openmoko-footer
- 70 + 120 nor @@ -2308,13 +3608,13 @@ all_bugs = """ Neo buglog@lists.openmoko.org + marcel@holtmann.org NEW + ASSI Minimize Services started on Bootup + bluetooth OBEX
- 71 + 121 enh + cri P2 + P3 Neo + All gordon_hsu@fic-sh.com.cn + mickey@vanille-media.de RESO + NEW FIXE + make a short vibration pulse once u-boot is starting + merge openmoko-mainmenu into openmoko-mainmenu (panel)
- 72 + 122 wis + nor P2 Neo gordon_hsu@fic-sh.com.cn + mickey@vanille-media.de RESO + NEW FIXE + Add on-screen boot menu + rename openmoko-history to openmoko-taskmanager
- 73 + 123 blo + nor P2 Neo laforge@openmoko.org + mickey@vanille-media.de RESO FIXE + DUPL test and verify battery charger control (pcf50606) + rename openmoko-history to openmoko-taskmanager
- 74 + 124 blo + nor P1 + P2 Neo + PC laforge@openmoko.org RESO + NEW WONT + stub audio driver to power up amp and route audio through... + modem volume control on connection
- 75 + 125 maj + nor P2 Neo + All laforge@openmoko.org + davewu01@seed.net.tw RESO FIXE PWM code for display brightness control + FInger UI is not usable on 2.8" screen
- 76 + 126 enh + nor P2 Neo + All teddy@fic-sh.com.cn + sunzhiyong@fic-sh.com.cn NEW + ASSI Implement PWM control for vibrator + Remove back functionality from Main Menu
- 77 + 127 nor + maj P2 Neo + All songcw@fic-sh.com.cn + davewu01@seed.net.tw NEW + RESO + FIXE Finish, test and verify agpsd implementation + Power On / Off Images needed
- 78 + 128 maj + nor P2 Neo + PC laforge@openmoko.org + cj_steven@fic-sh.com.cn RESO + NEW FIXE + Implement and test ASoC platform driver + Tap and hold on panel icon doesn't change to Today applic...
- 79 + 129 blo + nor P1 + P2 Neo + All werner@openmoko.org + ken_zhao@fic-sh.com.cn RESO + NEW FIXE + suspend/resume to RAM support + Create / Find better system fonts
- 80 + 130 maj + nor P2 Neo + All laforge@openmoko.org + mickey@vanille-media.de RESO + NEW WONT + Add sysfs entry for PMU wakeup reason + GTK Popup menus size incorrectly
- 81 + 131 maj + nor P2 Neo + All werner@openmoko.org + davewu01@seed.net.tw NEW + ASSI Decide how PMU RTC alarm interrupt is signalled to userspace + Move Search Open / Close buttons into same location
- 82 + 132 nor P2 Neo + All laforge@openmoko.org + sunzhiyong@fic-sh.com.cn NEW + RESO + FIXE implement and test cpufreq interface to S3C2410 PLL / SLO... + Task Manager is not quick to use
- 83 + 133 enh + nor P2 Neo + All teddy@fic-sh.com.cn + davewu01@seed.net.tw NEW + ASSI evaluate process and I/O schedulers + Designer image layouts should have both 4 corners and ful...
- 84 + 134 nor P2 Neo + All laforge@openmoko.org + mickey@vanille-media.de RESO + NEW FIXE + enable voluntary preemption + Stylus applications need close function
- 85 + 135 min + nor P2 Neo + All laforge@openmoko.org + mickey@vanille-media.de RESO + NEW FIXE + test NO_IDLE_HZ / tickless idle + Finger applications need close functionality
- 86 + 136 nor @@ -2756,13 +4056,13 @@ all_bugs = """ Neo laforge@openmoko.org + buglog@lists.openmoko.org RESO + ASSI FIXE + APM emulation for battery / charger / charging and possib... + application manager doesn't build
- 87 + 137 nor P2 Neo + All laforge@openmoko.org + buglog@lists.openmoko.org NEW define and implement how headphone jack routing/signallin... + submit patch against ipkg upstream
- 88 + 138 min + nor P2 Neo + All teddy@fic-sh.com.cn + sunzhiyong@fic-sh.com.cn NEW + REOP use and test PMU watchdog driver + submit patch against matchbox-window-manager upstream
- 89 + 139 cri + nor P2 Neo + PC teddy@fic-sh.com.cn + mickey@vanille-media.de NEW determine correct gamma calibration values and put them i... + GSM API
- 90 + 140 cri + enh P1 + P2 Neo laforge@openmoko.org + stefan@openmoko.org NEW GSM TS07.10 multiplex missing + add network-enabled fbgrab from openEZX to openmoko-devel...
- 91 + 141 maj + nor P2 Neo + All laforge@openmoko.org + buglog@lists.openmoko.org RESO + NEW DUPL + debug sd card timeout problems + Need support for device under WIndows and OS X
- 92 + 142 nor P2 Neo + PC laforge@openmoko.org + werner@openmoko.org RESO FIXE test multiple microSD card vendors for compatibility with... + sjf2410-linux cleanup / help message / NAND read
- 93 + 143 nor + enh P2 Neo + PC laforge@openmoko.org + buglog@lists.openmoko.org NEW + REOP test 4GB microSD card compatibility + Implement NAND write/read support in OpenOCD
- 94 + 144 maj @@ -2980,13 +4280,13 @@ all_bugs = """ Neo tonyguan@fic-sh.com.cn + mickey@vanille-media.de RESO + NEW FIXE + + symbol support + when phone is hard-rebooted, Xfbdev complains about /tmp/...
- 95 + 145 min + blo P2 Neo sean_chiang@fic.com.tw + laforge@openmoko.org NEW + RESO + WONT verify charger current and battery temperature reading co... + battery is not automatically charging
- 96 + 146 maj + nor P2 Neo + PC laforge@openmoko.org + mickey@vanille-media.de NEW + RESO + FIXE make sure PMU alarm (set via rtc interface) is persistent + sjf2410-linux does not contain latest svn code
- 97 + 147 blo + nor P2 Neo + PC laforge@openmoko.org + mickey@vanille-media.de RESO FIXE + WONT remove static mtd partition table, use u-boot created dyn... + openmoko-panel-applet could not be resized
- 98 + 148 enh + blo P2 + P1 Neo mickey@vanille-media.de + laforge@openmoko.org NEW + RESO + FIXE how to do touch panel calibration in factory and store va... + gsmd not talking to TI modem on GTA01Bv2
- 99 + 149 maj P2 All + Neo laforge@openmoko.org RESO + ASSI DUPL + Implement SMS support + lm4857 not i2c address compliant
- 100 + 150 maj + nor P2 All + Neo laforge@openmoko.org + graeme.gregory@wolfsonmicro... NEW + RESO + INVA Implement Cell Broadcast support + ASoC patch doesn't compile
- 101 + 151 maj + nor P2 Neo laforge@openmoko.org + cj_steven@fic-sh.com.cn NEW Implement GPRS setup/teardown support + Does mainmenu need libmatchbox or not?
- 102 + 152 cri + nor P2 Neo + PC laforge@openmoko.org + cj_steven@fic-sh.com.cn ASSI + NEW SIM phonebook access + VFOLDERDIR is hardcoded
- 103 + 153 blo + nor P1 + P2 Neo + PC laforge@openmoko.org + sunzhiyong@fic-sh.com.cn RESO + ASSI FIXE + power-up/power-down GSM Modem + Rationale for copying GtkIconView instead of deriving?
- 104 + 154 cri + nor P2 All + PC tonyguan@fic-sh.com.cn + sunzhiyong@fic-sh.com.cn RESO LATE + FIXE Volume control + mainmenu crashes when clicking wheel the 2nd time
- - - - - - - - - - - - - - - - - - - - + - - - - - @@ -3340,25 +4604,25 @@ all_bugs = """ - + - - - - - - @@ -3368,25 +4632,25 @@ all_bugs = """ - + - - - - - - @@ -3399,22 +4663,22 @@ all_bugs = """ - - - - - @@ -3424,25 +4688,25 @@ all_bugs = """ - + - - - - - @@ -3455,22 +4719,22 @@ all_bugs = """ - - - - @@ -3483,22 +4747,22 @@ all_bugs = """ - - - - - @@ -3508,25 +4772,25 @@ all_bugs = """ - + - - - - - - @@ -3539,22 +4803,22 @@ all_bugs = """ - - - - @@ -3564,25 +4828,25 @@ all_bugs = """ - + - - - - - @@ -3592,25 +4856,25 @@ all_bugs = """ - + - - - - @@ -3620,25 +4884,25 @@ all_bugs = """ - + - - - - @@ -3648,25 +4912,25 @@ all_bugs = """ - + - - - - @@ -3676,25 +4940,25 @@ all_bugs = """ - + - - - - - @@ -3704,25 +4968,25 @@ all_bugs = """ - + - - - - - - @@ -3732,25 +4996,25 @@ all_bugs = """ - + - - - - @@ -3760,25 +5024,25 @@ all_bugs = """ - + - - - - @@ -3788,25 +5052,25 @@ all_bugs = """ - + - - - - - - - @@ -3816,25 +5080,25 @@ all_bugs = """ - + - - - - - @@ -3847,22 +5111,22 @@ all_bugs = """ - - - - @@ -3875,22 +5139,22 @@ all_bugs = """ - - - - - @@ -3900,25 +5164,25 @@ all_bugs = """ - + - - - - - @@ -3928,25 +5192,25 @@ all_bugs = """ - + - - - - @@ -3956,25 +5220,25 @@ all_bugs = """ - + - - - - - - @@ -3984,25 +5248,25 @@ all_bugs = """ - + - - - - - - @@ -4015,14 +5279,14 @@ all_bugs = """ - @@ -4030,7 +5294,7 @@ all_bugs = """ - @@ -4040,25 +5304,25 @@ all_bugs = """ - + - - - - - @@ -4071,22 +5335,22 @@ all_bugs = """ - - - @@ -4099,22 +5363,22 @@ all_bugs = """ - - - - @@ -4127,22 +5391,22 @@ all_bugs = """ - - - @@ -4155,22 +5419,22 @@ all_bugs = """ - - - - - @@ -4183,22 +5447,22 @@ all_bugs = """ - - - - - @@ -4211,22 +5475,22 @@ all_bugs = """ - - - - - @@ -4239,22 +5503,22 @@ all_bugs = """ - - - - - @@ -4264,25 +5528,25 @@ all_bugs = """ - + - - - - - - @@ -4292,25 +5556,25 @@ all_bugs = """ - + - - - - - - - @@ -4320,25 +5584,25 @@ all_bugs = """ - + - - - - @@ -4348,25 +5612,25 @@ all_bugs = """ - + - - - - - - @@ -4376,25 +5640,25 @@ all_bugs = """ - + - - - - - @@ -4404,25 +5668,25 @@ all_bugs = """ - + - - - @@ -4432,25 +5696,25 @@ all_bugs = """ - + - - - - - @@ -4460,25 +5724,25 @@ all_bugs = """ - + - - - - - @@ -4491,7 +5755,7 @@ all_bugs = """ - - - @@ -4516,15 +5780,15 @@ all_bugs = """ - + - - @@ -4534,7 +5798,7 @@ all_bugs = """ - @@ -4547,7 +5811,7 @@ all_bugs = """ - - - @@ -4572,38 +5836,74 @@ all_bugs = """ - + - - - - - - +
- ID - - Sev - - Pri - - Plt - - Owner - - State - - Result - - Summary -
- 105 + 155 enh + nor P2 Neo + PC laforge@openmoko.org + sunzhiyong@fic-sh.com.cn RESO DUPL + FIXE add passthrough mode + How to get back one level if you are in a subdirectory?
- 106 + 156 blo + nor P2 Neo + PC tonyguan@fic-sh.com.cn + sunzhiyong@fic-sh.com.cn RESO + ASSI LATE + Emergency Call Support + Where is mainmenu going to look for applications?
- 107 + 157 maj + nor P2 Neo + PC laforge@openmoko.org + davewu01@seed.net.tw NEW + RESO + DUPL obtain list of operators / control operator selection + The sizes of each keys are too small
- 108 + 158 nor P2 Neo + PC tonyguan@fic-sh.com.cn + buglog@lists.openmoko.org REOP + RESO + FIXE allow query of manufacturer/model/revision/imei + musicplayer crashes
- 109 + 159 enh + nor P2 Neo + PC laforge@openmoko.org + sunzhiyong@fic-sh.com.cn NEW + ASSI add dbus interface, like recent upstream gpsd + display thumbnails of actual applications
- 110 + 160 nor P2 Neo + PC laforge@openmoko.org + sunzhiyong@fic-sh.com.cn NEW + ASSI look into gps / agps integration + display thumbnails in 3x3 grid
- 111 + 161 nor P2 Neo + PC laforge@openmoko.org + davewu01@seed.net.tw NEW + RESO + FIXE integrate agpsd in our system power management. + Docked Keypad is too small
- 112 + 162 nor + maj P2 Neo + All buglog@lists.openmoko.org + mickey@vanille-media.de NEW + RESO + REMI How to deliver kernel-level alarm to destination app + libmutil0_svn.bb setup misses libltdl creation
- 113 + 163 nor P2 Neo + PC marcel@holtmann.org + mickey@vanille-media.de ASSI + NEW bluetooth headset support + Audio Profile Management
- 114 + 164 nor + maj P2 + P1 Neo buglog@lists.openmoko.org + werner@openmoko.org NEW + ASSI Who is managing wakeup times? + improve non-SanDisk microSD support in u-boot
- 115 + 165 enh + nor P2 Neo + PC marcel@holtmann.org + buglog@lists.openmoko.org ASSI A2DP / alsa integration + openmoko-simplemediaplayer doesn't build in OE
- 116 + 166 nor + min P2 Neo marcel@holtmann.org + laforge@openmoko.org ASSI + NEW bluetooth HID support (host) + u-boot cdc_acm hot un-plug/replug hang
- 117 + 167 min + enh P2 Neo marcel@holtmann.org + stefan@openmoko.org ASSI + NEW bluetooth HID support (device) + add LCM QVGA switching support
- 118 + 168 nor + min P2 Neo marcel@holtmann.org + buglog@lists.openmoko.org ASSI + RESO + FIXE bluetooth networking support + usb0 is not automatically configured
- 119 + 169 cri + maj P3 + P2 All + Neo mickey@vanille-media.de NEW + RESO + FIXE merge openmoko-taskmanager into openmoko-footer + gdb currently broken (gdb-6.4-r0)
- 120 + 170 nor + min P2 Neo marcel@holtmann.org + laforge@openmoko.org ASSI + NEW bluetooth OBEX + usbtty: sometimes bogus characters arrive
- 121 + 171 cri + maj P3 + P2 All mickey@vanille-media.de + laforge@openmoko.org NEW merge openmoko-mainmenu into openmoko-mainmenu (panel) + agpsd source code and bitbake rules not in our svn
- 122 + 172 nor + blo P2 + P1 Neo + Oth mickey@vanille-media.de + tonyguan@fic-sh.com.cn NEW + RESO + FIXE rename openmoko-history to openmoko-taskmanager + missing openmoko-dialer-window-pin.o breaks build
- 123 + 173 nor + maj P2 Neo + Oth mickey@vanille-media.de + laforge@openmoko.org RESO DUPL + FIXE rename openmoko-history to openmoko-taskmanager + no NAND partitions due to ID mismatch if using defaults
- 124 + 174 nor P2 PC + Oth laforge@openmoko.org NEW + RESO + FIXE modem volume control on connection + defconfig-fic-gta01 could use updating
- 125 + 175 nor P2 All + PC davewu01@seed.net.tw + mickey@vanille-media.de RESO + NEW FIXE + FInger UI is not usable on 2.8" screen + MOKO_FINGER_WINDOW has to show_all and then hide to initi...
- 126 + 176 nor + cri P2 All + PC sunzhiyong@fic-sh.com.cn + laforge@openmoko.org ASSI + NEW Remove back functionality from Main Menu + libgsmd need a mechanism to avoid dead waiting.
- 127 + 177 maj + nor P2 All + PC davewu01@seed.net.tw + mickey@vanille-media.de RESO FIXE Power On / Off Images needed + libmokoui widget functions should return GtkWidget
- 128 + 178 nor + maj P2 PC + Neo cj_steven@fic-sh.com.cn + werner@openmoko.org NEW + RESO + FIXE Tap and hold on panel icon doesn't change to Today applic... + u-boot 'factory reset' option
- 129 + 179 nor + min P2 All + Neo ken_zhao@fic-sh.com.cn + werner@openmoko.org NEW + RESO + FIXE Create / Find better system fonts + Implement u-boot power-off timer
- 130 + 180 nor P2 All + Mac mickey@vanille-media.de GTK Popup menus size incorrectly + uboot build broken for EABI
- 131 + 181 nor + wis P2 All + PC davewu01@seed.net.tw + buglog@lists.openmoko.org ASSI + NEW Move Search Open / Close buttons into same location + Password Storage/Retrieval Application
- 132 + 182 nor P2 All + Mac sunzhiyong@fic-sh.com.cn + mickey@vanille-media.de RESO FIXE Task Manager is not quick to use + openmoko-panel-demo-simple hardcodes -Werror
- 133 + 183 nor P2 All + Mac davewu01@seed.net.tw + mickey@vanille-media.de ASSI + NEW Designer image layouts should have both 4 corners and ful... + openmoko-simple-mediaplayer missing mkinstalldirs and has...
- 134 + 184 nor P2 All + Mac mickey@vanille-media.de + cj_steven@fic-sh.com.cn NEW Stylus applications need close function + openmoko-mainmenu should link against libmb
- 135 + 185 nor P2 All + Mac mickey@vanille-media.de + thomas@openedhand.com NEW + RESO + FIXE Finger applications need close functionality + openmoko-dates lacks intltool-update.in
- 136 + 186 nor P2 Neo + Mac buglog@lists.openmoko.org + thomas@openedhand.com ASSI + RESO + FIXE application manager doesn't build + Fingerbubbles take endless amount of ram and get OOMed
- 137 + 187 nor P2 All + Mac buglog@lists.openmoko.org + mickey@vanille-media.de NEW + RESO + FIXE submit patch against ipkg upstream + src/target/OM-2007/README doesn't mention ipkg patch
- 138 + 188 nor P2 All + Mac sunzhiyong@fic-sh.com.cn + mickey@vanille-media.de REOP + RESO + FIXE submit patch against matchbox-window-manager upstream + openmoko-panel-demo fails to build
- 139 + 189 nor P2 + P5 PC + Mac mickey@vanille-media.de + thomas@openedhand.com NEW + RESO + FIXE GSM API + openmoko-dates tries to include non-existant header
- 140 + 190 enh + nor P2 + P5 Neo + Mac mickey@vanille-media.de + thomas@openedhand.com NEW + RESO + FIXE add network-enabled fbgrab from openEZX to openmoko-devel... + No rule to build dates.desktop
- 141 + 191 nor + enh P2 All + Neo buglog@lists.openmoko.org + sean_chiang@fic.com.tw NEW Need support for device under WIndows and OS X + investigate if we can set CPU voltage to 1.8V on 200MHz o...
- 142 + 192 nor + enh P2 PC + Mac werner@openmoko.org + buglog@lists.openmoko.org RESO + NEW FIXE + sjf2410-linux cleanup / help message / NAND read + Graphic bootsplash during userspace sysinit
- 143 + 193 enh P2 + P3 PC + Neo buglog@lists.openmoko.org + sean_chiang@fic.com.tw REOP + NEW Implement NAND write/read support in OpenOCD + Information about current charging status when AC is online
- 144 + 194 maj + min P2 Neo mickey@vanille-media.de + stefan@openmoko.org NEW when phone is hard-rebooted, Xfbdev complains about /tmp/... + s3c2410fb 8bit mode corrupt
- 145 + 195 blo + nor P2 Neo laforge@openmoko.org + stefan@openmoko.org RESO + NEW WONT + battery is not automatically charging + passthrough mode (Directly use GSM Modem from PC
- 146 + 196 nor + enh P2 PC + Mac mickey@vanille-media.de RESO + NEW FIXE + sjf2410-linux does not contain latest svn code + Merge back fixes to openmoko recipes from OE
- 147 + 197 nor @@ -4502,11 +5766,11 @@ all_bugs = """ mickey@vanille-media.de RESO + NEW WONT + openmoko-panel-applet could not be resized + Make theme suitable for qvga screens.
- 148 + 198 blo + nor P1 + P2 Neo FIXE gsmd not talking to TI modem on GTA01Bv2 + Please enable CONFIG_TUN as a module in defconfig-fic-gta01
- 149 + 199 maj @@ -4556,13 +5820,13 @@ all_bugs = """ Neo laforge@openmoko.org + sean_mosko@fic.com.tw ASSI + NEW lm4857 not i2c address compliant + We need freely licensed ringtones
- 150 + 200 nor + min P2 Neo + PC graeme.gregory@wolfsonmicro... + mickey@vanille-media.de RESO + NEW INVA + ASoC patch doesn't compile + PARALLEL_MAKE seems to not work
+ + + + + + + + + + + + + + + + + + + - - @@ -4631,22 +5931,22 @@ all_bugs = """ - - - - - @@ -4656,25 +5956,25 @@ all_bugs = """ - + - - - - - - @@ -4684,25 +5984,25 @@ all_bugs = """ - + - - - - - @@ -4712,25 +6012,25 @@ all_bugs = """ - + - - - - - - @@ -4740,25 +6040,25 @@ all_bugs = """ - + - - - - - @@ -4768,25 +6068,25 @@ all_bugs = """ - + - - - - - - @@ -4796,25 +6096,25 @@ all_bugs = """ - + - - - - - @@ -4827,22 +6127,22 @@ all_bugs = """ - - - - @@ -4852,25 +6152,25 @@ all_bugs = """ - + - - - - @@ -4883,22 +6183,22 @@ all_bugs = """ - - - @@ -4908,25 +6208,25 @@ all_bugs = """ - + - - - - - - @@ -4939,22 +6239,22 @@ all_bugs = """ - - - - @@ -4964,25 +6264,25 @@ all_bugs = """ - + - - - - - - - @@ -4992,25 +6292,25 @@ all_bugs = """ - + - - - - - - @@ -5020,25 +6320,25 @@ all_bugs = """ - + - - - - - - @@ -5048,25 +6348,25 @@ all_bugs = """ - + - - - @@ -5076,25 +6376,25 @@ all_bugs = """ - + - - - - - @@ -5104,25 +6404,25 @@ all_bugs = """ - + - - - - @@ -5132,25 +6432,25 @@ all_bugs = """ - + - - - - - @@ -5160,25 +6460,25 @@ all_bugs = """ - + - - - - - - @@ -5188,25 +6488,25 @@ all_bugs = """ - + - - - - - - @@ -5216,25 +6516,25 @@ all_bugs = """ - + - - - - - - @@ -5247,14 +6547,14 @@ all_bugs = """ - @@ -5262,7 +6562,7 @@ all_bugs = """ - @@ -5275,7 +6575,7 @@ all_bugs = """ - - - @@ -5300,25 +6600,25 @@ all_bugs = """ - + - - - - @@ -5331,7 +6631,7 @@ all_bugs = """ - - - @@ -5356,25 +6656,25 @@ all_bugs = """ - + - - - - - @@ -5384,25 +6684,25 @@ all_bugs = """ - + - - - - @@ -5412,25 +6712,25 @@ all_bugs = """ - + - - - - - - @@ -5440,25 +6740,25 @@ all_bugs = """ - + - - - - @@ -5471,22 +6771,22 @@ all_bugs = """ - - - - - @@ -5496,25 +6796,25 @@ all_bugs = """ - + - - - - - - @@ -5524,25 +6824,25 @@ all_bugs = """ - + - - - - @@ -5555,22 +6855,22 @@ all_bugs = """ - - - @@ -5580,25 +6880,25 @@ all_bugs = """ - + - - - - - - @@ -5611,14 +6911,14 @@ all_bugs = """ - @@ -5626,7 +6926,7 @@ all_bugs = """ - @@ -5639,7 +6939,7 @@ all_bugs = """ - - @@ -5664,25 +6964,25 @@ all_bugs = """ - + - - - - - @@ -5692,25 +6992,25 @@ all_bugs = """ - + - - - - - @@ -5720,25 +7020,25 @@ all_bugs = """ - + - - - - - - @@ -5748,25 +7048,25 @@ all_bugs = """ - + - - - - - @@ -5779,7 +7079,7 @@ all_bugs = """ - - - - @@ -5804,17 +7104,17 @@ all_bugs = """ - + - - @@ -5822,7 +7122,7 @@ all_bugs = """ - @@ -5835,22 +7135,22 @@ all_bugs = """ - - - - - @@ -5863,22 +7163,22 @@ all_bugs = """ - - - - - @@ -5891,7 +7191,7 @@ all_bugs = """ - - - - @@ -5916,25 +7216,25 @@ all_bugs = """ - + - - - @@ -5944,17 +7244,17 @@ all_bugs = """ - + - - @@ -5962,7 +7262,7 @@ all_bugs = """ - @@ -5975,7 +7275,7 @@ all_bugs = """ - - - @@ -6000,25 +7300,25 @@ all_bugs = """ - + - - - - - @@ -6028,25 +7328,25 @@ all_bugs = """ - + - - - - @@ -6056,25 +7356,25 @@ all_bugs = """ - + - - - @@ -6084,74 +7384,38 @@ all_bugs = """ - + - - - - -
+ ID + + Sev + + Pri + + Plt + + Owner + + State + + Result + + Summary +
- 151 + 201 nor @@ -4612,13 +5912,13 @@ all_bugs = """ Neo cj_steven@fic-sh.com.cn + laforge@openmoko.org NEW Does mainmenu need libmatchbox or not? + Use TEXT_BASE 0x37f80000 in u-boot on GTA01Bv2 and higher
- 152 + 202 nor P2 PC + Neo cj_steven@fic-sh.com.cn + werner@openmoko.org NEW + RESO + FIXE VFOLDERDIR is hardcoded + Start using NAND hardware ECC support
- 153 + 203 nor + maj P2 PC + All sunzhiyong@fic-sh.com.cn + mickey@vanille-media.de ASSI + RESO + FIXE Rationale for copying GtkIconView instead of deriving? + fix the web site: http://openmoko.com/
- 154 + 204 nor + min P2 PC + All sunzhiyong@fic-sh.com.cn + buglog@lists.openmoko.org ASSI + NEW mainmenu crashes when clicking wheel the 2nd time + Fatal error in Special:Newimages
- 155 + 205 nor + min P2 PC + Neo sunzhiyong@fic-sh.com.cn + laforge@openmoko.org RESO + NEW FIXE + How to get back one level if you are in a subdirectory? + add code to u-boot to query hardware revision and serial ...
- 156 + 206 nor + maj P2 PC + Neo sunzhiyong@fic-sh.com.cn + laforge@openmoko.org ASSI + NEW Where is mainmenu going to look for applications? + Disallow setting of overvoltage via pcf50606 kernel driver
- 157 + 207 nor + maj P2 PC + Neo davewu01@seed.net.tw + laforge@openmoko.org RESO + NEW DUPL + The sizes of each keys are too small + DFU mode should only be enabled when in "911 key" mode
- 158 + 208 nor + min P2 PC buglog@lists.openmoko.org + laforge@openmoko.org RESO + NEW FIXE + musicplayer crashes + u-boot DFU upload broken
- 159 + 209 nor P2 PC + Neo sunzhiyong@fic-sh.com.cn + laforge@openmoko.org ASSI + NEW display thumbnails of actual applications + u-boot DFU needs to block console access while in DFU mode
- 160 + 210 nor + maj P2 PC + Oth sunzhiyong@fic-sh.com.cn + henryk@ploetzli.ch ASSI display thumbnails in 3x3 grid + "now" causes frequent rebuilds and fills disks
- 161 + 211 nor P2 PC + All davewu01@seed.net.tw + buglog@lists.openmoko.org RESO FIXE Docked Keypad is too small + sjf2410-linux-native.bb has do_deploy in the wrong location
- 162 + 212 maj + nor P2 All + Oth mickey@vanille-media.de + werner@openmoko.org RESO + NEW REMI + libmutil0_svn.bb setup misses libltdl creation + Charging seems completely broken
- 163 + 213 nor P2 PC + Oth mickey@vanille-media.de NEW + RESO + FIXE Audio Profile Management + openmoko-dates-0.1+svnnow fails certificate check
- 164 + 214 maj + nor P1 + P2 Neo + PC werner@openmoko.org + mickey@vanille-media.de ASSI + RESO + FIXE improve non-SanDisk microSD support in u-boot + Add CVS_TARBALL_STASH for missing upstream sources
- 165 + 215 nor + blo P2 PC + All buglog@lists.openmoko.org + mickey@vanille-media.de ASSI + RESO + FIXE openmoko-simplemediaplayer doesn't build in OE + fingerwheel crashes mainmenu when touching the black part
- 166 + 216 min + blo P2 + P3 Neo laforge@openmoko.org + thomas@openedhand.com NEW + RESO + DUPL u-boot cdc_acm hot un-plug/replug hang + contacts crashes when tying to enter import widget
- 167 + 217 enh + nor P2 Neo stefan@openmoko.org + werner@openmoko.org NEW add LCM QVGA switching support + Implement NAND OTP area read/write as u-boot commands
- 168 + 218 min + enh P2 Neo buglog@lists.openmoko.org + laforge@openmoko.org RESO + NEW FIXE + usb0 is not automatically configured + Distinguish stylus from finger via tslib
- 169 + 219 maj + blo P2 Neo + All mickey@vanille-media.de + tonyguan@fic-sh.com.cn RESO FIXE gdb currently broken (gdb-6.4-r0) + openmoko-dialer r1159 fails to compile
- 170 + 220 min + nor P2 Neo + PC laforge@openmoko.org NEW + RESO + FIXE usbtty: sometimes bogus characters arrive + libgsmd_device.c is missing
- 171 + 221 maj + blo P2 All + Mac laforge@openmoko.org + thomas@openedhand.com NEW + RESO + FIXE agpsd source code and bitbake rules not in our svn + Can't add new contacts via the gui
- 172 + 222 blo + nor P1 + P2 Oth + Mac tonyguan@fic-sh.com.cn + thomas@openedhand.com RESO FIXE + WORK missing openmoko-dialer-window-pin.o breaks build + Can't add new events
- 173 + 223 maj + nor P2 Oth + Mac laforge@openmoko.org + thomas@openedhand.com RESO + NEW FIXE + no NAND partitions due to ID mismatch if using defaults + weekview only displays half the week
- 174 + 224 nor P2 Oth + PC laforge@openmoko.org FIXE defconfig-fic-gta01 could use updating + call to uboot-mkimage requires ${STAGING_BINDIR} prefix
- 175 + 225 nor @@ -5286,11 +6586,11 @@ all_bugs = """ mickey@vanille-media.de NEW + RESO + FIXE MOKO_FINGER_WINDOW has to show_all and then hide to initi... + Fix ordering of do_deploy in uboot to be compatible with ...
- 176 + 226 cri + nor P2 PC laforge@openmoko.org + buglog@lists.openmoko.org NEW + REOP libgsmd need a mechanism to avoid dead waiting. + dfu-util-native do_deploy tries to install from wrong sou...
- 177 + 227 nor @@ -5342,11 +6642,11 @@ all_bugs = """ mickey@vanille-media.de RESO + NEW FIXE + libmokoui widget functions should return GtkWidget + Add openmoko-mirrors.bbclass and enable use of it
- 178 + 228 maj + blo P2 Neo werner@openmoko.org + mickey@vanille-media.de RESO + NEW FIXE + u-boot 'factory reset' option + openmoko applications(contacts, appmanager ...) easily c...
- 179 + 229 min + nor P2 Neo + PC werner@openmoko.org + davewu01@seed.net.tw RESO FIXE Implement u-boot power-off timer + outgoing call/incoming call/talking status should be more...
- 180 + 230 nor + tri P2 Mac + PC mickey@vanille-media.de + laforge@openmoko.org NEW + RESO + FIXE uboot build broken for EABI + Use the toolchain speified in $CROSS_COMPILE in u-boot.
- 181 + 231 wis + min P2 PC + Neo buglog@lists.openmoko.org + werner@openmoko.org NEW Password Storage/Retrieval Application + switch display backlight GPIO to "output, off" when suspe...
- 182 + 232 nor P2 Mac + Oth mickey@vanille-media.de + buglog@lists.openmoko.org RESO + NEW FIXE + openmoko-panel-demo-simple hardcodes -Werror + n-plicate buglog mails
- 183 + 233 nor + cri P2 Mac + Neo mickey@vanille-media.de + werner@openmoko.org NEW + RESO + FIXE openmoko-simple-mediaplayer missing mkinstalldirs and has... + power-off timer should be halted in DFU mode
- 184 + 234 nor + maj P2 Mac + Neo cj_steven@fic-sh.com.cn + werner@openmoko.org NEW openmoko-mainmenu should link against libmb + check for bad blocks in first _and_ second page of each b...
- 185 + 235 nor P2 Mac + PC thomas@openedhand.com + laforge@openmoko.org RESO FIXE openmoko-dates lacks intltool-update.in + Deploy openocd-native, not openocd, and make openocd-nati...
- 186 + 236 nor + cri P2 Mac + PC thomas@openedhand.com + mickey@vanille-media.de RESO + NEW FIXE + Fingerbubbles take endless amount of ram and get OOMed + Close moko_dialog_window several times, moko_stylus_demo ...
- 187 + 237 nor P2 Mac + PC mickey@vanille-media.de FIXE src/target/OM-2007/README doesn't mention ipkg patch + Fix remaining https urls in bitbake recipes.
- 188 + 238 nor @@ -5652,9 +6952,9 @@ all_bugs = """ RESO FIXE + LATE openmoko-panel-demo fails to build + manual test bug
- 189 + 239 nor P5 + P2 Mac + Neo thomas@openedhand.com + mickey@vanille-media.de RESO FIXE + LATE openmoko-dates tries to include non-existant header + foo
- 190 + 240 nor P5 + P2 Mac + Neo thomas@openedhand.com + mickey@vanille-media.de RESO FIXE + INVA No rule to build dates.desktop + broken-1.0-r0-do_fetch
- 192 + 241 enh + nor P2 Mac + Neo buglog@lists.openmoko.org + mickey@vanille-media.de NEW + CLOS + LATE Graphic bootsplash during userspace sysinit + broken-1.0-r0-do_fetch
- 194 + 242 min + nor P2 Neo laforge@openmoko.org + mickey@vanille-media.de NEW + RESO + INVA s3c2410fb 8bit mode corrupt + broken-1.0-r0-do_compile
- 195 + 243 nor @@ -5788,13 +7088,13 @@ all_bugs = """ Neo stefan@openmoko.org + mickey@vanille-media.de NEW + RESO + INVA passthrough mode (Directly use GSM Modem from PC + broken-1.0-r0-do_configure
- 196 + 244 enh + maj P2 Mac + PC mickey@vanille-media.de Merge back fixes to openmoko recipes from OE + I can't build Xorg7.1 from MokoMakefile
- 197 + 245 nor P2 PC + Neo mickey@vanille-media.de + laforge@openmoko.org NEW + RESO + FIXE Make theme suitable for qvga screens. + Neo crashes when writing large amounts of data to SD
- 198 + 246 nor P2 Neo + PC laforge@openmoko.org + sean_chiang@fic.com.tw RESO + NEW FIXE + Please enable CONFIG_TUN as a module in defconfig-fic-gta01 + Debug board needs to be recognized by mainline linux kernel.
- 199 + 247 maj @@ -5900,13 +7200,13 @@ all_bugs = """ Neo sean_mosko@fic.com.tw + thomas@openedhand.com NEW + RESO + FIXE We need freely licensed ringtones + openmoko-dates svn rev. 335 does no longer build
- 200 + 248 min + nor P2 PC mickey@vanille-media.de + buglog@lists.openmoko.org NEW PARALLEL_MAKE seems to not work + Buttons disappear under zoom
- 201 + 249 nor + enh P2 Neo + All laforge@openmoko.org Use TEXT_BASE 0x37f80000 in u-boot on GTA01Bv2 and higher + add command to print gsmd version number
- 202 + 250 nor @@ -5984,13 +7284,13 @@ all_bugs = """ Neo werner@openmoko.org + mickey@vanille-media.de RESO FIXE + INVA Start using NAND hardware ECC support + broken-1.0-r0-do_compile
- 205 + 251 min + nor P2 Neo laforge@openmoko.org + mickey@vanille-media.de NEW + RESO + INVA add code to u-boot to query hardware revision and serial ... + broken-1.0-r0-do_compile
- 206 + 252 maj + nor P2 Neo laforge@openmoko.org + mickey@vanille-media.de NEW + REOP Disallow setting of overvoltage via pcf50606 kernel driver + openmoko-devel-image-1.0-r0-do_rootfs
- 207 + 253 maj + nor P2 Neo laforge@openmoko.org + mickey@vanille-media.de NEW DFU mode should only be enabled when in "911 key" mode + Mount /tmp as tmpfs
- 208 + 254 min + nor P2 PC + Oth laforge@openmoko.org + mickey@vanille-media.de NEW u-boot DFU upload broken + bug with "patch" on arklinux 2006.1??
- - - - - - - - - - - - - - - - - - - - - @@ -6176,25 +7440,25 @@ all_bugs = """ - + - - - - - @@ -6207,22 +7471,22 @@ all_bugs = """ - - - - - @@ -6232,25 +7496,25 @@ all_bugs = """ - + - - - - - - @@ -6263,22 +7527,22 @@ all_bugs = """ - - - - - @@ -6288,25 +7552,25 @@ all_bugs = """ - + - - - - @@ -6316,25 +7580,25 @@ all_bugs = """ - + - - - - - - @@ -6344,25 +7608,25 @@ all_bugs = """ - + - - - @@ -6372,13 +7636,13 @@ all_bugs = """ - + - @@ -6386,11 +7650,11 @@ all_bugs = """ - - - @@ -6400,25 +7664,25 @@ all_bugs = """ - + - - - - - - @@ -6431,7 +7695,7 @@ all_bugs = """ - - - - @@ -6456,25 +7720,25 @@ all_bugs = """ - + - - - - @@ -6484,25 +7748,25 @@ all_bugs = """ - + - - - - - - @@ -6515,22 +7779,22 @@ all_bugs = """ - - - @@ -6543,22 +7807,22 @@ all_bugs = """ - - - @@ -6571,22 +7835,22 @@ all_bugs = """ - - - - @@ -6599,22 +7863,22 @@ all_bugs = """ - - - - @@ -6627,22 +7891,22 @@ all_bugs = """ - - - - @@ -6652,13 +7916,13 @@ all_bugs = """ - + - @@ -6666,11 +7930,11 @@ all_bugs = """ - - - @@ -6683,22 +7947,22 @@ all_bugs = """ - - - - - @@ -6708,25 +7972,25 @@ all_bugs = """ - + - - - - @@ -6736,25 +8000,25 @@ all_bugs = """ - + - - - - @@ -6764,25 +8028,25 @@ all_bugs = """ - + - - - - - @@ -6792,25 +8056,25 @@ all_bugs = """ - + - - - - - @@ -6823,22 +8087,22 @@ all_bugs = """ - - - - - @@ -6848,25 +8112,25 @@ all_bugs = """ - + - - - - @@ -6876,25 +8140,25 @@ all_bugs = """ - + - - - @@ -6907,22 +8171,22 @@ all_bugs = """ - - - @@ -6933,7 +8197,7 @@ all_bugs = """ -228 bugs found. +282 bugs found.
@@ -6950,20 +8214,16 @@ all_bugs = """ - + Query Page    Enter New Bug    - Change Columns    + Change Columns    - Change Several - Bugs at Once -    - Send Mail to Bug Owners    - Edit this Query    + Edit this Query    @@ -6992,191 +8252,12 @@ all_bugs = """
- New | Query | bug # | Reports | My Votes -
- -
- Edit prefs - | Log out  freyther@yahoo.com -
- - - - -
- Preset Queries: - - My Bugs - + New | Query | bug # | Reports
- - - - - -""" - -no_bugs = """ - - - - - - - - - - - - - - - - - - - - - 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 -

- - -
- - - - - - - - - - - - - - - - - - - - - - - - -
- -
- ID - - Sev - - Pri - - Plt - - Owner - - State - - Result - - Summary -
- 209 + 255 nor @@ -6160,13 +7424,13 @@ all_bugs = """ Neo laforge@openmoko.org + tony_tu@fiwin.com.tw NEW u-boot DFU needs to block console access while in DFU mode + battery voltage scale is not correct
- 210 + 256 maj + cri P2 Oth + PC henryk@ploetzli.ch + sean_chiang@fic.com.tw ASSI + NEW "now" causes frequent rebuilds and fills disks + GSM Modem doesn't seem to work on some devices
- 211 + 257 nor P2 All + Oth buglog@lists.openmoko.org + sean_chiang@fic.com.tw RESO + NEW FIXE + sjf2410-linux-native.bb has do_deploy in the wrong location + AUX button sticking
- 213 + 258 nor + maj P2 Oth + All mickey@vanille-media.de + cj_steven@fic-sh.com.cn RESO + NEW FIXE + openmoko-dates-0.1+svnnow fails certificate check + Main Menu needs to have Single Instance functionality
- 214 + 259 nor P2 PC + Neo mickey@vanille-media.de + stefan@openmoko.org RESO + NEW FIXE + Add CVS_TARBALL_STASH for missing upstream sources + implement 500mA charging in u-boot
- 215 + 260 blo + nor P2 All + Neo mickey@vanille-media.de + stefan@openmoko.org NEW fingerwheel crashes mainmenu when touching the black part + implement 100mA charging in Linux
- 216 + 261 blo + nor P3 + P2 Neo thomas@openedhand.com + stefan@openmoko.org RESO + NEW DUPL + contacts crashes when tying to enter import widget + Implement 500mA charging using wall-outlet charger
- 217 + 262 nor + enh P2 Neo werner@openmoko.org + buglog@lists.openmoko.org NEW Implement NAND OTP area read/write as u-boot commands + Indicate different charging mode in battery applet
- 218 + 263 enh + blo P2 laforge@openmoko.org NEW + RESO + FIXE Distinguish stylus from finger via tslib + gsmd doesn't receive AT reply from the modem properly.
- 219 + 264 blo + nor P2 All + PC tonyguan@fic-sh.com.cn + mickey@vanille-media.de RESO + NEW FIXE + openmoko-dialer r1159 fails to compile + package libelf-0.8.6-r0: task do_populate_staging: failed
- 220 + 265 nor @@ -6440,13 +7704,13 @@ all_bugs = """ PC laforge@openmoko.org + mickey@vanille-media.de RESO + NEW FIXE + libgsmd_device.c is missing + MokoMakefile: perl-native fix
- 221 + 266 blo + nor P2 Mac + PC thomas@openedhand.com + mickey@vanille-media.de RESO FIXE Can't add new contacts via the gui + ftdi-eeprom-native missing confuse-native dependency
- 222 + 267 nor + enh P2 + P4 Mac + PC thomas@openedhand.com + buglog@lists.openmoko.org RESO WORK + FIXE Can't add new events + internal function duplicates strstr(3)
- 223 + 268 nor P2 Mac + PC thomas@openedhand.com + buglog@lists.openmoko.org NEW weekview only displays half the week + openmoko-today crashes when one of the buttons is pressed
- 224 + 269 nor P2 PC + Neo laforge@openmoko.org + mickey@vanille-media.de RESO FIXE call to uboot-mkimage requires ${STAGING_BINDIR} prefix + openmoko-contacts-0.1+svnnow-r3_0_200703151745-do_unpack
- 225 + 270 nor P2 PC + Neo mickey@vanille-media.de RESO + NEW FIXE + Fix ordering of do_deploy in uboot to be compatible with ... + does our xserver need security updates?
- 226 + 271 nor P2 PC + Neo buglog@lists.openmoko.org + laforge@openmoko.org REOP + NEW dfu-util-native do_deploy tries to install from wrong sou... + It would be nice if ppp was supported by kernel
- 227 + 272 nor P2 PC + Neo mickey@vanille-media.de NEW + RESO + FIXE Add openmoko-mirrors.bbclass and enable use of it + openmoko-contacts-0.1+svnnow-r3_0_200703152250-do_unpack
- 228 + 273 blo + nor P2 mickey@vanille-media.de NEW + RESO + FIXE openmoko applications(contacts, appmanager ...) easily c... + openmoko-contacts-0.1+svnnow-r3_0_200703160254-do_unpack
- 229 + 274 nor P2 PC + Neo davewu01@seed.net.tw + mickey@vanille-media.de ASSI + RESO + FIXE outgoing call/incoming call/talking status should be more... + openmoko-contacts-0.1+svnnow-r3_0_200703160321-do_unpack
- 230 + 275 tri + nor P2 PC + Neo laforge@openmoko.org + mickey@vanille-media.de RESO FIXE Use the toolchain speified in $CROSS_COMPILE in u-boot. + openmoko-contacts-0.1+svnnow-r3_0_200703160350-do_unpack
- 231 + 276 min + nor P2 + P3 Neo werner@openmoko.org + songcw@fic-sh.com.cn NEW switch display backlight GPIO to "output, off" when suspe... + The open file window is too ugly
- 233 + 277 cri + nor P2 Neo werner@openmoko.org + mickey@vanille-media.de NEW + RESO + FIXE power-off timer should be halted in DFU mode + openmoko-contacts-0.1+svnnow-r3_0_200703160712-do_unpack
- 234 + 278 maj + nor P2 Neo werner@openmoko.org + mickey@vanille-media.de NEW + RESO + FIXE check for bad blocks in first _and_ second page of each b... + openmoko-contacts-0.1+svnnow-r3_0_200703160805-do_unpack
- 235 + 279 nor P2 PC + Neo mickey@vanille-media.de + buglog@lists.openmoko.org NEW + RESO + FIXE Deploy openocd-native, not openocd, and make openocd-nati... + Appmanager crush when install packages
- 236 + 280 cri + nor P2 PC + Neo mickey@vanille-media.de + songcw@fic-sh.com.cn NEW Close moko_dialog_window several times, moko_stylus_demo ... + openmoko-appmanager not refresh the packages list after r...
- 237 + 281 nor P2 + P3 PC mickey@vanille-media.de + buglog@lists.openmoko.org NEW Fix remaining https urls in bitbake recipes. + implicit declaration of function `strdup'
- 238 + 282 nor P2 Mac + Neo mickey@vanille-media.de + buglog@lists.openmoko.org NEW manual test bug + microSD Problem