Implement display number of the week in calendar

Asked by Milan Leszkow

Hello

Is it possible to implements display number of the week in the calendar widget?

I'm using patch, see bellow, to enable it.

Because I'm using my records for weekly reporting.

Maybe, some kind of method enabling 'create chapter due week' should be handy to group entries by week.

--- panel_diary.cpp.orig 2012-02-13 20:46:40.000000000 +0100
+++ panel_diary.cpp 2012-02-14 08:31:15.871115721 +0100
@@ -68,6 +68,7 @@
  catch( ... ) { }

  // FILTER & REPLACE
+ m_calendar->set_display_options(Gtk::CALENDAR_SHOW_WEEK_NUMBERS|Gtk::CALENDAR_SHOW_HEADING|Gtk::CALENDAR_SHOW_DAY_NAMES);
  m_entry_filter->set_idle_text( _( "Filter" ) );
  m_entry_replace->set_idle_text( _( "Replace" ) );

Question information

Language:
English Edit question
Status:
Answered
For:
Lifeograph Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Ahmet Öztürk (dmxe) said :
#1

I have never thought that a lifeograph user would need this. Obviously I was mistaken. An option may be added for this in the future versions. I am converting this question into a bug report/feature request for easy follow up.

Revision history for this message
Ahmet Öztürk (dmxe) said :
#2

Converted into a bug report

Can you help with this problem?

Provide an answer of your own, or ask Milan Leszkow for more information if necessary.

To post a message you must log in.