Re: Stats at Maemo repository

2010-05-17 Thread Thomas Schmidt
Hi,

Am Montag, den 17.05.2010, 00:38 +0300 schrieb Adrian Yanes:
 I was thinking in the last weeks, to implement some mechanism/system
 to have stats of Maemo Repositories.
 
 Finally I created some scripts to recollect this data and save it in a 
 database.
 
 In some days I will publish a site with some charts / more info.
 
 I hope that this numbers are useful for someone else.
 
 Nowadays these are the stats at Maemo Repositories Fremantle  Diablo
 (UTC 21:34:51 Sunday 16 May 2010):

IMHO it would be way more useful to only list unique packages, because
your numbers seem to include all package versions ever uploaded to
extras. (Old versions of packages are still not removed from the package
indexes afaik.)

Apart from that i think your idea is very nice.


Regards,
Thomas

-- 
Thomas Schmidt, Debian VDR Team
http://pkg-vdr-dvb.alioth.debian.org/



signature.asc
Description: This is a digitally signed message part
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: Stats at Maemo repository

2010-05-17 Thread Andrew Flegg
On Mon, May 17, 2010 at 08:06, Thomas Schmidt tschm...@debian.org wrote:
 Am Montag, den 17.05.2010, 00:38 +0300 schrieb Adrian Yanes:
 I was thinking in the last weeks, to implement some mechanism/system
 to have stats of Maemo Repositories.

 IMHO it would be way more useful to only list unique packages, because
 your numbers seem to include all package versions ever uploaded to
 extras. (Old versions of packages are still not removed from the package
 indexes afaik.)

Another suggestion: separate out packages in Section: user/... from
the others so we can see how many user-facing packages are there.

 Apart from that i think your idea is very nice.

Indeed.

Cheers,

Andrew

-- 
Andrew Flegg -- mailto:and...@bleb.org  |  http://www.bleb.org/
Maemo Community Council chair
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: Finding path of file / folder present on emulator

2010-05-17 Thread Daniil Ivanov
Hi Pallavi!

  And what is File Manager folder? If you are asking about user's home
directory,
 then you can get it with getenv(HOME) or getenv(MYDOCSDIR) for MyDocs
directory.

Thanks, Daniil.

On Mon, May 17, 2010 at 8:10 AM, Pallavi Kandhare 
pallavi.kandh...@yahoo.com wrote:


I write my appliccation using ESbox. Then build the application and run
 it on Xephyr. This we call as emulator.

 In the emulator I want to find the path of File Manager folder.
 Pls do tell me how can i do this.

 Thanks.



 ___
 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: Stats at Maemo repository

2010-05-17 Thread Adrian Yanes
Hi guys,

Thanks for the comments.

I will implement your suggestions.

My idea is to generate some charts based in google chart /
pChart/gnuplot. (suggestions for the charts are welcome)

Also I want to calculate the average per day (I think that we are near
of 10 packages per day)

Anyway I will reactive this thread when I have more stuff done.

Cheers,

Adrian.

On 17 May 2010 10:11, Andrew Flegg and...@bleb.org wrote:
 On Mon, May 17, 2010 at 08:06, Thomas Schmidt tschm...@debian.org wrote:
 Am Montag, den 17.05.2010, 00:38 +0300 schrieb Adrian Yanes:
 I was thinking in the last weeks, to implement some mechanism/system
 to have stats of Maemo Repositories.

 IMHO it would be way more useful to only list unique packages, because
 your numbers seem to include all package versions ever uploaded to
 extras. (Old versions of packages are still not removed from the package
 indexes afaik.)

 Another suggestion: separate out packages in Section: user/... from
 the others so we can see how many user-facing packages are there.

 Apart from that i think your idea is very nice.

 Indeed.

 Cheers,

 Andrew

 --
 Andrew Flegg -- mailto:and...@bleb.org  |  http://www.bleb.org/
 Maemo Community Council chair
 ___
 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: Stats at Maemo repository

2010-05-17 Thread Attila Csipa
On Monday 17 May 2010 09:11:01 Andrew Flegg wrote:
 On Mon, May 17, 2010 at 08:06, Thomas Schmidt tschm...@debian.org wrote:
  Am Montag, den 17.05.2010, 00:38 +0300 schrieb Adrian Yanes:
  I was thinking in the last weeks, to implement some mechanism/system
  to have stats of Maemo Repositories.
 
  IMHO it would be way more useful to only list unique packages, because
  your numbers seem to include all package versions ever uploaded to
  extras. (Old versions of packages are still not removed from the package
  indexes afaik.)

 Another suggestion: separate out packages in Section: user/... from
 the others so we can see how many user-facing packages are there.

You might not be aware, but AppWatch keeps a database of the number and 
version of packages (plus a separate stat for user/... section). It also has a 
history of nearly every package in Fremantle and Diablo repositories. This 
database has not yet been documented or advertised publicly, just used by 
AppWatch itself, but still it's there and free to use if there is interest.


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


Re: Finding path of file / folder present on emulator

2010-05-17 Thread David King

On 2010-05-16 22:10, Pallavi Kandhare pallavi.kandh...@yahoo.com wrote:

I write my appliccation using ESbox. Then build the application and run it on 
Xephyr. This we call as emulator.
 
In the emulator I want to find the path of File Manager folder.
Pls do tell me how can i do this.


Do you mean that you want to show a file chooser dialog, like:

http://maemomm.garage.maemo.org/docs/tutorial/figures/filechooser.png

so that you can select a file? If so, you would use hildonfm:

http://maemo.org/api_refs/5.0/5.0-final/hildonfm/HildonFileChooserDialog.html

You will need to use the ‘hildon-fm-2’ module with pkg-config so that 
you can compile and link against the hildonfm headers and libraries.


As HildonFileChooserDialog implements the GtkFileChooser interface, you 
will also want to read the API reference for that:


http://library.gnome.org/devel/gtk/stable/GtkFileChooser.html

Also, the GtkFileChooserDialog documentation has some useful examples:

http://library.gnome.org/devel/gtk/stable/GtkFileChooserDialog.html

I am not quite sure if this was what you wanted, so let me know if 
this solves your problem.


--
David King | http://amigadave.com/ | dav...@openismus.com
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: Stats at Maemo repository

2010-05-17 Thread Adrian Yanes
A dump of this database will be useful for me and I guess that for someone else.

Could be it possible?

If you are tracking this numbers for a long time, maybe we can find
some interesting numbers there.

Thanks in advance.

Adrian.

On 17 May 2010 13:14, Attila Csipa ma...@csipa.in.rs wrote:
 On Monday 17 May 2010 09:11:01 Andrew Flegg wrote:
 On Mon, May 17, 2010 at 08:06, Thomas Schmidt tschm...@debian.org wrote:
  Am Montag, den 17.05.2010, 00:38 +0300 schrieb Adrian Yanes:
  I was thinking in the last weeks, to implement some mechanism/system
  to have stats of Maemo Repositories.
 
  IMHO it would be way more useful to only list unique packages, because
  your numbers seem to include all package versions ever uploaded to
  extras. (Old versions of packages are still not removed from the package
  indexes afaik.)

 Another suggestion: separate out packages in Section: user/... from
 the others so we can see how many user-facing packages are there.

 You might not be aware, but AppWatch keeps a database of the number and
 version of packages (plus a separate stat for user/... section). It also has a
 history of nearly every package in Fremantle and Diablo repositories. This
 database has not yet been documented or advertised publicly, just used by
 AppWatch itself, but still it's there and free to use if there is interest.


 Regards,
 Attila
 ___
 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: Proposed reorganization of documentation bug reporting

2010-05-17 Thread Andre Klapper
Am Freitag, den 23.04.2010, 07:52 +0200 schrieb jarmo.ti...@nokia.com:
  Am Dienstag, den 20.04.2010, 07:37 +0200 schrieb jarmo.ti...@nokia.com:
   Any progress on this maemo.org Bugzilla reorganization for
   documentation bugs?

Documentation is now centralized in bugs.maemo.org:
https://bugs.maemo.org/enter_bug.cgi?classification=Documentation

Currently there are no Default Assignees set.
Changes can be tracked by adding the (virtual) Default QA contact to
your watchlist. See the corresponding subpages at
https://bugs.maemo.org/describecomponents.cgi and
http://blogs.gnome.org/aklapper/2008/12/18/watching-products-in-maemoorg-bugzilla/
for more information.

As I killed the Documentation component in the Developer platform
product I manually sorted recent tickets (version 5.*) into the five new
products in the new Documentation classification.

I dumped the backlog (Documentation reports for earlier version) into
Developer Guide which is incorrect in some cases.
That was a trade-off (I won't spend hours sorting out new correct
products for stuff from three years ago that nobody is interested in).
I kept all Version and Target Milestone information though.


For any further changes, corrections etc please contact me.

andre
-- 
Andre Klapper (maemo.org bugmaster)

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


Re: Stats at Maemo repository

