2005-08-26 Iain McCoy <iain@mccoy.id.au>
[mono.git] / mcs / tools / xamlc / ChangeLog
index e24e9788985ec69a5e9bc70d25786207f49bcac3..5d60c92a12e176dd45e92aebd517f94dc5abdada 100644 (file)
@@ -1,3 +1,96 @@
+2005-08-26  Iain McCoy  <iain@mccoy.id.au>
+
+       * demo/runtimetest.cs: use the newly-renamed Parser class instead of
+       the interim ObjectWriter
+
+2005-08-23  Iain McCoy  <iain@mccoy.id.au>
+
+       * xamlc.cs: consume the new CodeWriter interface
+       * demo/runtimetest.cs: consume the new ObjectWriter interface
+
+2005-07-28  Iain McCoy  <iain@mccoy.id.au>
+
+       * xamlc.cs: added support for choosing source code language to
+       generate and improved --help and --V output.
+
+2005-07-24  Iain McCoy  <iain@mccoy.id.au>
+
+       * demo/TestVocab/ConsoleWriter.cs,
+         demo/TestVocab/ConsoleReader.cs,
+         demo/TestVocab/ConsoleApp.cs: fix up definitions of Equals methods
+       so that the object builder's tests work.
+
+2005-07-18  Iain McCoy  <iain@mccoy.id.au>
+
+       * demo/TestVocab/*.cs: add implementations of equals so that tests for
+       the ObjectWriter can be written.
+
+2005-07-18  Iain McCoy  <iain@mccoy.id.au>
+
+       * demo/runtimetest.xaml: added testing of complex objects as property
+       values
+
+2005-07-15  Iain McCoy  <iain@mccoy.id.au>
+
+       * demo/test.xaml: enhanced testing of complex objects as property
+       values and documented test file.
+       * demo/runtimetest.xaml: added dependency property test
+
+2005-07-15  Iain McCoy  <iain@mccoy.id.au>
+
+       * demo/TestVocab/ConsoleValues.cs: Add ConsoleValueAppend to avoid
+       resolving read value too early
+       * demo/TestVocab/ConsoleWriter.cs: Use ConsoleValue as type of Text
+       property. These changes get the example working
+
+
+2005-07-15  Iain McCoy  <iain@mccoy.id.au>
+
+       * demo/test.xaml: uncommented second test of complex objects as
+       property values
+
+2005-07-14  Iain McCoy  <iain@mccoy.id.au>
+
+       * demo/test.xaml: added first test of complex objects as property values
+
+
+2005-07-13  Iain McCoy  <iain@mccoy.id.au>
+
+       * demo/TestVocab/ConsoleReader.cs,
+         demo/TestVocab/ConsoleVars.cs: more functionality that will provide
+       uses for more complicated xaml code.
+       * xamlc.cs: much more useful error reporting.
+
+2005-07-08  Iain McCoy  <iain@mccoy.id.au>
+
+       * demo/TestVocab/ConsoleWriter.cs,
+         demo/TestVocab/ConsoleValue.cs,
+         demo/Makefile: Added ConsoleValue class to allow testing of more
+       complicated property scenarios
+       * demo/TestVocab/ConsoleVars.cs,
+         demo/TestVocab/ConsoleReader.cs: classes to put in more complicated
+       test
+
+2005-07-08  Iain McCoy  <iain@mccoy.id.au>
+
+       * demo/runtimetest.xaml
+         demo/runtimetest.cs,
+         demo/Makefile: creation of objects at runtime from a xaml file
+
+2005-07-06  Iain McCoy  <iain@mccoy.id.au>
+
+       * demo/test.xaml: add use of x:Name attribute
+
+2005-07-06  Iain McCoy  <iain@mccoy.id.au>
+
+       * xamlc.cs: add support for emitting classes with the partial modifier
+       set
+
+2005-07-06  Iain McCoy  <iain@mccoy.id.au>
+
+       * demo/TestVocab/ConsoleApp.cs: remove default value hack, since we
+       have proper default value support now
+
 2005-07-05  Iain McCoy  <iain@mccoy.id.au>
 
        * README: updated to reflect current output of demo