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
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
6
Issues
6
List
Boards
Labels
Service Desk
Milestones
Merge Requests
4
Merge Requests
4
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
dtk
dtk
Commits
18c32d57
Commit
18c32d57
authored
Jul 19, 2018
by
NICLAUSSE Nicolas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
release 1.4.3
parent
4a732af1
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
7 additions
and
4 deletions
+7
-4
CHANGES.md
CHANGES.md
+3
-0
CMakeLists.txt
CMakeLists.txt
+1
-1
app/dtkComposerEvaluator/main.cpp
app/dtkComposerEvaluator/main.cpp
+1
-1
app/dtkDistributedServer/main.cpp
app/dtkDistributedServer/main.cpp
+1
-1
app/dtkDistributedSlave/main.cpp
app/dtkDistributedSlave/main.cpp
+1
-1
No files found.
CHANGES.md
View file @
18c32d57
# ChangeLog
## version 1.4.3 - 2018-07-19
-
fix sip wrapping installation of dtkWidgets and dtkCore
-
fix pythonappend in swig for dtkObjectManager
## version 1.4.2 - 2018-03-14
-
fix dtkConfig when installing
## version 1.4.1 - 2018-03-09
...
...
CMakeLists.txt
View file @
18c32d57
...
...
@@ -24,7 +24,7 @@ project(dtk)
set
(
dtk_VERSION_MAJOR 1
)
set
(
dtk_VERSION_MINOR 4
)
set
(
dtk_VERSION_PATCH
2
)
set
(
dtk_VERSION_PATCH
3
)
set
(
dtk_VERSION
${
dtk_VERSION_MAJOR
}
.
${
dtk_VERSION_MINOR
}
.
${
dtk_VERSION_PATCH
}
)
...
...
app/dtkComposerEvaluator/main.cpp
View file @
18c32d57
...
...
@@ -28,7 +28,7 @@ int main(int argc, char **argv)
dtkDistributedGuiApplication
*
application
=
dtkDistributedGuiApplication
::
create
(
argc
,
argv
);
application
->
setApplicationName
(
"dtkComposerEvaluator"
);
application
->
setApplicationVersion
(
"1.4.
2
"
);
application
->
setApplicationVersion
(
"1.4.
3
"
);
application
->
setOrganizationName
(
"inria"
);
application
->
setOrganizationDomain
(
"fr"
);
bool
no_gui
=
application
->
noGui
();
...
...
app/dtkDistributedServer/main.cpp
View file @
18c32d57
...
...
@@ -23,7 +23,7 @@ int main(int argc, char **argv)
{
dtkCoreApplication
*
application
=
dtkCoreApplication
::
create
(
argc
,
argv
);
application
->
setApplicationName
(
"dtkDistributedServer"
);
application
->
setApplicationVersion
(
"1.4.
2
"
);
application
->
setApplicationVersion
(
"1.4.
3
"
);
application
->
setOrganizationName
(
"inria"
);
application
->
setOrganizationDomain
(
"fr"
);
...
...
app/dtkDistributedSlave/main.cpp
View file @
18c32d57
...
...
@@ -61,7 +61,7 @@ int main(int argc, char **argv)
{
dtkDistributedGuiApplication
*
app
=
dtkDistributedGuiApplication
::
create
(
argc
,
argv
);
app
->
setApplicationName
(
"dtkDistributedSlave"
);
app
->
setApplicationVersion
(
"1.4.
2
"
);
app
->
setApplicationVersion
(
"1.4.
3
"
);
app
->
setOrganizationName
(
"inria"
);
QCommandLineParser
*
parser
=
app
->
parser
();
...
...
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