PhonologicalCorpusTools / SLPAA

5 stars 0 forks source link

add lemma to corpus sort options; fix bug with date-based sorting #248

Closed kvesik closed 11 months ago

kvesik commented 11 months ago

There was an order-of-operations error in how the lastmodified date was being updated when a sign was updated. Also, the default implementation of QSortFilterProxyModel.sort() isn't able to compare datetime.datetime objects, so I deal with those explicitly and then pass the rest off.