You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adding to this list of things to do in the GUI department - post merge of PR #69
Implement cross-platform application state management using QSettings (track recent projects, window size, open flights etc)) [in progress]
Use Qt stylesheets to control various interface styling (see issue Project dialog fonts #70 ) - possibly add ability for user to select font type/size etc through dialog menu (and remember the setting using QSettings).
Improve the QMenu system used for the project tree, possibly enabling inheritance of menu items from a parent.
Flatten the project tree, remove the Datasets folder; DataSet will become a direct child of its Flight. Sensors folder may also be removed, sensor links can be added to a DataSet. (resolved by Feature/project data #79 )
Enable loading/opening of multiple projects within the main window/project tree - this may require some project updates but I think is almost doable. (resolved by Tracking: feature/project-signalling #76 )
DataSet Segments need the ability to be deleted by the user via GUI action.
Add a dialog/menu action that allows a user to create or edit a DataSegment (as opposed to click-dragging on the plot surface)
Add a dialog that allows the user to inspect an imported Data File (i.e. Gravity/Trajectory data), displaying statistics ala DataFrame.describe(), and allowing the user to browse the raw data using a QTableView (possibly enabling editing).
List of interface improvements that need to be accomplished at some point, for tracking purposes:
Context menu for Data Channels to remove all/remove all from specific plotThe text was updated successfully, but these errors were encountered: