Commit Graph

22 Commits

Author SHA1 Message Date
Kim Woelders 9d0e6438db Drop unnecessary headers 2021-08-31 07:11:23 +02:00
Kim Woelders 2ea5042e00 Warning cleanups - epplets. 2016-08-19 09:31:22 +02:00
Kim Woelders ee7cfd147d Indent.
SVN revision: 77224
2012-09-30 09:41:07 +00:00
Kim Woelders 793ebd0127 Remove RCS tags and debian remnants.
SVN revision: 35629
2008-08-23 15:56:25 +00:00
Kim Woelders 6f9b038c1e Now that we are playing around here - Indent!
SVN revision: 22149
2006-04-15 22:04:48 +00:00
Kim Woelders 99cd5ccb59 Only one cleanup at exit.
SVN revision: 21674
2006-04-01 16:00:17 +00:00
Michael Jennings 222f25749d Sun Oct 14 11:14:17 2001 Michael Jennings (mej)
Added the ability to specify a timezone for E-Time.


SVN revision: 5494
2001-10-14 18:18:27 +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
Michael Jennings 5d3a26f2ad Tue Jan 4 20:57:24 PST 2000
(KainX)

Final preparations for the release of 0.5.


SVN revision: 1850
2000-01-04 17:25:23 +00:00
Michael Jennings 69f99ab980 Thu Dec 16 19:56:24 PST 1999
(KainX)

API changes here, all in order to make E-Disk and E-MemWatch be able to toggle
between the old arrangement and the new.  So basically, you can now move
gadgets to new locations.


SVN revision: 1647
1999-12-16 21:17:27 +00:00
Tom Gilbert 66096bea2d Sun Dec 12 16:33:12 GMT 1999
(gilbertt)

E-Time wasn't saving its justification setting. Fixed.


SVN revision: 1595
1999-12-12 10:52:36 +00:00
Michael Jennings 2e6b8bcbd6 Tue Dec 7 20:02:09 PST 1999
(KainX)

Config file support and a new config dialog for E-Time.  You can set the
strings passed to strftime() for each line, and you can also set the text
justification (right or left).


SVN revision: 1546
1999-12-07 23:03:56 +00:00
Michael Jennings 180b8b08ea Added stuff to the focus in/out handlers. I skipped Tom's in case he's
testing shit. :-)


SVN revision: 1492
1999-12-03 19:52:28 +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
Carsten Haitzler ea9b3ecfc9 atexit() added to E-Time
SVN revision: 1429
1999-11-28 17:53:06 +00:00
Michael Jennings 54214c1dc4 Mon Nov 8 20:32:49 PST 1999
(KainX)

Raised the delay for qix (oops) and redid the date format in E-Time.  It now
shows the full weekday name and shows the day before the month.  I also added
a space for improved readability.


SVN revision: 1216
1999-11-08 18:37:49 +00:00
Michael Jennings 607ee975fe Tue Oct 26 16:06:43 PDT 1999
(KainX)

Okay, don't kill me.  I had to change the API again because it was broken.
Epplet_load_config() now takes no parameters.  I also renamed some functions,
which the following command should help you do:

perl -p -i.bak -e \
	's/config_data_with_def/config_def/g; s/_config_data/_config/g;' \
	<files>

That all goes on a single line, BTW.  And replace <files> with the names of
your .c files.  You must now specify any defaults by calling
Epplet_query_config_def() instead and passing the default to that function.

I also added the ability to right-justify label text by specifying a negative
x coordinate.  See E-Time for a sample.


SVN revision: 989
1999-10-26 15:48:35 +00:00
Michael Jennings d4fcc010d6 Tue Oct 26 14:15:39 PDT 1999
(KainX)

Fixed E-Time to look better.  Should fix the problem with non-BlueSteel
themes.


SVN revision: 986
1999-10-26 13:56:51 +00:00
Michael Jennings 117ca28b7e Fri Oct 22 23:22:25 PDT 1999
(KainX)

Fixed configure.in so that user-specified $CFLAGS will be honored.  Also
removed all the warnings from compiling.


SVN revision: 955
1999-10-22 23:45:57 +00:00
Michael Jennings 9898d36b95 Fri Oct 22 21:43:33 PDT 1999
(KainX)

Alright, I've got the config stuff working as planned.  Epplet_Init() has the
same parameters as it used to.  If you use config files, make sure to call
Epplet_load_config() AFTER calling Epplet_Init() but BEFORE attempting to
access config data.

Also note the function name changes:  Epplet_save_config(),
Epplet_query_config_data(), and Epplet_modify_config_data().


SVN revision: 951
1999-10-22 22:09:18 +00:00
Christian Kreibich 5231296117 Ok, the config file management should work now. Lock files are used
for instance accounting, every epplet has its own directory in
~/.enlightenment/epplet_config/<epplet-name>, transparent config file
handling is provided. Users only need to query for settings and change
settings. Config settings are saved automatically on exit, which
means that users MUST call Epplet_cleanup() before exiting. Every
epplet instance has its own config file. Also added a mechanism for
defining default settings.

Updated all epplets accordingly.

Look at ConfigTestEpplet.c for the details. It shows what instance it
is running as and keeps a record on how many times that instance
has been run in the config files.


SVN revision: 949
1999-10-22 16:43:22 +00:00
Michael Jennings 80fa34751c Build fixes and a new digital clock epplet.
SVN revision: 828
1999-10-15 14:10:39 +00:00