Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
students
jyb-games
Commits
1c847220
Commit
1c847220
authored
Jun 28, 2021
by
jang dong hyeok
Browse files
.
parent
076f0c68
Changes
638
Show whitespace changes
Inline
Side-by-side
Too many changes to show.
To preserve performance only
638 of 638+
files are displayed.
Plain diff
Email patch
ydk2021/New Unity Project/Library/PackageCache/com.unity.collab-proxy@1.5.7/Editor/PlasticSCM/Assets/Layouts/CreateOrganizationPanel.uxml
0 → 100644
View file @
1c847220
<UXML xmlns="UnityEngine.UIElements">
<VisualElement class="flex-container main">
<Image name="buho" />
<VisualElement class="form">
<Label name="createLabel" class="title" />
<VisualElement class="field">
<TextField name="orgName"/>
<Label name="orgNameNotification" class="notification"/>
</VisualElement>
<VisualElement name="datacenter" class="field">
<Label name="datacenterLabel" class="field-label"/>
</VisualElement>
<VisualElement class="field">
<Toggle name="encryptData" />
<Label name="encryptExplanation"/>
<Button name="encryptLearnMore" class="anchor"/>
</VisualElement>
</VisualElement>
</VisualElement>
<VisualElement name="gettingDatacenters" class="hidden">
<VisualElement name="gdSpinner"/>
<Label name="gdLabel" />
</VisualElement>
<VisualElement class="footer">
<Button name="back" />
<Button name="create" />
</VisualElement>
</UXML>
\ No newline at end of file
ydk2021/New Unity Project/Library/PackageCache/com.unity.collab-proxy@1.5.7/Editor/PlasticSCM/Assets/Layouts/CreatedOrganizationPanel.uxml
0 → 100644
View file @
1c847220
<UXML xmlns="UnityEngine.UIElements">
<VisualElement class="flex-container main">
<Image name="buho" />
<VisualElement class="form">
<Label name="createdTitle" class="title" />
<Label name="createdExplanation" />
</VisualElement>
</VisualElement>
<VisualElement class="footer">
<Button name="continue" />
</VisualElement>
</UXML>
\ No newline at end of file
ydk2021/New Unity Project/Library/PackageCache/com.unity.collab-proxy@1.5.7/Editor/PlasticSCM/Assets/Layouts/OrganizationPanel.uxml
0 → 100644
View file @
1c847220
<UXML xmlns="UnityEngine.UIElements">
<VisualElement class="flex-container main">
<Image name="buho" />
<VisualElement>
<Label name="confirmationMessage" class="title" />
<VisualElement name="joinSingleOrganization" class="organization-section display-none">
<Label name="joinSingleOrganizationLabel" />
<VisualElement class="align-end">
<Button name="joinSingleOrganizationButton" class="organization-button" />
</VisualElement>
</VisualElement>
<VisualElement name="joinMultipleOrganizations" class="organization-section display-none">
<Label name="joinMultipleOrganizationsLabel" />
<VisualElement class="row">
<VisualElement name="organizationDropdown" />
<Button name="joinMultipleOrganizationsButton" class="organization-button" />
</VisualElement>
</VisualElement>
<VisualElement name="createOrganization" class="organization-section row">
<Label name="createOrganizationLabel" />
<Button name="createOrganizationButton" class="organization-button" />
</VisualElement>
</VisualElement>
</VisualElement>
</UXML>
\ No newline at end of file
ydk2021/New Unity Project/Library/PackageCache/com.unity.collab-proxy@1.5.7/Editor/PlasticSCM/Assets/Layouts/SSOSignUpPanel.uxml
0 → 100644
View file @
1c847220
<UXML xmlns:ui="UnityEngine.Experimental.UIElements">
<ui:VisualElement class="flex-container main">
<ui:Image name="buho" />
<ui:VisualElement name="signUpForm">
<ui:Label text="Sign Up" name="signUpLabel" class="title" />
<ui:VisualElement name="email">
<ui:TextField name="emailField" class="column" label="Email:" password="false"/>
<ui:Label name="emailNotification" class="hidden" />
</ui:VisualElement>
<ui:VisualElement name="password" class="row">
<ui:TextField name="passwordField" class="column password" label="Password:" password="true"/>
<ui:TextField name="confirmPasswordField" class="column password" label="Confirm Password:" password="true"/>
</ui:VisualElement>
<ui:Label name="passwordNotificationLabel" class="hidden" />
<ui:Button name="signUp" />
<ui:VisualElement name="policyContainer" class="row">
<ui:Label name="signUpAgreePt1" />
<ui:Button name="termsOfService" class="anchor" />
<ui:Label name="signUpAgreePt2" />
<ui:Button name="privacyPolicy" class="anchor" />
</ui:VisualElement>
<ui:VisualElement name="median" class="row horizontally-centered">
<ui:VisualElement name="dash" class="dash" />
<ui:Label name="or" />
<ui:VisualElement name="dash" class="dash" />
</ui:VisualElement>
<ui:VisualElement name="otherSignUpOptions" class="row">
<ui:Button name="unityIDButton" class="alternate-button">
<ui:Image name="unityIcon" class="icon" />
</ui:Button>
<ui:Button name="googleButton" class="alternate-button">
<ui:Image name="googleIcon" class="icon" />
</ui:Button>
</ui:VisualElement>
</ui:VisualElement>
</ui:VisualElement>
<ui:VisualElement class="footer">
<ui:Label name="privacyStatementText" />
<ui:Button name="privacyStatement" class="anchor" />
</ui:VisualElement>
</UXML>
\ No newline at end of file
ydk2021/New Unity Project/Library/PackageCache/com.unity.collab-proxy@1.5.7/Editor/PlasticSCM/Assets/Layouts/SignInPanel.uxml
0 → 100644
View file @
1c847220
<UXML xmlns="UnityEngine.UIElements">
<VisualElement class="flex-container main">
<Image name="buho" />
<VisualElement>
<Label name="signInToPlasticSCM" class="title" />
<Button name="signInWithUnityId" class="sign-in-buttons">
<Image name="iconUnity" />
</Button>
<Button name="signInWithEmail" text="Sign in with Email">
<!-- TODO: Find correct mail icon -->
<Image name="iconEmail" />
</Button>
</VisualElement>
</VisualElement>
<VisualElement class="footer">
<Label name="privacyStatementText" />
<Button name="privacyStatement" class="anchor" />
</VisualElement>
</UXML>
\ No newline at end of file
ydk2021/New Unity Project/Library/PackageCache/com.unity.collab-proxy@1.5.7/Editor/PlasticSCM/Assets/Layouts/SignInWithEmailPanel.uxml
0 → 100644
View file @
1c847220
<?xml version="1.0" encoding="utf-8"?>
<UXML
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xmlns=
"UnityEngine.UIElements"
xsi:noNamespaceSchemaLocation=
"../UIElementsSchema/UIElements.xsd"
xsi:schemaLocation=
"UnityEngine.UIElements ../UIElementsSchema/UnityEngine.UIElements.xsd"
>
<VisualElement
name=
"emailSignInContainer"
>
<VisualElement
name=
"windowContainer"
>
<VisualElement
name=
"imageContainer"
>
<Image
name=
"buho"
/>
</VisualElement>
<VisualElement
name=
"loginContainer"
>
<Label
name=
"signInLabel"
/>
<TextField
name=
"email"
/>
<Label
name=
"emailNotification"
/>
<TextField
name=
"password"
password=
"true"
/>
<Label
name=
"passwordNotification"
/>
<Button
name=
"signIn"
/>
</VisualElement>
</VisualElement>
<VisualElement
name=
"backContainer"
>
<Button
name=
"back"
/>
</VisualElement>
</VisualElement>
</UXML>
\ No newline at end of file
ydk2021/New Unity Project/Library/PackageCache/com.unity.collab-proxy@1.5.7/Editor/PlasticSCM/Assets/Layouts/TabView.uxml
0 → 100644
View file @
1c847220
<UXML xmlns="UnityEngine.UIElements">
<VisualElement name="TabArea" class="flex-container" />
<VisualElement name="ContentArea" />
</UXML>
\ No newline at end of file
ydk2021/New Unity Project/Library/PackageCache/com.unity.collab-proxy@1.5.7/Editor/PlasticSCM/Assets/Layouts/TeamEditionConfigurationWindow.uxml
0 → 100644
View file @
1c847220
<UXML xmlns="UnityEngine.UIElements">
<VisualElement class="container">
<Label name="plasticConfigurationTitle" />
<Label name="plasticConfigurationExplanation" class="sub-section" />
</VisualElement>
<VisualElement class="container">
<VisualElement class="sub-section">
<Label name="configurationServerInfo"></Label>
<VisualElement name="configurationServerInfoSection">
<VisualElement class="flex-container">
<TextField name="serverTextField" class="grow" />
<Button name="connect" />
</VisualElement>
<VisualElement class="flex-container">
<Toggle name="useSslToogle" />
<Label name="useSsl" />
</VisualElement>
<VisualElement>
<Label name="connectedLabel" class="visibility-hidden" />
</VisualElement>
</VisualElement>
<Label name="configurationUserNameInfo" />
<Label name="configurationCredentialsInfo" class="display-none" />
<VisualElement class="flex-container">
<TextField name="userTextField" class="credentials" />
<TextField name="passwordTextField" class="credentials display-none" />
<Button name="check" />
<VisualElement name="credentialsPadding" class="grow" />
</VisualElement>
<Label name="credentialsOk" class="visibility-hidden" />
<VisualElement class="flex-container">
<VisualElement name="spinnerContainer" class="visibility-hidden"/>
<Label name="spinnerLabel" class="visibility-hidden"/>
</VisualElement>
</VisualElement>
</VisualElement>
<VisualElement class="container flex-container last">
<VisualElement class="grow"></VisualElement>"
<Button name="okButton" />
<Button name="cancelButton" />
</VisualElement>
</UXML>
\ No newline at end of file
ydk2021/New Unity Project/Library/PackageCache/com.unity.collab-proxy@1.5.7/Editor/PlasticSCM/Assets/Layouts/WaitingSignInPanel.uxml
0 → 100644
View file @
1c847220
<UXML xmlns="UnityEngine.UIElements">
<VisualElement class="flex-container main">
<Image name="buho" />
<VisualElement>
<Label name="signInToPlasticSCM" class="title" />
<Label name="completeSignInOnBrowser" />
<VisualElement class="flex-container wait">
<Label name="oAuthSignInCheckMessage" class="wait-text" />
<Button name="cancelButton"></Button>
</VisualElement>
</VisualElement>
</VisualElement>
</UXML>
\ No newline at end of file
ydk2021/New Unity Project/Library/PackageCache/com.unity.collab-proxy@1.5.7/Editor/PlasticSCM/Assets/Styles/CreateOrganizationPanel.uss
0 → 100644
View file @
1c847220
CreateOrganizationPanel {
width: 100%;
}
.form {
width: 55%;
height: 100%;
flex-direction: column;
padding: 0 10px;
}
.field {
font-size: 14px;
margin-bottom: 10px;
width: 100%;
}
.field TextField {
flex-direction: column;
}
.field TextField Label, .field-label {
margin: 5px;
}
#datacenter {
margin-bottom: 35px;
}
Label {
white-space: normal;
}
.hidden {
visibility: hidden;
height: 0;
}
.notification {
color: red;
height: 15px;
margin-bottom: 5px;
}
.footer {
flex-direction: row;
justify-content: flex-end;
padding: 0 10px;
}
.footer Button {
padding: 5px 7px;
margin-top: 10px;
border-width: 2px;
border-radius: 0;
}
#gettingDatacenters {
align-self: center;
height: 30px;
flex-direction: row;
}
#gdSpinner {
margin-right: 5px;
}
#encryptExplanation {
color: grey;
}
#encryptLearnMore {
width: 65px;
}
\ No newline at end of file
ydk2021/New Unity Project/Library/PackageCache/com.unity.collab-proxy@1.5.7/Editor/PlasticSCM/Assets/Styles/CreatedOrganizationPanel.uss
0 → 100644
View file @
1c847220
.form {
width: 55%;
height: 100%;
flex-direction: column;
padding: 0 10px;
}
.field {
flex-direction: column;
font-size: 14px;
margin-bottom: 20px;
}
Label {
white-space: normal;
}
.footer {
flex-direction: row;
justify-content: flex-end;
padding: 0 10px;
}
.footer Button {
padding: 5px 7px;
margin-top: 10px;
border-width: 2px;
border-radius: 0;
}
ydk2021/New Unity Project/Library/PackageCache/com.unity.collab-proxy@1.5.7/Editor/PlasticSCM/Assets/Styles/OrganizationPanel.uss
0 → 100644
View file @
1c847220
.organization-section {
margin: 10px 0px;
}
.organization-button {
width: 15%;
}
.align-end {
align-items: flex-end;
}
#organizationDropdown {
width: 85%;
margin-top: 3px;
}
#createOrganization {
margin: 25px 0px;
}
#createOrganizationLabel {
width: 83%;
margin-top: 3px;
}
\ No newline at end of file
ydk2021/New Unity Project/Library/PackageCache/com.unity.collab-proxy@1.5.7/Editor/PlasticSCM/Assets/Styles/SSOSignUpPanel.uss
0 → 100644
View file @
1c847220
/* Basic Classes */
.row {
flex-direction: row;
}
.column {
flex-direction: column;
}
.horizontally-centered {
justify-content: center;
}
.hidden {
visibility: hidden;
}
SignUp {
display: flex;
flex-direction: column;
flex-wrap: nowrap;
justify-content: flex-start;
align-items: stretch;
align-content: stretch;
padding: 20px 0;
height: 100%;
}
#signUpForm {
width: 420px;
}
#email {
margin-bottom: 20px;
}
TextField {
flex-direction: column;
font-size: 14px;
}
#password {
height: 42px;
}
.password {
width: 48.5%;
margin-bottom: 1px;
}
#signUp {
margin-top: 20px;
height: 30px;
}
#policyContainer {
margin: 5px;
margin-left: -8px;
}
#median {
margin-top: 15px;
margin-left: -8px;
}
.dash {
border-top-width: 0.5px;
border-color: rgba(196, 196, 196, 1);
width: 49%;
height: 1px;
margin: 8px 3px 8px 3px;
}
.alternate-button {
width: 48.5%;
height: 30px;
}
.icon {
height: 25px;
width: 25px;
}
#unityIDButton {
color: white;
background-color: black;
}
#googleButton {
color: black;
background-color: rgba(66, 133, 244, 1);
}
\ No newline at end of file
ydk2021/New Unity Project/Library/PackageCache/com.unity.collab-proxy@1.5.7/Editor/PlasticSCM/Assets/Styles/SignInPanel.uss
0 → 100644
View file @
1c847220
.sign-in-buttons {
margin-top: 5px;
margin-bottom: 5px;
width: 420px;
height: 36px;
font-size: 14px;
}
#iconUnity, #iconEmail {
width: 32px;
height: 32px
}
#signInWithUnityId {
background-color: #000000;
color: #C4C4C4;
}
\ No newline at end of file
ydk2021/New Unity Project/Library/PackageCache/com.unity.collab-proxy@1.5.7/Editor/PlasticSCM/Assets/Styles/SignInSignUp.uss
0 → 100644
View file @
1c847220
.display-none {
display: none;
}
.row {
flex-direction: row;
}
.flex-container {
display: flex;
flex-direction: row;
}
.main {
margin-top: 20px;
padding-left: 20px;
padding-right: 20px;
}
#buho {
align-content: center;
width: 45%;
height: 275px;
margin-top: 30px;
padding: 20px;
display: flex;
align-items: flex-start;
justify-content: flex-end;
}
.title {
margin: 20px 0px;
font-size: 18px;
}
.anchor {
color: #2196F3;
border-bottom-color: #2196F3;
padding: 0px;
margin: 0px;
background-color: transparent;
border-left-width: 0px;
border-top-width: 0px;
border-right-width: 0px;
border-bottom-width: 1px;
}
Label {
white-space: normal;
}
.footer {
position: absolute;
margin: 20px 10px 0px 10px;
margin-top: 46%;
}
#privacyStatement {
align-self: flex-start;
}
\ No newline at end of file
ydk2021/New Unity Project/Library/PackageCache/com.unity.collab-proxy@1.5.7/Editor/PlasticSCM/Assets/Styles/SignInWithEmailPanel.dark.uss
0 → 100644
View file @
1c847220
VisualElement {}
\ No newline at end of file
ydk2021/New Unity Project/Library/PackageCache/com.unity.collab-proxy@1.5.7/Editor/PlasticSCM/Assets/Styles/SignInWithEmailPanel.light.uss
0 → 100644
View file @
1c847220
SignInWithEmailPanel {
background-color: white;
}
\ No newline at end of file
ydk2021/New Unity Project/Library/PackageCache/com.unity.collab-proxy@1.5.7/Editor/PlasticSCM/Assets/Styles/SignInWithEmailPanel.uss
0 → 100644
View file @
1c847220
SignInWithEmailPanel {
display: flex;
flex-direction: column;
flex-wrap: nowrap;
justify-content: flex-start;
align-items: stretch;
align-content: stretch;
padding: 20px 0;
height: 100%;
}
#imageContainer {
flex-direction: row;
align-content: center;
width: 45%;
height: 100%;
padding: 20px 0;
display: flex;
align-items: flex-start;
justify-content: flex-end;
}
#imageContainer Image {
padding-top: 50px;
padding-right: 50px;
}
#windowContainer {
height: 100%;
flex-grow: 1;
flex-direction: row;
margin-bottom: 30px;
}
#loginContainer {
width: 55%;
height: 100%;
flex-direction: column;
padding: 0 10px;
}
#signInLabel {
margin-top: 60px;
margin-bottom: 30px;
font-size: 18px;
}
#loginContainer TextField {
flex-direction: column;
font-size: 14px;
}
#loginContainer TextInput {
background-color: rgba(0, 0, 0, 0);
border-radius: 0;
padding: 2px;
}
#loginContainer TextField Label {
margin: 5px;
}
#emailNotification, #passwordNotification {
color: red;
height: 15px;
margin-bottom: 5px;
}
#loginContainer Button {
padding: 7px;
margin-top: 10px;
border-width: 2px;
border-color: rgb(18, 129, 218);
border-radius: 0;
}
#back {
align-self: center;
color: rgb(18, 129, 218);
border-width: 0 0 1px 0;
border-color: rgb(18, 129, 218);
background-color: rgba(0, 0, 0, 0);
border-radius: 0;
margin-top: 20px;
}
\ No newline at end of file
ydk2021/New Unity Project/Library/PackageCache/com.unity.collab-proxy@1.5.7/Editor/PlasticSCM/Assets/Styles/TabView.dark.uss
0 → 100644
View file @
1c847220
#TabArea {
background-color: #282828;
}
Button {
background-color: #282828;
}
Button.active {
background-color: #383838;
border-bottom-color: #383838;
}
\ No newline at end of file
ydk2021/New Unity Project/Library/PackageCache/com.unity.collab-proxy@1.5.7/Editor/PlasticSCM/Assets/Styles/TabView.light.uss
0 → 100644
View file @
1c847220
#TabArea {
background-color: #a5a5a5;
}
Button {
background-color: #a5a5a5;
}
Button.active {
background-color: #cbcbcb;
border-bottom-color: #cbcbcb;
}
Prev
1
…
16
17
18
19
20
21
22
23
24
…
32
Next
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