Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
S
skylivex
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
astronomy
skylivex
Commits
b71b90e4
Commit
b71b90e4
authored
Feb 27, 2013
by
Franco (nextime) Lanza
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
https://github.com/nextime/skylivex
Conflicts: skylivex.pro.user
parents
8c4c86e7
592c699a
Changes
7
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
635 additions
and
255 deletions
+635
-255
chatgui.html
gui/ivan/chatgui.html
+144
-130
chatgui.html.autosave
gui/ivan/chatgui.html.autosave
+169
-0
Thumbs.db
gui/ivan/img/Thumbs.db
+0
-0
mainbg2.jpg
gui/ivan/img/mainbg2.jpg
+0
-0
maingui.html
gui/ivan/maingui.html
+82
-125
maingui.html
gui/nextime/maingui.html
+1
-0
skylivex.pro.user
skylivex.pro.user
+239
-0
No files found.
gui/ivan/chatgui.html
View file @
b71b90e4
...
...
@@ -10,16 +10,22 @@
overflow
:
hidden
;
}
#chatarea
{
p
{
margin
:
0
;}
div
.csschat
{
padding
:
2px
;
word-wrap
:
break-word
;
position
:
absolute
;
top
:
26px
;
bottom
:
73px
;
left
:
15px
;
right
:
194px
;
background-color
:
#FFFFFF
;
background-color
:
#f2f2f2
;
line-height
:
1
;
overflow
:
auto
;
}
#
userlist
{
div
.css
userlist
{
position
:
absolute
;
top
:
54px
;
bottom
:
15px
;
...
...
@@ -28,6 +34,24 @@
color
:
#FFFF00
;
padding-left
:
4px
;
background-color
:
#AAAAFF
;
line-height
:
1
;
overflow
:
auto
;
}
div
.csschatinput
{
font
:
medium
-moz-fixed
;
font
:
-webkit-small-control
;
padding
:
2px
;
word-wrap
:
break-word
;
position
:
absolute
;
bottom
:
11px
;
left
:
12px
;
right
:
286px
;
height
:
42px
;
background-color
:
#FFFFFF
;
line-height
:
1
;
overflow-y
:
scroll
;
overflow-x
:
hidden
;
}
#chat1
{
...
...
@@ -110,19 +134,10 @@
bottom
:
0px
;
}
#chatinput
{
position
:
absolute
;
bottom
:
13px
;
left
:
14px
;
right
:
289px
;
height
:
42px
;
background-color
:
#FFFFFF
;
}
</style>
</head>
<body>
<img
src=
"img/chat1.jpg"
id=
"chat1"
></img>
<img
src=
"img/chat4.jpg"
id=
"chat4"
></img>
<img
src=
"img/chat7.jpg"
id=
"chat7"
></img>
...
...
@@ -134,22 +149,21 @@
<img
src=
"img/chat6.jpg"
id=
"chat6"
></img>
<img
src=
"img/chat9.jpg"
id=
"chat9"
></img>
<img
src=
"img/ulist_top.jpg"
id=
"ulisttop"
></img>
<img
src=
"img/ulist_mid.jpg"
id=
"ulistmiddle"
></img>
<img
src=
"img/ulist_bottom.jpg"
id=
"ulistbottom"
></img>
<div
id=
"chatarea
"
>
Welcome to Skylive Chat, you are connected as Administrator!
<div
id=
"chatarea"
class=
"csschat
"
>
<p>
Welcome to Skylive Chat, you are connected as Administrator!
</p>
</div>
<div
id=
"
userlist"
>
ivan_staff
<br
>
nextime
<br
>
<div
id=
"userlist"
class=
"css
userlist"
>
<p>
ivan_staff
</p
>
<p>
nextime
</p
>
</div>
<div
id=
"chatinput"
>
Write the chat text here
<div
chata
id=
"chatinput"
class=
"csschatinput"
contenteditable
>
</div>
</body>
</html>
...
...
gui/ivan/chatgui.html.autosave
0 → 100644
View file @
b71b90e4
<html>
<head>
<title>
SkyliveX 0.1.0
</title>
<script
type=
"text/javascript"
src=
"SkyliveX.js"
></script>
<style>
body
{
background-color
:
#333333
;
color
:
#000000
;
margin
:
0
auto
;
overflow
:
hidden
;
}
p
{
margin
:
0
;}
div
.csschat
{
padding
:
2px
;
word-wrap
:
break-word
;
position
:
absolute
;
top
:
26px
;
bottom
:
73px
;
left
:
15px
;
right
:
194px
;
background-color
:
#f2f2f2
;
line-height
:
1
;
overflow
:
auto
;
}
div
.cssuserlist
{
position
:
absolute
;
top
:
54px
;
bottom
:
15px
;
right
:
18px
;
width
:
138px
;
color
:
#FFFF00
;
padding-left
:
4px
;
background-color
:
#AAAAFF
;
line-height
:
1
;
overflow
:
auto
;
}
div
.csschatinput
{
font
:
medium
-moz-fixed
;
font
:
-webkit-small-control
;
padding
:
2px
;
word-wrap
:
break-word
;
position
:
absolute
;
bottom
:
11px
;
left
:
12px
;
right
:
286px
;
height
:
42px
;
background-color
:
#FFFFFF
;
line-height
:
1
;
overflow-y
:
scroll
;
overflow-x
:
hidden
;
}
#chat1
{
position
:
absolute
;
left
:
0px
;
top
:
0px
;
}
#chat4
{
position
:
absolute
;
top
:
51px
;
bottom
:
90px
;
left
:
0px
;
height
:
100%
;
width
:
51px
;
}
#chat7
{
position
:
absolute
;
left
:
0px
;
bottom
:
-1px
;
}
#chat2
{
position
:
absolute
;
top
:
0px
;
left
:
51px
;
right
:
336px
;
width
:
100%
;
height
:
51px
;
}
#chat8
{
position
:
absolute
;
left
:
51px
;
right
:
336px
;
bottom
:
0px
;
height
:
89px
;
width
:
100%
;
}
#chat3
{
position
:
absolute
;
right
:
178px
;
top
:
0px
;
}
#chat6
{
position
:
absolute
;
top
:
101px
;
bottom
:
90px
;
right
:
178px
;
height
:
100%
;
width
:
158px
;
}
#chat9
{
position
:
absolute
;
right
:
178px
;
bottom
:
-1px
;
}
#ulisttop
{
position
:
absolute
;
right
:
0px
;
}
#ulistmiddle
{
right
:
0px
;
top
:
98px
;
bottom
:
84px
;
height
:
100%
;
width
:
178px
;
position
:
absolute
;
}
#ulistbottom
{
position
:
absolute
;
right
:
0px
;
bottom
:
0px
;
}
</style>
</head>
<body>
<img
src=
"img/chat1.jpg"
id=
"chat1"
></img>
<img
src=
"img/chat4.jpg"
id=
"chat4"
></img>
<img
src=
"img/chat7.jpg"
id=
"chat7"
></img>
<img
src=
"img/chat2.jpg"
id=
"chat2"
></img>
<img
src=
"img/chat8.jpg"
id=
"chat8"
></img>
<img
src=
"img/chat3.jpg"
id=
"chat3"
></img>
<img
src=
"img/chat6.jpg"
id=
"chat6"
></img>
<img
src=
"img/chat9.jpg"
id=
"chat9"
></img>
<img
src=
"img/ulist_top.jpg"
id=
"ulisttop"
></img>
<img
src=
"img/ulist_mid.jpg"
id=
"ulistmiddle"
></img>
<img
src=
"img/ulist_bottom.jpg"
id=
"ulistbottom"
></img>
<div
id=
"chatarea"
class=
"csschat"
>
<p>
Welcome to Skylive Chat, you are connected as Administrator!
</p>
</div>
<div
id=
"userlist"
class=
"cssuserlist"
>
<p>
ivan_staff
</p>
<p>
nextime
</p>
</div>
<div
chata
id=
"chatinput"
class=
"csschatinput"
contenteditable
>
</div>
</body>
</html>
gui/ivan/img/Thumbs.db
View file @
b71b90e4
No preview for this file type
gui/ivan/img/mainbg2.jpg
deleted
100644 → 0
View file @
8c4c86e7
96.6 KB
gui/ivan/maingui.html
View file @
b71b90e4
...
...
@@ -5,7 +5,8 @@
<style>
body
{
background-color
:
#FFFFFF
;
background-image
:
url('img/mainbg2.jpg')
;
background-image
:
url('img/mainbg.jpg')
;
background-repeat
:
no-repeat
;
color
:
#000000
;
margin
:
0
auto
;
overflow
:
hidden
;
...
...
@@ -41,34 +42,6 @@
position
:
absolute
;
}
#chatarea
{
position
:
absolute
;
top
:
465px
;
left
:
23px
;
height
:
154px
;
width
:
407px
;
overflow-y
:
auto
;
background-color
:
#FFFFFF
;
}
#userlist
{
position
:
absolute
;
top
:
466px
;
left
:
470px
;
height
:
220px
;
width
:
140px
;
color
:
#FFFF00
;
background-color
:
#AAAAFF
;
}
#chatinput
{
position
:
absolute
;
top
:
642px
;
left
:
23px
;
height
:
50px
;
width
:
298px
;
background-color
:
#FFFFFF
;
}
#telescope
{
position
:
absolute
;
...
...
@@ -104,19 +77,6 @@
<img
src=
"http://live1.skylive.name/tele1/live640.jpg"
></img>
</div>
<div
id=
"chatarea"
>
Welcome to Skylive Chat, you are connected as Administrator!
</div>
<div
id=
"userlist"
>
ivan_staff
<br>
nextime
<br>
</div>
<div
id=
"chatinput"
>
Write the chat text here
</div>
<div
id=
"telescope"
>
Telescope
</div>
...
...
@@ -129,9 +89,6 @@
<option>
4
</option>
</select>
</div>
</body>
</html>
gui/nextime/maingui.html
View file @
b71b90e4
...
...
@@ -75,6 +75,7 @@
top
:
0px
;
right
:
130px
;
left
:
0px
;
line-height
:
.3
em
;
}
#chatlist
{
overflow-y
:
auto
;
...
...
skylivex.pro.user
0 → 100644
View file @
b71b90e4
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE QtCreatorProject>
<!-- Written by Qt Creator 2.6.2, 2013-02-26T23:08:03. -->
<qtcreator>
<data>
<variable>
ProjectExplorer.Project.ActiveTarget
</variable>
<value
type=
"int"
>
0
</value>
</data>
<data>
<variable>
ProjectExplorer.Project.EditorSettings
</variable>
<valuemap
type=
"QVariantMap"
>
<value
type=
"bool"
key=
"EditorConfiguration.AutoIndent"
>
true
</value>
<value
type=
"bool"
key=
"EditorConfiguration.AutoSpacesForTabs"
>
false
</value>
<value
type=
"bool"
key=
"EditorConfiguration.CamelCaseNavigation"
>
true
</value>
<valuemap
type=
"QVariantMap"
key=
"EditorConfiguration.CodeStyle.0"
>
<value
type=
"QString"
key=
"language"
>
Cpp
</value>
<valuemap
type=
"QVariantMap"
key=
"value"
>
<value
type=
"QString"
key=
"CurrentPreferences"
>
CppGlobal
</value>
</valuemap>
</valuemap>
<valuemap
type=
"QVariantMap"
key=
"EditorConfiguration.CodeStyle.1"
>
<value
type=
"QString"
key=
"language"
>
QmlJS
</value>
<valuemap
type=
"QVariantMap"
key=
"value"
>
<value
type=
"QString"
key=
"CurrentPreferences"
>
QmlJSGlobal
</value>
</valuemap>
</valuemap>
<value
type=
"int"
key=
"EditorConfiguration.CodeStyle.Count"
>
2
</value>
<value
type=
"QByteArray"
key=
"EditorConfiguration.Codec"
>
UTF-8
</value>
<value
type=
"bool"
key=
"EditorConfiguration.ConstrainTooltips"
>
false
</value>
<value
type=
"int"
key=
"EditorConfiguration.IndentSize"
>
4
</value>
<value
type=
"bool"
key=
"EditorConfiguration.KeyboardTooltips"
>
false
</value>
<value
type=
"bool"
key=
"EditorConfiguration.MouseNavigation"
>
true
</value>
<value
type=
"int"
key=
"EditorConfiguration.PaddingMode"
>
1
</value>
<value
type=
"bool"
key=
"EditorConfiguration.ScrollWheelZooming"
>
true
</value>
<value
type=
"int"
key=
"EditorConfiguration.SmartBackspaceBehavior"
>
0
</value>
<value
type=
"bool"
key=
"EditorConfiguration.SpacesForTabs"
>
true
</value>
<value
type=
"int"
key=
"EditorConfiguration.TabKeyBehavior"
>
0
</value>
<value
type=
"int"
key=
"EditorConfiguration.TabSize"
>
8
</value>
<value
type=
"bool"
key=
"EditorConfiguration.UseGlobal"
>
true
</value>
<value
type=
"int"
key=
"EditorConfiguration.Utf8BomBehavior"
>
1
</value>
<value
type=
"bool"
key=
"EditorConfiguration.addFinalNewLine"
>
true
</value>
<value
type=
"bool"
key=
"EditorConfiguration.cleanIndentation"
>
true
</value>
<value
type=
"bool"
key=
"EditorConfiguration.cleanWhitespace"
>
true
</value>
<value
type=
"bool"
key=
"EditorConfiguration.inEntireDocument"
>
false
</value>
</valuemap>
</data>
<data>
<variable>
ProjectExplorer.Project.PluginSettings
</variable>
<valuemap
type=
"QVariantMap"
/>
</data>
<data>
<variable>
ProjectExplorer.Project.Target.0
</variable>
<valuemap
type=
"QVariantMap"
>
<value
type=
"QString"
key=
"ProjectExplorer.ProjectConfiguration.DefaultDisplayName"
>
Desktop Qt 5.0.1 MinGW 32bit
</value>
<value
type=
"QString"
key=
"ProjectExplorer.ProjectConfiguration.DisplayName"
>
Desktop Qt 5.0.1 MinGW 32bit
</value>
<value
type=
"QByteArray"
key=
"ProjectExplorer.ProjectConfiguration.Id"
>
qt.501.win32_mingw47.essentials_kit
</value>
<value
type=
"int"
key=
"ProjectExplorer.Target.ActiveBuildConfiguration"
>
0
</value>
<value
type=
"int"
key=
"ProjectExplorer.Target.ActiveDeployConfiguration"
>
0
</value>
<value
type=
"int"
key=
"ProjectExplorer.Target.ActiveRunConfiguration"
>
0
</value>
<valuemap
type=
"QVariantMap"
key=
"ProjectExplorer.Target.BuildConfiguration.0"
>
<valuemap
type=
"QVariantMap"
key=
"ProjectExplorer.BuildConfiguration.BuildStepList.0"
>
<valuemap
type=
"QVariantMap"
key=
"ProjectExplorer.BuildStepList.Step.0"
>
<value
type=
"bool"
key=
"ProjectExplorer.BuildStep.Enabled"
>
true
</value>
<value
type=
"QString"
key=
"ProjectExplorer.ProjectConfiguration.DefaultDisplayName"
>
qmake
</value>
<value
type=
"QString"
key=
"ProjectExplorer.ProjectConfiguration.DisplayName"
></value>
<value
type=
"QByteArray"
key=
"ProjectExplorer.ProjectConfiguration.Id"
>
QtProjectManager.QMakeBuildStep
</value>
<value
type=
"bool"
key=
"QtProjectManager.QMakeBuildStep.LinkQmlDebuggingLibrary"
>
true
</value>
<value
type=
"bool"
key=
"QtProjectManager.QMakeBuildStep.LinkQmlDebuggingLibraryAuto"
>
false
</value>
<value
type=
"QString"
key=
"QtProjectManager.QMakeBuildStep.QMakeArguments"
></value>
<value
type=
"bool"
key=
"QtProjectManager.QMakeBuildStep.QMakeForced"
>
false
</value>
</valuemap>
<valuemap
type=
"QVariantMap"
key=
"ProjectExplorer.BuildStepList.Step.1"
>
<value
type=
"bool"
key=
"ProjectExplorer.BuildStep.Enabled"
>
true
</value>
<value
type=
"QString"
key=
"ProjectExplorer.ProjectConfiguration.DefaultDisplayName"
>
Make
</value>
<value
type=
"QString"
key=
"ProjectExplorer.ProjectConfiguration.DisplayName"
></value>
<value
type=
"QByteArray"
key=
"ProjectExplorer.ProjectConfiguration.Id"
>
Qt4ProjectManager.MakeStep
</value>
<value
type=
"bool"
key=
"Qt4ProjectManager.MakeStep.Clean"
>
false
</value>
<value
type=
"QString"
key=
"Qt4ProjectManager.MakeStep.MakeArguments"
></value>
<value
type=
"QString"
key=
"Qt4ProjectManager.MakeStep.MakeCommand"
></value>
</valuemap>
<value
type=
"int"
key=
"ProjectExplorer.BuildStepList.StepsCount"
>
2
</value>
<value
type=
"QString"
key=
"ProjectExplorer.ProjectConfiguration.DefaultDisplayName"
>
Build
</value>
<value
type=
"QString"
key=
"ProjectExplorer.ProjectConfiguration.DisplayName"
></value>
<value
type=
"QByteArray"
key=
"ProjectExplorer.ProjectConfiguration.Id"
>
ProjectExplorer.BuildSteps.Build
</value>
</valuemap>
<valuemap
type=
"QVariantMap"
key=
"ProjectExplorer.BuildConfiguration.BuildStepList.1"
>
<valuemap
type=
"QVariantMap"
key=
"ProjectExplorer.BuildStepList.Step.0"
>
<value
type=
"bool"
key=
"ProjectExplorer.BuildStep.Enabled"
>
true
</value>
<value
type=
"QString"
key=
"ProjectExplorer.ProjectConfiguration.DefaultDisplayName"
>
Make
</value>
<value
type=
"QString"
key=
"ProjectExplorer.ProjectConfiguration.DisplayName"
></value>
<value
type=
"QByteArray"
key=
"ProjectExplorer.ProjectConfiguration.Id"
>
Qt4ProjectManager.MakeStep
</value>
<value
type=
"bool"
key=
"Qt4ProjectManager.MakeStep.Clean"
>
true
</value>
<value
type=
"QString"
key=
"Qt4ProjectManager.MakeStep.MakeArguments"
>
clean
</value>
<value
type=
"QString"
key=
"Qt4ProjectManager.MakeStep.MakeCommand"
></value>
</valuemap>
<value
type=
"int"
key=
"ProjectExplorer.BuildStepList.StepsCount"
>
1
</value>
<value
type=
"QString"
key=
"ProjectExplorer.ProjectConfiguration.DefaultDisplayName"
>
Clean
</value>
<value
type=
"QString"
key=
"ProjectExplorer.ProjectConfiguration.DisplayName"
></value>
<value
type=
"QByteArray"
key=
"ProjectExplorer.ProjectConfiguration.Id"
>
ProjectExplorer.BuildSteps.Clean
</value>
</valuemap>
<value
type=
"int"
key=
"ProjectExplorer.BuildConfiguration.BuildStepListCount"
>
2
</value>
<value
type=
"bool"
key=
"ProjectExplorer.BuildConfiguration.ClearSystemEnvironment"
>
false
</value>
<valuelist
type=
"QVariantList"
key=
"ProjectExplorer.BuildConfiguration.UserEnvironmentChanges"
/>
<value
type=
"QString"
key=
"ProjectExplorer.ProjectConfiguration.DefaultDisplayName"
>
Debug
</value>
<value
type=
"QString"
key=
"ProjectExplorer.ProjectConfiguration.DisplayName"
></value>
<value
type=
"QByteArray"
key=
"ProjectExplorer.ProjectConfiguration.Id"
>
Qt4ProjectManager.Qt4BuildConfiguration
</value>
<value
type=
"int"
key=
"Qt4ProjectManager.Qt4BuildConfiguration.BuildConfiguration"
>
2
</value>
<value
type=
"QString"
key=
"Qt4ProjectManager.Qt4BuildConfiguration.BuildDirectory"
>
C:/Users/Ivan/Documents/GitHub/skylivex-build-Desktop_Qt_5_0_1_MinGW_32bit-Debug
</value>
<value
type=
"bool"
key=
"Qt4ProjectManager.Qt4BuildConfiguration.UseShadowBuild"
>
true
</value>
</valuemap>
<valuemap
type=
"QVariantMap"
key=
"ProjectExplorer.Target.BuildConfiguration.1"
>
<valuemap
type=
"QVariantMap"
key=
"ProjectExplorer.BuildConfiguration.BuildStepList.0"
>
<valuemap
type=
"QVariantMap"
key=
"ProjectExplorer.BuildStepList.Step.0"
>
<value
type=
"bool"
key=
"ProjectExplorer.BuildStep.Enabled"
>
true
</value>
<value
type=
"QString"
key=
"ProjectExplorer.ProjectConfiguration.DefaultDisplayName"
>
qmake
</value>
<value
type=
"QString"
key=
"ProjectExplorer.ProjectConfiguration.DisplayName"
></value>
<value
type=
"QByteArray"
key=
"ProjectExplorer.ProjectConfiguration.Id"
>
QtProjectManager.QMakeBuildStep
</value>
<value
type=
"bool"
key=
"QtProjectManager.QMakeBuildStep.LinkQmlDebuggingLibrary"
>
false
</value>
<value
type=
"bool"
key=
"QtProjectManager.QMakeBuildStep.LinkQmlDebuggingLibraryAuto"
>
false
</value>
<value
type=
"QString"
key=
"QtProjectManager.QMakeBuildStep.QMakeArguments"
></value>
<value
type=
"bool"
key=
"QtProjectManager.QMakeBuildStep.QMakeForced"
>
false
</value>
</valuemap>
<valuemap
type=
"QVariantMap"
key=
"ProjectExplorer.BuildStepList.Step.1"
>
<value
type=
"bool"
key=
"ProjectExplorer.BuildStep.Enabled"
>
true
</value>
<value
type=
"QString"
key=
"ProjectExplorer.ProjectConfiguration.DefaultDisplayName"
>
Make
</value>
<value
type=
"QString"
key=
"ProjectExplorer.ProjectConfiguration.DisplayName"
></value>
<value
type=
"QByteArray"
key=
"ProjectExplorer.ProjectConfiguration.Id"
>
Qt4ProjectManager.MakeStep
</value>
<value
type=
"bool"
key=
"Qt4ProjectManager.MakeStep.Clean"
>
false
</value>
<value
type=
"QString"
key=
"Qt4ProjectManager.MakeStep.MakeArguments"
></value>
<value
type=
"QString"
key=
"Qt4ProjectManager.MakeStep.MakeCommand"
></value>
</valuemap>
<value
type=
"int"
key=
"ProjectExplorer.BuildStepList.StepsCount"
>
2
</value>
<value
type=
"QString"
key=
"ProjectExplorer.ProjectConfiguration.DefaultDisplayName"
>
Build
</value>
<value
type=
"QString"
key=
"ProjectExplorer.ProjectConfiguration.DisplayName"
></value>
<value
type=
"QByteArray"
key=
"ProjectExplorer.ProjectConfiguration.Id"
>
ProjectExplorer.BuildSteps.Build
</value>
</valuemap>
<valuemap
type=
"QVariantMap"
key=
"ProjectExplorer.BuildConfiguration.BuildStepList.1"
>
<valuemap
type=
"QVariantMap"
key=
"ProjectExplorer.BuildStepList.Step.0"
>
<value
type=
"bool"
key=
"ProjectExplorer.BuildStep.Enabled"
>
true
</value>
<value
type=
"QString"
key=
"ProjectExplorer.ProjectConfiguration.DefaultDisplayName"
>
Make
</value>
<value
type=
"QString"
key=
"ProjectExplorer.ProjectConfiguration.DisplayName"
></value>
<value
type=
"QByteArray"
key=
"ProjectExplorer.ProjectConfiguration.Id"
>
Qt4ProjectManager.MakeStep
</value>
<value
type=
"bool"
key=
"Qt4ProjectManager.MakeStep.Clean"
>
true
</value>
<value
type=
"QString"
key=
"Qt4ProjectManager.MakeStep.MakeArguments"
>
clean
</value>
<value
type=
"QString"
key=
"Qt4ProjectManager.MakeStep.MakeCommand"
></value>
</valuemap>
<value
type=
"int"
key=
"ProjectExplorer.BuildStepList.StepsCount"
>
1
</value>
<value
type=
"QString"
key=
"ProjectExplorer.ProjectConfiguration.DefaultDisplayName"
>
Clean
</value>
<value
type=
"QString"
key=
"ProjectExplorer.ProjectConfiguration.DisplayName"
></value>
<value
type=
"QByteArray"
key=
"ProjectExplorer.ProjectConfiguration.Id"
>
ProjectExplorer.BuildSteps.Clean
</value>
</valuemap>
<value
type=
"int"
key=
"ProjectExplorer.BuildConfiguration.BuildStepListCount"
>
2
</value>
<value
type=
"bool"
key=
"ProjectExplorer.BuildConfiguration.ClearSystemEnvironment"
>
false
</value>
<valuelist
type=
"QVariantList"
key=
"ProjectExplorer.BuildConfiguration.UserEnvironmentChanges"
/>
<value
type=
"QString"
key=
"ProjectExplorer.ProjectConfiguration.DefaultDisplayName"
>
Release
</value>
<value
type=
"QString"
key=
"ProjectExplorer.ProjectConfiguration.DisplayName"
></value>
<value
type=
"QByteArray"
key=
"ProjectExplorer.ProjectConfiguration.Id"
>
Qt4ProjectManager.Qt4BuildConfiguration
</value>
<value
type=
"int"
key=
"Qt4ProjectManager.Qt4BuildConfiguration.BuildConfiguration"
>
0
</value>
<value
type=
"QString"
key=
"Qt4ProjectManager.Qt4BuildConfiguration.BuildDirectory"
>
C:/Users/Ivan/Documents/GitHub/skylivex-build-Desktop_Qt_5_0_1_MinGW_32bit-Release
</value>
<value
type=
"bool"
key=
"Qt4ProjectManager.Qt4BuildConfiguration.UseShadowBuild"
>
true
</value>
</valuemap>
<value
type=
"int"
key=
"ProjectExplorer.Target.BuildConfigurationCount"
>
2
</value>
<valuemap
type=
"QVariantMap"
key=
"ProjectExplorer.Target.DeployConfiguration.0"
>
<valuemap
type=
"QVariantMap"
key=
"ProjectExplorer.BuildConfiguration.BuildStepList.0"
>
<value
type=
"int"
key=
"ProjectExplorer.BuildStepList.StepsCount"
>
0
</value>
<value
type=
"QString"
key=
"ProjectExplorer.ProjectConfiguration.DefaultDisplayName"
>
Deploy
</value>
<value
type=
"QString"
key=
"ProjectExplorer.ProjectConfiguration.DisplayName"
></value>
<value
type=
"QByteArray"
key=
"ProjectExplorer.ProjectConfiguration.Id"
>
ProjectExplorer.BuildSteps.Deploy
</value>
</valuemap>
<value
type=
"int"
key=
"ProjectExplorer.BuildConfiguration.BuildStepListCount"
>
1
</value>
<value
type=
"QString"
key=
"ProjectExplorer.ProjectConfiguration.DefaultDisplayName"
>
Deploy locally
</value>
<value
type=
"QString"
key=
"ProjectExplorer.ProjectConfiguration.DisplayName"
></value>
<value
type=
"QByteArray"
key=
"ProjectExplorer.ProjectConfiguration.Id"
>
ProjectExplorer.DefaultDeployConfiguration
</value>
</valuemap>
<value
type=
"int"
key=
"ProjectExplorer.Target.DeployConfigurationCount"
>
1
</value>
<valuemap
type=
"QVariantMap"
key=
"ProjectExplorer.Target.RunConfiguration.0"
>
<value
type=
"bool"
key=
"Analyzer.Project.UseGlobal"
>
true
</value>
<valuelist
type=
"QVariantList"
key=
"Analyzer.Valgrind.AddedSuppressionFiles"
/>
<value
type=
"bool"
key=
"Analyzer.Valgrind.Callgrind.CollectBusEvents"
>
false
</value>
<value
type=
"bool"
key=
"Analyzer.Valgrind.Callgrind.CollectSystime"
>
false
</value>
<value
type=
"bool"
key=
"Analyzer.Valgrind.Callgrind.EnableBranchSim"
>
false
</value>
<value
type=
"bool"
key=
"Analyzer.Valgrind.Callgrind.EnableCacheSim"
>
false
</value>
<value
type=
"bool"
key=
"Analyzer.Valgrind.Callgrind.EnableEventToolTips"
>
true
</value>
<value
type=
"double"
key=
"Analyzer.Valgrind.Callgrind.MinimumCostRatio"
>
0.01
</value>
<value
type=
"double"
key=
"Analyzer.Valgrind.Callgrind.VisualisationMinimumCostRatio"
>
10
</value>
<value
type=
"bool"
key=
"Analyzer.Valgrind.FilterExternalIssues"
>
true
</value>
<value
type=
"int"
key=
"Analyzer.Valgrind.NumCallers"
>
25
</value>
<valuelist
type=
"QVariantList"
key=
"Analyzer.Valgrind.RemovedSuppressionFiles"
/>
<value
type=
"bool"
key=
"Analyzer.Valgrind.TrackOrigins"
>
true
</value>
<value
type=
"QString"
key=
"Analyzer.Valgrind.ValgrindExecutable"
>
valgrind
</value>
<valuelist
type=
"QVariantList"
key=
"Analyzer.Valgrind.VisibleErrorKinds"
>
<value
type=
"int"
>
0
</value>
<value
type=
"int"
>
1
</value>
<value
type=
"int"
>
2
</value>
<value
type=
"int"
>
3
</value>
<value
type=
"int"
>
4
</value>
<value
type=
"int"
>
5
</value>
<value
type=
"int"
>
6
</value>
<value
type=
"int"
>
7
</value>
<value
type=
"int"
>
8
</value>
<value
type=
"int"
>
9
</value>
<value
type=
"int"
>
10
</value>
<value
type=
"int"
>
11
</value>
<value
type=
"int"
>
12
</value>
<value
type=
"int"
>
13
</value>
<value
type=
"int"
>
14
</value>
</valuelist>
<value
type=
"QString"
key=
"ProjectExplorer.ProjectConfiguration.DefaultDisplayName"
>
skylivex
</value>
<value
type=
"QString"
key=
"ProjectExplorer.ProjectConfiguration.DisplayName"
></value>
<value
type=
"QByteArray"
key=
"ProjectExplorer.ProjectConfiguration.Id"
>
Qt4ProjectManager.Qt4RunConfiguration:C:/Users/Ivan/Documents/GitHub/skylivex/src/skylivex.pro
</value>
<value
type=
"int"
key=
"Qt4ProjectManager.Qt4RunConfiguration.BaseEnvironmentBase"
>
2
</value>
<value
type=
"QString"
key=
"Qt4ProjectManager.Qt4RunConfiguration.CommandLineArguments"
></value>
<value
type=
"QString"
key=
"Qt4ProjectManager.Qt4RunConfiguration.ProFile"
>
src/skylivex.pro
</value>
<value
type=
"bool"
key=
"Qt4ProjectManager.Qt4RunConfiguration.UseDyldImageSuffix"
>
false
</value>
<value
type=
"bool"
key=
"Qt4ProjectManager.Qt4RunConfiguration.UseTerminal"
>
false
</value>
<valuelist
type=
"QVariantList"
key=
"Qt4ProjectManager.Qt4RunConfiguration.UserEnvironmentChanges"
/>
<value
type=
"QString"
key=
"Qt4ProjectManager.Qt4RunConfiguration.UserWorkingDirectory"
></value>
<value
type=
"uint"
key=
"RunConfiguration.QmlDebugServerPort"
>
3768
</value>
<value
type=
"bool"
key=
"RunConfiguration.UseCppDebugger"
>
true
</value>
<value
type=
"bool"
key=
"RunConfiguration.UseMultiProcess"
>
false
</value>
<value
type=
"bool"
key=
"RunConfiguration.UseQmlDebugger"
>
false
</value>
<value
type=
"bool"
key=
"RunConfiguration.UseQmlDebuggerAuto"
>
true
</value>
</valuemap>
<value
type=
"int"
key=
"ProjectExplorer.Target.RunConfigurationCount"
>
1
</value>
</valuemap>
</data>
<data>
<variable>
ProjectExplorer.Project.TargetCount
</variable>
<value
type=
"int"
>
1
</value>
</data>
<data>
<variable>
ProjectExplorer.Project.Updater.EnvironmentId
</variable>
<value
type=
"QString"
>
{70fe70e9-61e4-4722-95de-00b652476132}
</value>
</data>
<data>
<variable>
ProjectExplorer.Project.Updater.FileVersion
</variable>
<value
type=
"int"
>
12
</value>
</data>
</qtcreator>
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