pullrequests Search Results · user:sindresorhus language:swift archived:false is:public language:Swift language:HTML
Filter by
508 results
insindresorhus (press backspace or delete to remove)And some other tweaks.
The alert and open/save dialogs are now dark too!
img width= 532 alt= screen shot 2018-03-12 at 00 21 21 src=
https://user-images.githubusercontent.com/170270/37256336-a96c6760-258b-11e8-8489-e210f451c6e8.png ...
I thought the AppDelegate had to many responsibilities, so I moved a lot of the code into a WindowController.
I m not sure what best practice is with handling menu item actions, but I changed the open ...
We don t need to set both. According to comments in the Obj-C headers:
/*
A URL identifying the item on which progress is being made. This is required for any NSProgress that is published using -publish ...
NSTextField#textColor is not animatable, so I had to be creative. Happy to consider less hacky solutions.
Here is the Proof of concept I mentioned in https://github.com/sindresorhus/gifski-app/pull/9#discussion_r171176503..
I don t like how I have to unpublish in each error case. Could maybe create a wrapper ...
These are the changes I suggested in my review of #6
I made some changes to the progress handling as well. Let me know if you want me to split up this PR. Need some more
work on the error handling..
...
So progress is shown in Finder.
Using the Progress type also simplifies the code and paves the way for cancelation.
@kornelski Can you comment what info you want your copyright statement to include?