TODO in clevic-0.13.0.b5 vs TODO in clevic-0.13.0.b6

- old
+ new

@@ -1,5 +1,10 @@ +sorting by header: + - See void QAbstractItemModel::sort ( int column, Qt::SortOrder order = Qt::AscendingOrder ) + - layoutChanged + +change instance_methods.include? to method_defined? override_next_index broken again, on ditto Sort out the whole /bin/clevic vs gem 'clevic', '~> 0.12.0' thing. Meta should be related to ModelColumn somehow. Which is pretty messy itself. can't use find on certain fields, ie code in adjustments. Partially fixed. @@ -29,11 +34,9 @@ habtm relations has_many :through composed_of & aggregates generate schema from definition? See rubyforge Ctrl-PgDn to last row in this column. Also extend selection -sorting by header. See void QAbstractItemModel::sort ( int column, Qt::SortOrder order = Qt::AscendingOrder ) -- layoutChanged undo - could possibly handle this in the TableModel - acts_as_trashable to undo deletes - other commands. Possibly via ActiveRecord callbacks?