Re: account at projects.maemo.org

2011-04-13 Thread Carsten Munk
I'm fairly sure you're asking in the wrong place. Please contact Nokia IT.

/Carsten

2011/4/13  :
> Hello
>
> Can anybody help me reactivate my account at projects.maemo.org?
>
>
> Pedro.
>
> ___
> 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


account at projects.maemo.org

2011-04-13 Thread pedro.larroy
Hello

Can anybody help me reactivate my account at projects.maemo.org?


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


Re: python (scratchbox)

2011-04-13 Thread Simon
Happy to help out if it means a fix for Telepathy/Pecan+MSNP16-MPOP and I
can re-integrate the libpurple-prpltwtr OAuth Twitter plugin into
Conversations.

- Simon

On Wed, Apr 13, 2011 at 12:23 PM, Felipe Crochik  wrote:

>  Simon,
>
> You are the man!
>
> I was able to build it. Packaging and making it build on the autobuilder,
> of course, is a much greater challenge!
>
> For not it gives me the answer I was looking for.
>
> Thank you again,
>
> Felipe
>
>
>  --
>
> *From:* si...@esque.ca [mailto:si...@esque.ca] *On Behalf Of *Simon
> *Sent:* Wednesday, April 13, 2011 11:25 AM
>
> *To:* Felipe Crochik
> *Cc:* maemo-developers@maemo.org
> *Subject:* Re: python (scratchbox)
>
>
>
> Drop into tools/qt4-types-gen.py and change the "as" into a ","
>
>
>
> See changes;
>
>
>
>  Generator(dict(options))()
>
> except BrokenSpecException, e:
>
> print >> sys.stderr, 'Your spec is broken, dear developer! %s' % e
>
> sys.exit(42)
>
>
>
> - Simon
>
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


RE: python (scratchbox)

2011-04-13 Thread Felipe Crochik
Simon, 

You are the man! 

I was able to build it. Packaging and making it build on the autobuilder, of
course, is a much greater challenge!

For not it gives me the answer I was looking for. 

Thank you again,

Felipe

 

  _  

From: si...@esque.ca [mailto:si...@esque.ca] On Behalf Of Simon
Sent: Wednesday, April 13, 2011 11:25 AM
To: Felipe Crochik
Cc: maemo-developers@maemo.org
Subject: Re: python (scratchbox)

 

Drop into tools/qt4-types-gen.py and change the "as" into a ","

 

See changes;

 

 Generator(dict(options))()

except BrokenSpecException, e:

print >> sys.stderr, 'Your spec is broken, dear developer! %s' % e

sys.exit(42)

 

- Simon

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


Re: python (scratchbox)

2011-04-13 Thread Simon
Drop into tools/qt4-types-gen.py and change the "as" into a ","

See changes;

 Generator(dict(options))()
except BrokenSpecException, e:
print >> sys.stderr, 'Your spec is broken, dear developer! %s' % e
sys.exit(42)

- Simon

On Wed, Apr 13, 2011 at 11:14 AM, Felipe Crochik  wrote:

>  Simon,
> Thank you again!
>
> The “trick” allowed me to use the python on the “/usr/bin” folder but now I
> think that this may not be the “real” issue.
>
>
>
> I am trying to compile telepathy-qt4-0.5.15 on scratchbox for maemo5 and I
> am getting this error:
>
>
>
> [sbox-FREMANTLE_ARMEL: ~/projects/n900/telepathy-qt4-0.5.15/build] > make
>
> [  1%] Built target future-ifaces-includator
>
> [  1%] Built target future-constants
>
> [  1%] Generating _gen/future-types.h, _gen/future-types-body.hpp
>
> /home/felipe/projects/n900/telepathy-qt4-0.5.15/tools/qt4-types-gen.py:554:
> Warning: 'as' will become a reserved keyword in Python 2.6
>
>   File
> "/home/felipe/projects/n900/telepathy-qt4-0.5.15/tools/qt4-types-gen.py",
> line 554
>
> except BrokenSpecException as e:
>
> ^
>
> SyntaxError: invalid syntax
>
> make[2]: *** [TelepathyQt4/_gen/future-types.h] Error 1
>
> make[1]: *** [TelepathyQt4/CMakeFiles/future-typesgen.dir/all] Error 2
>
> make: *** [all] Error 2
>
>
>
> Maybe is (and was) actually using the python 2.5.4 and the error is due to
> some other problem.
>
>
>
> Any ideas?
>
>
>
> Thanks,
>
> Felipe
>
>
>  --
>
> *From:* Simon La Rose [mailto:si...@esque.ca]
> *Sent:* Wednesday, April 13, 2011 10:42 AM
>
> *To:* Felipe Crochik
> *Cc:* maemo-developers@maemo.org
> *Subject:* Re: python (scratchbox)
>
>
>
> It works differently, how, I am not sure.
>
>
>
>
> http://www.mail-archive.com/scratchbox-users@lists.scratchbox.org/msg00977.html
>
>
>
>
> and
> the last entry at http://wiki.maemo.org/PyMaemo/FAQ may provide an answer.
>
>
>
> - Simon
>
>
>
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


