aboutdialog.cpp
changeset 636 f83abc1f75b4
parent 543 9068ed9695f7
child 649 4004e795b1ad
     1.1 --- a/aboutdialog.cpp	Mon Jul 09 10:23:39 2007 +0000
     1.2 +++ b/aboutdialog.cpp	Mon Jan 07 14:52:49 2008 +0000
     1.3 @@ -39,19 +39,44 @@
     1.4  				"<ul>"
     1.5  					"<li>Please ask general questions about vym  on "
     1.6  				"<a href=\"mailto:vym-forum@lists.sourceforge.net\">vym-forum</a></li>"
     1.7 -				"<li>Subscribe/Unsubscribe and archives can be found  <a href=\"https://sourceforge.net/mail/?group_id=127802\">here</a></li>"
     1.8 +				"<li>Subscribe/Unsubscribe and archives can be found  "
     1.9 +				"<a href=\"https://sourceforge.net/mail/?group_id=127802\">here</a></li>"
    1.10  				"</ul>"
    1.11  		"</ul>"		
    1.12  	"<li> Credits " 
    1.13  	"<ul>"
    1.14 -	"<li>Peter Adams for documentation proofreading and polishing</li>"
    1.15 -	"<li>Jakob Hilmer for image drag and drop in 1.8.1, &quot;About vym&quot; window patch </li>"
    1.16 -	"<li>Thomas Schraitle for the stylesheet  used for XHTML-export and help with XML processing in general</li>"
    1.17 -	"<li>Debianization by Christoph Thielecke and Steffen Joeris</li>"
    1.18 -	"<li>Matt from <a href=\"http://www.satbp.com\">www.satbp.com</a> for <a href=\"http://www.taskjuggler.org\">Taskjuggler</a> export</li>"
    1.19 -	"<li>Olaf Hering for support with my Powerbook</li>"
    1.20 -	"<li>All the guys at Trolltech for their Qt toolkit</li>"
    1.21 -	"<li>All the guys at SuSE for their Linux and support, e.g. to get Linux running on PowerPC and also Macbooks</li>"
    1.22 +	"<li>Documentation"
    1.23 +	"  <ul>"
    1.24 +	"    <li>Peter Adams: documentation proofreading and polishing</li>"
    1.25 +	"  </ul>"
    1.26 +	"</li>"
    1.27 +	"<li>Translation"
    1.28 +	"  <ul>"
    1.29 +	"    <li>Spanish: <a href=\"http://ieee.udistrital.edu.co/aclibre\">"
    1.30 +	"                 ACLibre (Academia y Conocimiento Libre)</a> </li>"
    1.31 +	"    <li>French: Philippe Caillaud</li>"
    1.32 +	"  </ul>"
    1.33 +	"</li>"
    1.34 +	"<li> Patches"
    1.35 +	"  <ul>"
    1.36 +	"    <li>Konstantin Goudkov: sort branches</li>"
    1.37 +	"    <li>Jakob Hilmer: image drag and drop in 1.8.1, &quot;About vym&quot; window patch </li>"
    1.38 +	"    <li>Xavier Oswald, Christoph Thielecke and Steffen Joeris: Debian packaging</li>"
    1.39 +	"    <li>Andrew Ng, Juha Ruotsalainen and Thomas Kriener: Windows</li>"
    1.40 +	"    <li>Matt from <a href=\"http://www.satbp.com\">www.satbp.com</a>: "
    1.41 +	"        <a href=\"http://www.taskjuggler.org\">Taskjuggler</a> export</li>"
    1.42 +	"    <li>Thomas Schraitle for the stylesheet"  
    1.43 +	"        used for XHTML-export and help with XML processing in general</li>"
    1.44 +	"  </ul>"
    1.45 +	"</li>"
    1.46 +	"<li> General"
    1.47 +	"  <ul>"
    1.48 +	"    <li>Olaf Hering for support with my Powerbook</li>"
    1.49 +	"    <li>All the guys at Trolltech for their Qt toolkit</li>"
    1.50 +	"    <li>All the guys at SuSE for their Linux and support,"
    1.51 +	"        e.g. to get Linux running on PowerPC and also Macbooks</li>"
    1.52 +	"  </ul>"
    1.53 +	"</li>"
    1.54  	"</ul>"
    1.55  	"</li>");
    1.56      credits->setFrameStyle( QFrame::Panel | QFrame::Plain );