-
Notifications
You must be signed in to change notification settings - Fork 758
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
Topic/quarks gui enhancements #1394
Topic/quarks gui enhancements #1394
Conversation
if user sorts by name and then installs it will not annoy them by resorting by "is installed" making them lose their place.
no cancel button yet, but cmdPeriod works and its async
show versions in a table, move action buttons down into the detail area
More screenshots here: http://imgur.com/a/21fFh |
@@ -87,6 +98,7 @@ Git { | |||
cmd = ["git"]; | |||
}); | |||
cmd = (cmd ++ args).join(" "); | |||
// this blocks the app thread |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we need another way to get the output of a command. Probably I can change it to use Pipe but that still blocks while its in getLine.
to test:
|
I gave this branch a brief test, it looks very nice and everything I tested was working. |
I found one minor issue and worked on a fix yesterday. will push it today. thanks for trying it miguel ! On Mon, Apr 6, 2015 at 12:51 PM Miguel Negrão notifications@github.com
|
…ion is enable installing from detail view or installing a different version
Topic/quarks gui enhancements
A lot of love went in, I can see that. Will test tomorrow... |
Also a lot of annoying parsing of git documentation went in there. http://git-man-page-generator.lokaltog.net/ On Tue, Apr 7, 2015 at 1:47 PM Rainer Schütz notifications@github.com
|
Are you taking kind of fundamental discussion of the gu-interface? I have some suggestions, a few pretty radical, but maybe it's not the time yet? (I am keeping those back in the list below, but it's a fuzzy border, of course)
A general thought: it might be worth thinking about having "Quarks" system become the general tool to assemble ones classes. So one might think about it replacing the preferences include/exclude dialog in the IDE preferences. A few hints in that direction are scattered over threads in the issue tracker. |
Many fixes, improvements to usability.
Still not very pretty due to the buttons inside the TreeView
Please let's test before merging. I will test more too. Its probably fine though.
Note: button text has been changed to black now.