[Tynstep-svn] r31 - in trunk: StepTools step-web-app step-web-app/war/WEB-INF/lib step-web-app/war/css

ChrisBurrell at crosswire.org ChrisBurrell at crosswire.org
Sun Nov 29 15:54:43 MST 2009


Author: ChrisBurrell
Date: 2009-11-29 15:54:43 -0700 (Sun, 29 Nov 2009)
New Revision: 31

Added:
   trunk/StepTools/.classpath
   trunk/StepTools/.project
   trunk/step-web-app/war/WEB-INF/lib/commons-dbutils-1.3.jar
   trunk/step-web-app/war/WEB-INF/lib/gin.jar
   trunk/step-web-app/war/WEB-INF/lib/gxt.jar
Removed:
   trunk/step-web-app/war/WEB-INF/lib/gwtext.jar
Modified:
   trunk/step-web-app/.classpath
   trunk/step-web-app/war/css/step.css
Log:
updates to project properties and css files

Added: trunk/StepTools/.classpath
===================================================================
--- trunk/StepTools/.classpath	                        (rev 0)
+++ trunk/StepTools/.classpath	2009-11-29 22:54:43 UTC (rev 31)
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+	<classpathentry kind="src" path="src"/>
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+	<classpathentry kind="lib" path="lib/commons-lang-2.4.jar"/>
+	<classpathentry kind="lib" path="lib/commons-io-1.4.jar"/>
+	<classpathentry combineaccessrules="false" kind="src" path="/jsword"/>
+	<classpathentry kind="output" path="bin"/>
+</classpath>

Added: trunk/StepTools/.project
===================================================================
--- trunk/StepTools/.project	                        (rev 0)
+++ trunk/StepTools/.project	2009-11-29 22:54:43 UTC (rev 31)
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>StepTools</name>
+	<comment></comment>
+	<projects>
+	</projects>
+	<buildSpec>
+		<buildCommand>
+			<name>org.eclipse.jdt.core.javabuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+	</buildSpec>
+	<natures>
+		<nature>org.eclipse.jdt.core.javanature</nature>
+	</natures>
+</projectDescription>

Modified: trunk/step-web-app/.classpath
===================================================================
--- trunk/step-web-app/.classpath	2009-11-29 22:52:50 UTC (rev 30)
+++ trunk/step-web-app/.classpath	2009-11-29 22:54:43 UTC (rev 31)
@@ -2,9 +2,9 @@
 <classpath>
 	<classpathentry kind="src" path="src/main/java"/>
 	<classpathentry kind="src" path="src/main/resources"/>
+	<classpathentry kind="src" path="src/main/test"/>
 	<classpathentry kind="con" path="com.google.gwt.eclipse.core.GWT_CONTAINER"/>
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
-	<classpathentry kind="lib" path="lib/gin.jar"/>
 	<classpathentry kind="lib" path="war/WEB-INF/lib/aopalliance.jar"/>
 	<classpathentry kind="lib" path="war/WEB-INF/lib/guice-2.0.jar"/>
 	<classpathentry kind="lib" path="war/WEB-INF/lib/guice-servlet-2.0.jar"/>
@@ -17,6 +17,10 @@
 	<classpathentry kind="lib" path="war/WEB-INF/lib/jsword-common-1.6.jar" sourcepath="D:/STEP/common"/>
 	<classpathentry kind="lib" path="war/WEB-INF/lib/commons-lang-2.4.jar"/>
 	<classpathentry kind="lib" path="war/WEB-INF/lib/derby.jar" sourcepath="D:/STEP/db-derby-10.5.3.0-src/db-derby-10.5.3.0-src/java"/>
-	<classpathentry kind="lib" path="war/WEB-INF/lib/gwtext.jar"/>
+	<classpathentry kind="lib" path="war/WEB-INF/lib/gin.jar"/>
+	<classpathentry kind="lib" path="war/WEB-INF/lib/commons-dbutils-1.3.jar" sourcepath="D:/STEPSVN/StepSharedLibraries/lib/commons-dbutils-1.2-sources.jar"/>
+	<classpathentry kind="lib" path="war/WEB-INF/lib/gxt.jar"/>
+	<classpathentry kind="lib" path="war/WEB-INF/lib/gwt-servlet.jar"/>
+	<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/3"/>
 	<classpathentry kind="output" path="war/WEB-INF/classes"/>
 </classpath>

