Skip navigation.
KDE Developer's Journals

SvnLine: a small demo app for a zoomable timeline

oever's picture

This evening I ported a widget I wrote with HTML and javascript to Qt 4.2. I wrote this widget last year. It can show a timeline into which you can zoom by scrolling the mousewheel. This is useful for a number of things like calendar information, browsing files by creation date or size and as shown in this application, for looking at SVN commits.

SvnLine retrieves the SVN log as XML and shows the messages on a time line.
Here are some screenshots showing the new widget as a QGraphicsScene:

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.
icefox's picture

nice

Very slick little app

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.