Gittyup icon indicating copy to clipboard operation
Gittyup copied to clipboard

File list was disappear on MacOS

Open anzvanie opened this issue 2 years ago • 4 comments

I don't remember exact which setting I've changed but the list of commit files was disappear in my PC

image

I can using up/down arrow for traverse on file list but unable to see it.

anzvanie avatar Sep 07 '22 07:09 anzvanie

The listview is a dockwidget. It is on the right side. Hover the border and the list mouse will convert into arrows. Than just press and move to the left. Then it should appear again

Murmele avatar Sep 07 '22 07:09 Murmele

Might be a good first issue to implement a button like for hiding the logs. So it can be easily hidden or not

Murmele avatar Sep 07 '22 07:09 Murmele

@Murmele thanks for your instruction but it does't work for me. I've reset Gittyup setting manually by the following steps

  1. Close all Gittyup windows

  2. Delete all Qt setting files in the ~/Library directory

  • ~/Library/Preferences/com.Murmele.Gittyup.plist
  • ~/Library/Preferences/com.github.gittyup.Gittyup.plist
  1. Clear preferences cache using command killall -u $USER cfprefsd

  2. After that, Gittyub wil turn into state of the first using and every setting will be reset to default

Might be a good first issue to implement a button like for hiding the logs. So it can be easily hidden or not

Glad to hear that, thanks for your support

anzvanie avatar Sep 07 '22 08:09 anzvanie

Also of note: At least on Windows, the widget's grab area is just one pixel wide, so it's really only feasible to resize the file list back with a maximized window so one can reliably grab it

exactly-one-kas avatar Sep 07 '22 08:09 exactly-one-kas

Also of note: At least on Windows, the widget's grab area is just one pixel wide, so it's really only feasible to resize the file list back with a maximized window so one can reliably grab it

Huge thanks!!! It helped me!

MikeKholomeev avatar May 10 '23 13:05 MikeKholomeev

Adding an action to the gear wheel with show/hide "File View" depending if the width is greater 0 or not. I will check it out

Murmele avatar May 10 '23 14:05 Murmele