Commit Graph

13 Commits (fa3baac0f33aac3a066b3df4360ca2a9a02f27df)

Author SHA1 Message Date
Bret Curtis 39185e6f8c purge the rest of boost::shared and any other boost related things that no longer are required
put boost system back in, clean others up

revert Qt

add back boost fstream
7 years ago
Stanislav Bas 37fd733deb Create a custom signal to inform about a row addition in IdTableProxyModel 9 years ago
Stanislav Bas f5b1447c92 IdTableProxyModel refreshes the filter when the source model data or rows changed 9 years ago
Stanislav Bas a7b3248ee7 Proper sorting of columns with enum values 9 years ago
cc9cii 893ad11be1 Fix missing columns in tables. Should resolve Bug #2624.
- Using Flag_Table in filterAcceptsColumn() does not work.
- Workaround by not allowing nested columns in sorting and filtering.
9 years ago
cc9cii 5c37079f0c Include only the columns that are visible for sorting. Should resolve Bug #2611. 9 years ago
cc9cii e6d2821b78 Refresh table filters when the model is updated. Should resolve Bug #2579. 9 years ago
cc9cii a161ad3cd5 Sort cell id column by numerical order. 10 years ago
Marc Zinnschlag 50041fc211 simplified filter system by taking out filter references and user values for now (these are post-1.0 features anyway) 11 years ago
Marc Zinnschlag c7e97a83e1 automatically build column map on filter change 11 years ago
Marc Zinnschlag ea8b9ce45b apply filter to table after filter text change 11 years ago
Marc Zinnschlag 2d46a1db2f changed CreateCommand to work directly on the model instead of the proxy 11 years ago
Marc Zinnschlag 49d6239004 added pop-up menu with create record action 12 years ago