Commit Graph

25 Commits

Author SHA1 Message Date
Kim Woelders 528b750a2c Move to Imlib2. Build for e16.8.
- This is a quick and dirty port to imlib2. It's posible to clean/speed up
  things considerably here and there.
- It's not unlikely that I missed some spots that require fixups.


SVN revision: 21639
2006-03-31 22:56:17 +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
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
Christian Kreibich 1546a9b92b Fixed embarrasing bugs in E-Mountbox. *shame*.
SVN revision: 2215
2000-03-09 20:21:28 +00:00
Christian Kreibich a7072c6ce3 No warnings, no worries :)
SVN revision: 2079
2000-02-16 16:22:04 +00:00
Christian Kreibich 03f5fe8def Added a timer to E-Mountbox that keeps the display up to date.
SVN revision: 2078
2000-02-16 16:19:19 +00:00
Christian Kreibich cfeace2a40 "Eject" support for E-Mountbox.
SVN revision: 2007
2000-02-02 18:57:06 +00:00
Michael Jennings e4cf75a03e Wed Jan 5 20:11:40 PST 2000
(KainX)

New version number and copyright dates that include 2000.


SVN revision: 1859
2000-01-05 16:24:01 +00:00
Christian Kreibich e7ef9e0879 Whoopsy.
SVN revision: 1777
1999-12-27 20:05:53 +00:00
Christian Kreibich d4024f2e62 More E-Mountbox stuff. Config dialog now changes dynamically, depending
on whether you have patterns for mathching mountpoint types or not.
Deleting of mountpoint types should work. Still needs more debugging...


SVN revision: 1776
1999-12-27 19:57:37 +00:00
Christian Kreibich f99cb30866 More work on the Mountbox. Changing backgrounds and default icons should
work on runtime now, modifying and adding mountpoint types too. Deleting
still needs to be done. Oh, and untested, btw.

Damn. I'm getting sick.


SVN revision: 1696
1999-12-20 15:44:21 +00:00
Christian Kreibich 91bac7739a Added querying for multiple configs. If you have a group of configuration
settings that you want to refer to under the same key (e.g. the apps that
a launcher starts up etc), use

void Epplet_modify_multi_config(char *key, char **values, int num);

And if you want to query for a group of settings, use this:

char **Epplet_query_multi_config(char *key, int *num);

Note that you have to free() the returned array here. The key is internally
encoded into __key__1 for the first string, __key__2 for the second etc.

I put some testing code for this into ConfigTestEpplet.c The epplet will
remember all the command line parameters you give on startup and dump
them.

Also extended E-Mountbox so that the users can now define the patterns
in the device or mountpoint and corresponding icons themselves. Currently
still via the config file, but the dialog is there. Not functional yet,
though.


SVN revision: 1612
1999-12-13 17:38:52 +00:00
Christian Kreibich b9fad5374f Thu Dec 9 14:29:50 EST 1999
(Christian)

The Mountbox reacts to left and right cursor keys now. Also added a Jazz drive
image for piercer <piercer13@home.com>. Config dialog coming soon.


SVN revision: 1562
1999-12-09 14:19:08 +00:00
Michael Jennings c53dd6e7bf Tue Dec 7 18:02:22 PST 1999
(KainX)

Fixed a seg fault in E-Mountbox if the images in the config file aren't found.
It first falls back on the compiled-in defaults, and if that doesn't work
either, it exits with an error.


SVN revision: 1545
1999-12-07 21:04:58 +00:00
Michael Jennings 3e6a527f10 Mon Nov 29 20:34:40 PST 1999
(KainX)

All the network stats stuff has been moved to a centralized location, and all
the network stats epplets have been converted to use the new functions.  Thus,
all network epplets can now have a portable interface to the data without
having to worry about portability; the backend takes care of it.

I also added copyright statements and a license to all my epplets.  And I
removed my name from the E-Mountbox copyright since my contributions were
negligible. :-)


SVN revision: 1460
1999-11-30 00:52:31 +00:00
Christian Kreibich 7e989c8e19 Added Epplet_unremember to E-Mountbox. Added layout options to
E-Mixer and updated docs. Tom, change as you see fit, ok?


SVN revision: 1457
1999-11-29 21:50:40 +00:00
Christian Kreibich 4d0e20be5b Changed the button management of E-Mountbox -- added a third
button at the bottom that shows the additional buttons when clicked.

Q: How does a UNIX Guru do Sex ?
A: unzip; strip; touch; finger; \
   mount; fsck; more; yes; umount; sleep

Uhm ... apologies for my bad taste ... I graded the code of 30
breadth/depth-first graph searches today, believe me, that can
really deteriorate one's taste =)


SVN revision: 1320
1999-11-17 00:18:31 +00:00
Tom Gilbert a10eadf816 Fri Nov 12 16:50:11 GMT 1999
(gilbertt)

Changes to E-Clock.c E-Areas.c Emix.x E-Sys.c E-Mountbox.c E-Load.c
E-Memwatch.c

Using atexit(Epplet_cleanup) prevents all those "mulitple spawning on
startup problems" people get.


SVN revision: 1269
1999-11-12 16:48:44 +00:00
Michael Jennings c43022a9b3 Wed Nov 10 15:49:40 PST 1999
(KainX)

E-Mountbox is now size-matched with everything else, and the help/config/close
buttons appear and disappear just like the other epplets.  Consistency is a
good thing. :-)  Also, E-Xss won't show/hide the drawing area any more when
it gains/loses focus.


SVN revision: 1243
1999-11-10 23:51:50 +00:00
Christian Kreibich 811247cb78 Esnprintf is in the house now :)
SVN revision: 1242
1999-11-10 23:37:53 +00:00
Michael Jennings 45ec67a22a Fixed that problem.
SVN revision: 1241
1999-11-10 23:13:12 +00:00
Christian Kreibich 1d12710591 Arrgh.
SVN revision: 1225
1999-11-09 15:40:12 +00:00
Christian Kreibich 680b290e8b Oops. It helps when you look at the config file :)
SVN revision: 1224
1999-11-09 15:39:27 +00:00
Christian Kreibich 70bdb72717 Well, I couldn't resist any longer -- here's my little
contribution to the wonderfuld world of epplets: The
E-Mountbox. I know, I know, there's already a nice little
mounting epplet by Daniel Erat around, but mine's got
spiffier graphics :)


SVN revision: 1219
1999-11-09 12:34:40 +00:00