Commit Graph

458 Commits

Author SHA1 Message Date
Laurence J. Lane af84008109 dump root dependecy in build target
SVN revision: 2920
2000-07-18 16:08:41 +00:00
Horms 48bcb864ac *** empty log message ***
SVN revision: 2896
2000-06-29 23:55:35 +00:00
Horms 320c97df7d * Added Epplet_change_popbutton_label
* Added gatghet type checking to Epplet_draw_popupbutton and
  Epplet_draw_label.


SVN revision: 2895
2000-06-29 23:54:24 +00:00
Tom Gilbert 3804b901b5 Maybe fix naughty TextBox segfault scenario.
SVN revision: 2835
2000-06-18 19:09:15 +00:00
Michael Jennings 6476a4785c Cosmetic change.
SVN revision: 2771
2000-06-10 04:30:08 +00:00
Michael Jennings 7ad514f605 Fri Jun 9 21:29:32 PDT 2000
(KainX)

Finally got around to restructuring E-Biff.  I think you'll like the new look.


SVN revision: 2770
2000-06-10 04:12:08 +00:00
Michael Jennings d9d0bb788d Wed Jun 7 20:11:10 PDT 2000
(KainX)

New patch from Alan Schmitt <alan.schmitt@inria.fr> for a textual mail reader
button.


SVN revision: 2759
2000-06-08 02:53:51 +00:00
Michael Jennings d120ca75af Wed May 31 23:10:44 PDT 2000
(KainX)

Patch from Jeremy Blosser <jblosser@firinn.org> to add a "Lock" button to
E-Xss.  Right now it's hard-coded to run "xscreensaver-command -lock".  Anyone
who'd like to make that configurable and has more time than me, have at it.
:-)


SVN revision: 2740
2000-06-01 05:53:47 +00:00
Tom Gilbert 2ca9c7750b Another fine patch from Alan Schmitt <alan.schmitt@inria.fr>. Sorry I took
so long to apply it, I was miles away.

You guys should periodically kick me to make sure I'm awake :)


SVN revision: 2724
2000-05-29 11:14:18 +00:00
Tom Gilbert 25b89cf547 Tue May 23 20:37:47 GMT 2000
(gilbertt)

Patch to E-Biff from Alan Schmitt <alan.schmitt@inria.fr>
Adds config option not to show total number of messages.


SVN revision: 2696
2000-05-23 19:21:02 +00:00
Michael Jennings 145273f6ab Fri May 5 11:07:42 PDT 2000
(KainX)

MUCH-improved config dialog layout for E-Toolbox.  I don't know why I didn't
think of that myself.  Complete credit and thanks for an excellent patch to
Terje Rosten <terjeros@phys.ntnu.no>.


SVN revision: 2604
2000-05-05 17:56:08 +00:00
Michael Jennings 80affa5fab Wed May 3 18:12:11 PDT 2000
(KainX)

I think the config dialog works now.  I was able to add and delete buttons at
will.  So have at it.  Build some cool toolbars and send me your configs and
icons.  I'll put the good ones in CVS as examples.


SVN revision: 2593
2000-05-04 01:38:06 +00:00
Michael Jennings f95ee57b57 Tue May 2 22:23:09 PDT 2000
(KainX)

The config dialog should now work for the most part.  It still has problems
adding new buttons, and it doesn't like removing labels or images.  But it
works quite well for the most part.  You can even resize it through the GUI.
:-)


SVN revision: 2592
2000-05-03 05:12:09 +00:00
Michael Jennings fb3feb9f85 dphase contributed some new icons. :)
SVN revision: 2588
2000-05-02 04:23:53 +00:00
Michael Jennings 058802b5cd Sun Apr 30 23:53:37 PDT 2000
(KainX)

I fixed some bugs in the epplet config load/save routines which were causing
problems with E-Toolbox.  I also added some stuff, like gadget type checking
and the ability to check a gadget's type.  And E-Toolbox now has a config
dialog; it's untested, though, but it might work. :-)


SVN revision: 2587
2000-05-01 06:42:42 +00:00
Michael Jennings c1ea5aca7a Feh.
SVN revision: 2585
2000-04-30 23:19:46 +00:00
Michael Jennings 74bcebe339 Don't use this. It still has issues. I'll have to fix them later or
tomorrow.


