| Summary: | Too small number of mines in custom level. | ||
|---|---|---|---|
| Product: | [Applications] kmines | Reporter: | Paweł Wysocki <pablow91> |
| Component: | general | Assignee: | Dmitry Suzdalev <dimsuz> |
| Status: | RESOLVED FIXED | ||
| Severity: | wishlist | CC: | coates, schwarzer, swestrup, tittenfick |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Compiled Sources | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Paweł Wysocki
2008-06-11 18:22:13 UTC
Dmitry: What do you think about this one? It seems like an easy fix. :) SVN commit 1116276 by schwarzer: set the maximum number of mines to 200 BUG: 163806 M +1 -0 kmines.kcfg WebSVN link: http://websvn.kde.org/?view=rev&revision=1116276 *** Bug 220767 has been marked as a duplicate of this bug. *** SVN commit 1116513 by coates: Dynamically calculate the maximum number of mines in the custom config. The maximum number of mines that KMines actually allows on a custom board is WIDTH * HEIGHT - 10. Instead of hardcoding any particular maximum, the dialog now dynamically sets the maximum value of the mines spinbox everytime the values of the width and height spinboxes changed. BUG: 163806 M +1 -1 kmines.kcfg M +20 -3 mainwindow.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1116513 SVN commit 1123625 by schwarzer: backport of r1116276 and r1116513: Dynamically calculate the maximum number of mines in the custom config. The maximum number of mines that KMines actually allows on a custom board is WIDTH * HEIGHT - 10. Instead of hardcoding any particular maximum, the dialog now dynamically sets the maximum value of the mines spinbox everytime the values of the width and height spinboxes changed. BUG: 163806 M +1 -0 kmines.kcfg M +17 -0 mainwindow.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1123625 *** Bug 249115 has been marked as a duplicate of this bug. *** |