Reply
Thread Tools
Posts: 3,319 | Thanked: 5,610 times | Joined on Aug 2008 @ Finland
#41
Nope, seems that widget has not been ported.

However.

We could drop the label part from the checkbox item and jut put a QLabel beside it, and the QLabel in turn can contain rich text which we CAN style like that.

In other news, it seems it DOES have a tristate mode, but my quick test showed no difference in operation (might be me, or a Qt bug, or some Hildon recommendation).
__________________
Blogging about mobile linux - The Penguin Moves!
Maintainer of PyQt (see introduction and docs), AppWatch, QuickBrownFox, etc
 
Posts: 44 | Thanked: 73 times | Joined on Dec 2009 @ Freiburg, Germany
#42
When I run kisstester it opens the login dialog. I enter my credentials and then the program exists. Log on console:


run-standalone.sh python /opt/kisstester/kisstester
KISStester
Linux-2.6.28-omap1-armv7l-with-debian-testing-unstable
WARNING:root:Logging in
{'username': '', 'midcom_services_auth_frontend_form_submit': 'Login', 'password': ''}
HTTP Error 403: Forbidden
Traceback (most recent call last):
File "/opt/kisstester/kisstester", line 17, in <module>
kisstester_main.start()
File "/opt/kisstester/kisstester_main.py", line 270, in start
mainw = MainWindow()
File "/opt/kisstester/kisstester_main.py", line 89, in __init__
self.showRecent(True)
File "/opt/kisstester/kisstester_main.py", line 254, in showRecent
self.login()
File "/opt/kisstester/kisstester_main.py", line 117, in login
if not self.settings.show():
File "/opt/kisstester/settings.py", line 29, in show
if self.exec_() and self.accepted():
TypeError: native Qt signal is not callable

Why does it say "WARNING:root:Logging in"? I did not run it as root.

Last edited by gilead; 2010-08-19 at 16:10.
 

The Following User Says Thank You to gilead For This Useful Post:
Posts: 3,319 | Thanked: 5,610 times | Joined on Aug 2008 @ Finland
#43
Whoa, interesting error... Can you tell which PR (settings->about) and PyQt (dpkg -l | grep python2.5-qt4) do you have ?

PS. Don’t let the root thing fool you - python calls the default logger ’root’, hence the message (it’s not about the username).
__________________
Blogging about mobile linux - The Penguin Moves!
Maintainer of PyQt (see introduction and docs), AppWatch, QuickBrownFox, etc
 
Posts: 44 | Thanked: 73 times | Joined on Dec 2009 @ Freiburg, Germany
#44
Originally Posted by attila77 View Post
Whoa, interesting error... Can you tell which PR (settings->about) and PyQt (dpkg -l | grep python2.5-qt4) do you have ?

PS. Don’t let the root thing fool you - python calls the default logger ’root’, hence the message (it’s not about the username).
ii python2.5-qt4-common 4.7.4-maemo0 Shared files for PyQt4
ii python2.5-qt4-core 4.7.4-maemo0 Python bindings for Qt4 Core components.
ii python2.5-qt4-gui 4.7.4-maemo0 Python bindings for Qt4 Core components.


PR version 10.2010.19-1
 

The Following User Says Thank You to gilead For This Useful Post:
Posts: 44 | Thanked: 73 times | Joined on Dec 2009 @ Freiburg, Germany
#45
Now I tried kisstester under scratchbox, x86 target. I get the exact same error message (having the same package version for qt4. python-qt4 and kisstester (0.3-maemo2).
 

The Following User Says Thank You to gilead For This Useful Post:
Khertan's Avatar
Posts: 1,012 | Thanked: 817 times | Joined on Jul 2007 @ France
#46
It s a pyqt bugs : https://bugs.launchpad.net/qbzr/+bug/394125

This is due to new signal.

use : if QDialog.exec_(self)==QDialog.Accepted:

Last edited by Khertan; 2010-08-22 at 11:42.
 

The Following 3 Users Say Thank You to Khertan For This Useful Post:
Jaffa's Avatar
Posts: 2,535 | Thanked: 6,681 times | Joined on Mar 2008 @ UK
#47
Another bug, dunno how easy it is to fix, the progress dialogues are system- rather than application-modal. This means you can't switch to another app whilst it's "Loading extras-devel data", for example.
__________________
Andrew Flegg -- mailto:andrew@bleb.org | http://www.bleb.org
 

The Following User Says Thank You to Jaffa For This Useful Post:
Posts: 3,319 | Thanked: 5,610 times | Joined on Aug 2008 @ Finland
#48
Originally Posted by Khertan View Post
It s a pyqt bugs : https://bugs.launchpad.net/qbzr/+bug/394125

This is due to new signal.

use : if QDialog.exec_(self)==QDialog.Accepted:
Thanks, pushed to gitorious.

Originally Posted by Jaffa View Post
Another bug, dunno how easy it is to fix, the progress dialogues are system- rather than application-modal. This means you can't switch to another app whilst it's "Loading extras-devel data", for example.
Qt has a few of these attributes, so I guess it’s doable, just needs a little playing with.
__________________
Blogging about mobile linux - The Penguin Moves!
Maintainer of PyQt (see introduction and docs), AppWatch, QuickBrownFox, etc
 
Posts: 3,319 | Thanked: 5,610 times | Joined on Aug 2008 @ Finland
#49
New version available, biggest change is that the load/login operations are done asynchronously -> should not block, plus a few smaller fixes. What do you think is perhaps missing and needs to be done before I take it to extras-testing (apart from displaying existing comments, which is already in the queue) ?
__________________
Blogging about mobile linux - The Penguin Moves!
Maintainer of PyQt (see introduction and docs), AppWatch, QuickBrownFox, etc
 
Posts: 84 | Thanked: 121 times | Joined on Jul 2007
#50
Originally Posted by attila77 View Post
New version available, biggest change is that the load/login operations are done asynchronously -> should not block, plus a few smaller fixes. What do you think is perhaps missing and needs to be done before I take it to extras-testing (apart from displaying existing comments, which is already in the queue) ?
The new version seems to fix that logging on bug as reported by
gilead "When I run kisstester it opens the login dialog. I enter my credentials and then the program exists".

I had the exact same problem, but am now able to logon trough KISStester, thanks!
__________________
--
my
 

The Following User Says Thank You to myrjola For This Useful Post:
Reply

Tags
extras qa, extras-testing, kisstester


 
Forum Jump


All times are GMT. The time now is 17:15.