[psycho commit] r409 - in trunk/Psycho: . src src/Core/Psycho.Core src/Core/Psycho.Core/Psycho.Style src/Libraries

1 view
Skip to first unread message

codesite...@google.com

unread,
Sep 4, 2008, 12:23:13 AM9/4/08
to psycho-...@googlegroups.com
Author: p.zurek
Date: Wed Sep 3 21:21:54 2008
New Revision: 409

Modified:
trunk/Psycho/.gitignore
trunk/Psycho/src/Core/Psycho.Core/.gitignore
trunk/Psycho/src/Core/Psycho.Core/Psycho.Core.mdp
trunk/Psycho/src/Core/Psycho.Core/Psycho.Style/StyleList.cs
trunk/Psycho/src/Libraries/Libraries.mds
trunk/Psycho/src/Psycho.mds

Log:
I don't know...


Modified: trunk/Psycho/.gitignore
==============================================================================
--- trunk/Psycho/.gitignore (original)
+++ trunk/Psycho/.gitignore Wed Sep 3 21:21:54 2008
@@ -1,3 +1,2 @@
-*.user*
-*.pidb
-bin
\ No newline at end of file
+Psycho.userprefs
+Psycho.usertasks

Modified: trunk/Psycho/src/Core/Psycho.Core/.gitignore
==============================================================================
--- trunk/Psycho/src/Core/Psycho.Core/.gitignore (original)
+++ trunk/Psycho/src/Core/Psycho.Core/.gitignore Wed Sep 3 21:21:54 2008
@@ -1,4 +1,2 @@
bin
-*.pidb
Psycho.Core.pidb
-Psycho.Properties

Modified: trunk/Psycho/src/Core/Psycho.Core/Psycho.Core.mdp
==============================================================================
--- trunk/Psycho/src/Core/Psycho.Core/Psycho.Core.mdp (original)
+++ trunk/Psycho/src/Core/Psycho.Core/Psycho.Core.mdp Wed Sep 3 21:21:54
2008
@@ -27,12 +27,12 @@
<File name="Psycho.Data/MapItem.cs" subtype="Code"
buildaction="Compile" />
<File name="Psycho.Data/IMapItem.cs" subtype="Code"
buildaction="Compile" />
<File name="Psycho.Style/IStyle.cs" subtype="Code"
buildaction="Compile" />
- <File name="Psycho.Style/FrameShapeEnum.cs" subtype="Code"
buildaction="Compile" />
- <File name="Psycho.Style/ConnectionShapeEnum.cs" subtype="Code"
buildaction="Compile" />
- <File name="Psycho.Style/SubtopicLayoutEnum.cs" subtype="Code"
buildaction="Compile" />
- <File name="Psycho.Style/ConnectionPointEnum.cs" subtype="Code"
buildaction="Compile" />
+ <File name="Psycho.Style/FrameShape.cs" subtype="Code"
buildaction="Compile" />
+ <File name="Psycho.Style/ConnectionShape.cs" subtype="Code"
buildaction="Compile" />
+ <File name="Psycho.Style/SubtopicLayout.cs" subtype="Code"
buildaction="Compile" />
+ <File name="Psycho.Style/ConnectionPoint.cs" subtype="Code"
buildaction="Compile" />
<File name="Psycho.Style/Color.cs" subtype="Code"
buildaction="Compile" />
- <File name="Psycho.Style/TextAlignmentEnum.cs" subtype="Code"
buildaction="Compile" />
+ <File name="Psycho.Style/TextAlignment.cs" subtype="Code"
buildaction="Compile" />
<File name="Psycho.Data/ITopicList.cs" subtype="Code"
buildaction="Compile" />
<File name="Psycho.Style/IColor.cs" subtype="Code"
buildaction="Compile" />
<File name="Psycho.Data/Application.cs" subtype="Code"
buildaction="Compile" />
@@ -45,4 +45,4 @@
<ProjectReference type="Gac" localcopy="True" refto="System,
Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<ProjectReference type="Gac" localcopy="True" refto="mscorlib,
Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
</References>
-</Project>
\ No newline at end of file
+</Project>

Modified: trunk/Psycho/src/Core/Psycho.Core/Psycho.Style/StyleList.cs
==============================================================================
--- trunk/Psycho/src/Core/Psycho.Core/Psycho.Style/StyleList.cs (original)
+++ trunk/Psycho/src/Core/Psycho.Core/Psycho.Style/StyleList.cs Wed Sep 3
21:21:54 2008
@@ -27,11 +27,11 @@
public class StyleList<T> : IStyleList<T>
where T : IStyle
{
+ private List<T> list;
+
public StyleList () : base()
{
}
-
- private List<T> list;

public void Add (T item)
{

Modified: trunk/Psycho/src/Libraries/Libraries.mds
==============================================================================
--- trunk/Psycho/src/Libraries/Libraries.mds (original)
+++ trunk/Psycho/src/Libraries/Libraries.mds Wed Sep 3 21:21:54 2008
@@ -1,21 +1,8 @@
<Combine name="Libraries" fileversion="2.0">
<Configurations active="Debug">
- <Configuration name="Debug" ctype="CombineConfiguration">
- <Entry build="True" name="Mumu" configuration="" />
- <Entry build="True" name="Teddy" configuration="" />
- </Configuration>
- <Configuration name="Release" ctype="CombineConfiguration">
- <Entry build="True" name="Mumu" configuration="" />
- <Entry build="True" name="Teddy" configuration="" />
- </Configuration>
+ <Configuration name="Debug" ctype="CombineConfiguration" />
+ <Configuration name="Release" ctype="CombineConfiguration" />
</Configurations>
- <StartMode startupentry="Mumu" single="True">
- <Execute type="None" entry="Mumu" />
- <Execute type="None" entry="Mumu" />
- <Execute type="None" entry="Teddy" />
- </StartMode>
- <Entries>
- <Entry filename="Mumu/Mumu.mds" />
- <Entry filename="Teddy/Teddy.mds" />
- </Entries>
+ <StartMode single="True" />
+ <Entries />
</Combine>

Modified: trunk/Psycho/src/Psycho.mds
==============================================================================
--- trunk/Psycho/src/Psycho.mds (original)
+++ trunk/Psycho/src/Psycho.mds Wed Sep 3 21:21:54 2008
@@ -9,4 +9,4 @@
<Entry filename="Libraries/Libraries.mds" />
<Entry filename="Extensions/Extensions.mds" />
</Entries>
-</Combine>
\ No newline at end of file
+</Combine>

Reply all
Reply to author
Forward
0 new messages