huikau / gource

Automatically exported from code.google.com/p/gource
0 stars 0 forks source link

--highlight-users and --highlight-dirs don't work. #151

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. use either the --highlight-users or --highlight-dirs options while setting 
--highlight-colour f3f516 for instance and nothing will be highlighted as it 
should be.

What is the expected output? What do you see instead?
the expected behavior is to highlight the usernames and/or directory names. If 
you specify --highlight-user "username", this DOES work as expected. But 
neither of the options to just highlight all of a particular category work as 
expected.

What version of the product are you using? On what operating system?
Gource v0.34 on Linux Mint 12 64bit.
Gource v0.37 (package and requisite libs from Debian unstable) on Linux Mint 
64bit
Gource v0.34 on Ubuntu 11.10 64bit

Please provide any additional information below.
I got the same behavior on Ubuntu 11.10 64bit with the same version of gource.

I've also installed the latest unstable Debian package of 
gource_0.37-2+b1_amd64.deb with the necessary required libs etc... and still 
don't get the proper highlights. :( Everything else runs apparently as it 
should.

I've even tried adding --highlight-all-users (the old parameter), but it 
doesn't make any difference (and doesn't throw an error either, like other bad 
params will).

gource --highlight-users --highlight-all-users --highlight-colour f3f615 
--user-scale 10 -s 0.0001 -a 0.5 --user-image-dir 
/home/justin/haiku/.git/avatar/ -1280x720 --stop-at-end --highlight-dirs 
--camera-mode overview

Original issue reported on code.google.com by jstress...@gmail.com on 3 Mar 2012 at 10:35

GoogleCodeExporter commented 9 years ago
Hi.

At some point, possibly when I added --highlight-dirs, I changed 
--highlight-users to merely make the usernames permanent, no longer turning 
them yellow, which I decided didn't generally look very good in videos.

--highlight-colour actually right now just changes the username selection 
colour.

I might rename --highlight-colour to --selection-colour and add 
--username-colour and --dir-colour perhaps.

Cheers

Andrew

Original comment by acaudw...@gmail.com on 13 Mar 2012 at 9:07