[gnome-calendar] Updated docs. Updated TODO.



commit 9c2d2dc4429492574ec663c4ee4c3dd53120c670
Author: Erick PÃrez Castellanos <erick red gmail com>
Date:   Mon Aug 20 23:49:30 2012 -0400

    Updated docs. Updated TODO.

 TODO        |   19 +++++++++++++++----
 doc/Drawing |   12 ++++++------
 2 files changed, 21 insertions(+), 10 deletions(-)
---
diff --git a/TODO b/TODO
index 4cdd07a..13d9f15 100644
--- a/TODO
+++ b/TODO
@@ -1,18 +1,29 @@
 TODO
 
+ !!! Fix GcalMonthView to take into accounts days outside the month shown, all
+   over the place, when clicking, when calculating new-dates (adding could
+   surpass 31 days), when drawing(maybe mark in other color) and selecting, etc.
+ !!! Fix GcalMonthView to take into account 31 days when in need of 42 cells
+   instead of 35.
+ - Review/check the adding of a new source live.
  - Review size/resize of GcalEventView widget
+ - Review GcalWeekView implementation to follow Benjamin advice of not composite
+   with Gtk+ widgets other than GtkOverlay.
  - Rethink signals from GcalManager
  - Order events for starting hour in GcalMonthView, and the others
- - Review static modifiers
+ - Add different triggers for hiding the sources view.
  - Connect keyboard-shortcuts like Ctrl+Q
  - Check for the real need of adding timezone, and check everywhere
- - Create GcalView interface or superclass of all views.
  - Connect all dconf options to the program
  - Remove body_actor if there's no need of it in the end.
  - Clear/reorder #include in every header file.
+ - Review every g_return_fi_fail statement since G_OBJECT macros does that
+   already
 
 Design stuff
 
  - What to do when there's no host set in the event.
- - What to do when we found an event out of our day view
-   (out of 8:00 - 17:00)
+ - Interactions explained
+     - When to show/hide sources view
+     - When to show/hide new-event overlay
+     - Random stuff I don't remember now
diff --git a/doc/Drawing b/doc/Drawing
index 1062d6b..d91b610 100644
--- a/doc/Drawing
+++ b/doc/Drawing
@@ -1,15 +1,15 @@
 Month View
 
 +--------------------
-|      padding.top
+|  header > padding.top
 |- - - - - - - - - -
 |    |July, 2021
 |- - - - - - - - - -
-| l  | top
+| l  | header > bottom
 | e - - - - - - - -
 | f  |Sun
 | t - - - - - - - -
-|    | top
+|    | normal > top
 |----------------------------+-------
 |    | top                   |
 |- - - - - - -               |
@@ -22,15 +22,15 @@ Month View
 Week View
 
 +--------------------
-|  l | padding.top
+|  l | header_padding.top
 |- e -   -   -   -   -
 |  f |July 13, 2021
 |- t -   -   -   -   -
-|      top    | l |
+| header > bot| l |
 |-   -   -   -  e -   -   -   -
 |             | f |Sun
 |-   -   -   -  t -   -   -   -
-|      top    |   |
+| normal > top|   |
 |-   -   -   -+-----------------+
 |             |                 |
 |             | All-day event   |



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