~ubuntu-branches/ubuntu/precise/fritzing/precise

« back to all changes in this revision

Viewing changes to pri/svg.pri

  • Committer: Bazaar Package Importer
  • Author(s): Georges Khaznadar
  • Date: 2011-08-26 10:11:05 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20110826101105-w5hmn7zcf93ig5v6
Tags: 0.6.3b-1
* upgrapded to the newer upstream version
* parameters of the function GraphicsUtils::distanceFromLine in 
  src/svg/groundplanegenerator.cpp:767 are now declared as doubles,
  which Closes: #636441
* the new version fixes src/utils/folderutils.cpp, which
  Closes: #636061

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
# You should have received a copy of the GNU General Public License
13
13
# along with Fritzing. If not, see <http://www.gnu.org/licenses/>.
14
14
# ********************************************************************
15
 
# $Revision: 4353 $:
 
15
# $Revision: 5417 $:
16
16
# $Author: cohen@irascible.com $:
17
 
# $Date: 2010-07-12 10:57:33 +0200 (Mon, 12 Jul 2010) $
 
17
# $Date: 2011-08-18 12:47:41 +0200 (Thu, 18 Aug 2011) $
18
18
# ********************************************************************/
19
19
HEADERS += src/svg/svgfilesplitter.h \
20
20
    src/svg/svgpathparser.h \
23
23
    src/svg/svgpathrunner.h \
24
24
    src/svg/svg2gerber.h \
25
25
    src/svg/svgflattener.h \
 
26
    src/svg/gerbergenerator.h \
26
27
    src/svg/groundplanegenerator.h \
27
28
    src/svg/x2svg.h \
28
29
    src/svg/kicad2svg.h \
40
41
    src/svg/svgpathrunner.cpp \
41
42
    src/svg/svg2gerber.cpp \
42
43
    src/svg/svgflattener.cpp \
 
44
    src/svg/gerbergenerator.cpp \
43
45
    src/svg/groundplanegenerator.cpp \
44
46
    src/svg/x2svg.cpp \
45
47
    src/svg/kicad2svg.cpp \