nalmadi / fix8

Fix8 (Fixate) is an Open-Source GUI Tool for Working with Eye Tracking Data in Reading Tasks.
Mozilla Public License 2.0
5 stars 0 forks source link

Add a status bar; Fix QColorDialogue; Fix Fixation/Saccade Color Cancel #59

Closed AgLyx3 closed 9 months ago

AgLyx3 commented 10 months ago

Add a status bar with 5 messages.

  1. Trial File Opened /file path
  2. /file name Opened (Default: Manual Mode)
  3. Algorithm Selected/No Algorithm Selected
  4. Correct All Fixations!
  5. Corrections Saved to /file path

I am currently working on adding the status updates for fixation/saccade color/opacity change, but I also found that there are 2 bugs (maybe?) for the visualization tools. Firstly, the QColorDialog is not imported. I have added it. Secondly, I found that if the users use Select Fixation Color or Select Saccade Color and then cancel it, the color will turn black instead of red for fixations or purple for saccades as we set originally. I was wondering if you would like me to fix it or just leave it as is. Also, I was wondering if any other executions are particularly important to be shown on the status bar. Should I show Accept/Undo corrections and Next/Previous Corrections as well?

nalmadi commented 10 months ago

Excellent work, @AgLyx3! I added a couple of comments and I will merge the PR once you make the updates. Go ahead and commit the updates to the same branch, they will appear here. Feel free to give me a nudge once that's ready.

Thanks for the new features!