[gnome-calendar] Added new doc, Views.



commit 21640c04c9c252b60ff8c806f9c19e2f2f9bee4d
Author: Erick PÃrez Castellanos <erick red gmail com>
Date:   Wed Aug 22 21:38:57 2012 -0400

    Added new doc, Views.

 doc/Makefile.am |    1 +
 doc/Views       |   14 ++++++++++++++
 2 files changed, 15 insertions(+), 0 deletions(-)
---
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 9cbccfb..7beef3e 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -2,4 +2,5 @@ EXTRA_DIST =             \
     Assumptions          \
     Drawing              \
     Flows                \
+    Views                \
     Internals
diff --git a/doc/Views b/doc/Views
new file mode 100644
index 0000000..a3f67a4
--- /dev/null
+++ b/doc/Views
@@ -0,0 +1,14 @@
+### Views ###
+
+Here, I'll place some notes about views
+
+ - For the creatin of new events:
+   Views will provide one date or two, in both cases the event created from
+   views are all day event, so the date passes by the views to GcalEventOverlay
+   should be marked as is_date views
+
+ - For marking actual unit:
+   View will provide a two pixels mark for the actual unit in every view.
+   e.g. week-view will mark the day of week of the actual date, no matters which
+   week we are seeing.
+   month-view will mark the day of the month of the actual date.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]