Re: shiboken_0.5.0-1maemo1 package build

2010-09-16 Thread Harald Schmitt


Am 16.09.2010 01:58, schrieb Willer Moreira:

Hi,

I'm trying to upload the new version of shiboken (0.5.0), but for some
weird reason the autobuilder doesn't seem to be building it

https://garage.maemo.org/builder/fremantle/shiboken_0.5.0-1maemo1/


Could be the _ in your package name
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: [Fremantle] Compositing is disabled in fullscreen

2010-09-16 Thread Hämäläinen Kimmo
On Fri, 2010-09-03 at 16:24 +0200, ext Luca Donaggio wrote:
 I know that compositing is disabled in fullscreen, as some composited
 widget (for example the fullscreen button in hildon-extras) are shown
 with a black background instead of a semi-transparent one.
 But I noticed one thing: if a hildon-banner appears in fullscreen when
 one of such widgets is on the screen, the window manager turns
 compositing on (the translucid background of the other widget is
 shown), just to turn it off when the banner disappears.
 
 Is there a way to trick the window manager to act the same for
 arbitrary widgets as for hildon-banners?

Try explicitly preventing switching the compositing off by setting this
window property (with value 0) to your application window:

static void set_compositing (Display *display, Window xwindow) 
{
Atom atom; 
int zero = 0;
atom = XInternAtom (display, _HILDON_NON_COMPOSITED_WINDOW, False);
XChangeProperty (display,
   xwindow,
   atom,
   XA_INTEGER, 32, PropModeReplace,
   (unsigned char *) zero, 1);
}

-Kimmo

 
 -- 
 Luca Donaggio

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


Re: shiboken_0.5.0-1maemo1 package build

2010-09-16 Thread Luca Donaggio
On Thu, Sep 16, 2010 at 10:39 AM, Harald Schmitt li...@hschmitt.de wrote:


 Am 16.09.2010 01:58, schrieb Willer Moreira:

  Hi,

 I'm trying to upload the new version of shiboken (0.5.0), but for some
 weird reason the autobuilder doesn't seem to be building it

 https://garage.maemo.org/builder/fremantle/shiboken_0.5.0-1maemo1/


 Could be the _ in your package name
 ___
 maemo-developers mailing list
 maemo-developers@maemo.org
 https://lists.maemo.org/mailman/listinfo/maemo-developers


Aren't all debian packages named like that?
To me it seems as if the autobuilder crashed for some reason (it's not very
illuminating, I know...)

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


Re: [Fremantle] Compositing is disabled in fullscreen

2010-09-16 Thread Luca Donaggio
2010/9/16 Hämäläinen Kimmo kimmo.hamalai...@nokia.com

 On Fri, 2010-09-03 at 16:24 +0200, ext Luca Donaggio wrote:
  I know that compositing is disabled in fullscreen, as some composited
  widget (for example the fullscreen button in hildon-extras) are shown
  with a black background instead of a semi-transparent one.
  But I noticed one thing: if a hildon-banner appears in fullscreen when
  one of such widgets is on the screen, the window manager turns
  compositing on (the translucid background of the other widget is
  shown), just to turn it off when the banner disappears.
 
  Is there a way to trick the window manager to act the same for
  arbitrary widgets as for hildon-banners?

 Try explicitly preventing switching the compositing off by setting this
 window property (with value 0) to your application window:

 static void set_compositing (Display *display, Window xwindow)
 {
Atom atom;
int zero = 0;
atom = XInternAtom (display, _HILDON_NON_COMPOSITED_WINDOW,
 False);
XChangeProperty (display,
   xwindow,
   atom,
   XA_INTEGER, 32, PropModeReplace,
   (unsigned char *) zero, 1);
 }

 -Kimmo

 
  --
  Luca Donaggio


That did the trick!

Thanks for your help, Kimmo.

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


Re: shiboken_0.5.0-1maemo1 package build

2010-09-16 Thread Willer Moreira
Problem solved! Just bumped the version and this time the build went well.

Thanks.

On Thu, Sep 16, 2010 at 10:09 AM, Luca Donaggio donag...@gmail.com wrote:

 On Thu, Sep 16, 2010 at 10:39 AM, Harald Schmitt li...@hschmitt.dewrote:


 Am 16.09.2010 01:58, schrieb Willer Moreira:

  Hi,

 I'm trying to upload the new version of shiboken (0.5.0), but for some
 weird reason the autobuilder doesn't seem to be building it

 https://garage.maemo.org/builder/fremantle/shiboken_0.5.0-1maemo1/


 Could be the _ in your package name
 ___
 maemo-developers mailing list
 maemo-developers@maemo.org
 https://lists.maemo.org/mailman/listinfo/maemo-developers


 Aren't all debian packages named like that?
 To me it seems as if the autobuilder crashed for some reason (it's not very
 illuminating, I know...)

 --
 Luca Donaggio

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




-- 
--
Willer Moreira
PyMaemo Team - INdT
Manaus - Brazil
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Undefined Symbol when using QAudioPluginLoader

2010-09-16 Thread Andras Toth
Hello,

I am trying the example audiooutput of Qt Mobility API 1.0.2. On Qt emulator 
it runs fine (I can hear the sound), however when I try to run it on the 
device (Nokia N900 with PR1.2 installed), I get the following error message:


QAudioPluginLoader: Failed to load plugin:  
/usr/lib/qt4/plugins/audio/libn900audio.so Cannot load library 
/usr/lib/qt4/plugins/audio/libn900audio.so: 
(/usr/lib/qt4/plugins/audio/libn900audio.so: undefined symbol: 
_ZNK18QAudioEnginePlugin10metaObjectEv) 

ALSA lib pcm.c:2211:(snd_pcm_open_noupdate) Unknown PCM 
Default format not supported - trying to use nearest 
ALSA lib pcm.c:2211:(snd_pcm_open_noupdate) Unknown PCM 
...
(the same message repeats many times)
...
ALSA lib pcm.c:2211:(snd_pcm_open_noupdate) Unknown PCM 
state =  2 


Am I missing something (e.g. a library), or is it a bug? I've tried Googling 
for some time, but did not find anything useful...

Regards,

András

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


callingallinnovators maemo winner??

2010-09-16 Thread ds
If I remember correctly, there was a price for the best maemo app
in callingallinnovators.

But I can not find the winner on
http://www.callingallinnovators.com/default.aspx



Does anybody know more?

Detlef

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


Fwd: [PySide] PySide v0.4.1 ('Shurian Pariboda') is now available!

2010-09-16 Thread Willer Moreira
PySide v0.4.1 ('Shurian Pariboda') is now available!

* What is it ?
==

The PySide project provides LGPL-licensed Python bindings for the Qt
cross-platform application and UI framework. PySide Qt bindings allow
both free open source and proprietary software development and ultimately
aim to support all of the platforms as Qt itself.

Also, PySide QtMobility bindings were rebuilt against the newer Shiboken
generator released.

More information can be found at http://www.pyside.org


* Where to get it ?
===

* Source code:
API Extractor, version 0.8.0
http://www.pyside.org/files/apiextractor-0.8.0.tar.bz2

Generator Runner, version 0.6.1
http://www.pyside.org/files/generatorrunner-0.6.1.tar.bz2

Shiboken, version 0.5.0
http://www.pyside.org/files/shiboken-0.5.0.tar.bz2

PySide-Tools, version 0.2.0
http://www.pyside.org/files/pyside-tools-0.2.0.tar.bz2

PySide, version 0.4.1
http://www.pyside.org/files/pyside-qt4.6+0.4.1.tar.bz2

* Windows binaries
Python 2.7
http://www.pyside.org/files/pyside-0.4.1-py2.7.exe

Python 2.6
http://www.pyside.org/files/pyside-0.4.1-py2.6.exe

More instructions at: http://www.pyside.org/downloads/


* What's changed since 0.4.0?
=

This release had a massive effort on bug fixing and porting to other
platforms
like
MS Windows. More than 40 bugs were fixed!

We hope you enjoy this new release! Feel free to contribute with comments,
bug reports and suggestions.

* Bugs fixed


 223 - [FTBFS] Fails to build on armel (segmentation fault)
 222 - Bus error makes shiboken sparc build fail
 346 - examples/embeddeddialogs.py demo segfaults
 231 - [FTBFS] Test signals_multiple_connections_gui fails sometimes (s390,
...)
 284 - Test QtScript_property_test fails when run with python2.5 [amd64]
 243 - qtgui_qwidget test segfaults on amd64
 282 - Test QtNetwork_basic_auth_test fails when run with python2.5 [amd64]
 283 - Test QtNetwork_http_test fails when run with python2.5 [amd64]
 234 - [FTBFS] Fails to build on kfreebsd-* (qtcore_qprocess times out)
 321 - Call to QFileDialog.getOpenFileName() never returns
 304 - C++ virtual wrapper should be aware of ownership modifications
 340 - Windows installer only detects Python when it was installed for all
users
 301 - QObjects does not support named args as signal
 335 - QT_TRANSLATE_NOOP has incorrect signature
 296 - drag and drop example causes a segfault
 293 - QItemSelection is not iterable.
 281 - missing constructor property set support
 324 - Provide []-style signature for signals without overload
 319 - Unable to define a signal with tuple payload
 311 - Signal signatures are incorrect if derived classes are used in the
definition
 307 - Signal connect to a slot in a class inherited from Qt does not work
 302 - generatorrunner segfaults on typesystem (test case attached)
 336 - missing function modifications to some reimplemented virtual
functions.
 297 - license headers missing in PySide/ directory
 294 - If the function must return a QFlagsT and you return T, an
exception
is throw.
 287 - Replace renamed functions with overloads: QTextFormat, QRubberBand,
QSpinBox, QTextBrowser, QDoubleSpinBox, QPainter, QStackedLayout, QTextList
 276 - Point tests fail with Python 2.7
 125 - QAbstractTextDocumentLayout.registerHandler apparently not working
 325 - Emitting new-style signals with str/unicode parameters fails with
Qt.QueuedConnection
 320 - OR'ing Qt alignments doesn't work; adding them does
 316 - QAbstractItemModel.createIndex is broken
 308 - Confusing error for wrong argument types
 303 - Missing method: QCoreApplication.arguments()
 338 - Program segfaults (or behaves unexpectedly) when
QGraphicsItem.itemChange is defined
 300 - Missing or not working new style signals from PySide 0.4.0 (Maemo
Fremantle)
 331 - cannot install pyside-0.4.0-py2.6.exe in windows
 295 - QModelIndex::model() sets the QModelIndex as parent of the model
 289 - Fail to generate code for Value type with virtual methods
 279 - Handwritten converters could interfere with overloaded method
decisor
 326 - Building PySide on Ubuntu Maverick or Debian experimental fails
 318 - QApplicationWrapper build fails
 309 - QtCore.QByteArray() or list from QtCore.Qsettings.value() as default


Many thanks to all community contributors involved into release tasks!
Special
thanks
to Odyx and Carlos Gonçalves for creating MacOS and Linux packages.



Regards,
PySide Dev Team


--
Willer Moreira
PyMaemo Team - INdT
Manaus - Brazil


signature.asc
Description: PGP signature
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: callingallinnovators maemo winner??

2010-09-16 Thread Andrew Flegg
On Thu, Sep 16, 2010 at 21:20, ds d...@physik.de wrote:
 If I remember correctly, there was a price for the best maemo app
 in callingallinnovators.

 But I can not find the winner on
 http://www.callingallinnovators.com/default.aspx

I was at Nokia World during the Calling all Innovators final. There
were three applications in the overall shortlist which are available
on Maemo:

  * Morpho Quick Panorama
  * Ansel-A
  * Angry Birds

No mention of the $50,000 Maemo prize was made; and two of the above
are also available for Symbian. Ansel-A was involved in the on-sight
hackfest so a Symbian/Qt version has been started (was demoed on an
N8).

The N900 prize seems to have been silently dropped - unless it's
awarded to the best N900 app in the main categories. However, the
majority are from relatively large commercial companies; a $50k award
to them is nice, but hardly game changing.

I've CCed Quim in case he can find out more.

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