Added: trunk/step-web-app/war/WEB-INF/lib/commons-dbutils-1.3.jar
===================================================================
(Binary files differ)


Property changes on: trunk/step-web-app/war/WEB-INF/lib/commons-dbutils-1.3.jar
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Copied: trunk/step-web-app/war/WEB-INF/lib/gin.jar (from rev 8, trunk/step-web-app/lib/gin.jar)
===================================================================
(Binary files differ)


Property changes on: trunk/step-web-app/war/WEB-INF/lib/gin.jar
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream
Added: svn:mergeinfo
   + 

Deleted: trunk/step-web-app/war/WEB-INF/lib/gwtext.jar
===================================================================
(Binary files differ)

Added: trunk/step-web-app/war/WEB-INF/lib/gxt.jar
===================================================================
(Binary files differ)


Property changes on: trunk/step-web-app/war/WEB-INF/lib/gxt.jar
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Modified: trunk/step-web-app/war/css/step.css
===================================================================
--- trunk/step-web-app/war/css/step.css	2009-11-29 22:52:50 UTC (rev 30)
+++ trunk/step-web-app/war/css/step.css	2009-11-29 22:54:43 UTC (rev 31)
@@ -17,4 +17,114 @@
 
 band_horizontal {
 	width: 100%;
-}
\ No newline at end of file
+}
+
+.step-timeline {
+	clear:both;
+	border: 1px solid green;
+	font-size: 10px;
+	font-family: Tahoma;
+	 
+	cursor: hand;
+}
+
+
+.step-timeline-container {
+	width: 100%;
+	position: relative;
+	/* height: 100%; */
+}
+
+.step-timeband-container {
+	width: 100%;
+	background-color: transparent;
+	overflow: hidden;
+	position: relative;
+	/* border: 1px solid red; */
+	
+}
+
+.step-timeband {
+	width: 64000px;
+	clear:both;
+	border: 1px solid gold;
+	background-color: transparent;
+	position: absolute;
+	display: list-item;
+	list-style-type: none;
+	z-index: 100;
+	/* height: 100%; */
+}
+
+
+.step-time-event {
+	/* background-color: gold; */
+	position: relative;
+	/* border-style: dashed; */
+	display: inline;
+	padding: 0px;
+	margin: 0px;
+}
+
+/** for all children of the the time band **/
+.step-time-event div {
+	margin-top: 1px;
+	margin-right: 0px;
+	margin-left: 0px;
+	margin-bottom: 1px;
+	
+	list-style-type: none;
+}
+
+.step-timeline-pointInTime {
+	display:inline;
+	background-image: url("/step/step-timeline/images/blue-circle.png");
+	width: 10px;
+	border: none;
+	background-repeat: no-repeat;
+	background-position: left;
+}
+
+.step-time-point-in-time-label {
+	background-image: url("/step/step-timeline/images/blue-circle.png");
+	display:inline;
+	background-repeat: no-repeat;
+	background-position: left;
+	padding-left: 15px;
+}
+
+
+.step-timeline-duration {
+	background-color: 99CCFF;
+	border-style: none;
+	border-width: 1px;
+	/* overflow: visible; */
+	height: 4px;
+}
+
+.step-time-duration-label {
+	
+}
+
+.step-scale-band div {
+	border-left: none;
+	border-top: none;
+	border-bottom: none;
+	border-right: 1px dotted gray;
+	margin-right: -1px;
+	/* float: left; */
+	height: 100%;
+	display: inline;
+	position: absolute;
+	text-align: left;
+}
+
+.step-grab {
+	cursor: hand;
+	cursor: grabbing;
+	cursor: -moz-grabbing;
+}
+
+.step-letgo {
+	cursor: hand; /* ? */	
+}




More information about the Tynstep-svn mailing list