Skip to content
Arun Narayanankutty edited this page Apr 11, 2024 · 49 revisions

My desk

For next release (v1.03)

  • fix style alpha dark along all platforms
  • show associated plots on table & matrix
  • object browser selection reflect graph2d selection
  • write a property browser from scratch tree view model
  • start porting to QT6
  • use metainfo.xml for all the version & weblinks related data
  • fixed column mode lock feature after graph creation
  • Swap Layout2D code refined

For next release (v1.02)

  • use qt functions for zlib -> (Fixed)
  • add margin adjustments for layouts -> (Fixed)
  • Ability to customize histogram (bin etc..) -> (Fixed)
  • Add brush pattern selection(Plot2D) -> (Fixed)
  • better layout management system (2D Plot) -> (fixed)
  • template loading & saving -> (fixed)
  • implement drag n drop -> project explorer -> (fixed)
  • 2D axis ending color change with axis stroke color change -> (changes with subtick color) -> (fixed)
  • fix vector plots(the arrows may not be correctly drawn) -> (fixed)
  • drag should be only allowed for graphs if the data containers are dragged; otherwise opening the project file will crash -> (fixed)
  • Legend title save not implemented -> (fixed)
  • property browser canvas right-click swap layout option -> (fixed)
  • selected window glow effect settings in preferences -> (fixed)
  • implement saving 3Dplots to .aproj file -> (fixed)
  • Function plot line unable to set properties (color, style) -> (fixed)
  • make image item resizeable (plot2D) -> (fixed)
  • print with transparent background issue (Plot 2D) -> (fixed)
  • fix legend item custom order -> (fixed)
  • fix date time selection in Tables -> (fixed)
  • open image opens the image in graph 2d canvas but save not implemented -> (fixed)
  • box whisker, ability to show all points(2D Plot) -> (fixed)
  • Preferences/settings window complete redesign & fix the broken bit -> (fixing in progress)
  • make the entire font, color property row clickable instead of a button at the end
  • Ability to add an image as backgrounds (plot2D)
  • make function editable (Plot2D, 3D)
  • multi-peak fitting can be handled better(Plot2D)
  • data change update for nonmodel data(3D Plot)
  • QWindow embedded into QWidget not behaving properly (probably an issue with Qt)
  • Edit Data in property editor -> depends (Plot2D, 3D: bad idea)
  • plot a graph and change x or y axis to a different data type (this will mess up the graph: bad idea)
  • stacked and grouped bars should come as child elements to a root stacked bar/grouped bar -> (this will create problems with layer swap: bad idea)

Notes for me to fix

  • style change issue -> (Fixed)
  • reload icons during a color sheme change -> (Fixed)
  • correct add layer button on the graph to act correctly -> (Fixed)
  • show hide floating button at times can disappear -> (Fixed)
  • Add remove layer button on graph may not behave properly (fixed)
  • explorer, log & console window QCheckbox <=> QDockWindow close sync -> (Fixed)
  • open .aproj by double clicking the file (fixed)
  • open .aproj by command line (fixed)
  • properties from window titlebar context menu -> crash -> (Fixed)
  • disable windows geometry set below minimum height & width (Fixed)
  • Table sidebar expand collapse ->position correctly when scroll-bar appears & disappears -> (Fixed)