User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.1.6) Gecko/20071008 Ubuntu/7.10 (gutsy) Firefox/2.0.0.6 Build Identifier: It would be cool if the calendar gets company of a list of todo's in the main interface. Currently, the only way to see your todo's is by opening a date and then opening the TODO tab. Reproducible: Always Steps to Reproduce:
to clarify: You mean that TODO due dates also should be marked as bold in the main calendar window? (Currently only EVENTS are set bold)
(In reply to comment #1) > to clarify: You mean that TODO due dates also should be marked as bold > in the main calendar window? If there's a due date for a TODO, 'I'd reckon that this TODO is 100% equal to an appointment, and thus should be shown in bold on the calendar itself. This request was for something like this: +--------------------+ | Orage _ x | |--------------------| | < Oct > < 2007 >| |--+--+--+--+--+--+--| | | | | | | | | <calendar> | | | | | | | | |--+--+--+--+--+--+--| | Todo 1 | | Todo 2 | | Todo 3 | +--------------------+ The todo items can be * Bold: if there due in the next X hours (today?) * Red: if due in the past * ... Hope this makes it somewhat clearer...
(In reply to comment #1) > to clarify: You mean that TODO due dates also should be marked as bold > in the main calendar window? (offtopic) Ehm, can a TODO be set without a due date?
gtk_calendar can only use bold, not colours, so red is out of question. So basically you have two enhancments here: 1) mark due dates as bold 2) build TODO list below the calendar Did I get it right? Not a bad idea.
(In reply to comment #4) > Did I get it right? Yep! > So basically you have two enhancements here: Maybe even three: "create a TODO without due date/time". Should I add those as separate bugs/requests? > gtk_calendar can only use bold, not colours, so red is out of question. 'Red' is intended for a TODO list item (below the gtk_calendar). You may PM me if you have more questions... -H-
no need to build separate BUGs although that TODO without DUE date would be clearer if it is separate, so if you do not mind, that would help. I like these, will add them.
This is now implemented in Orage 4.5.11.1 in svn revision 26382. 1) Added the todo window: Late todos are red and "active" todos are blue. Active todo is one where current day is between start and due date. Other in the future todos are normal black. Completed todos are not shown. 2) Added todos to be bold in the main window: Completed todos are not marked. Only the first todo due date is marked for reoccuurring todos. 3) did NOT implement todo without due date. This appeared to have major effects on here and there and is rather difficult to code and causes nasty hacks or major rewrite. Specially it causes problems in the repeat code. And it has fairly east workaround: Just set due day to be after 1000 days. it is almost the same. If this is not ok, please file a new enhancement detailing what is needed.