diff --git a/controls/resize/imagesfilterproxy.cpp b/controls/resize/imagesfilterproxy.cpp index 4de0560c..f425db1d 100644 --- a/controls/resize/imagesfilterproxy.cpp +++ b/controls/resize/imagesfilterproxy.cpp @@ -37,7 +37,7 @@ bool ImagesFilterProxy::filterAcceptsColumn(int source_column, const QModelIndex QModelIndex index = this->sourceModel()->index(0, source_column, source_parent); QString name = this->sourceModel()->data(index).toString(); - return (this->mKeys->contains(name, Qt::CaseInsensitive)); + return (this->mKeys->contains(name, Qt::CaseSensitive)); } //----------------------------------------------------------------------------- void ImagesFilterProxy::setFilter(const QStringList &keys) diff --git a/resources/history.xml b/resources/history.xml index 06cc73ae..267e31fe 100644 --- a/resources/history.xml +++ b/resources/history.xml @@ -5,12 +5,26 @@ current current + Fixed: + Character's filter in resize dialog. + + + + e3845185e979677235a2d12243b675b96ce225c6 + 2013-02-10 09:49:25 +0600 + Added: Unicode blocks; New tag names; Changed 'Resize' dialog; Font preview's size can be changed by Ctrl+Wheel; A separate dialog box to check for updates. + + + Application for Windows (7.7 MB) + http://code.google.com/p/lcd-image-converter/downloads/detail?name=lcd-image-converter-20130210-e3845185e979.zip + +