| Summary: | card selection dialog chooses different decks itself | ||
|---|---|---|---|
| Product: | [Frameworks and Libraries] libkdegames | Reporter: | Andreas Pakulat <apaku> |
| Component: | general | Assignee: | Andreas Beckermann <b_mann> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Compiled Sources | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Andreas Pakulat
2007-12-04 20:36:03 UTC
SVN commit 744900 by apaku: Properly pre-set the selected front/back deck. CCBUG:153445 M +7 -6 mainwindow.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=744900 SVN commit 744943 by apaku: Properly pre-set the card deck name for the card dialog CCBUG:153445 M +7 -2 cardmaps.cpp M +8 -16 pwidget.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=744943 SVN commit 744959 by apaku: Don't use currentChanged signal, but selectionChanged. The former is also emitted when using the scrollwheel or scrollbars. BUG:153445 M +12 -8 kcarddialog.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=744959 |