Uncommon / Xit

Mac OS X Git GUI
Other
1.08k stars 50 forks source link

Status toolbar item like Xcode 4 and iTunes #31

Closed Uncommon closed 13 years ago

Uncommon commented 13 years ago

Display status info, like the result of the last git operation, in a toolbar item like the LCD-looking ones in Xcode 4 or iTunes.

Uncommon commented 13 years ago

Apparently Xcode uses some trickery to achieve its full-height toolbar item.

http://stackoverflow.com/questions/6169255/is-it-possible-to-draw-in-the-label-area-of-nstoolbar

Uncommon commented 13 years ago

Since I'm working on this now, my plans:

Technical challenges:

Uncommon commented 13 years ago

On the output popover: what if the output is really long, like the history of a very large repository? Truncate? Is it even useful to show output for that case?

laullon commented 13 years ago

put the output only on errors.

Uncommon commented 13 years ago

That's a good idea, at least for loading the history. I think I still want to put the successful output for cases where it will always be short.

Uncommon commented 13 years ago

Basic version is done in 66ba8e49fd6489c9116590833b88201a782fb8c0. Refine it more when we hit other features that use it.