SVN revision: 2584
2000-04-30 23:19:22 +00:00
Michael Jennings 59569ccb87 Thu Apr 27 21:29:17 PDT 2000
(KainX)

A configuration dialog for E-Toolbox.  Not that it actually alters anything
yet, but we're getting there. :-)


SVN revision: 2571
2000-04-28 04:22:02 +00:00
Michael Jennings e5d983d90a Saving over 1.5 MB is a good thing, I guess. :)
SVN revision: 2569
2000-04-27 22:16:15 +00:00
Michael Jennings 007a2abb53 Thu Apr 27 14:22:57 PDT 2000
(KainX)

Fixed a bug in the default configuration.  Thanks Vox.


SVN revision: 2567
2000-04-27 21:10:58 +00:00
Michael Jennings d63200b8d8 I changed something here....
SVN revision: 2566
2000-04-27 18:31:15 +00:00
Michael Jennings 23ccc9c365 Wed Apr 26 20:06:43 PDT 2000
(KainX)

First off, I altered the API library so that images would be properly scaled
before being drawn, rather than just assuming that the image size was okay.  I
also added a function, Epplet_add_sized_popup_entry(), to allow for image
buttons with scaled images in a popup.  Added popup support to E-Toolbox as
well.  You can now have buttons that popup other buttons, and those other
buttons can have images or labels.  So can the popup button itself, and the
popup button can be a "standard" button too.  (The only caviat is that the
popup button must come before any of the buttons in the menu that it pops up;
no biggie.)

I've included a sample config file to demonstrate this.  popup-sample.cfg
shows a single 1x1 up-arrow button which pops up several other buttons.  Nice
and small; stays out of your way until you need it. :-)

I had to fix several issues with the epplet library to make some of this stuff
work, but nothing that violates the spirit of epplets.  For example,
Epplet_gadget_show() now delays the actual drawing of the epplet gadgets until
the epplet itself is unhidden.  And the image button sizing bug with the popup
stuff is fixed.  Stuff like that. =)

I'm going to try to add a GUI configuration interface, as well as come up with
some more sophisticated sample configs.  Just give me time.

Also, if you have a toolbox icon (preferably rendered) or can make one, please
let me know.  E-Toolbox needs an icon. :-)


SVN revision: 2558
2000-04-27 05:25:45 +00:00
Michael Jennings 4e641d3c4e Reverting the re-introduction of the bad spec file. :)
SVN revision: 2540
2000-04-26 22:29:35 +00:00
Carsten Haitzler 1e7cddcfb7 fix spec file
SVN revision: 2539
2000-04-26 22:19:19 +00:00
Michael Jennings 3898105a26 Mon Apr 24 20:19:34 PDT 2000
(KainX)

E-Toolbox can now auto-resize itself like it should.  I also got standard
buttons working in addition to labels and images.  The default setup is now
prettier as well.  I also included another sample config file to give you an
idea of the flexibility it supports.  And there's more to come, of course.


SVN revision: 2532
2000-04-25 03:08:26 +00:00
Michael Jennings 4364cc97a4 Oops. Forgot to change a couple things.
SVN revision: 2519
2000-04-23 19:16:14 +00:00
Michael Jennings cbc6ded6ad Don't build E-SD if we don't have esd.
SVN revision: 2518
2000-04-23 19:14:16 +00:00
Michael Jennings 53aff00113 Sun Apr 23 12:14:41 PDT 2000
(KainX)

Added the first revision of E-Toolbox, a much-needed toolbar epplet.  It's
got a lot already, but there's much more to come.  And unlike certain other
toolbar-type epplets, this one will be done properly and cleanly. :-)


SVN revision: 2517
2000-04-23 19:02:39 +00:00
Michael Jennings 0deb1cc15d I completely redid the spec file. It doesn't suck any more. :-)
SVN revision: 2516
2000-04-23 17:31:03 +00:00
Tom Gilbert b51ccd2da3 Mon Apr 17 18:30:32 GMT 2000
(gilbertt)

E-UrlWatch: Hopefully fixes Debian Bug#62514


SVN revision: 2492
2000-04-17 17:15:25 +00:00
Christian Kreibich c990ed944a E-Mountbox: Show items in the sequence they're given in fstab, not reversed.
SVN revision: 2408
2000-04-03 00:08:16 +00:00
Tom Gilbert 4f20fe728a The new streamlined ipc remember command is used by epplets by default now,
ready for 0.16.4. If you use this epplets with a pre-0.16.4 E, you should
compile with --disable-new-remember.


