Skip to content
This repository has been archived by the owner on Feb 8, 2018. It is now read-only.

Commit

Permalink
update a bit
Browse files Browse the repository at this point in the history
svn path=/trunk/stetic/; revision=41915
  • Loading branch information
Dan Winship committed Mar 16, 2005
1 parent 38b8375 commit 34243d5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 14 deletions.
6 changes: 3 additions & 3 deletions README
@@ -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:
Expand All @@ -17,5 +17,5 @@ FAQ:
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?
17 changes: 6 additions & 11 deletions TODO
@@ -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


Expand Down Expand Up @@ -53,8 +47,9 @@ UI-Designing UI:
- 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.
Expand Down Expand Up @@ -121,7 +116,7 @@ Misc functionality:
- 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)
Expand Down

0 comments on commit 34243d5

Please sign in to comment.