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-widgets
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
18
Issues
18
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
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-widgets
Commits
fcadae62
Commit
fcadae62
authored
May 17, 2019
by
NICLAUSSE Nicolas
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'release/2.10.0' into develop
parents
fd44874a
d65f281f
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
12 additions
and
8 deletions
+12
-8
CHANGES.md
CHANGES.md
+4
-0
CMakeLists.txt
CMakeLists.txt
+2
-2
pkg/env/dtk-widgets.yaml
pkg/env/dtk-widgets.yaml
+2
-2
pkg/recipe/meta.yaml
pkg/recipe/meta.yaml
+4
-4
No files found.
CHANGES.md
View file @
fcadae62
# ChangeLog
## version 2.10.0 - 2019-05-17
-
cmake refactoring
-
fix interaction
-
better handling of font setting
## version 2.9.2 - 2019-05-03
-
do not move window when we are over a menu button
## version 2.9.1 - 2019-05-02
...
...
CMakeLists.txt
View file @
fcadae62
...
...
@@ -23,8 +23,8 @@ project(dtkWidgets)
## ###################################################################
set
(
${
PROJECT_NAME
}
_VERSION_MAJOR 2
)
set
(
${
PROJECT_NAME
}
_VERSION_MINOR
9
)
set
(
${
PROJECT_NAME
}
_VERSION_PATCH
2
)
set
(
${
PROJECT_NAME
}
_VERSION_MINOR
10
)
set
(
${
PROJECT_NAME
}
_VERSION_PATCH
0
)
set
(
${
PROJECT_NAME
}
_VERSION
${${
PROJECT_NAME
}
_VERSION_MAJOR
}
.
${${
PROJECT_NAME
}
_VERSION_MINOR
}
.
${${
PROJECT_NAME
}
_VERSION_PATCH
}
)
...
...
pkg/env/dtk-widgets.yaml
View file @
fcadae62
...
...
@@ -17,8 +17,8 @@ channels:
-
dtk
dependencies
:
-
qt >=5.9.0
-
dtk-core >=2.
3
.0
-
dtk-fonts
-
dtk-core >=2.
4
.0
-
dtk-fonts
>=2.1.0
-
dtk-log
-
dtk-themes
...
...
pkg/recipe/meta.yaml
View file @
fcadae62
...
...
@@ -38,15 +38,15 @@ requirements:
-
{{
cdt('libxxf86vm')
}}
# [linux]
host
:
-
qt >=5.9.0
-
dtk-core >=2.
3
.0
-
dtk-fonts
-
dtk-core >=2.
4
.0
-
dtk-fonts
>=2.1.0
-
dtk-log
-
dtk-themes
run
:
-
qt >=5.9.0
-
dtk-core >=2.
3
.0
-
dtk-fonts
-
dtk-core >=2.
4
.0
-
dtk-fonts
>=2.1.0
-
dtk-log
-
dtk-themes
...
...
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