SVN revision: 2356
2000-03-27 21:51:19 +00:00
Tom Gilbert 6f11aa3ded GNOME friendliness option.
SVN revision: 2355
2000-03-27 21:38:36 +00:00
Michael Jennings 1af5687b9d *mumble*
SVN revision: 2292
2000-03-21 22:47:37 +00:00
Michael Jennings 1568ef6527 Tue Mar 21 14:46:07 PST 2000
(KainX)

Patch from Alan Schmitt <alan.schmitt@inria.fr> to fix sound command in
E-Biff.


SVN revision: 2291
2000-03-21 22:47:13 +00:00
Christian Kreibich 6fbe38e5ab E-Mountbox: You can now automatically eject media, not eject at all or
eject manually. Updated docs too.


SVN revision: 2276
2000-03-18 16:17:01 +00:00
Tom Gilbert 07150af6c2 Sat Mar 11 02:30:13 GMT 2000
(gilbertt)

E-Net* epplets: Call Epplet_unremember before exiting on failure to find the
device.


SVN revision: 2222
2000-03-11 02:33:57 +00:00
Christian Kreibich 1546a9b92b Fixed embarrasing bugs in E-Mountbox. *shame*.
SVN revision: 2215
2000-03-09 20:21:28 +00:00
Laurence J. Lane ab6f811aca stuff
SVN revision: 2206
2000-03-08 01:58:06 +00:00
Tom Gilbert b5957f88fa Tue Mar 7 19:15:00 GMT 2000
(gilbertt)

Fix for E-Power from Roger Sherwood <rogersherwood@hotmail.com>
Now it looks for the pngs in the right place.


SVN revision: 2199
2000-03-07 19:15:35 +00:00
Laurence J. Lane 7d3612738c stuff
SVN revision: 2197
2000-03-07 17:45:16 +00:00
Laurence J. Lane 9e93bd5e70 version update
SVN revision: 2186
2000-03-05 12:17:10 +00:00
Michael Jennings 3afb1042d3 Fri Mar 3 14:43:37 PST 2000
(KainX)

Added Jerome De Greef's E-Exec patch and fixed several warnings.


SVN revision: 2177
2000-03-03 22:45:02 +00:00
Tom Gilbert ea366599a8 Wise man say, "he who strikes early with cl00bat avoids FAQ"
SVN revision: 2151
2000-02-28 21:06:35 +00:00
Tom Gilbert 4c314c6975 Mon Feb 28 19:50:20 GMT 2000
(gilbertt)

64-bit fixes from Bob Arendt <rdarendt@cwcom.net>


SVN revision: 2150
2000-02-28 19:52:11 +00:00
Tom Gilbert e1c288e567 Mon Feb 28 12:14:11 GMT 2000
(gilbertt)

Fixed Epplet_register_event_handler, prompted by email from Alexandre David
<adavid@DoCS.UU.SE>. His patch was incorrect though, and the proper fix is
to change the line where the event handler is called. (His patch changed
only one definition of it, in the wrong place, and broke epplets ;)


SVN revision: 2146
2000-02-28 12:15:29 +00:00
Tom Gilbert ee82293239 Sun Feb 27 14:52:36 GMT 2000
(gilbertt)

Okay. E has the new ipc call. However, because epplets can't demand that
people have e > 0.16.4, the old behaviour is the default. Please ./configure
--enable-new-remember to test the new behaviour. (You'll need cvs e as of 2
seconds ago) It should be much streamlined. Especially for you guys on
interesting hardware =)


SVN revision: 2139
2000-02-27 15:03:39 +00:00
Tom Gilbert ace6874400 Sun Feb 27 13:05:15 GMT 2000
(gilbertt)

Epplet-side fix for the "millions of remember requests" bug.
I'll implement a better fix when I add a new ipc call to e :)


SVN revision: 2137
2000-02-27 13:06:43 +00:00
Michael Jennings 7f125c8515 Wed Feb 16 09:06:15 PST 2000
(KainX)

Apparently somebody didn't think about what would happen if the textbox were
empty. :-)


SVN revision: 2080
2000-02-16 17:07:48 +00:00
Christian Kreibich a7072c6ce3 No warnings, no worries :)
SVN revision: 2079
2000-02-16 16:22:04 +00:00