[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

RE: svn commit: r6883 - trunk/src: . TortoiseProc

From: Lübbe Onken <l.onken_at_rac.de>
Date: 2006-06-23 12:10:06 CEST

> steveking@tigris.org wrote:
>> Author: steveking
>> Date: 2006-06-22 11:21:39-0700
>> New Revision: 6883
>>
>> Modified:
>> trunk/src/Changelog.txt
>> trunk/src/TortoiseProc/StatGraphDlg.cpp
>>
>> Log:
>> Sort the statistics graph for authors by the number of
>> commits instead of author name.
>> This implements issue #256.

Hi Steve,

Still room for improvements :-)

Looking at the line graphs. How much work would it be to:

1) Make the X-Axis scale dynamic using the following algorithm:
If more than 20 units are displayed, go to the next bigger unit and sum up
the smaller bits. If you show commits by week for the entire TSVN
repository, you see what I mean.
Example:
More than 20 weeks -> use months
More than 20 months (80 weeks) -> use quarters
More than 20 quarters (320 weeks) -> use years
More than 20 years (1280 weeks) -> display "Highscore"

2) Get rid of the dots (maybe not necessary, if 1) is implemented.

3) In the stacked line graph fill the region below each line with the lines
colour.

Shall I add these as reminders to issue #256?

Cheers
- Lübbe

--
       ___
  oo  // \\      "De Chelonian Mobile"
 (_,\/ \_/ \     TortoiseSVN
   \ \_/_\_/>    The coolest Interface to (Sub)Version Control
   /_/   \_\     http://tortoisesvn.tigris.org
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Fri Jun 23 12:10:22 2006

This is an archived mail posted to the TortoiseSVN Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.