Re: which toolkit/framework is best for Game UI

2009-12-13 Thread Martin Grimme
If you're just displaying points, positions, and simple animations,
then Gtk or Qt should be OK. Qt is the future of Maemo, anyway.

You might also consider taking a look at the Python UI framework that
is currently used by MediaBox and FM Radio. It's based on low-level
Gdk but has all the work done needed for widgets and simple 2D
animations. On the other hand, it's work in progress without a stable
API.
As a bonus, your animations will work on N8x0 and maybe even the 770, too.


Martin


2009/12/12, Keywan Najafi Tonekaboni li...@prometoys.net:
 Hi,

 we try to create a UI for a game. The game itself isn't on the display,
 but we want to visualize earned points, positions (like in a race) etc
 including simple animations on the display.

 Can we still use Gtk or Qt? What's about cairo or pygame?

 - Gtk seems somehow unflexible (more for good classical UI)
 - Qt: PyQt not available, PySide status unclear
 - PyGame: seems flexible, but maybe not comfortable, or?
 - Cairo: looks interesting, but can we build a complete UI with it?

 (Ah, yes, we would prefer Python, but this is not mandatory)

 At the moment we face the problem, that we want put a picture in the
 background and use buttons in the foreground (like in the Mauku-UI). But
 also we want do some animations..

 Grateful for any hints...

 Thanks,

 Keywan




 --
 Keywan Najafi Tonekaboni m...@prometoys.net
 http://blogs.nokia.com/pushn900/category/solderin-skaters/


 ___
 maemo-developers mailing list
 maemo-developers@maemo.org
 https://lists.maemo.org/mailman/listinfo/maemo-developers

___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: overlaid buttons

2009-12-13 Thread kyle cronan
On Fri, Dec 11, 2009 at 3:28 AM, Cornelius Hald h...@icandy.de wrote:
 On Tue, 2009-12-08 at 23:58 +0200, Marius Gedminas wrote:
 There's a package called hildon-extras that implements this kind of
 widget.  It's called HeFullscreenButton, IIRC.

 Yes, the code can be found here:
 https://garage.maemo.org/plugins/scmsvn/viewcvs.php/trunk/hildon-extras/hildon-extras/he-fullscreen-button.c?revision=6root=hildon-extrasview=markup

 What you do is, you basically create a new window without decorations
 and with transparent background. On that window you draw using Cairo. So
 you're not using standard widgets but you paint everything by your self.

 The code I linked is a specific implementation for a button which will
 let you leave fullscreen mode easily. It's not a generic overlay widget.
 It would be nice to have such a widget in hildon-extras, so if you're
 writing one, please let me know.

 Cheers!
 Conny


I'm not really familiar with Gobject, so I haven't made a new wiget.
But it was very helpful to have that code!  My application doesn't use
full screen, so I just modified it so that the overlay shows up all
the time.  I had to adjust the positioning and that was about it.

Thanks!
Kyle
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: ping time between N810 and N900

2009-12-13 Thread Kai Thomsen
Frank,

I can confirm that. 
100 pings to my Wifi router with the N810 result in min/avg/max
2.6/19.9/49.1 ms
100 pings from the N900: min/avg/max 16.815/47.045/91.858 ms

Kai

Am Samstag, den 12.12.2009, 12:28 -0600 schrieb Frank Banul:
 Hi,
 
 I got the N900 yesterday. I tried out my application and it seems less
 responsive when interacting over the network. I think I'm doing pretty
 straight forward socket communication between the Nokias and Roku
 Soundbridges. Anyway, I tried a ping to my access point and the times
 differ quite a bit. The N810 averages 23ms while the N900 averages
 49ms. I assume it's due to the power savings of the wifi chip but
 wanted to confirm if anyone else is seeing similar results.
 
 thanks,
 Frank
 ___
 maemo-developers mailing list
 maemo-developers@maemo.org
 https://lists.maemo.org/mailman/listinfo/maemo-developers

___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Simple javascript application on maemo

2009-12-13 Thread ds
Hi,

I wonder if there is prefered way to install a simple javascript
application to maemo.

I only want to start a html page containing javascript in fullscreen
mode and have a nice shortcut for the application.

Is there any example?

Thanks a lot

Detlef


___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: which toolkit/framework is best for Game UI

2009-12-13 Thread Keywan Najafi Tonekaboni
Hi Martin,

Am Sonntag, den 13.12.2009, 11:02 +0100 schrieb Martin Grimme:
 You might also consider taking a look at the Python UI framework that
 is currently used by MediaBox and FM Radio. It's based on low-level
 Gdk but has all the work done needed for widgets and simple 2D
 animations. On the other hand, it's work in progress without a stable
 API.
 As a bonus, your animations will work on N8x0 and maybe even the 770, too.

where can I get more information about mediabox. garage is still down
(projectpage) and I couldn't find a reference.

Thanks,

Keywan




-- 
Keywan Najafi Tonekaboni m...@prometoys.net
http://blogs.nokia.com/pushn900/category/solderin-skaters/


___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: which toolkit/framework is best for Game UI

2009-12-13 Thread Keywan Najafi Tonekaboni
Hi,

 Maybe have a look at Clutter.  http://www.clutter-project.org/

thanks for the hint. clutter really looks promising. we tried an
example, which worked in pyclutter 1.0, but it didn't work in pyclutter
0.8 in scratchbox. also documentation seems to be scarce goods  

We will go through this
http://tuxradar.com/content/clutter-beginners-tutorial

Is there any further information, in particular for maemo(5)? 

Thanks,

Keywan


-- 
Keywan Najafi Tonekaboni m...@prometoys.net
http://blogs.nokia.com/pushn900/category/solderin-skaters/


___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: which toolkit/framework is best for Game UI

2009-12-13 Thread Martin Grimme
Hi Keywan,

The SVN repo on garage is not down.

svn checkout https://garage.maemo.org/svn/fmradio

or

svn checkout https://garage.maemo.org/svn/mediabox

FM radio might be easier to get the idea of how to use the framework
because it's a lot less code than MediaBox. If you need help, just ask
me. :)


Martin



2009/12/13, Keywan Najafi Tonekaboni li...@prometoys.net:
 Hi Martin,

 Am Sonntag, den 13.12.2009, 11:02 +0100 schrieb Martin Grimme:
 You might also consider taking a look at the Python UI framework that
 is currently used by MediaBox and FM Radio. It's based on low-level
 Gdk but has all the work done needed for widgets and simple 2D
 animations. On the other hand, it's work in progress without a stable
 API.
 As a bonus, your animations will work on N8x0 and maybe even the 770, too.

 where can I get more information about mediabox. garage is still down
 (projectpage) and I couldn't find a reference.

 Thanks,

 Keywan




 --
 Keywan Najafi Tonekaboni m...@prometoys.net
 http://blogs.nokia.com/pushn900/category/solderin-skaters/



___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: docs and optification

2009-12-13 Thread Mustali Dalal
Purging copyright files does not seem right; they are tiny and have legal
bearing.

Since a lot, if not all, apps currently in testing use GPL or other FOSS
license, I would guess there be good reasons to keep the copyright file
installed with the package. Would there be license violation if a copyright
file is not installed with the package?

or is this a non-issue for developers?

On Sat, Dec 12, 2009 at 9:37 PM, Andre Klapper aklap...@openismus.comwrote:

 Am Samstag, den 12.12.2009, 14:06 +0100 schrieb Mustali:
  I am assuming docpurge does not purge the docs folder in /opt.

 See https://bugs.maemo.org/show_bug.cgi?id=5725 - not yet, but will be
 in a future public version.

 andre

 --
 Andre Klapper (maemo.org bugmaster)

 ___
 maemo-developers mailing list
 maemo-developers@maemo.org
 https://lists.maemo.org/mailman/listinfo/maemo-developers

___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: docs and optification

2009-12-13 Thread Attila Csipa
On Sunday 13 December 2009 15:13:54 Mustali Dalal wrote:
 Purging copyright files does not seem right; they are tiny and have legal
 bearing.

 Since a lot, if not all, apps currently in testing use GPL or other FOSS
 license, I would guess there be good reasons to keep the copyright file
 installed with the package. Would there be license violation if a copyright
 file is not installed with the package?

 or is this a non-issue for developers?

I'm wondering maybe we could have a license package we could depend on and 
then just use a softlink or something similar ? A Depends: license-gpl (=3.0) 
sounds simple enough to me and then the license is crystal clear and we don't 
have to duplicate the license for each package and the license package can 
provide all the legalese. It would also simplify checking/verifying proper 
licensing in the autobuilder. Just a thought.

Regards,
Attila
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: docs and optification

2009-12-13 Thread Josef Assad
On Sun, Dec 13, 2009 at 03:37:17PM +0100, Attila Csipa wrote:
 On Sunday 13 December 2009 15:13:54 Mustali Dalal wrote:
  Purging copyright files does not seem right; they are tiny and have legal
  bearing.
 
  Since a lot, if not all, apps currently in testing use GPL or other FOSS
  license, I would guess there be good reasons to keep the copyright file
  installed with the package. Would there be license violation if a copyright
  file is not installed with the package?
 
  or is this a non-issue for developers?

Not being a lawyer, I did the only logical thing and asked other people who
were't lawyers either. Well, #gnu really since that was the place
where I supposed license nerds might congregate...

My impression is it isn't a legal issue technically (happy to be
corrected, not being a lawyer by any stretch of the imagination). But
in principle I would usually expect a license to accompany the
distribution of software I developed.

Whether I would consider it sufficient that it is in the .deb is
another matter.

 I'm wondering maybe we could have a license package we could depend on and 
 then just use a softlink or something similar ? A Depends: license-gpl 
 (=3.0) 
 sounds simple enough to me and then the license is crystal clear and we don't 
 have to duplicate the license for each package and the license package can 
 provide all the legalese. It would also simplify checking/verifying proper 
 licensing in the autobuilder. Just a thought.

Well, there's already /usr/share/common-licenses

 Regards,
 Attila
 ___
 maemo-developers mailing list
 maemo-developers@maemo.org
 https://lists.maemo.org/mailman/listinfo/maemo-developers

-- 
import sig
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


How to determine the model and hardware configuration Maemo device?

2009-12-13 Thread Arkady Glazov
Hi,
Is it possible to determine from a perl or shell script on which model
it gets? And how can we determine how the localization device
(keyboard)

--
Best regards,
Arkady Glazov
http://globster.ru
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: Garage maintenance break

2009-12-13 Thread Cornelius Hald
If only I wouldn't need the autobuilder so much :(

I know it's not helpfull, but it's now almost 48 hours


On Sat, 2009-12-12 at 16:52 +0200, Marius Gedminas wrote:
 On Sat, Dec 12, 2009 at 11:34:57AM +, Andrew Flegg wrote:
   does anyone know how long this break will be? Should I make new plans
   for today or will it be up soon again?
  
  Since I was planning on doing some Maemo development work this
  weekend, this has (potentially) scuppered my plans too. I've asked
  this before, but will ask it again: since out-of-hours for the
  people paid to work on maemo.org actually *conflicts* with most of the
  Maemo community's development time can we have a clear announcement:
  
* On http://maemo.org/news/ and maemo-developers:
* As soon as it is scheduled.
* A few days before the break.
* Containing the start and expected end.
* Containing what services are expected to be impacted.
* And another mail when it's completed.
  
  Apologies if such an announcement was made - but I didn't see it, and
  can't find it if it was. So, if it *was* made; it needs to be made
  more clearly next time :-)
 
 I was unable to find an announcement either.  Since previous maintenance
 breaks used to be announced, I can only assume this downtime is
 unscheduled.  Some kind of emergency?
 
 Marius Gedminas
 ___
 maemo-developers mailing list
 maemo-developers@maemo.org
 https://lists.maemo.org/mailman/listinfo/maemo-developers


___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: Garage maintenance break

2009-12-13 Thread Ferenc Szekely
Hello,

Marius Gedminas wrote:
 On Sat, Dec 12, 2009 at 11:34:57AM +, Andrew Flegg wrote:

 Apologies if such an announcement was made - but I didn't see it, and
 can't find it if it was. So, if it *was* made; it needs to be made
 more clearly next time :-)
 
 I was unable to find an announcement either.  Since previous maintenance
 breaks used to be announced, I can only assume this downtime is
 unscheduled.  Some kind of emergency?
 
