[Commits] (alecf) nuke MonthBlock - it has finally bitrotted to the
point of being unusable
commits at osafoundation.org
commits at osafoundation.org
Fri Apr 15 16:17:27 PDT 2005
Commit by: alecf
Modified files:
chandler/parcels/osaf/views/main/parcel.xml 1.198 1.199
chandler/parcels/osaf/framework/blocks/calendar/parcel.xml 1.13 1.14
Log message:
nuke MonthBlock - it has finally bitrotted to the point of being unusable
ViewCVS links:
http://cvs.osafoundation.org/index.cgi/chandler/parcels/osaf/views/main/parcel.xml.diff?r1=text&tr1=1.198&r2=text&tr2=1.199
http://cvs.osafoundation.org/index.cgi/chandler/parcels/osaf/framework/blocks/calendar/parcel.xml.diff?r1=text&tr1=1.13&r2=text&tr2=1.14
Index: chandler/parcels/osaf/views/main/parcel.xml
diff -u chandler/parcels/osaf/views/main/parcel.xml:1.198 chandler/parcels/osaf/views/main/parcel.xml:1.199
--- chandler/parcels/osaf/views/main/parcel.xml:1.198 Wed Apr 6 18:01:03 2005
+++ chandler/parcels/osaf/views/main/parcel.xml Fri Apr 15 16:17:25 2005
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.198 $ -->
-<!-- $Date: 2005/04/07 01:01:03 $ -->
+<!-- $Revision: 1.199 $ -->
+<!-- $Date: 2005/04/15 23:17:25 $ -->
<!-- Copyright (c) 2003-2004 Open Source Applications Foundation -->
<!-- License: http://osafoundation.org/Chandler_0.1_license_terms.htm -->
@@ -1423,7 +1423,6 @@
<childrenBlocks itemref="doc:CPIATestLayoutToolbar"/>
<childrenBlocks itemref="doc:CPIATestTable"/>
<choices itemref="doc:CPIATestTable"/>
- <choices itemref="doc:CPIATestMonth"/>
<choices itemref="doc:CPIATestWeek"/>
<choices itemref="doc:CPIATestDay"/>
<orientationEnum>Vertical</orientationEnum>
@@ -1434,7 +1433,6 @@
-->
<Toolbar itsName="CPIATestLayoutToolbar">
<childrenBlocks itemref="doc:ListViewButton"/>
- <childrenBlocks itemref="doc:MonthViewButton"/>
<childrenBlocks itemref="doc:WeekViewButton"/>
<childrenBlocks itemref="doc:DayViewButton"/>
<toolSize>16,16</toolSize>
@@ -1452,16 +1450,6 @@
<event itemref="doc:ChangeLayout"/>
</ToolbarItem>
- <ToolbarItem itsName="MonthViewButton">
- <blockName>MonthViewButton1</blockName>
- <title>Month View</title>
- <bitmap>application/images/month.png</bitmap>
- <selectedBitmap></selectedBitmap>
- <toolbarItemKind>Radio</toolbarItemKind>
- <helpString>Display the view in month mode</helpString>
- <event itemref="doc:ChangeLayout"/>
- </ToolbarItem>
-
<ToolbarItem itsName="WeekViewButton">
<blockName>WeekViewButton1</blockName>
<title>Week View</title>
@@ -1506,10 +1494,6 @@
<columnReadOnly>True</columnReadOnly>
</Table>
- <calendar:CanvasMonth itsName="CPIATestMonth">
- <contents itemref="core:None"/>
- </calendar:CanvasMonth>
-
<calendar:CanvasWeek itsName="CPIATestWeek">
<contents itemref="core:None"/>
<daysPerView>7</daysPerView>
Index: chandler/parcels/osaf/framework/blocks/calendar/parcel.xml
diff -u chandler/parcels/osaf/framework/blocks/calendar/parcel.xml:1.13 chandler/parcels/osaf/framework/blocks/calendar/parcel.xml:1.14
--- chandler/parcels/osaf/framework/blocks/calendar/parcel.xml:1.13 Mon Feb 28 12:53:40 2005
+++ chandler/parcels/osaf/framework/blocks/calendar/parcel.xml Fri Apr 15 16:17:26 2005
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.13 $ -->
-<!-- $Date: 2005/02/28 20:53:40 $-->
+<!-- $Revision: 1.14 $ -->
+<!-- $Date: 2005/04/15 23:17:26 $-->
<!-- Copyright (c) 2003-2004 Open Source Applications Foundation -->
<!-- License: http://osafoundation.org/Chandler_0.1_license_terms.htm -->
@@ -19,21 +19,6 @@
<attributes itemref="blocks:selection"/>
</Kind>
- <Kind itsName="CanvasMonth">
- <classes key="python">osaf.framework.blocks.calendar.CalendarCanvas.MonthBlock</classes>
- <superKinds itemref="calBlocks:CollectionCanvas"/>
-
- <Attribute itsName="rangeStart">
- <type itemref="DateTime"/>
- </Attribute>
- <Attribute itsName="rangeIncrement">
- <type itemref="RelativeDateTime"/>
- </Attribute>
- <Attribute itsName="selectedDate">
- <type itemref="DateTime"/>
- </Attribute>
- </Kind>
-
<Kind itsName="CanvasWeek">
<classes key="python">osaf.framework.blocks.calendar.CalendarCanvas.WeekBlock</classes>
<superKinds itemref="calBlocks:CollectionCanvas"/>
More information about the Commits
mailing list