Author: danw
Date: 2005-03-16 13:25:59 -0500 (Wed, 16 Mar 2005)
New Revision: 41915

Modified:
   trunk/stetic/README
   trunk/stetic/TODO
Log:
update a bit


Modified: trunk/stetic/README
===================================================================
--- trunk/stetic/README 2005-03-16 17:14:45 UTC (rev 41914)
+++ trunk/stetic/README 2005-03-16 18:25:59 UTC (rev 41915)
@@ -1,9 +1,9 @@
 This is the beginnings of Stetic, which will eventually be a new GUI
-designer for GNOME. At the moment, it is just a useless demo of
+designer for GNOME. At the moment, it is just a mostly useless demo of
 certain bits of Gtk#.
 
 To build Stetic you need Mono/MCS head (a recent 1.1.x release is
-probably ok), and the very latest Gtk# (yesterday's snapshot is
+*probably* ok), and the very latest Gtk# (yesterday's snapshot is
 probably too old).
 
 FAQ:
@@ -17,5 +17,5 @@
        A. No.
 
        Q. "But--"
-       A. I'm sorry, which part of "just a useless demo" didn't you
+       A. I'm sorry, which part of "mostly useless" didn't you
        understand?

Modified: trunk/stetic/TODO
===================================================================
--- trunk/stetic/TODO   2005-03-16 17:14:45 UTC (rev 41914)
+++ trunk/stetic/TODO   2005-03-16 18:25:59 UTC (rev 41915)
@@ -1,18 +1,12 @@
-Core functionality needed to make it minimally usable as a Glade
-replacement:
+Application UI:
 
     - A real main window, with menus and a toolbar and all that.
 
-    - Glade Export.
-
-
-Application UI:
-
     - Figure out how to organize the various windows
 
     - L10n/I18n
        - Show translated property names/descriptions
-       - Make sure other UI stuff is translated
+       - Make sure other UI stuff is translated (enum values)
        - Make Grid and other custom widgets right-to-left-able
 
 
@@ -53,8 +47,9 @@
        - Layout/Fixed
 
        - Menubar, Toolbar. (Mike Kestner has some code here.) Use the
-          new GtkAction-based stuff. Should also support the old stuff as well
-         as far as creation/editing (Toolbar, ToolbarItem, etc)
+          new GtkAction-based stuff (?). Should also support the old
+          stuff as well as far as creation/editing (Toolbar,
+          ToolbarItem, etc)
 
        - Gnome widgets (the not-yet-deprecated ones anyway)
                - Not in a separate "Gnome widgets" group.
@@ -121,7 +116,7 @@
        - X's Foo property contains the value of GConf key Y
        - Connect X's Foo method to Y's Bar signal
 
-    - Signal support (maybe just via the "wiring" above?)
+    - Signal support
 
     - Templates (build something and then save it in a way that you or
       other people can have it as a pre-built thing in your Palette)

_______________________________________________
Mono-patches maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches

Reply via email to