Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
dtk
dtk-visualization
Commits
6f6e3db1
Commit
6f6e3db1
authored
Feb 04, 2019
by
NICLAUSSE Nicolas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
release 2.5.0
parent
48ec7fbb
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
3 deletions
+7
-3
CHANGELOG.md
CHANGELOG.md
+4
-0
CMakeLists.txt
CMakeLists.txt
+2
-2
app/dtkVisualizationViewer/main.cpp
app/dtkVisualizationViewer/main.cpp
+1
-1
No files found.
CHANGELOG.md
View file @
6f6e3db1
# Change Log:
# 2.5.0 03-Feb-2019
-
add dtkVisualizationViewOverlay class
-
add dtkVisualizationViewHybrid class (WIP)
# 2.4.1 10-Dec-2018
-
Fix color space when drawing VDO shaders
-
Add dependency on dtkLog because of dtkWidgets
...
...
CMakeLists.txt
View file @
6f6e3db1
...
...
@@ -23,8 +23,8 @@ project(dtkVisualization)
## ###################################################################
set
(
${
PROJECT_NAME
}
_VERSION_MAJOR 2
)
set
(
${
PROJECT_NAME
}
_VERSION_MINOR
4
)
set
(
${
PROJECT_NAME
}
_VERSION_PATCH
1
)
set
(
${
PROJECT_NAME
}
_VERSION_MINOR
5
)
set
(
${
PROJECT_NAME
}
_VERSION_PATCH
0
)
set
(
${
PROJECT_NAME
}
_VERSION
${${
PROJECT_NAME
}
_VERSION_MAJOR
}
.
${${
PROJECT_NAME
}
_VERSION_MINOR
}
.
${${
PROJECT_NAME
}
_VERSION_PATCH
}
)
...
...
app/dtkVisualizationViewer/main.cpp
View file @
6f6e3db1
...
...
@@ -37,7 +37,7 @@ int main(int argc, char **argv)
application
.
setApplicationName
(
"dtkVisualizationViewer"
);
application
.
setOrganizationName
(
"inria"
);
application
.
setOrganizationDomain
(
"fr"
);
application
.
setApplicationVersion
(
"2.
3.5
"
);
application
.
setApplicationVersion
(
"2.
5.0
"
);
dtkVisualizationViewer
*
viewer
=
new
dtkVisualizationViewer
;
viewer
->
show
();
...
...
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