mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
Add ISO week dates to the calendar
This patch adds ISO week dates to the calendar. Week dates are an often used feature in business and government offices. Can be turned on through gconf, off by default. https://bugzilla.gnome.org/show_bug.cgi?id=603532
This commit is contained in:
parent
155bee388d
commit
e3eaa69948
4 changed files with 112 additions and 12 deletions
|
|
@ -438,6 +438,20 @@
|
|||
</locale>
|
||||
</schema>
|
||||
|
||||
<!-- Calendar -->
|
||||
<schema>
|
||||
<key>/schemas/desktop/gnome/shell/calendar/show_weekdate</key>
|
||||
<applyto>/desktop/gnome/shell/calendar/show_weekdate</applyto>
|
||||
<owner>gnome-shell</owner>
|
||||
<type>bool</type>
|
||||
<default>false</default>
|
||||
<locale name="C">
|
||||
<short>Show the week date in the calendar</short>
|
||||
<long>
|
||||
If true, display the ISO week date in the calendar.
|
||||
</long>
|
||||
</locale>
|
||||
</schema>
|
||||
</schemalist>
|
||||
|
||||
</gconfschemafile>
|
||||
|
|
|
|||
|
|
@ -899,6 +899,10 @@ StTooltip {
|
|||
padding: 0px 4px 2px 0px;
|
||||
}
|
||||
|
||||
.calendar-calendarweek {
|
||||
color: #666666;
|
||||
}
|
||||
|
||||
/* App Switcher */
|
||||
#altTabPopup {
|
||||
padding: 8px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue