Add an option to display week numbers in the calendar

Bug #932283 reported by Ahmet Öztürk
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Lifeograph
Fix Committed
Wishlist
Unassigned

Bug Description

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" ) );

Ahmet Öztürk (dmxe)
Changed in lifeograph:
importance: Undecided → Wishlist
Ahmet Öztürk (dmxe)
Changed in lifeograph:
milestone: none → 3.0.0.rc
Ahmet Öztürk (dmxe)
Changed in lifeograph:
status: New → Fix Committed
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Related questions

Remote bug watches

Bug watches keep track of this bug in other bug trackers.