acaudwell / Gource

software version control visualization
https://gource.io
GNU General Public License v3.0
11.55k stars 723 forks source link

Conside date_format in the slider #175

Closed SmallLars closed 6 years ago

SmallLars commented 6 years ago

https://github.com/acaudwell/Gource/blob/b49c828a6c1faee225106745eeabce9e7a7caa8b/src/gource.cpp#L281

Maybe it is a good idea to use gGourceSettings.date_format.c_str() here to?

acaudwell commented 6 years ago

I'm not sure there is much need to configure this as people don't normally make videos where they interact with the timeline slider. I think the reason it isn't using the same format is because the hour/second granularity looked extraneous.

SmallLars commented 6 years ago

hmm.... got it. Thank you.