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