Summary: | Direct editing of factorisation task is broken | ||
---|---|---|---|
Product: | [Applications] kbruch | Reporter: | Sebastian Stein <seb.kde> |
Component: | general | Assignee: | Sebastian Stein <seb.kde> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Unspecified | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
A patch that fixes this bug.
The patch |
Description
Sebastian Stein
2009-05-14 21:46:05 UTC
I'm working on this in Trunk/ as it is a major change and not something for a last minute change for 4.6... SVN commit 1211750 by sstein: work in progress, bug not fixed yet, backup current changes: - add a derived KLineEdit class called PrimeFactorsLineEdit to handle prime factor input - use PrimeFactorsLineEdit in exercise factorize - compiles CCBUG: 192707 M +1 -0 CMakeLists.txt A PrimeFactorsLineEdit.cpp [License: GPL (v2+)] A PrimeFactorsLineEdit.h [License: GPL (v2+)] M +3 -73 exercisefactorize.cpp M +2 -7 exercisefactorize.h WebSVN link: http://websvn.kde.org/?view=rev&revision=1211750 Created attachment 63588 [details]
A patch that fixes this bug.
Comment on attachment 63588 [details]
A patch that fixes this bug.
I've uploaded this patch to the reviewboard but it seems you don't have an account there so I've uploaded here as well.
Created attachment 63592 [details]
The patch
I've made some mistakes that I think I've fixed.
Git commit 07bd1eef1dd40a33af2350cc836ca84dcb40deb9 by Sebastian Stein. Committed on 23/09/2011 at 21:33. Pushed by sstein into branch 'master'. fix editing of factorisation tasks Now it is possible again to just use the keyboard to the factorisation exercises. Fix was contributed by Luis Angel Fernandez Fernandez. Many thanks to him for fixing this long standing bug! BUG: 192707 CCMAIL: laffdez@gmail.com M +84 -30 src/PrimeFactorsLineEdit.cpp M +25 -7 src/PrimeFactorsLineEdit.h M +50 -0 src/exercisefactorize.cpp M +5 -0 src/exercisefactorize.h http://commits.kde.org/kbruch/07bd1eef1dd40a33af2350cc836ca84dcb40deb9 Git commit f3a4c476919be5d9ef60080137b8310ce6394730 by Sebastian Stein. Committed on 23/09/2011 at 21:33. Pushed by sstein into branch 'KDE/4.7'. fix editing of factorisation tasks Now it is possible again to just use the keyboard to the factorisation exercises. Fix was contributed by Luis Angel Fernandez Fernandez. Many thanks to him for fixing this long standing bug! BUG: 192707 CCMAIL: laffdez@gmail.com M +84 -30 src/PrimeFactorsLineEdit.cpp M +25 -7 src/PrimeFactorsLineEdit.h M +50 -0 src/exercisefactorize.cpp M +5 -0 src/exercisefactorize.h http://commits.kde.org/kbruch/f3a4c476919be5d9ef60080137b8310ce6394730 |