Kas

Results 9 issues of Kas

I would like to be able to use derived `FromMeta` implementations on attributes without parentheses (as long as the struct also implements `Default`) This is my proposal for the API:...

Using `QSslSocket::supportsSsl()` should suffice for now

enhancement

When a repository's remote URL contains an explicit username and the user enters a different username in the credentials popup, the password doesn't get saved to the credential store with...

enhancement

This would streamline the login process for GitHub and not require the user to create a personal access token `QOAuth2AuthorizationCodeFlow` would probably be the best starting point for this

enhancement

The change preview doesn't properly show the old and new icon when an ICO file has changed contents - it always grabs the image from the user's icon cache. ![image](https://user-images.githubusercontent.com/16035731/166269838-45e6e764-9c7c-4519-a7c1-f937c0904446.png)

bug
minor
windows

The context menu in the right-side file-list (staging and commit view) should contain all options that exist in the context menu of the diff view's file header ![image](https://user-images.githubusercontent.com/16035731/144059996-df73b49c-dc45-4f32-bddc-a0e8174a69f3.png)

enhancement

enhancement
good first issue

For lifetime reasons, `Cred` now doesn't always carry a `git_cred` and therefore `Cred::unwrap()` may now panic if called on a `Cred` created using `Cred::ssh_interactive()`; this is the only backwards-incompatible change...

S-waiting-on-author

The remote account feature currently only supports pre-filling the URL for the clone dialog There is an undocumented way to enable a PR button in the toolbar that probably only...

enhancement