RE: python (scratchbox)

2011-04-13 Thread Felipe Crochik
Simon,
Thank you again!

The "trick" allowed me to use the python on the "/usr/bin" folder but now I
think that this may not be the "real" issue. 

 

I am trying to compile telepathy-qt4-0.5.15 on scratchbox for maemo5 and I
am getting this error:

 

[sbox-FREMANTLE_ARMEL: ~/projects/n900/telepathy-qt4-0.5.15/build] > make

[  1%] Built target future-ifaces-includator

[  1%] Built target future-constants

[  1%] Generating _gen/future-types.h, _gen/future-types-body.hpp

/home/felipe/projects/n900/telepathy-qt4-0.5.15/tools/qt4-types-gen.py:554:
Warning: 'as' will become a reserved keyword in Python 2.6

  File
"/home/felipe/projects/n900/telepathy-qt4-0.5.15/tools/qt4-types-gen.py",
line 554

except BrokenSpecException as e:

^

SyntaxError: invalid syntax

make[2]: *** [TelepathyQt4/_gen/future-types.h] Error 1

make[1]: *** [TelepathyQt4/CMakeFiles/future-typesgen.dir/all] Error 2

make: *** [all] Error 2

 

Maybe is (and was) actually using the python 2.5.4 and the error is due to
some other problem.

 

Any ideas?

 

Thanks, 

Felipe

 

  _  

From: Simon La Rose [mailto:si...@esque.ca] 
Sent: Wednesday, April 13, 2011 10:42 AM
To: Felipe Crochik
Cc: maemo-developers@maemo.org
Subject: Re: python (scratchbox)

 

It works differently, how, I am not sure.

 

http://www.mail-archive.com/scratchbox-users@lists.scratchbox.org/msg00977.h
tml

 

 
 and the last entry at http://wiki.maemo.org/PyMaemo/FAQ may provide an
answer.

 

- Simon

 

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


Re: python (scratchbox)

2011-04-13 Thread Simon
Apart from missing telepathy-glib, during cmake...

-- Found PythonInterp: /targets/FREMANTLE_ARMEL/usr/bin/python2.5
-- Found Python executable: /targets/FREMANTLE_ARMEL/usr/bin/python2.5
-- Found Python version: 2.5.4
-- Python 2.5 found

I seem to have the same symlink to 2.3.5 in /usr/bin/ but I may have
manually moved on to point to 2.5 during a previous build.

- Simon

On Wed, Apr 13, 2011 at 9:34 AM, Felipe Crochik  wrote:

>  I am trying to build a new version of telepathy-qt4 on scratchbox for
> maemo5 but having a “silly” problem. I need the “device python” and not the
> scratchbox tools python.
>
>
>
> I can see a symbolic link “python -> python2.5” on “/usr/bin”
>
>
>
> If I type “/usr/bin/python” I get python version 2.3.4:
>
> [sbox-FREMANTLE_ARMEL: /usr/bin] > /usr/bin/python
>
> Python 2.3.4 (#1, Aug 24 2009, 16:32:34)
>
>
>
> [sbox-FREMANTLE_ARMEL: /usr/bin] > python
>
> Python 2.3.4 (#1, Aug 24 2009, 16:32:34)
>
>
>
> If I cd into “/usr/bin” and then type “./python” I get version 2.5:
>
>
>
> [sbox-FREMANTLE_ARMEL: /usr/bin] > ./python
>
> Python 2.5.4 (r254:67916, May 17 2010, 21:00:32)
>
>
>
> “type python” returns “python is hashed (/scratchbox/tools/bin/python)”:
>
> [sbox-FREMANTLE_ARMEL: /usr/bin] > type python
>
> python is hashed (/scratchbox/tools/bin/python)
>
>
>
> My PATH:
>
> [sbox-FREMANTLE_ARMEL: /usr/bin] > echo $PATH
>
>
> /host_usr/bin:/scratchbox/devkits/git/bin:/scratchbox/devkits/svn/bin:/scratchbox/devkits/doctools/bin:/scratchbox/devkits/qemu/bin:/scratchbox/devkits/debian-etch/bin:/scratchbox/devkits/perl/bin:/scratchbox/tools/bin:/targets/links/arch_tools/bin:/scratchbox/compilers/bin:/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin:/sbin:/usr/sbin
>
>
>
> I need python2.5 to be able to build telepathy qt4. Where am I missing?
>
>
>
> Thanks,
>
> Felipe
>
> ___
> 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: QtMobility app shows, hides, shows again at startup

2011-04-13 Thread David Talmage
On Saturday, April 09, 2011 04:11:08 am Thomas Perl wrote:

> 2011/4/8 David Talmage :
> > My newly released PanicButton application [1] behaves strangely at
> > startup. When I start the application, it displays its window, then
> > immediately hides the window.  In a few but significant number of
> > seconds, it displays its window again.  It should display its window
> > ...
> 
> Is the first window that you see a black one that animates from the
> application icon to fill the screen and has the sound effect of an
> opening window attached to it? If so, it's just a fake window
> ...
> You can "fix" this by doing all the time-consuming operations *after*
> you have created and shown your window. You can usually populate your
> window with contents even after it has been shown, so that would be a
> good idea to do in that case. You can do this using single-shot
> QTimer, so that the main loop gets enough time to really show and draw
> the initial window.

This is good advice, Thomas.  Thank you.  Your solution worked perfectly.  My 
application now behaves as I want it to.

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


python (scratchbox)

2011-04-13 Thread Felipe Crochik
I am trying to build a new version of telepathy-qt4 on scratchbox for maemo5
but having a "silly" problem. I need the "device python" and not the
scratchbox tools python. 

 

I can see a symbolic link "python -> python2.5" on "/usr/bin"

 

If I type "/usr/bin/python" I get python version 2.3.4:

[sbox-FREMANTLE_ARMEL: /usr/bin] > /usr/bin/python

Python 2.3.4 (#1, Aug 24 2009, 16:32:34)

 

[sbox-FREMANTLE_ARMEL: /usr/bin] > python

Python 2.3.4 (#1, Aug 24 2009, 16:32:34)

 

If I cd into "/usr/bin" and then type "./python" I get version 2.5:

 

[sbox-FREMANTLE_ARMEL: /usr/bin] > ./python

Python 2.5.4 (r254:67916, May 17 2010, 21:00:32)

 

"type python" returns "python is hashed (/scratchbox/tools/bin/python)":

[sbox-FREMANTLE_ARMEL: /usr/bin] > type python

python is hashed (/scratchbox/tools/bin/python)

 

My PATH:

[sbox-FREMANTLE_ARMEL: /usr/bin] > echo $PATH

/host_usr/bin:/scratchbox/devkits/git/bin:/scratchbox/devkits/svn/bin:/scrat
chbox/devkits/doctools/bin:/scratchbox/devkits/qemu/bin:/scratchbox/devkits/
debian-etch/bin:/scratchbox/devkits/perl/bin:/scratchbox/tools/bin:/targets/
links/arch_tools/bin:/scratchbox/compilers/bin:/bin:/usr/bin:/usr/local/bin:
/usr/X11R6/bin:/sbin:/usr/sbin

 

I need python2.5 to be able to build telepathy qt4. Where am I missing?

 

Thanks,

Felipe

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