-
-
Notifications
You must be signed in to change notification settings - Fork 320
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add format to Record button #174
Comments
Yes, could be helpful. Maybe even a quick select. My only concern is that it will make the label longer. But since the label autohides anyway this does not matter much. I am also no opposed to have some kind of quick switching, e.g. by having an arrow dropdown behind the button :) |
Ooh, this sounds excitingly good! :-) |
I have an idea for this, what about have a notify event for the record button and have a drop down menu with formats. I will test this out this weekend. |
@gort818 this looks perfect! How can I test? :-) |
@orschiro It is in my test here https://github.com/gort818/peek/tree/format-popover.. But so far it is just graphical It won't do anything atm, give me some time and I will get it going and let you know when it is ready to test :) |
Sounds good. Thanks, Alessandro!
|
@orschiro ok check it out https://github.com/gort818/peek/tree/format-popover build that and let me know what you think. |
@gort818 followed the compile from source instructions [1]. But [2] produces an error:
Can you help? [1] https://github.com/gort818/peek/tree/format-popover#from-source |
You need Vala installed. |
Thanks! It finished building peek but if I run it [1], I don't get to see your dropdown menu.
[1] orschiro@x230:/tmp/peek/build$ ./peek |
Hang on. I think I didn't check out the right branch... Let me try again! |
@gort818 here is my feedback [1]. :-) [1] https://www.useloom.com/share/ea24a461c6bf4eda887e1b2dd598bd91 |
Hey, looking cool so far. This is going into the direction I had imagined. Two notes:
Having something like this in
|
@orschiro I was curious so I ran ubuntu 17.10 to test for you, so for so good! Take a look! |
@gort818 great! Here [1] are two more feedbacks. :-) [1] https://www.useloom.com/share/0a980874fbb143439efd18f4d3aa1072 |
@orschiro Thanks so much for the feedback extremely helpful! I'm not sure why the popmenu is not inheriting the default style on Gnome, on cinnamon it works fine, I will investigate that. On your second point what do you think about changing the record label when selecting format? For example if I select gif it would say "record as gif" ? Or have check buttons or radio buttons? |
@orschiro Ok after hours of testing there is only an issue with Ubuntu themes, specifically Ambiance theme! So I checked for users themes and if they are using Ambiance it shows like the photo above. I have a feeling they are still many bugs in the Ambiance and Radiance themes. |
@gort818 feedback time! :-) https://www.useloom.com/share/e92b8fa19ecb4a04a97efeb6285f8a35 |
@orschiro Thanks once again for the feedback! Unfortunately I cannot seem to do much about the theme, I had to use a work around just to get the popover to match the headerbar colors This is strictly a Ambiance theme issue with Ubuntu by default buttons are white with black text. So anyway take a look and tell me what you think! @phw If you get a chance I would love if you could check it out, I would like to know your opinion as well. https://github.com/gort818/peek/tree/format-popover |
@orschiro Ok I couldn't help myself I made specific style changes for user with the ambiance theme. I think this is as far as I can go..(Been tearing my hair out!) but we made some progress! |
@gort818 just tried it and it looks and feels great! No further remarks from my side. Thanks for your work! |
@gort818 you're welcome! I am very glad I could help and test. :-) |
@orschiro This has been merged. |
@gort818 fantastic! Thank you all for your work. I guess we can close this? :-) |
@orschiro The development packages should all soon be up-to-date if you want to try it :) |
@phw I will definitely give it a try! :-) |
Here is my challenge.
My default format is GIF.
But sometimes my recordings become too long and GIF won't work.
Then I need to switch to webm or mp4.
But often I forget to switch back.
Annoying because I then have to redo the video.
It would help me a lot if the record button would say "Record to GIF". Or "Record to WebM".
What do you think?
The text was updated successfully, but these errors were encountered: