Skip to content
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

Mojave updates #11

Open
wants to merge 1,719 commits into
base: master
Choose a base branch
from
Open

Mojave updates #11

wants to merge 1,719 commits into from

Conversation

johndpope
Copy link

No description provided.

tiennou and others added 30 commits March 14, 2017 20:01
Update the icon (SVG edition)
While investigating gitx#17, I found that code pretty hard to understand.

For the record, it built a set of OIDs while extracting the meaning of the `PBGitRevSpecifier`, which (since sets have no order) I suspected could cause the out-of-order behavior we had. Turns out the fix was much easier, but since I find this one cleaner, and less "loopy", here it is.
This is a bit more discoverable than double-clicking the submodule row.
There's a built-in NSBezierPath method for this now.
The app icon is in an asset catalog now.
We can target just the public Quick Look API now (it has been public since 10.6).
Adjust strong and weak properties to ensure that PBGitRepository is retained by objects that are observing it with KVO. Otherwise PBGitRepository would get released before PBViewController subclasses that were observing it.
Broke retain cycle between PBGitCommitController and PBWebChangesController, and PBGitCommitController and PBCommitMessageView.
PBCommitMessageView wasn't unregistering KVO of NSUserDefaults.
PBFileChangesTableView was crashing because of nextKeyView and previousKeyView overrides. Instead set the next key views in the xib. The loop isn't quite the same, but it's close enough and eliminates memory leaks. Another way of setting the key view loop can be used if necessary.
Added "Open Submodule" menu item to contextual menu of submodules
Fixed documents and repositories leaking when closing documents
@targeter21
Copy link

Could this be merged or looked at? Right now I cannot start the latest GitX on MacOS Mojave.

@tddschn
Copy link

tddschn commented Jun 12, 2019

error: gitx is not optimized for your mac.

it seems that gitx is unusable on macOS 10.14 (Mojave)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet