Commit Graph

21 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
scrawl 67bd6cd708 Remove empty line at the beginning of files
git ls-files -z | xargs -0 sed -i '1{/^$/d}'
9 years ago
Stanislav Bas 8da9eecea7 Correct comparison of enum values in IdTableProxyModel 9 years ago
Stanislav Bas 812fffbadc Don't inform about a nested row addition in proxy models for top-level tables 9 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
scrawl e13a938896 Add support to build with Qt5 (Task #2665)
Known issue: the render view doesn't work in Qt5. With the switch to OSG around the corner, this isn't worth fixing.
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 b7044ac119 Fix crash loading some addon files. Should resolve Bug #2583.
- This may be a bug within QSortFilterProxyModel
- It isn't 100% clear what aspects of these addon files cause the issue, but something about them causes Qt to lose track of its internal row numbers.
9 years ago
cc9cii e6d2821b78 Refresh table filters when the model is updated. Should resolve Bug #2579. 9 years ago
cc9cii 4fd7537155 Use default sort until a more generic sort that uses numeric order can be implemented. 10 years ago
cc9cii a161ad3cd5 Sort cell id column by numerical order. 10 years ago
Marc Zinnschlag 1b1f1bade3 injected new class IdTableBase between QAbstractItemModel and IdTable 10 years ago
Marc Zinnschlag e9238b456d use case-insensitive sorting in columns 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