Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
dtk-visualization
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
11
Issues
11
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
dtk
dtk-visualization
Commits
413cfdb3
Commit
413cfdb3
authored
Dec 20, 2019
by
NICLAUSSE Nicolas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
release 2.16.0
parent
c31083fb
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
4 deletions
+9
-4
CHANGELOG.md
CHANGELOG.md
+5
-0
CMakeLists.txt
CMakeLists.txt
+2
-2
pkg/recipe/meta.yaml
pkg/recipe/meta.yaml
+2
-2
No files found.
CHANGELOG.md
View file @
413cfdb3
# Change Log:
# 2.16.0 20-Dec-2019
-
add vector stream line decorator
-
add vector glyph decorator (wip)
-
fix clear of plot2D
# 2.15.1 05-Dec-2019
-
bugfix plot2d dont clear old_fields on field_x->clear
-
fix axes touch method
...
...
CMakeLists.txt
View file @
413cfdb3
...
...
@@ -23,8 +23,8 @@ project(dtkVisualization)
## ###################################################################
set
(
${
PROJECT_NAME
}
_VERSION_MAJOR 2
)
set
(
${
PROJECT_NAME
}
_VERSION_MINOR 1
5
)
set
(
${
PROJECT_NAME
}
_VERSION_PATCH
1
)
set
(
${
PROJECT_NAME
}
_VERSION_MINOR 1
6
)
set
(
${
PROJECT_NAME
}
_VERSION_PATCH
0
)
set
(
${
PROJECT_NAME
}
_VERSION
${${
PROJECT_NAME
}
_VERSION_MAJOR
}
.
${${
PROJECT_NAME
}
_VERSION_MINOR
}
.
${${
PROJECT_NAME
}
_VERSION_PATCH
}
)
...
...
pkg/recipe/meta.yaml
View file @
413cfdb3
...
...
@@ -42,14 +42,14 @@ requirements:
-
{{
cdt('libxxf86vm')
}}
# [linux]
host
:
-
qt >=5.9.0
-
dtk-widgets >=2.1
1.2
-
dtk-widgets >=2.1
2.0
-
dtk-themes >=2.1.0,<2.2
-
vtk >=8.1.2,<8.2.0
run
:
-
vtk >=8.1.2,<8.2.0
-
qt >=5.9.0
-
dtk-widgets >=2.1
1.2
-
dtk-widgets >=2.1
2.0
-
dtk-themes >=2.1.0,<2.2
-
gst-plugins-good
# [linux]
-
gst-libav
# [linux]
...
...
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