maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Maemo 5 / Fremantle (https://talk.maemo.org/forumdisplay.php?f=40)
-   -   [ ANNOUNCE ] KISStester (https://talk.maemo.org/showthread.php?t=60158)

attila77 2010-08-19 15:37

Re: [ ANNOUNCE ] KISStester
 
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).

gilead 2010-08-19 16:08

Re: [ ANNOUNCE ] KISStester
 
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.

attila77 2010-08-20 14:11

Re: [ ANNOUNCE ] KISStester
 
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).

gilead 2010-08-20 15:18

Re: [ ANNOUNCE ] KISStester
 
Quote:

Originally Posted by attila77 (Post 793048)
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

gilead 2010-08-20 16:20

Re: [ ANNOUNCE ] KISStester
 
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).

Khertan 2010-08-22 11:36

Re: [ ANNOUNCE ] KISStester
 
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:

Jaffa 2010-08-22 11:58

Re: [ ANNOUNCE ] KISStester
 
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.

attila77 2010-08-22 12:54

Re: [ ANNOUNCE ] KISStester
 
Quote:

Originally Posted by Khertan (Post 794862)
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.

Quote:

Originally Posted by Jaffa (Post 794880)
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.

attila77 2010-08-29 14:02

Re: [ ANNOUNCE ] KISStester
 
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) ?

myrjola 2010-08-29 15:12

Re: [ ANNOUNCE ] KISStester
 
Quote:

Originally Posted by attila77 (Post 801445)
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!


All times are GMT. The time now is 00:22.

vBulletin® Version 3.8.8