Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Raptor Engineering Public Development
dsview
Commits
b15bf268
Commit
b15bf268
authored
8 years ago
by
DreamSourceLab
Browse files
Options
Download
Email Patches
Plain Diff
Bumped version number to 0.96
parent
941c73d3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
17 deletions
+4
-17
DSView/CMakeLists.txt
DSView/CMakeLists.txt
+3
-16
DSView/pv/view/analogsignal.cpp
DSView/pv/view/analogsignal.cpp
+1
-1
No files found.
DSView/CMakeLists.txt
View file @
b15bf268
...
...
@@ -104,7 +104,7 @@ set(DS_DESCRIPTION "A GUI for instruments of DreamSourceLab")
set
(
DS_VERSION_MAJOR 0
)
set
(
DS_VERSION_MINOR 9
)
set
(
DS_VERSION_MICRO
5
)
set
(
DS_VERSION_MICRO
6
)
set
(
DS_VERSION_STRING
${
DS_VERSION_MAJOR
}
.
${
DS_VERSION_MINOR
}
.
${
DS_VERSION_MICRO
}
)
...
...
@@ -394,21 +394,8 @@ set_target_properties(${PROJECT_NAME} PROPERTIES INSTALL_RPATH "/usr/local/lib")
# Install the executable.
install
(
TARGETS
${
PROJECT_NAME
}
DESTINATION bin/
)
install
(
FILES res/DSLogic.fw DESTINATION bin/res/
)
install
(
FILES res/DSLogic33.bin DESTINATION bin/res/
)
install
(
FILES res/DSLogic50.bin DESTINATION bin/res/
)
install
(
FILES res/DSLogicPro.fw DESTINATION bin/res/
)
install
(
FILES res/DSLogicPro.bin DESTINATION bin/res/
)
install
(
FILES res/DSCope.fw DESTINATION bin/res/
)
install
(
FILES res/DSCope.bin DESTINATION bin/res/
)
install
(
FILES res/DSLogic0.dsc DESTINATION bin/res/
)
install
(
FILES res/DSLogic0.def.dsc DESTINATION bin/res/
)
install
(
FILES res/DSLogic1.dsc DESTINATION bin/res/
)
install
(
FILES res/DSLogic1.def.dsc DESTINATION bin/res/
)
install
(
FILES res/DSLogic2.dsc DESTINATION bin/res/
)
install
(
FILES res/DSLogic2.def.dsc DESTINATION bin/res/
)
install
(
FILES res/DSCope1.dsc DESTINATION bin/res/
)
install
(
FILES res/DSCope1.def.dsc DESTINATION bin/res/
)
install
(
DIRECTORY res DESTINATION share/
${
PROJECT_NAME
}
)
install
(
DIRECTORY ../libsigrokdecode4DSL/decoders DESTINATION share/
${
PROJECT_NAME
}
)
#===============================================================================
#= Packaging (handled by CPack)
...
...
This diff is collapsed.
Click to expand it.
DSView/pv/view/analogsignal.cpp
View file @
b15bf268
...
...
@@ -57,7 +57,7 @@ AnalogSignal::AnalogSignal(boost::shared_ptr<pv::device::DevInst> dev_inst,
Signal
(
dev_inst
,
probe
),
_data
(
data
)
{
_typeWidth
=
2
;
_typeWidth
=
3
;
_colour
=
SignalColours
[
probe
->
index
%
countof
(
SignalColours
)];
_scale
=
_totalHeight
*
1.0
f
/
65536
;
}
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment