Enlightenment CVS committal

Author  : vapier
Project : e_modules
Module  : calendar

Dir     : e_modules/calendar


Modified Files:
        README TODO 


Log Message:
eat stupid DOS ^M gremlins

===================================================================
RCS file: /cvs/e/e_modules/calendar/README,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- README      12 Jan 2006 01:22:17 -0000      1.2
+++ README      2 Sep 2006 19:20:56 -0000       1.3
@@ -1,108 +1,108 @@
-Calendar - a desktop calendar module for E17.

-

-___________________________________________

-1. default (or themer) configuration

-

-Features:

-- desktop calendar

-       - calendar should display properly when started

-       - Today highlights (depending on color scheme)

-       - display previous and future years/months

-- 2 distinct themes (switchable via menu)

-Working:

-   - one with a top image & one without

-

-- Change the 1st Day of the week

-____________________________________________

-2. User configuation

-

-Features:

-- desktop calendar

-Working:

-       - calendar should display properly when started

-       - Today highlights (depending on color scheme)

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

-- 2 distinct themes (switchable via menu)

-Working:

-   - one with a top image & one without

-   - top image can be changed by placing your 

-     own edj files. Hints on making your own 

-       topimage edj, top part (image) takes 35% of overall 

-       calendar next 15% is taken up for the Year,Month,

-       Days and each row of dates is 9%.

-

-   - Config without topimage has the backimage.edj

-     file.  It's only requirement is that the group

-     be named "back".  Note the edj shipped with 

-     the calendar has a png that is transparent.

-     -- Hints on making your own background, The 

-       top part (Year, Month, Days) is in a box

-       which goes down 15% of the overall image.

-       Each row of dates is 15% high. 

-

-Not Working:

-       - switching from one theme to another more

-         than once causes the date blocks to go white.

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

-

-- colors completely configurable (on the fly)

-Working:

-   - can have different colors for weekday, 

-      weekend and today

-   - can change color scheme by editing 

-     a simple config file

-       -- an example config file is included in the calendar src directory.

-          All that is needed is to modify the numbers, then use the "File 
Selection -> Config File"

-          to set the path to your file.  The use the "read config file" option 
to read it in.

-               r Object Red value // r1 Outline Red value // r2 Shadow Red 
value 

-               g Object Green value // g1 Outline Green value // g2 Shadow 
Green value 

-               b Object Blue value // b1 Outline Blue value // b2 Shadow Blue 
value 

-               a Object Alpha(Transparency) value // a1 Outline Alpha value // 
a2 Shadow Alpha value

-         colors in config file go: r, g, b, a, r1, g1, b1, a1, r2, g2, b2, a2.

-         (To have config file read, you must select the "read config file" 
option from the calendar menu.

-    - Can now edit colors via dialogs!!!

-

-Not Working

-       -- changing colors/fonts causes today box to go totally white.

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

-- fonts/size also configurable

-Working:

-   - change fonts via a simple configuration 

-     file

-       -- same location and file as for colors example will be included soon - 
if 

-          one wants to try it now, a font line will look like:

-          YM_text_class <font> <font size>

-          Day_text_class <font> <font size>

-          text_class <font> <font size>

-          New font must be in "evas font path"

-       -- Can now be edited via dialogs!!!!

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

-

-- Change the 1st Day of the week

-

-_________________________________________________________________

-Themers:

- -- There are 6 edj files that make up the calendar module.

-       -- The calendar edj only provides a structure & location for arrows 

-           for selecting next/prev years/months

-       -- topimage.edj provides the top part (given it's visible)

-       -- background.edj provides the calendar background (and is always used)

-       -- today.edj is as it seems, block for today

-       -- weekend.edj

-       -- weekday.ed   

-        -- arrow.edj used for the arrows for next/prev month/year

-

-Please look at the default edj's to see the basic structure.  Group names 

-need to be "default" and "user" -- and yes you need both.  The "default"

-group is everything to define it how you want it to look, the "user" part

-is so that a user can modify color scheme (if he/she so chooses).  To create 

-the "user" group just copy the "default" group add the colorclass and textclass

-lines from the edj's I provided and remove any lines with colors defined.  
Otherwise,

-these are standard edj's.

-

-For those who want the date boxes to just show the date (and have no spaces 
for things

-that maybe added in the future) go to src/images/JustNum and run the JustNum 
script.  This

-script will install new .edc files in ~/.e/e/modules/calendar/  (which should 
be the 

-location of your calendar module) -- if this is not correct, edit the JustNum 
script to your

-system (it's really simple).  The script requires bash.

-

+Calendar - a desktop calendar module for E17.
+
+___________________________________________
+1. default (or themer) configuration
+
+Features:
+- desktop calendar
+       - calendar should display properly when started
+       - Today highlights (depending on color scheme)
+       - display previous and future years/months
+- 2 distinct themes (switchable via menu)
+Working:
+   - one with a top image & one without
+
+- Change the 1st Day of the week
+____________________________________________
+2. User configuation
+
+Features:
+- desktop calendar
+Working:
+       - calendar should display properly when started
+       - Today highlights (depending on color scheme)
+------------------------------------------------------
+- 2 distinct themes (switchable via menu)
+Working:
+   - one with a top image & one without
+   - top image can be changed by placing your 
+     own edj files. Hints on making your own 
+       topimage edj, top part (image) takes 35% of overall 
+       calendar next 15% is taken up for the Year,Month,
+       Days and each row of dates is 9%.
+
+   - Config without topimage has the backimage.edj
+     file.  It's only requirement is that the group
+     be named "back".  Note the edj shipped with 
+     the calendar has a png that is transparent.
+     -- Hints on making your own background, The 
+       top part (Year, Month, Days) is in a box
+       which goes down 15% of the overall image.
+       Each row of dates is 15% high. 
+
+Not Working:
+       - switching from one theme to another more
+         than once causes the date blocks to go white.
+---------------------------------------------------------
+
+- colors completely configurable (on the fly)
+Working:
+   - can have different colors for weekday, 
+      weekend and today
+   - can change color scheme by editing 
+     a simple config file
+       -- an example config file is included in the calendar src directory.
+          All that is needed is to modify the numbers, then use the "File 
Selection -> Config File"
+          to set the path to your file.  The use the "read config file" option 
to read it in.
+               r Object Red value // r1 Outline Red value // r2 Shadow Red 
value 
+               g Object Green value // g1 Outline Green value // g2 Shadow 
Green value 
+               b Object Blue value // b1 Outline Blue value // b2 Shadow Blue 
value 
+               a Object Alpha(Transparency) value // a1 Outline Alpha value // 
a2 Shadow Alpha value
+         colors in config file go: r, g, b, a, r1, g1, b1, a1, r2, g2, b2, a2.
+         (To have config file read, you must select the "read config file" 
option from the calendar menu.
+    - Can now edit colors via dialogs!!!
+
+Not Working
+       -- changing colors/fonts causes today box to go totally white.
+----------------------------------------------------------------
+- fonts/size also configurable
+Working:
+   - change fonts via a simple configuration 
+     file
+       -- same location and file as for colors example will be included soon - 
if 
+          one wants to try it now, a font line will look like:
+          YM_text_class <font> <font size>
+          Day_text_class <font> <font size>
+          text_class <font> <font size>
+          New font must be in "evas font path"
+       -- Can now be edited via dialogs!!!!
+-----------------------------------------------------------------
+
+- Change the 1st Day of the week
+
+_________________________________________________________________
+Themers:
+ -- There are 6 edj files that make up the calendar module.
+       -- The calendar edj only provides a structure & location for arrows 
+           for selecting next/prev years/months
+       -- topimage.edj provides the top part (given it's visible)
+       -- background.edj provides the calendar background (and is always used)
+       -- today.edj is as it seems, block for today
+       -- weekend.edj
+       -- weekday.ed   
+        -- arrow.edj used for the arrows for next/prev month/year
+
+Please look at the default edj's to see the basic structure.  Group names 
+need to be "default" and "user" -- and yes you need both.  The "default"
+group is everything to define it how you want it to look, the "user" part
+is so that a user can modify color scheme (if he/she so chooses).  To create 
+the "user" group just copy the "default" group add the colorclass and textclass
+lines from the edj's I provided and remove any lines with colors defined.  
Otherwise,
+these are standard edj's.
+
+For those who want the date boxes to just show the date (and have no spaces 
for things
+that maybe added in the future) go to src/images/JustNum and run the JustNum 
script.  This
+script will install new .edc files in ~/.e/e/modules/calendar/  (which should 
be the 
+location of your calendar module) -- if this is not correct, edit the JustNum 
script to your
+system (it's really simple).  The script requires bash.
+
===================================================================
RCS file: /cvs/e/e_modules/calendar/TODO,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- TODO        19 Dec 2005 01:56:38 -0000      1.1
+++ TODO        2 Sep 2006 19:20:56 -0000       1.2
@@ -1,17 +1,17 @@
-Bugs:

-- ColorClass issues:

-  -- Switching between top & no image (white box problem)

-

-

-Features:

-

-- support ical standard

-- subscribe to online calendars

-- move mouse on calendar to read your records; 

-- Includes a todo-list 

-  -- mark dates with records; 

-  -- remind and repeat records; 

-  -- Different type events can have different appearence 

-  -- Shows an alarm when an event is due 

-

- 

+Bugs:
+- ColorClass issues:
+  -- Switching between top & no image (white box problem)
+
+
+Features:
+
+- support ical standard
+- subscribe to online calendars
+- move mouse on calendar to read your records; 
+- Includes a todo-list 
+  -- mark dates with records; 
+  -- remind and repeat records; 
+  -- Different type events can have different appearence 
+  -- Shows an alarm when an event is due 
+
+ 



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to