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

« back to all changes in this revision

Viewing changes to pri/items.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:
22
22
    src/items/capacitor.h \    
23
23
    src/items/clipablewire.h \
24
24
    src/items/dip.h \
25
 
    src/items/graphicssvglineitem.h \
26
25
    src/items/groundplane.h \
27
26
    src/items/hole.h \
28
27
    src/items/itembase.h \
29
28
    src/items/jumperitem.h \
30
29
    src/items/layerkinpaletteitem.h \
 
30
    src/items/led.h \
31
31
    src/items/logoitem.h \
32
32
    src/items/moduleidnames.h \
33
33
    src/items/mysterypart.h \
57
57
    src/items/capacitor.cpp \
58
58
    src/items/clipablewire.cpp \
59
59
    src/items/dip.cpp \
60
 
    src/items/graphicssvglineitem.cpp \
61
60
    src/items/groundplane.cpp \
62
61
    src/items/hole.cpp \
63
62
    src/items/itembase.cpp \
64
63
    src/items/jumperitem.cpp \
65
64
    src/items/layerkinpaletteitem.cpp \
 
65
    src/items/led.cpp \
66
66
    src/items/logoitem.cpp \
67
67
    src/items/moduleidnames.cpp \
68
68
    src/items/mysterypart.cpp \