> OK, here you go. qgit just crashed on me. I opened the patch pane, the > tree pane and the annotate window. While the annotate window was > focused, I tried to select multiple files in the tree pane. Hi Pavel, thanks for crash report, I will investigate it. > > Also, qgit doesn't look well with large fonts (not excessively large, > mind you, just with Sans 12): > > http://red-bean.com/proski/qgit/ > > I see sizes are hardcoded in the *.ui files. Probably there should be a > way to make the widgets resize together with the font. > I will investigate what Qt designer allows abot font resizing. > I don't want to be asked about range every time I start qgit. Can it be > an option? In half of the cases I just want to see commits in the last > 2-4 days. In other cases, I want to see the whole history. Tags are > usually irrelevant. > I know what you mean ;-) To avoid range select dialog simply call qgit with some command line option (arguments are feeded to git-rev-parse, so the same options of gitk are allowed), qgit shows the dialog only if called with no arguments. If you don't want to type options just call qgit and press enter as soon as range select appears, by default you will see commits from HEAD to latest tag. If, instead, you want to see whole the history, press "Canc" to delete "to" field tag and then press enter. That's the reason the focus is on "to" field by default ;-) An option at startup to bybass range select could be an idea tough. > The "Show All" checkbox in the range select dialog doesn't seem to have > any effect. I think it should disable "top" and "bottom" comboboxes. > "Show All" is simply a shortcut for git-rev-parse --show-all option, to see all the branches between selected commit range. Tags selection is to define selected commit range Peraphs it should be better call it "Show all branches" and add a new check "Show whole history" Thanks for your feedback. Marco __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.htmlReceived on Tue Dec 20 23:56:08 2005
This archive was generated by hypermail 2.1.8 : 2005-12-20 23:56:15 EST