summaryrefslogtreecommitdiff
path: root/TODO.md
diff options
context:
space:
mode:
authorGeorges Basile Stavracas Neto <georges.stavracas@gmail.com>2017-09-07 00:04:27 -0300
committerGeorges Basile Stavracas Neto <georges.stavracas@gmail.com>2017-09-07 00:04:27 -0300
commitc43d74d16a4ad3f307d67038460a230a3a0baa11 (patch)
treea9c46cee86b0b46ea6e22d7c05247c82b6440bd6 /TODO.md
parent53a8278953031962301b80c8d969d57b00c0abd7 (diff)
downloadgnome-calendar-c43d74d16a4ad3f307d67038460a230a3a0baa11.tar.gz
project: update TODO.md
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md11
1 files changed, 2 insertions, 9 deletions
diff --git a/TODO.md b/TODO.md
index d8335bab..bd3656ae 100644
--- a/TODO.md
+++ b/TODO.md
@@ -1,18 +1,11 @@
# Tasks
- [ ] Rework internal GcalWindow working
+ [ ] Cleanup GcalWindow
[ ] Add disable/enable of views
- [ ] Rework GcalViews as grid only (WeekView, MonthView, YearView)
- [ ] Rework GcalViews to implement the new API (remove every "New API" comment)
[ ] Make GcalTimeSelector an entry
[ ] Properly fix timezone handling
[ ] Rethink signals from GcalManager
- [ ] Order events chronologically in views
- [ ] Change ordering of events in all-day views (use a custom ordering)
- [ ] Add different triggers for hiding the sources view.
- [ ] Check for the real need of adding timezone, and check everywhere
- [ ] Connect all dconf options to the program
- [ ] Check the real need of a caching GcalManager
+ [ ] Merge GcalSubscriberView and GcalMonthView
# Design tasks