There was no announcement, because there was no maintenance break
planned. What happened was a bad mistake from me. I changed the
PosgreSQL config file to do some db migration stuff to the new server.
After copying the database I forgot to revert the config changes which
caused that the web site went down.

I am very sorry for inconveniences it has caused.

Br,
ferenc
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: Simple javascript application on maemo

2009-12-13 Thread Antonio Aloisio
Hi,
What about creating a simple Qt application with a QWebPage and load your
html/js page
into it?

Br,
Antonio

On Sun, Dec 13, 2009 at 1:55 PM, ds d...@physik.de wrote:

 Hi,

 I wonder if there is prefered way to install a simple javascript
 application to maemo.

 I only want to start a html page containing javascript in fullscreen
 mode and have a nice shortcut for the application.

 Is there any example?

 Thanks a lot

 Detlef


 ___
 maemo-developers mailing list
 maemo-developers@maemo.org
 https://lists.maemo.org/mailman/listinfo/maemo-developers




-- 

Ted Turner http://www.brainyquote.com/quotes/authors/t/ted_turner.html  -
Sports is like a war without the killing.
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: which toolkit/framework is best for Game UI

2009-12-13 Thread Ville M. Vainio
On Sat, Dec 12, 2009 at 2:53 PM, Keywan Najafi Tonekaboni
li...@prometoys.net wrote:

 Can we still use Gtk or Qt? What's about cairo or pygame?

 - Gtk seems somehow unflexible (more for good classical UI)
 - Qt: PyQt not available, PySide status unclear

PyQt is still available, and PySide status is not quite so unclear
as you may think.

Considering that it will take some time to develop your program in the
first place, Qt would still seem like the path of least resistance.
You can make it a normal PyQt program on desktop, do a quick
search/replace port to PySide and deploy on device. Or just use the
PyQt version on the device.

-- 
Ville M. Vainio
http://tinyurl.com/vainio
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


new idea: brainstorm, talk or what else?

2009-12-13 Thread Andrea Borgia
Hi, all.

I believe I have a rather nifty idea for a new app but I don't have the
capabilities required to develop it myself or, most importantly, the
time required to acquire them and code the app.

So, I'd like to describe it and pass it on to somebody looking for an
idea... question is, where and how?

1) on Brainstorm? It's not really a problem in search of a solution, I
have a clear picture of what it's supposed to do.

2) on Talk? This would allow for a wide participation, but again the
idea is fairly clear. Also, it's not even a porting wish so the wiki
is also out.

3) here in maemo-developers? Seems to be the best channel, is it acceptable?

Tnx,
Andrea.
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: Virtual Keyboard Sources

2009-12-13 Thread Sergey Vlasov
On Wed, Dec 9, 2009 at 12:37 PM, Andre Klapper aklap...@openismus.comwrote:

 At least with regard to tarballs, hildon-input-method and
 hildon-input-method-framework are available here:
 http://repository.maemo.org/pool/maemo5.0/free/h/
  https://lists.maemo.org/mailman/listinfo/maemo-developers


On Wed, Dec 9, 2009 at 12:46 PM, Faheem Pervez tripp...@gmail.com wrote:


 The code for the virtual keyboards shipped with the N900 are
 closed-source, but you may find
 https://bugs.maemo.org/show_bug.cgi?id=4178 interesting.



Thanks for the links. I've started to play with
http://live.gnome.org/Hildon/HildonInputMethod, built it, installed and
GConf`ed, but it doesn't show up, I mean it does but looks just like
original keyboard and not anything like from the attachment there
https://bugs.maemo.org/show_bug.cgi?id=4178#c17. Basically I open the web
browser and click to the input filed to bring up the keyboard (Scratchbox +
Xephyr).

  run-standalone.sh gconftool-2 -R /apps/osso/inputmethod
 display_after_entering = 1
 have-internal-keyboard = true
 available_languages =
[sv_SE,pl_PL,en_GB,it_IT,ru_RU,es_ES,en_US,no_NO,de_DE,es_MX,da_DK,fi_FI,nl_NL,pt_PT,fr_CA,el_GR,cs_CZ,fr_FR]
 int_kb_layout = us
 ext_kb_repeat_interval = 50
 start_recognize_after = 2
 dual-dictionary = false
 handwriting_timeout = 400
 space_after = false
 int_kb_model = nokiarx44
 int_kb_repeat_interval = 50
 ext_kb_layout = us
 int_kb_level_shifted = true
 ext_kb_model = nokiasu8w
 ext_kb_repeat_delay = 600
 completion_area_pos = false
 hwr_punct_mode = false
 auto_correction = true
 slide-layout = English, Dutch
 use_finger_kb = true
 input_method_plugin = hildon_keyboard_assistant
 int_kb_repeat_delay = 600
 case_correction = true
 /apps/osso/inputmethod/default-plugins:
  finger = hildon_im_example_fkb
  hw-keyboard = hildon_keyboard_assistant
  stylus = hildon_im_example_fkb
 /apps/osso/inputmethod/hildon-im-languages:
  current = 1
  language-0 = fi_FI
  language-1 = ru_RU
  list = []
  ...

I also tried with hildon_im_onehand_fkb value and altered
input_method_plugin, no luck. Any adeas?

--
Sergey
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Does anyone see this?

2009-12-13 Thread Demetris

Can someone please confirm that they can see this email? There have
been some issues with post seeing my own postings (even though in the
subscriber page the appropriate option is checked off as Yes) and also
anyone seeing my emails on any of the  two lists.

Thanks

___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


maemo.org Extras Bug Jar 2009.50

2009-12-13 Thread Stephen Gadsby
A Quick Look at Extras in Bugzilla (https://bugs.maemo.org/).
2009-12-07 through 2009-12-13

As of 2009-12-14 Extras contains 836 items (+36 this week),
including 377 open issues (+16 this week):
* 238 open bugs (+10 this week)
* 13 critical/blocker (-1 this week)
* 1 easyfix (no change this week)
* 4 moreinfo (+2 this week)
* 1 crash (no change this week)
* 5 patch (+1 this week)
* 2 reopened (+1 this week)
* 91 unconfirmed (-2 this week)
* 139 open enhancements (+6 this week)
* 1 easyfix (no change this week)
* 0 moreinfo (no change this week)
* 1 patch (+1 this week)
* 0 reopened (no change this week)
* 32 unconfirmed (-1 this week)

==--- New Items ---==

29 bugs were opened -
( 
https://bugs.maemo.org/buglist.cgi?bug_id=6652,6659,6686,6716,6727,6731,6768,6775,6785,6804,6827,6831,6840,6847,6855,6858,6860,6861,6864,6874,6884,6885,6886,6890,6896,6899,6900,6915,6920
):
* [6652] [Conboy] Can't link notes
* [6659] [Wormux] Music and sound lags on pressing touchscreen
* [6686] [PyMaemo] pymaemo-optify breaks after install-uninstall cycle
* [6716] [Mad Bomber] program starts and works, but no sound
* [6727] [MaStory] Posting to Drupal should be a blog entry
* [6731] [eCoach] Provide better default settings values for user data than 0
* [6768] [Hermes] Can't refresh contact's Facebook info
* [6775] [Dialcentral] N900 unable to find downloadable install file.
* [6785] [openvpn] OpenVPN broke DNS configuration
* [6804] [Qt] Dialog not reopened properly
* [6827] [FM Radio] FM Radio doesn't work at all
* [6831] [SuperTux] Game does not scale correctly when fullscreen is disabled
* [6840] [SuperTux] Game hangs phone when listening to music on exit.
Needs reboot to restore.
* [6847] [gPodder] gPodder does not attempt to connect to internet if
no ambient connection
* [6855] [Gonvert] Font size of text in the Category button is reduced
after selecting Category
* [6858] [gPodder] password field for my.gpodder.org capitalizes first
letter automatically, password is case sensitive
* [6860] [FM Radio] Does not disable Bluetooth on closing application
* [6861] [Load Applet] screenrecording is not working
* [6864] [PyMaemo] CellRendererText in Treeview displays only 2 lines
of text data
* [6874] [Canola] Segmentation fault after selecting Slideshow Time
* [6884] [gPodder] Typo in one of the strings in the template
* [6885] [gPodder] Implement proper gettext plural forms
* [6886] [PyMaemo] pymaemo-optify should not attempt to migrate files on upgrade
* [6890] [Gonvert] Inconsistent behavior of up/down arrow keys
* [6896] [Quicknote] Fullscreen mode adds a crraige-return
* [6899] [gPodder] Installation fails: Dependency problem with
python-gobject 2.14.2-1maemo2
* [6900] [Hermes] Installation fails: Dependency problem with
python-gobject 2.14.2-1maemo2
* [6915] [Recorder] Recorded clip misreports audio-length
* [6920] [gPodder] some video podcasts bring up music player

Of these, 3 were critical/blockers -
( https://bugs.maemo.org/buglist.cgi?bug_id=6768,6827,6886 ):
* [6768] [Hermes] Can't refresh contact's Facebook info
* [6827] [FM Radio] FM Radio doesn't work at all
* [6886] [PyMaemo] pymaemo-optify should not attempt to migrate files on upgrade

6 enhancements were opened -
( https://bugs.maemo.org/buglist.cgi?bug_id=6658,6833,6879,6888,6889,6926 ):
* [6658] [openvpn] always capture console output
* [6833] [TouchSearch] TouchSearch should search on Enter press in
addition to Search button
* [6879] [Hermes] Suggest likely matches
* [6888] [Gonvert] do not highlight number input box after selecting Category
* [6889] [Gonvert] Use Up/Down arrow keys to move selection up and
down after Category selection
* [6926] [OmWeather] Add visual moon phase to the applet


==--- Resolved Bugs ---==

14 bugs were resolved fixed -
( 
https://bugs.maemo.org/buglist.cgi?bug_id=5831,6003,6244,6354,6356,6369,6390,6590,6686,6768,6804,6858,6884,6900
):
* [5831] [gPodder] Missing strings in the translation template for Maemo 5 UI
* [6003] [FM Radio] FMRadio ignores Offline Mode, starts up Bluetooth
* [6244] [PyMaemo] Some Maemo-specific GtkTreeview methods (for action
area box) aren't available
* [6354] [SuperTux] up down keys not workin with scandinavian keypad layout
* [6356] [gPodder] icon-theme-cache file takes approximately 1mb of
space on the root partition
* [6369] [UQM] Shift key enter in game menu ONLY in hyperspace
* [6390] [FM Radio] can not close the app / one of the screens blockes
the device
* [6590] [Dialcentral] Settings
* [6686] [PyMaemo] pymaemo-optify breaks after install-uninstall cycle
* [6768] [Hermes] Can't refresh contact's Facebook info
* [6804] [Qt] Dialog not reopened properly
* [6858] [gPodder] password field for my.gpodder.org capitalizes first
letter automatically, password is case sensitive
* [6884] [gPodder] Typo in one of the strings in the template
* [6900] [Hermes] Installation fails: Dependency problem with

maemo.org Website Bug Jar 2009.50

2009-12-13 Thread Stephen Gadsby
A Quick Look at maemo.org Website in Bugzilla (https://bugs.maemo.org/).
2009-12-07 through 2009-12-13

As of 2009-12-14 maemo.org Website contains 1286 items (+26 this week),
including 229 open issues (-2 this week):
* 160 open bugs (-4 this week)
* 5 critical/blocker (no change this week)
* 4 easyfix (no change this week)
* 2 moreinfo (no change this week)
* 0 crash (no change this week)
* 1 patch (no change this week)
* 4 reopened (+2 this week)
* 42 unconfirmed (-5 this week)
* 69 open enhancements (+2 this week)
* 0 easyfix (no change this week)
* 0 moreinfo (no change this week)
* 2 patch (no change this week)
* 1 reopened (no change this week)
* 20 unconfirmed (no change this week)

==--- New Items ---==

19 bugs were opened -
( 
https://bugs.maemo.org/buglist.cgi?bug_id=6672,6688,6717,6735,6753,6808,6809,6810,6825,6841,6844,6848,6849,6851,6852,6866,6873,6887,6902
):
* [6672] Brainstorm-site is really slow
* [6688] Maemo5 .install files should have empty dist field
* [6717] Maemo user account with no corresponding Garage account
* [6735] Show current votes when not logged in
* [6753] Duplicated order in solution proposals
* [6808] Implemented block doesn't seem to progress
* [6809] maemo.org navigation bar still in right column Brainstorm pages
* [6810] Cannot close PyMaemo bugs
* [6825] Quick search should include ALL bugs, not just OPEN ones
* [6841] Sandbox proposals won't jump directly to Under Vote
* [6844] Bugzilla's OS field should default to Maemo, not autodetected
* [6848] IRC page on maemo.org to be updated
* [6849] Cannot remove bugtracker link
* [6851] No way to comment ideas/solutions in brainstorm
* [6852] No way to get notifications about changes in brainstorm
* [6866] E40DC434616730BD GPG key missing from keyservers
* [6873] No privacy for e-mail in bugzilla
* [6887] Promoted package does not go to extras-testing
* [6902] Wrong sources.list information

0 bugs were critical/blocker.

7 enhancements were opened -
( https://bugs.maemo.org/buglist.cgi?bug_id=6680,6721,6723,6773,6774,6776,6914
):
* [6680] Brainstorm terminology mismatch - idea/solution
* [6721] Please provide a possibility to search in the brainstorm section only
* [6723] Would be great if it would be possible to see build log of
in-progress build
* [6773] Ordered lists don't display enumeration
* [6774] Brainstorm Introduction Video must be recreated to refelct
changes to new interface
* [6776] Users should automatically be granted a thumbs up upon
saving a new Brainstorm Idea/Solution
* [6914] Allow commenter to follow comments on a package under testing


==--- Resolved Bugs ---==

16 bugs were resolved fixed -
( 
https://bugs.maemo.org/buglist.cgi?bug_id=5145,5208,5302,5585,5837,6113,6122,6285,6542,6580,6717,6735,6808,6809,6810,6848
):
* [5145] Brainstorm: selected solution isn't remarked in the Implemented page
* [5208] Brainstorm categories should show all ideas within a category
* [5302] No extras-testing repository in list of this site:
http://repository.maemo.org
* [5585] Individual idea pages on Brainstorm should have different HTML titles
* [5837] Read-only file system warnings in Comments section of idea pages
* [6113] Library wass sucessfully build while still containing old version
* [6122] Packages not getting moved to extras-devel after compiling for DIABLO
* [6285] Duplicate solution numbering when there are numbering gaps
* [6542] New applications not showing up automatically
* [6580] Search in Downloads seems to search in OS2008 category
* [6717] Maemo user account with no corresponding Garage account
* [6735] Show current votes when not logged in
* [6808] Implemented block doesn't seem to progress
* [6809] maemo.org navigation bar still in right column Brainstorm pages
* [6810] Cannot close PyMaemo bugs
* [6848] IRC page on maemo.org to be updated

1 bug was resolved invalid -
( https://bugs.maemo.org/buglist.cgi?bug_id=6873 ):
* [6873] No privacy for e-mail in bugzilla

1 bug was resolved wontfix -
( https://bugs.maemo.org/buglist.cgi?bug_id=6557 ):
* [6557] May be useful to have a category for hardware bugs

4 bugs were resolved duplicate -
( https://bugs.maemo.org/buglist.cgi?bug_id=6085,6174,6672,6753 ):
* [6085] Cannot promote package double-acute from extras-devel to
extras-testing. Other package worked.
* [6174] Trying to promote gcompris-sound-common causes error
* [6672] Brainstorm-site is really slow
* [6753] Duplicated order in solution proposals

2 bugs were resolved worksforme -
( https://bugs.maemo.org/buglist.cgi?bug_id=5187,6147 ):
* [5187] Images attached to brainstorm solutions are not visible
* [6147] First name  Last name capitalisation not saved properly

1 bug was resolved moved -
( https://bugs.maemo.org/buglist.cgi?bug_id=6841 ):
* [6841] Sandbox proposals won't jump directly to Under Vote


==--- Resolved Enhancements ---==

6 enhancements were resolved fixed -
(