|
2010-08-19
, 16:08
|
Posts: 44 |
Thanked: 73 times |
Joined on Dec 2009
@ Freiburg, Germany
|
#42
|
The Following User Says Thank You to gilead For This Useful Post: | ||
|
2010-08-20
, 14:11
|
Posts: 3,319 |
Thanked: 5,610 times |
Joined on Aug 2008
@ Finland
|
#43
|
|
2010-08-20
, 15:18
|
Posts: 44 |
Thanked: 73 times |
Joined on Dec 2009
@ Freiburg, Germany
|
#44
|
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).
The Following User Says Thank You to gilead For This Useful Post: | ||
|
2010-08-20
, 16:20
|
Posts: 44 |
Thanked: 73 times |
Joined on Dec 2009
@ Freiburg, Germany
|
#45
|
The Following User Says Thank You to gilead For This Useful Post: | ||
|
2010-08-22
, 11:36
|
|
Posts: 1,012 |
Thanked: 817 times |
Joined on Jul 2007
@ France
|
#46
|
|
2010-08-22
, 11:58
|
|
Posts: 2,535 |
Thanked: 6,681 times |
Joined on Mar 2008
@ UK
|
#47
|
The Following User Says Thank You to Jaffa For This Useful Post: | ||
|
2010-08-22
, 12:54
|
Posts: 3,319 |
Thanked: 5,610 times |
Joined on Aug 2008
@ Finland
|
#48
|
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:
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.
|
2010-08-29
, 14:02
|
Posts: 3,319 |
Thanked: 5,610 times |
Joined on Aug 2008
@ Finland
|
#49
|
|
2010-08-29
, 15:12
|
Posts: 84 |
Thanked: 121 times |
Joined on Jul 2007
|
#50
|
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 Following User Says Thank You to myrjola For This Useful Post: | ||
Tags |
extras qa, extras-testing, kisstester |
|
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