← Back to team overview

xubuntu-dev team mailing list archive

[Branch ~xubuntu-dev/xubuntu-default-settings/trunk] Rev 375: Replace datetime by clock now that it features a calendar as well.

 

------------------------------------------------------------
revno: 375
committer: Lionel Le Folgoc <mrpouit@xxxxxxxxxx>
branch nick: xubuntu-default-settings
timestamp: Thu 2012-08-23 20:15:25 +0200
message:
  Replace datetime by clock now that it features a calendar as well.
removed:
  etc/xdg/xdg-xubuntu/xfce4/panel/datetime-7.rc
modified:
  debian/changelog
  debian/xubuntu-default-settings.maintscript
  etc/xdg/xdg-xubuntu/xfce4/panel/default.xml


--
lp:xubuntu-default-settings
https://code.launchpad.net/~xubuntu-dev/xubuntu-default-settings/trunk

Your team Xubuntu Team is subscribed to branch lp:xubuntu-default-settings.
To unsubscribe from this branch go to https://code.launchpad.net/~xubuntu-dev/xubuntu-default-settings/trunk/+edit-subscription
=== modified file 'debian/changelog'
--- debian/changelog	2012-06-24 11:51:17 +0000
+++ debian/changelog	2012-08-23 18:15:25 +0000
@@ -1,3 +1,9 @@
+xubuntu-default-settings (12.10.3) UNRELEASED; urgency=low
+
+  * Replace datetime by clock now that it features a calendar as well.
+
+ -- Lionel Le Folgoc <mrpouit@xxxxxxxxxx>  Thu, 23 Aug 2012 20:14:47 +0200
+
 xubuntu-default-settings (12.10.2) quantal; urgency=low
 
   * etc/xdg/xdg-xubuntu/xfce4/xfconf/…/xfce4-session.xml:

=== modified file 'debian/xubuntu-default-settings.maintscript'
--- debian/xubuntu-default-settings.maintscript	2012-05-22 18:30:48 +0000
+++ debian/xubuntu-default-settings.maintscript	2012-08-23 18:15:25 +0000
@@ -1,1 +1,2 @@
 rm_conffile /etc/xdg/xdg-xubuntu/xfce4/panel/indicator-5.rc 12.10.1~
+rm_conffile /etc/xdg/xdg-xubuntu/xfce4/panel/datetime-7.rc 12.10.2~

=== removed file 'etc/xdg/xdg-xubuntu/xfce4/panel/datetime-7.rc'
--- etc/xdg/xdg-xubuntu/xfce4/panel/datetime-7.rc	2012-04-04 16:40:22 +0000
+++ etc/xdg/xdg-xubuntu/xfce4/panel/datetime-7.rc	1970-01-01 00:00:00 +0000
@@ -1,6 +0,0 @@
-layout=2
-date_font=Droid Sans 10
-time_font=Droid Sans 10
-date_format=%a, %d %b  %H:%M
-time_format=%a, %d %b  %H:%M
-

=== modified file 'etc/xdg/xdg-xubuntu/xfce4/panel/default.xml'
--- etc/xdg/xdg-xubuntu/xfce4/panel/default.xml	2012-05-22 18:29:08 +0000
+++ etc/xdg/xdg-xubuntu/xfce4/panel/default.xml	2012-08-23 18:15:25 +0000
@@ -89,7 +89,9 @@
     <property name="plugin-6" type="string" value="separator">
       <property name="style" type="uint" value="0"/>
     </property>
-    <property name="plugin-7" type="string" value="datetime"/>
+    <property name="plugin-7" type="string" value="clock">
+      <property name="digital-format" type="string" value="%a, %d %b %Y %H:%M"/>
+    </property>
     <property name="plugin-8" type="string" value="separator">
       <property name="style" type="uint" value="0"/>
     </property>