2010-05-17 Thread Attila Csipa
On Monday 17 May 2010 14:36:02 Adrian Yanes wrote:
 A dump of this database will be useful for me and I guess that for someone
 else.

 Could be it possible?

 If you are tracking this numbers for a long time, maybe we can find
 some interesting numbers there.

Sent (it's a bit biggish and waay ugly to consider putting it in a public 
place, but will send the link to interested parties). I was hoping to be able 
to fold my own little operation into the maemo.org framework and hook up with 
danielwilms' extras assistant/appdownloader at some point so I don't need to 
scrape that data manually, but sadly I lost track of the maemo.org RESTful 
progress so I have no idea where that stands.

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


Re: OBS and Fremantle .... 193 Extras apps built...

2010-05-17 Thread Kimitake
Hi David,

I referred wiki[4] and tried the following command, but do I need an account
to access OBS server?

osc -A $API meta prj Maemo:Fremantle:1.2:Std -F - XML
project name=Maemo:Fremantle:1.2:Std
  titleFremantle 1.2/title
  :
  :

btw, the argument is -c not -F, isn't it?
(my osc command is version 0.126)

[4]http://wiki.maemo.org/OpenSuse_Build_Service

Regards,
Kimitake

On Sun, May 16, 2010 at 6:59 AM, David Greaves da...@dgreaves.com wrote:
 A couple of posts on Planet Maemo[0] that may be interesting

    * Community Building for Maemo and MeeGo - What does the OBS *Do*? [1]

 and

    * OBS and Fremantle ... huge success and HELP [2]


 Essentially work has been proceeding on the OBS and we now need experienced
 maemo build system people to help get it working properly.

 I also realise I didn't post about the startup of the OBS work [3].

 I've also tried to put everything on a wiki [4] so it can be maintained


 Talk to Neils or I for more details.

 For when they've scrolled off into the the planet's crust:
 [0]http://maemo.org/news/planet-maemo/
 [1]http://mer-l-in.blogspot.com/2010/05/community-building-for-maemo-and-meego.html
 [2]http://mer-l-in.blogspot.com/2010/05/obs-and-fremantle-huge-success-and-help.html
 [3]http://mer-l-in.blogspot.com/2010/05/it-was-dawn-of-3rd-age.html
 [4]http://wiki.maemo.org/OpenSuse_Build_Service


 David

 --
 Don't worry, you'll be fine; I saw it work in a cartoon once...
 ___
 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: Proposed reorganization of documentation bug reporting

2010-05-17 Thread Jarmo.Tikka
Hi,

And thanks a lot about cleaning documentation structure in Maemo Bugzilla. 
Having some classification in bug reports makes it much easier to go reports 
through and find open bug reports for some specific documents.

 -Original Message-
 From: ext Andre Klapper [mailto:aklap...@openismus.com]
 Sent: 17 May, 2010 17:11
 To: Tikka Jarmo (Nokia-D/Helsinki)
 Cc: maemo-developers@maemo.org; dne...@maemo.org; maemo-
 commun...@maemo.org
 Subject: RE: Proposed reorganization of documentation bug reporting
 
 Am Freitag, den 23.04.2010, 07:52 +0200 schrieb jarmo.ti...@nokia.com:
   Am Dienstag, den 20.04.2010, 07:37 +0200 schrieb
 jarmo.ti...@nokia.com:
Any progress on this maemo.org Bugzilla reorganization for
documentation bugs?
 
 Documentation is now centralized in bugs.maemo.org:
 https://bugs.maemo.org/enter_bug.cgi?classification=Documentation
 
 Currently there are no Default Assignees set.
 Changes can be tracked by adding the (virtual) Default QA contact to
 your watchlist. See the corresponding subpages at
 https://bugs.maemo.org/describecomponents.cgi and
 http://blogs.gnome.org/aklapper/2008/12/18/watching-products-in-
 maemoorg-bugzilla/for more information.
 
 As I killed the Documentation component in the Developer platform
 product I manually sorted recent tickets (version 5.*) into the five
 new products in the new Documentation classification.

Good.

 
 I dumped the backlog (Documentation reports for earlier version) into
 Developer Guide which is incorrect in some cases.
 That was a trade-off (I won't spend hours sorting out new correct
 products for stuff from three years ago that nobody is interested in).
 I kept all Version and Target Milestone information though.

I try to find time to go these old documentation bugs through and set their 
statuses (WONTFIX if nothing else) so that they just do not stay new or open 
there.

 
 For any further changes, corrections etc please contact me.

I will check new structure today or tomorrow.

Cheers,
//Jarmo

 
 andre
 --
 Andre Klapper (maemo.org bugmaster)

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