https://bugs.kde.org/show_bug.cgi?id=518611

Ralf Habacker <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #2 from Ralf Habacker <[email protected]> ---
(In reply to Adilson Urso from comment #1)
> I also support that suggestion.
Looking the git master branch I see that these filters are defined

    filterBox->insertItem(static_cast<int>(State::Any),
Icons::get(Icon::TransactionStateAny), i18n("Any status"));
    filterBox->insertItem(static_cast<int>(State::Imported),
Icons::get(Icon::TransactionStateImported), i18n("Imported"));
    filterBox->insertItem(static_cast<int>(State::Matched),
Icons::get(Icon::TransactionStateMatched), i18n("Matched"));
    filterBox->insertItem(static_cast<int>(State::Erroneous),
Icons::get(Icon::TransactionStateErroneous), i18n("Erroneous"));
    filterBox->insertItem(static_cast<int>(State::Scheduled),
Icons::get(Icon::TransactionStateScheduled), i18n("Scheduled"));
    filterBox->insertItem(static_cast<int>(State::NotMarked),
Icons::get(Icon::TransactionStateNotMarked), i18n("Not marked"));
    filterBox->insertItem(static_cast<int>(State::NotReconciled),
Icons::get(Icon::TransactionStateNotReconciled), i18n("Not reconciled"));
    filterBox->insertItem(static_cast<int>(State::Cleared),
Icons::get(Icon::TransactionStateCleared), i18nc("Reconciliation state
'Cleared'", "Cleared"));

including "Not marked" and "Not reconciled", so it looks that "Not Cleared" is
the remaining missing entry or do I miss something here ?

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to