https://bugs.kde.org/show_bug.cgi?id=464055
--- Comment #15 from Bug Janitor Service ---
Dear Bug Submitter,
This bug has been in NEEDSINFO status with no change for at least
15 days. Please provide the requested information as soon as
possible and set the bug status as REPORTED. Due to regular
I set this up and don't think this is a great option. First of all, it
only works for regular transactions that you can easily schedule. Many
of my bills do not occur on the exact same day each month.
The second problem is that it doesn't work great for the paychecks that
vary by a penny or tw
https://bugs.kde.org/show_bug.cgi?id=464870
--- Comment #13 from Jack ---
OK, my c++ reading ability is far worse than I thought. Even debugging through
the Qt code, I somehow missed the switch from the call to item() to the call to
text(). Adding a check before calling text() would certainly w
https://bugs.kde.org/show_bug.cgi?id=461288
Thomas Baumgart changed:
What|Removed |Added
Status|REPORTED|NEEDSINFO
Resolution|---
https://bugs.kde.org/show_bug.cgi?id=464870
--- Comment #12 from Thomas Baumgart ---
QStandardItem has no problem. Looking at the codeline in question
symbol = m_file->m_model->item(row, symbolCol)->text().trimmed();
the first part "m_file->m_model->item(row, symbolCol)" returns a n