Date | Author | File/Message |
---|---|---|
25/11/06 14:42 | Hervé Boutemy | added "last published on" text in the template
(3 Files changed,
15 Lines changed) doc/site.xsl 1.5
(+4
-1)
doc/style.css 1.6
(+4
-2)
build.xml 1.10
(+7
-2)
|
25/11/06 14:20 | Hervé Boutemy | highlighted java code in the documentation
(3 Files changed,
238 Lines changed) doc/advanced.xml 1.4
(+60
-60)
doc/style.css 1.5
(+28
-2)
doc/tutorial.xml 1.4
(+150
-151)
|
25/11/06 12:41 | Hervé Boutemy | added a link from "news and download" page to SF News page
(2 Files changed,
6 Lines changed) doc/advanced.xml 1.3
(+1
-1)
doc/news.xml 1.3
(+5
-4)
|
25/11/06 12:29 | Hervé Boutemy | simplified HTML code (removed tables)
(8 Files changed,
121 Lines changed) doc/news.xml 1.2
(+12
-12)
doc/dependencies.xml 1.2
(+15
-16)
doc/todo.xml 1.2
(+12
-12)
doc/license.xml 1.2
(+20
-22)
doc/style.css 1.4
(+22
-19)
doc/advanced.xml 1.2
(+10
-12)
doc/site.xsl 1.4
(+23
-43)
doc/tutorial.xml 1.3
(+7
-16)
|
23/11/06 20:54 | Hervé Boutemy | now the site is XHTML 1.0 Transitional compliant
(5 Files changed,
49 Lines changed) .cvsignore 1.2
(+1
-0)
doc/tutorial.xml 1.2
(+22
-22)
doc/index.xml 1.2
(+4
-4)
doc/style.css 1.3
(+4
-0)
doc/site.xsl 1.3
(+18
-14)
|
12/11/06 20:58 | Hervé Boutemy | added a link to Maven reports
(1 Files changed,
1 Lines changed) doc/site.xsl 1.2
(+1
-0)
|
12/11/06 20:56 | Hervé Boutemy | fixed a bug in site distribution configuraiton
(1 Files changed,
1 Lines changed) pom.xml 1.3
(+1
-1)
|
12/11/06 19:57 | Hervé Boutemy | fixed misc bugs in the Maven2 descriptor
(1 Files changed,
5 Lines changed) pom.xml 1.2
(+5
-2)
|
12/11/06 19:56 | Hervé Boutemy | reworked the site generation system
(14 Files changed,
718 Lines changed) doc/index.xml 1.1 added 56 doc/advanced.xml 1.1 added 89 doc/tutorial.xml 1.1 added 317 doc/site.xsl 1.1 added 74 doc/dependencies.xml 1.1 added 18 doc/style.css 1.2
(+23
-56)
doc/site.xml 1.7 removed build/run.bat 1.2 removed doc/.cvsignore 1.1 added 2 .cvsignore 1.1 added 5 doc/todo.xml 1.1 added 14 build.xml 1.9
(+72
-45)
doc/license.xml 1.1 added 34 doc/news.xml 1.1 added 14 |
04/11/06 15:13 | Hervé Boutemy | some code cleanups after FindBugs and PMD reports
(8 Files changed,
284 Lines changed) src/org/mlc/swing/layout/LayoutConstraintsManager.java 1.6
(+38
-39)
src/org/mlc/swing/example/CustomerPanel.java 1.7
(+7
-7)
src/org/mlc/swing/layout/DndList.java 1.2
(+29
-30)
src/org/mlc/swing/layout/ContainerLayout.java 1.5
(+31
-31)
src/org/mlc/swing/layout/FormEditor.java 1.7
(+61
-76)
src/org/mlc/swing/layout/JToolBarComponentBuilder.java 1.5
(+38
-39)
src/org/mlc/swing/layout/ComponentDef.java 1.3
(+46
-47)
src/org/mlc/swing/layout/NewComponentDialog.java 1.3
(+34
-34)
|