Mon Jun 22 18:15:03 EDT 1998
(Mandrake)

Well, here I am checking in what is going to be the very beginnings of
the configuration editor for the 0.14+ theme styles.  This dir won't get
included in the main distribution, but it will do for the cvs tree.
I expect I may be the only person working on this for quite a while
since raster doesn't know perl *grin*.  This requires Gtk-0.2.2 module
for perl 5.  if you don't have it, get it.

-------------------------------------------------------------------------------

Mon Jun 22 22:23:22 EDT 1998
(Mandrake)

Well, suddenly things are starting to perk up!  things are getting happy
happy as now I can read, modify (part of), and write the control segment!
Learning quite a bit about gtk in the process, too.

-------------------------------------------------------------------------------

Tue Jun 23 10:37:42 EDT 1998
(Mandrake)

I made sure to put a copy of the GPL in here, as well as wrote a quick
readme file with some notes in it, including where to get all the
stuff you need to run the app.

-------------------------------------------------------------------------------

Tue Jun 23 14:15:14 EDT 1998
(Mandrake)

Okay!  now we're saving preferences correctly.  lookin' good.  A lot of
the control segment works well, too.  That should get finished up later
today, in all likelyhood.

-------------------------------------------------------------------------------

Tue Jun 23 15:30:19 EDT 1998
(Mandrake)

reads and writes a lot of the control configuration section now.  

-------------------------------------------------------------------------------

Tue Jun 23 16:52:23 EDT 1998
(Mandrake)

Fixed a bug in slidemode

-------------------------------------------------------------------------------

Wed Jun 24 01:16:54 EDT 1998
(Mandrake)

Now the Desktop Dragbar loads / saves / edits correctly.
Happy happy.  7 of the 16 buttons off the main menu work completely.
at this rate, we should be done in no time whatsoever.

-------------------------------------------------------------------------------

Wed Jun 24 17:07:33 EDT 1998
(Mandrake)

Some more mods to ConfigEdit for actionclasses.  figured out how to do
gtk notebooks in perl, kinda.  still struggling with sizing it correctly,
though.  that could end up being a problem.

-------------------------------------------------------------------------------

Thu Jun 25 01:00:42 EDT 1998
(Mandrake)

Prettied up a bunch of stuff.  Also did a fair amount of work towrads having a
working Action Class editor.  Learned a bunch of stuff about making gtk
lay out the way you want it to work.  (but on the plus side I can make
a notebook lay out looking the way I want it to)

-------------------------------------------------------------------------------

Sat Jun 27 12:18:36 EDT 1998
(Mandrake)

Now the ActionClass editor is coming along nicely.  I also committed some
changes to the definitions file, too (typos)

-------------------------------------------------------------------------------

Sun Jun 28 20:26:13 EDT 1998
(Mandrake)

Lots of work on lots of different sections.  sounds load/save/display (not
really editing yet) also text classes load/save/display (not editing yet)

-------------------------------------------------------------------------------

Fri Jul  3 11:04:44 EDT 1998
(Mandrake)

Things work again.  Updated ConfigEdit.pl with a bunch of fixes.
README has some important information added to it.

-------------------------------------------------------------------------------

Fri Jul  3 15:56:55 EDT 1998
(Mandrake)

I swear I'm going to pummel this actionclass editor into submission and
make it actually do its job if it kills me.  This is very difficult
to describe in a gui editor.

-------------------------------------------------------------------------------

Fri Jul  3 16:54:22 EDT 1998
(Mandrake)

Action Classes actually save back out to disk properly.  now to get
them editing :)

-------------------------------------------------------------------------------

Fri Jul  3 23:45:45 EDT 1998
(Mandrake)

Making more changes to the actionclass editor (and load/saver)
a few more minor tweaks and this should be close enough to finished to
move back to the soundclass editor.

-------------------------------------------------------------------------------

Mon Jul  6 21:27:24 EDT 1998
(Mandrake)

Well isn't this special...  now the actionclass editor actually does
something.  Doesn't fully support all the functionality of action classes
(multiple next sections under same class, multiple actions per section...
that's my next target to tackle)
create_menu now ties the variable reference you pass in to any modifications
that a user makes to the selectbox.  Also the entry boxes do something, too
but it doesn't automagically build ones that work yet.  I need to 
make a function to do that :)

-------------------------------------------------------------------------------

Tue Jul  7 00:11:12 EDT 1998
(Mandrake)

Well, now text classes have similar updating capabilities.

-------------------------------------------------------------------------------

Thu Jul  9 17:24:14 EDT 1998
(Mandrake)

Added a few things that were left out of the actionclass editor
(multimodifiers for actionclasses, a few action types were left out)

-------------------------------------------------------------------------------

Sat Jul 11 13:50:31 EDT 1998
(Mandrake)

Okay, well, now the actionclasses should REALLY work right (load/save anyways)
I keep finding these little bugs.  The editor works halfway.  Time to
redesign its interface, though.  *smile*

-------------------------------------------------------------------------------

Sat Jul 11 14:24:57 EDT 1998
(Mandrake)

create_and_tie_entrybox.  ties any Gtk::Entry object to a variable in memory,
and returns the Gtk::Entry object for embedding in a container object.  Works
very well.  I have also trimmed out a little bit of fat from the application.

-------------------------------------------------------------------------------

Sat Jul 11 18:04:01 EDT 1998
(Mandrake)

create_and_tie_menu.  'nuff said.  trimmed a lot more out of the code
(still going).  Also scrapped the entire actionclass editor and basically
started over.  It's much faster (don't have to wait for all those
damned notebook pages to render)

-------------------------------------------------------------------------------

Sat Jul 11 18:45:34 EDT 1998
(Mandrake)

Okay.  Now the actionclass editor works ALMOST fully (still can't add/remove
segments or actions)

-------------------------------------------------------------------------------

Sat Jul 11 20:51:48 EDT 1998
(Mandrake)

Made a few more changes to ConfigEdit.  Also changed the default gtkrc to make
the font a little smaller.  need to incorporate this autoconf stuff.  May do
that tonight while I am at work testing other stuff.

-------------------------------------------------------------------------------

Sun Jul 12 13:25:31 EDT 1998
(Mandrake)

Converted everything in here to using automake/autoconf/etc
still need to update stuff to use a top level makefile.
until then use --prefix=/usr/local/enlightenment (or wherever your
enlightenment root is)

-------------------------------------------------------------------------------

Sun Jul 12 20:50:52 EDT 1998
(Mandrake)
Edited some more stuff to use default config files, etc.  Also added
@prefix@ stuff to the default ConfigEdit build for part of the primary
app.  

-------------------------------------------------------------------------------

Mon Jul 13 15:19:07 EDT 1998
(Mandrake)

attempting to get a little more work out of autoconf :)

-------------------------------------------------------------------------------

Mon Jul 13 20:14:04 EDT 1998
(Mandrake)

Making things a little more friendly to people who use gtkrc's for a reason.

-------------------------------------------------------------------------------

Thu Jul 16 23:53:36 EDT 1998
(Mandrake)

now we load / save buttons from the config files.  so much work and so little
time to do it in if I want this to get included in saturday morning's release.

-------------------------------------------------------------------------------

Fri Jul 17 11:27:48 EDT 1998
(Mandrake)

desktop segments load/save.  gotta do the editors now...
