From tchemit@users.labs.libre-entreprise.org Tue May 13 16:15:29 2008
From: tchemit@users.labs.libre-entreprise.org
To: jaxx-commits@list.nuiton.org
Subject: [Buix-commits] r652 -
trunk/lutinvcs/ui/jaxx/src/main/uimodel/org/codelutin/vcs/ui
Date: Tue, 13 May 2008 16:15:29 +0200
Message-ID: <20080513141529.9597E461B09@labs.libre-entreprise.org>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============7522385666975765694=="
--===============7522385666975765694==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable
Author: tchemit
Date: 2008-05-13 14:15:29 +0000 (Tue, 13 May 2008)
New Revision: 652
Modified:
trunk/lutinvcs/ui/jaxx/src/main/uimodel/org/codelutin/vcs/ui/JaxxConnexion=
ConfigUI.jaxx
trunk/lutinvcs/ui/jaxx/src/main/uimodel/org/codelutin/vcs/ui/JaxxIdentityU=
I.jaxx
trunk/lutinvcs/ui/jaxx/src/main/uimodel/org/codelutin/vcs/ui/config.css
Log:
refactor config + introduction factory de config
Modified: trunk/lutinvcs/ui/jaxx/src/main/uimodel/org/codelutin/vcs/ui/JaxxCo=
nnexionConfigUI.jaxx
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/lutinvcs/ui/jaxx/src/main/uimodel/org/codelutin/vcs/ui/JaxxConnexio=
nConfigUI.jaxx 2008-05-13 14:14:17 UTC (rev 651)
+++ trunk/lutinvcs/ui/jaxx/src/main/uimodel/org/codelutin/vcs/ui/JaxxConnexio=
nConfigUI.jaxx 2008-05-13 14:15:29 UTC (rev 652)
@@ -105,7 +105,7 @@
|
-
+
@@ -121,6 +121,16 @@
|
+ |
+
+
+
+
+
+ |
+
+
|
|
Modified: trunk/lutinvcs/ui/jaxx/src/main/uimodel/org/codelutin/vcs/ui/JaxxId=
entityUI.jaxx
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/lutinvcs/ui/jaxx/src/main/uimodel/org/codelutin/vcs/ui/JaxxIdentity=
UI.jaxx 2008-05-13 14:14:17 UTC (rev 651)
+++ trunk/lutinvcs/ui/jaxx/src/main/uimodel/org/codelutin/vcs/ui/JaxxIdentity=
UI.jaxx 2008-05-13 14:15:29 UTC (rev 652)
@@ -17,18 +17,18 @@
|
-
+
|
-
+
|
|
-
+
|
-
+
|
Modified: trunk/lutinvcs/ui/jaxx/src/main/uimodel/org/codelutin/vcs/ui/config=
.css
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/lutinvcs/ui/jaxx/src/main/uimodel/org/codelutin/vcs/ui/config.css 2=
008-05-13 14:14:17 UTC (rev 651)
+++ trunk/lutinvcs/ui/jaxx/src/main/uimodel/org/codelutin/vcs/ui/config.css 2=
008-05-13 14:15:29 UTC (rev 652)
@@ -20,12 +20,12 @@
#identityLabel {
text: "lutinvcs.config.identiy";
}
-#firstnameLabel {
- text: "lutinvcs.config.firstname";
+#firstNameLabel {
+ text: "lutinvcs.config.firstName";
}
=20
-#lastnameLabel {
- text: "lutinvcs.config.lastname";
+#lastNameLabel {
+ text: "lutinvcs.config.lastName";
}
=20
#emailLabel {
@@ -73,6 +73,10 @@
text: "lutinvcs.config.server.ssh.privateKeyFile";
}
=20
+#workingCopyFileLabel {
+ text: "lutinvcs.config.workingCopyFile";
+}
+
#changePrivateKeyFile {
toolTipText: "lutinvcs.config.server.ssh.key.change";
opaque:false;
@@ -80,6 +84,13 @@
margin:0;
}
=20
+#changeWorkingCopyFile {
+ toolTipText: "lutinvcs.config.workingCopyFile.change";
+ opaque:false;
+ borderPainted:false;
+ margin:0;
+}
+
#changeDir {
toolTipText: "lutinvcs.config.change.dir";
opaque:false;
--===============7522385666975765694==--