Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
ismara-client
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ST
ismara-client
Commits
2bac9fd6
Commit
2bac9fd6
authored
May 16, 2017
by
Vassilios Ioannidis
Browse files
Options
Downloads
Patches
Plain Diff
updated version number, QMAKE_MAC_SDK, about
parent
693127bf
Branches
Branches containing commit
Tags
v1.2.0
Tags containing commit
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
About.qml
+2
-1
2 additions, 1 deletion
About.qml
Ismara.pro
+1
-1
1 addition, 1 deletion
Ismara.pro
Main.qml
+1
-1
1 addition, 1 deletion
Main.qml
with
4 additions
and
3 deletions
About.qml
+
2
−
1
View file @
2bac9fd6
...
...
@@ -64,7 +64,8 @@ License: <a href='https://www.gnu.org/licenses/gpl-2.0.txt'>GPL 2</a></p>
<p><b>Version history</b>
<ul>
<li>v1.1.0: speed improvement (introduced multi-core usage to process several files in parallel)
<li>v1.2.0: extended set of motifs (genomwe version hg19 and mm10) + FASTQ file support for human and mouse</li>
<li>v1.1.0: speed improvement (introduced multi-core usage to process several files in parallel)</li>
</ul>
</p>
"
...
...
This diff is collapsed.
Click to expand it.
Ismara.pro
+
1
−
1
View file @
2bac9fd6
...
...
@@ -13,7 +13,7 @@ INCLUDEPATH +=
#
OS
X
stuff
ICON
=
Ismara
.
icns
#
comment
the
following
line
if
working
on
Mac
OS
X
<
10.11
"El Capitan"
QMAKE_MAC_SDK
=
macosx10
.
1
1
QMAKE_MAC_SDK
=
macosx10
.
1
2
#
Additional
import
path
used
to
resolve
QML
modules
in
Qt
Creator
'
s
code
model
QML_IMPORT_PATH
=
[
"."
,
"./plugin"
]
...
...
This diff is collapsed.
Click to expand it.
Main.qml
+
1
−
1
View file @
2bac9fd6
...
...
@@ -37,7 +37,7 @@ ApplicationWindow {
// Global variables
// USE x.y.z (single digits) and nothing else
property
string
version
:
"
1.
1
.0
"
property
string
version
:
"
1.
2
.0
"
property
string
updateVersion
:
""
//property string versionCheckServer: "https://ismara.unibas.ch/ISMARA/client/installers/"
property
string
versionCheckServer
:
"
http://ismara.unibas.ch/fcgi/client_version_check
"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment