Launchpad does not know where kajongg hosts its code.

Bazaar branches

Name Status Last Modified Last Commit
lp:~neon/kajongg/master 1 Development 2020-05-20 08:43:39 UTC
3782. GIT_SILENT: add Kajongg icon as repos...

Author: Yuri Chornoivan
Revision Date: 2020-05-20 08:43:39 UTC

GIT_SILENT: add Kajongg icon as repository logo

lp:~kubuntu-members/kajongg/4.11 1 Development 2014-02-09 20:00:59 UTC
2692. Fix a bug where the next hand could n...

Author: Wolfgang Rohdewald
Revision Date: 2014-02-09 20:00:59 UTC

Fix a bug where the next hand could not be started

this happened for me by doing:
- wait for prompt "ready for next hand?"
- use CTRL-T to show the scoring table. It must appear below the prompt.
- click in the scoring table
- click on the OK button of the prompt

this happens only if using PyKDE4 and a modal prompt. The KPushButton does get
the events MouseButtonPress and MouseButtonRelease, but the KDialog emits
neither buttonClicked nor clicked

Fix: When using PyKDE4, use a modal dialog here. This has the disadvantage
that it might be useful to open the scoring table at this point which is not
possible with this modal dialog (unless a specific button is added to the
dialog)

BUG: 324001
FIXED-IN: 4.11.7

12 of 2 results