From 5624a0e426b4d31721da9c5a633f2ac40de261a6 Mon Sep 17 00:00:00 2001 From: don bright Date: Mon, 3 Dec 2012 20:04:20 -0600 Subject: hand code html to remove qt cruft. makes it easier to change, and easier to spit out to cmdline (eventually) diff --git a/src/AboutDialog.h b/src/AboutDialog.h index 1ae6533..2211e63 100644 --- a/src/AboutDialog.h +++ b/src/AboutDialog.h @@ -16,6 +16,9 @@ public: this->aboutText->setOpenExternalLinks(true); QUrl flattr_qurl(":icons/flattr.png" ); this->aboutText->loadResource( QTextDocument::ImageResource, flattr_qurl ); + QString tmp = this->aboutText->toHtml(); + tmp.replace("__VERSION__",QString(TOSTRING(OPENSCAD_VERSION))); + this->aboutText->setHtml(tmp); } }; diff --git a/src/AboutDialog.html b/src/AboutDialog.html index e2a6264..357a6df 100644 --- a/src/AboutDialog.html +++ b/src/AboutDialog.html @@ -1,77 +1,132 @@ - -

-


-

OpenSCAD is Copyright (C) 2009-2012 Marius Kintel <marius@kintel.net> and Clifford Wolf <clifford@clifford.at>

-


-

License

-


-

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

-


-

Please visit this link for a copy of the license: GPL 2.0

-


-

Tools & Libraries used

-


-

GNU GMP

-

GNU MPFR

-

CGAL

-

Eigen2

-

OpenCSG

-

OpenGL

-

GLEW

-

Qt Toolkit

-

Boost

-

Bison

-

Flex

-

CMake

-

LodePNG

-

MingW

-

MXE

-

Linux

-

Mac OSX

-

C++, GCC, clang

-

python

-

Nullsoft installer

-


-

Acknowledgements

-


-

OpenSCAD Github Project members (public):

-


-

Marius Kintel

-

Clifford Wolf

-

Giles Bathgate

-

Brad Pitcher

-


-

Debian maintainer:

-


-

Christian M. Amsüss

-


-

Patches:

-


-

meta23

-

jasonblewis

-

gregjurman

-

brianolson

-

tjhowse

-

logxen (Mark A Cooper)

-

iamwilhelm (Wil Chung)

-

clothbot (Andrew Plumb)

-

colah (Christopher Olah)

-

-

Bug reports:

-

-

nop head, Triffid Hunter, Len Trigg, Kliment Yanev, Christian Siefkes, Whosawhatsis, MichaelAtOz, mrhdias, ibyte8bits, Koen Kooi, Tomas Mudrunka, knuds, cadr, mshearn, Hans L, Brett Sutton, hmnapier, Eero af Heurlin, caliston, 5263, ghost, 42loop, uniqx, Michael Thomson, Michael Ivko, Pierre Doucet, myglc2, Alan Cox, Peter Falke, Michael Ambrus, Gordon Wrigley, Ed Nisley, Stony Smith, Pasca Andrei, David Goodenough, William A Adams ... and many others

-


-

Hosting & resources

-


-

Github source repository

-


-

Rock Linux mailing list

-


-

Thingiverse

-

-

Laurent Guerby and the GCC Compile Farm, with OSUOSL, IBM, IRILL, Intel, FSF France, and AMD.

-


-

Apologies to anyone accidentally left out.

+ + + + + + + + +

+ +

+ +

+ OpenSCAD version __VERSION__ +

+ +

+ Copyright (C) 2009-2012 Marius Kintel <marius@kintel.net> and Clifford Wolf <clifford@clifford.at> +

+ +

+ License +

+ +

+ This program is free software; you can redistribute it and/or modify it + under the terms of the GNU General Public License as published by the + Free Software Foundation; either version 2 of the License, or + (at your option) any later version. +

+

+ Please visit this link for a copy of the license: GPL 2.0 +

+

+ Tools & Libraries used +

+ + +
  • GNU GMP +
  • GNU MPFR +
  • CGAL +
  • Eigen2 +
  • OpenCSG +
  • OpenGL +
  • GLEW +
  • Qt Toolkit +
  • Boost +
  • Bison +
  • Flex +
  • CMake +
  • MingW +
  • LodePNG +
  • MXE +
  • Linux +
  • Mac OSX +
  • C++, GCC, clang +
  • python +
  • Nullsoft installer + +

    + +

    + Acknowledgements +

    + +

    + OpenSCAD Github Project members (public) +
    + +

  • Marius Kintel +
  • Clifford Wolf +
  • Giles Bathgate +
  • Brad Pitcher +
  • Don Bright + +

    + +

    + Debian maintainer: + Christian M. Amsuess +

    + +

    + Patches +
    + +

  • meta23 +
  • jasonblewis +
  • gregjurman +
  • brianolson +
  • tjhowse +
  • logxen +
  • iamwilhelm +
  • clothbot +
  • colah + +

    + +

    + Mailing list, bug reports, testing, &c +

    + nop head, Triffid Hunter, Len Trigg, Kliment Yanev, Christian Siefkes, Whosawhatsis, MichaelAtOz, Tony Buser, + mrhdias, ibyte8bits, Koen Kooi, Tomas Mudrunka, knuds, cadr, mshearn, Hans L, Brett Sutton, hmnapier, + Eero af Heurlin, caliston, 5263, ghost, 42loop, uniqx, Michael Thomson, Michael Ivko, Pierre Doucet, + myglc2, Alan Cox, Peter Falke, Michael Ambrus, Gordon Wrigley, Ed Nisley, Stony Smith, Pasca Andrei, + David Goodenough, William A Adams ... and many others +

    + +

    + Hosting & resources +
    + +

  • Github +
  • Rock Linux +
  • Thingiverse + +

    + Laurent Guerby and the + GCC Compile Farm, with + OSUOSL, IRILL, + FSF France, AMD, + Intel, IBM, &c. +

    +

    + +

    + Apologies to anyone left out. Please file an issue on OpenSCAD's github if you know of someone who belongs here. +

    + + + -- cgit v0.10.1