Cause of this was that the close event type was also being used by the related overlay, and the event was being caught by that even though the overlay was hidden.
Also started working on changing the sort order within the column selector by pressing S.
- Most aspects of scans and queries can now be represented using the expression language
- All constructs of the expression language can be used to evaluate items
- Wrapped all table operations in a new foreground job context, which mediates foreground tasks.
- Added cancellation support and partial results for table read operations.
- Added the "mark" command, which can mark, unmark & toggle marked items
- Added support for alias arguments.
- Removed the "unmark" command, and replaced it as an alias to the "marked" command
- Fixed seg faults raised when there is no table shown in the result set.
Added a new popup to modify the columns of the table. With this new popup, the user can:
- Show and hide columns
- Move columns around
- Add new columns which are derived from the value of an expression
- Delete columns
Also got the overlay mechanisms working.