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

« back to all changes in this revision

Viewing changes to src/infoview/htmlinfoview.h

  • 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:
18
18
 
19
19
********************************************************************
20
20
 
21
 
$Revision: 5143 $:
 
21
$Revision: 5230 $:
22
22
$Author: cohen@irascible.com $:
23
 
$Date: 2011-07-01 02:37:01 +0200 (Fri, 01 Jul 2011) $
 
23
$Date: 2011-07-14 13:28:04 +0200 (Thu, 14 Jul 2011) $
24
24
 
25
25
********************************************************************/
26
26
 
101
101
        void instanceTitleLeave();
102
102
        void instanceTitleEditable(bool editable);
103
103
 
104
 
public slots:
105
 
        void updateLocation();
106
 
 
107
 
 
108
104
protected:
109
105
        void appendStuff(ItemBase* item, bool swappingEnabled); //finds out if it's a wire or something else
110
106
        void appendWireStuff(Wire* wire, bool swappingEnabled);
117
113
        void setNullContent();
118
114
        void setUpTitle(ItemBase *);
119
115
        void setUpIcons(ModelPart *);
120
 
        void setUpLocation(ItemBase *);
121
116
        void addTags(ModelPart * modelPart);
122
117
        void partTitle(const QString & title, const QString & version, const QString & url);
123
118
        void displayProps(ModelPart * modelPart, ItemBase * itemBase, bool swappingEnabled);
140
135
        QLabel * m_partTitle;
141
136
        QLabel * m_partUrl;
142
137
        QLabel * m_partVersion;
143
 
        QLabel * m_location;
144
 
        QComboBox * m_locationUnits;
145
138
        QLabel * m_tagsTextLabel;
146
139
        QLabel * m_connDescr;
147
140
        QLabel * m_connName;