-
Notifications
You must be signed in to change notification settings - Fork 360
Better icon support #4
base: master
Are you sure you want to change the base?
Conversation
@aryamccarthy I'd like to accept this but I'm not very fluent with Git. Or please would you be kind and let me know the commands I need to issue to accept 1c7284d and a4bccb2. Thank you in advance |
I accepted most of it with git-cherry-pick. But I don't know how to make the fork graph reflect the changes. Your commits appear here: https://github.com/avibrazil/RDM/commits/master Thank you ! |
Thanks for working through this. Since you've cherry-picked the majority of my changes, the best way to reflect this in the fork graph is for me to commit again, undoing the changes you've already pulled, then having you accept my pull request. |
* avibrazil/master: Updated versions to be more coherent better handling of unused icons More coherent version numbers About pane now 2x on Retina displays. Added support for Dark Mode # Conflicts: # Info.plist # Resources/Credits.rtf
Everything looks good to go, @avibrazil. Let me know if you have any other concerns; otherwise, I think the branch is ready to pull. |
Is there anything else left to do before this branch is merged? |
Hello @aryamccarthy I'm sorry, I still don't know what to do with this, don't know how to merge. Apparently there are still icons being deleted in the patch. |
You're right, but they're all unused anyway. Github says there are no conflicts. You should be able to accept my pull request from this page. |
Hi, not sure if this is correct place to post. I started using RDM as I was doing screen recording and needed 1920x1080. When I sent a test video to the video editor he replied saying "Seems like with this app there is no anti aliasing and because of that text looks over sharpened, can you check if there is an option to turn anti-aliasing on?" This is beyond me, I am an audio guy. Is it true what he says? I have attached a test video. |
razzkazz, apparently your display is not HiDPI when set to 1980x1080. On the other hand, if you manage to capture on HiDPI resolutions, your resulting video will be huge and not useful. I don't know what to tell you. Screencasting is a challenge, specially with screen-busy applications as the one you are using. Macs have accessibility settings that will let you zoom parts of the screen with Command+Option+plus and minus. Enable that to highlight parts of the screen you want to show during your recordings. |
Thanks for getting back to me. Ok that all makes sense and clears it up for me. I do use zoom functions. File size is less of an issue (within reason), quality is the main priority. |
Improved handling of Dark Mode and appearance of About Pane on Retina displays, adding HiDPI support.