Mailing list archives: April 2004

Site index · List index
Message listThread · Author · Date
vids) [7572] fix build problem introduced by wx v2.7 change (svn 7568)
  vids) [7572] fix build problem introduced by wx v2.7 change (svn 7568) Sat, 14 Jun, 16:51
kar   s to the staging Wed, 18 Jul, 10:58
ng changes with an item
velu   ng changes with an item Thu, 15 Sep, 15:11
velu   ng changes with an item Thu, 15 Sep, 15:11
ack the String type for the core schema per Andi's request Sat, 07 Apr, 02:32
@osafoundation.org> e staging Wed, 14 Nov, 04:07
lt allDay events on Sunday showed up in two different weeks. Tue, 19 Apr, 06:07
staging Wed, 16 Feb, 20:49
sts, now on
va...@osafoundation.org>   sts, now on Sat, 13 Mar, 15:31
va...@osafoundation.org>   sts, now on Sat, 13 Mar, 15:31
<r.board...@imperial.ac.uk> kin for bug 4291 - I accidentally forgot it was 'self.selection' not 'selection' Sun, 17 Jun, 07:06
i...@intnet.mu> anges with an item Sun, 04 Jun, 16:41
<Rathfl...@hotmail.com> dn't change. Fri, 27 Sep, 11:50
y documenting how the cache key system works Mon, 21 Aug, 11:42
padding:0;line-height:0;} #msg {margin: 0 0 2em 0;} #msg dl, #msg ul, #msg pre {padding:1em;border:1px dashed black;margin: 10px 0 30px 0;} #msg dl {background:#ccccff;} #msg pre {background:#ffffcc;} #msg .commit-msg {background:#ffffcc;padding:1em;border:1px dashed black;} #msg ul {background:#cc99ff;list-style:none;} #msg dt {font-weight:bold;float:left;width: 6em;} #msg dt:after { content:':';} #patch h4 {padding: 0 10px;line-height:1.5em;margin:0;background:#ccffff;border-bottom:1px solid black;margin:0 0 10px 0;} #patch .propset h4, #patch .binary h4 {margin: 0;} #patch pre {padding:0;line-height:1.2em;margin:0;} #patch .diff {background:#eeeeee;padding: 0 0 10px 0;} #patch .propset .diff, #patch .binary .diff {padding: 10px 0;} #patch span {display:block;padding:0 10px;} #patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid black;margin:10px 0;} #patch .add {background:#ddffdd;} #patch .rem {background:#ffdddd;} #patch .lines, .info {color:#888888;background:#ffffff;} --&gt;&lt;/style&gt; &lt;title&gt;[commits] (jed) [9410] Made a few colour and pixel changes in busy bars for Mimi.&lt;/title&gt; &lt;/head&gt; &lt;body&gt; &lt;div id="msg"&gt; &lt;dl&gt; &lt;dt&gt;Revision&lt;/dt&gt; &lt;dd&gt;&lt;a href="http://viewcvs.osafoundation.org/chandler?view=rev&amp;amp;rev=9410"&gt;9410&lt;/a&gt;&lt;/dd&gt; &lt;dt&gt;Author&lt;/dt&gt; &lt;dd&gt;jed&lt;/dd&gt; &lt;dt&gt;Date&lt;/dt&gt; &lt;dd&gt;2006-02-07 16:32:52 -0800 (Tue, 07 Feb 2006)&lt;/dd&gt; &lt;/dl&gt; &lt;h3&gt;Log Message&lt;/h3&gt; &lt;div class="commit-msg"&gt;Made a few colour and pixel changes in busy bars for Mimi.&lt;/div&gt; &lt;h3&gt;Modified Paths&lt;/h3&gt; &lt;ul&gt; &lt;li&gt;&lt;a href="#trunkinternalwxsrcgenericminicalcpp"&gt;trunk/internal/wx/src/generic/minical.cpp&lt;/a&gt;&lt;/li&gt; &lt;/ul&gt; &lt;/div&gt; &lt;div id="patch"&gt; &lt;h3&gt;Diff&lt;/h3&gt; &lt;a id="trunkinternalwxsrcgenericminicalcpp"&gt;&lt;/a&gt; &lt;div class="modfile"&gt;&lt;h4&gt;Modified: trunk/internal/wx/src/generic/minical.cpp (9409 =&gt; 9410)&lt;/h4&gt; &lt;pre class="diff"&gt; &lt;span class="info"&gt;--- trunk/internal/wx/src/generic/minical.cpp 2006-02-07 23:30:37 UTC (rev 9409) +++ trunk/internal/wx/src/generic/minical.cpp 2006-02-08 00:32:52 UTC (rev 9410) &lt;/span&gt;&lt;span class="lines"&gt;@@ -804,7 +804,7 @@ &lt;/span&gt;&lt;span class="cx"&gt; wxColour lightColour = wxColour(255, 255, 255); wxColour highlightColour = wxColour(204, 204, 204); wxColour lineColour = wxColour(229, 229, 229); &lt;/span&gt;&lt;span class="rem"&gt;- wxColour busyColour = wxColour(0, 128, 255); &lt;/span&gt;&lt;span class="add"&gt;+ wxColour busyColour = wxColour(138, 184, 229); &lt;/span&gt;&lt;span class="cx"&gt; dc.SetTextForeground(mainColour); for ( size_t nWeek = 1; nWeek &amp;lt;= WEEKS_TO_DISPLAY; nWeek++, *y += m_heightRow ) &lt;/span&gt;&lt;span class="lines"&gt;@@ -873,7 +873,7 @@ &lt;/span&gt;&lt;span class="cx"&gt; if ( (GetWindowStyle() &amp;amp; wxCAL_SHOW_BUSY) != 0 ) { double busyPercentage = GetBusy(dayPosition); &lt;/span&gt;&lt;span class="rem"&gt;- int height = (int) ((m_heightRow - 4) * busyPercentage); &lt;/span&gt;&lt;span class="add"&gt;+ int height = (int) ((m_heightRow - 3) * busyPercentage); &lt;/span&gt;&lt;span class="cx"&gt; dc.SetTextBackground(busyColour); dc.SetBrush(wxBrush(busyColour, wxSOLID)); &lt;/span&gt;&lt;span class="lines"&gt;@@ -885,9 +885,9 @@ &lt;/span&gt;&lt;span class="cx"&gt; #endif #if defined(__WXMAC__) &amp;amp;&amp;amp; !wxMAC_USE_CORE_GRAPHICS &lt;/span&gt;&lt;span class="rem"&gt;- dc.DrawRectangle(x-4, *y + m_heightRow - height - 1, 3, height); &lt;/span&gt;&lt;span class="add"&gt;+ dc.DrawRectangle(x-3, *y + m_heightRow - height - 1, 2, height); &lt;/span&gt;&lt;span class="cx"&gt; #else &lt;/span&gt;&lt;span class="rem"&gt;- dc.DrawRectangle(x-4, *y + m_heightRow - height - 2, 3, height); &lt;/span&gt;&lt;span class="add"&gt;+ dc.DrawRectangle(x-3, *y + m_heightRow - height - 2, 2, height); &lt;/span&gt;&lt;span class="cx"&gt; #endif changedColours = true; &lt;/span&gt; &lt;/pre&gt; &lt;/div&gt; &lt;/div&gt; &lt;/body&gt; &lt;/html&gt;
<marc...@caltech.edu>   padding:0;line-height:0;} #msg {margin: 0 0 2em 0;} #msg dl, #msg ul, #msg pre {padding:1em;border:1px dashed black;margin: 10px 0 30px 0;} #msg dl {background:#ccccff;} #msg pre {background:#ffffcc;} #msg .commit-msg {background:#ffffcc;padding:1em;border:1px dashed black;} #msg ul {background:#cc99ff;list-style:none;} #msg dt {font-weight:bold;float:left;width: 6em;} #msg dt:after { content:':';} #patch h4 {padding: 0 10px;line-height:1.5em;margin:0;background:#ccffff;border-bottom:1px solid black;margin:0 0 10px 0;} #patch .propset h4, #patch .binary h4 {margin: 0;} #patch pre {padding:0;line-height:1.2em;margin:0;} #patch .diff {background:#eeeeee;padding: 0 0 10px 0;} #patch .propset .diff, #patch .binary .diff {padding: 10px 0;} #patch span {display:block;padding:0 10px;} #patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid black;margin:10px 0;} #patch .add {background:#ddffdd;} #patch .rem {background:#ffdddd;} #patch .lines, .info {color:#888888;background:#ffffff;} --&gt;&lt;/style&gt; &lt;title&gt;[commits] (jed) [9410] Made a few colour and pixel changes in busy bars for Mimi.&lt;/title&gt; &lt;/head&gt; &lt;body&gt; &lt;div id="msg"&gt; &lt;dl&gt; &lt;dt&gt;Revision&lt;/dt&gt; &lt;dd&gt;&lt;a href="http://viewcvs.osafoundation.org/chandler?view=rev&amp;amp;rev=9410"&gt;9410&lt;/a&gt;&lt;/dd&gt; &lt;dt&gt;Author&lt;/dt&gt; &lt;dd&gt;jed&lt;/dd&gt; &lt;dt&gt;Date&lt;/dt&gt; &lt;dd&gt;2006-02-07 16:32:52 -0800 (Tue, 07 Feb 2006)&lt;/dd&gt; &lt;/dl&gt; &lt;h3&gt;Log Message&lt;/h3&gt; &lt;div class="commit-msg"&gt;Made a few colour and pixel changes in busy bars for Mimi.&lt;/div&gt; &lt;h3&gt;Modified Paths&lt;/h3&gt; &lt;ul&gt; &lt;li&gt;&lt;a href="#trunkinternalwxsrcgenericminicalcpp"&gt;trunk/internal/wx/src/generic/minical.cpp&lt;/a&gt;&lt;/li&gt; &lt;/ul&gt; &lt;/div&gt; &lt;div id="patch"&gt; &lt;h3&gt;Diff&lt;/h3&gt; &lt;a id="trunkinternalwxsrcgenericminicalcpp"&gt;&lt;/a&gt; &lt;div class="modfile"&gt;&lt;h4&gt;Modified: trunk/internal/wx/src/generic/minical.cpp (9409 =&gt; 9410)&lt;/h4&gt; &lt;pre class="diff"&gt; &lt;span class="info"&gt;--- trunk/internal/wx/src/generic/minical.cpp 2006-02-07 23:30:37 UTC (rev 9409) +++ trunk/internal/wx/src/generic/minical.cpp 2006-02-08 00:32:52 UTC (rev 9410) &lt;/span&gt;&lt;span class="lines"&gt;@@ -804,7 +804,7 @@ &lt;/span&gt;&lt;span class="cx"&gt; wxColour lightColour = wxColour(255, 255, 255); wxColour highlightColour = wxColour(204, 204, 204); wxColour lineColour = wxColour(229, 229, 229); &lt;/span&gt;&lt;span class="rem"&gt;- wxColour busyColour = wxColour(0, 128, 255); &lt;/span&gt;&lt;span class="add"&gt;+ wxColour busyColour = wxColour(138, 184, 229); &lt;/span&gt;&lt;span class="cx"&gt; dc.SetTextForeground(mainColour); for ( size_t nWeek = 1; nWeek &amp;lt;= WEEKS_TO_DISPLAY; nWeek++, *y += m_heightRow ) &lt;/span&gt;&lt;span class="lines"&gt;@@ -873,7 +873,7 @@ &lt;/span&gt;&lt;span class="cx"&gt; if ( (GetWindowStyle() &amp;amp; wxCAL_SHOW_BUSY) != 0 ) { double busyPercentage = GetBusy(dayPosition); &lt;/span&gt;&lt;span class="rem"&gt;- int height = (int) ((m_heightRow - 4) * busyPercentage); &lt;/span&gt;&lt;span class="add"&gt;+ int height = (int) ((m_heightRow - 3) * busyPercentage); &lt;/span&gt;&lt;span class="cx"&gt; dc.SetTextBackground(busyColour); dc.SetBrush(wxBrush(busyColour, wxSOLID)); &lt;/span&gt;&lt;span class="lines"&gt;@@ -885,9 +885,9 @@ &lt;/span&gt;&lt;span class="cx"&gt; #endif #if defined(__WXMAC__) &amp;amp;&amp;amp; !wxMAC_USE_CORE_GRAPHICS &lt;/span&gt;&lt;span class="rem"&gt;- dc.DrawRectangle(x-4, *y + m_heightRow - height - 1, 3, height); &lt;/span&gt;&lt;span class="add"&gt;+ dc.DrawRectangle(x-3, *y + m_heightRow - height - 1, 2, height); &lt;/span&gt;&lt;span class="cx"&gt; #else &lt;/span&gt;&lt;span class="rem"&gt;- dc.DrawRectangle(x-4, *y + m_heightRow - height - 2, 3, height); &lt;/span&gt;&lt;span class="add"&gt;+ dc.DrawRectangle(x-3, *y + m_heightRow - height - 2, 2, height); &lt;/span&gt;&lt;span class="cx"&gt; #endif changedColours = true; &lt;/span&gt; &lt;/pre&gt; &lt;/div&gt; &lt;/div&gt; &lt;/body&gt; &lt;/html&gt; Tue, 21 May, 01:14
<marc...@caltech.edu>   padding:0;line-height:0;} #msg {margin: 0 0 2em 0;} #msg dl, #msg ul, #msg pre {padding:1em;border:1px dashed black;margin: 10px 0 30px 0;} #msg dl {background:#ccccff;} #msg pre {background:#ffffcc;} #msg .commit-msg {background:#ffffcc;padding:1em;border:1px dashed black;} #msg ul {background:#cc99ff;list-style:none;} #msg dt {font-weight:bold;float:left;width: 6em;} #msg dt:after { content:':';} #patch h4 {padding: 0 10px;line-height:1.5em;margin:0;background:#ccffff;border-bottom:1px solid black;margin:0 0 10px 0;} #patch .propset h4, #patch .binary h4 {margin: 0;} #patch pre {padding:0;line-height:1.2em;margin:0;} #patch .diff {background:#eeeeee;padding: 0 0 10px 0;} #patch .propset .diff, #patch .binary .diff {padding: 10px 0;} #patch span {display:block;padding:0 10px;} #patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid black;margin:10px 0;} #patch .add {background:#ddffdd;} #patch .rem {background:#ffdddd;} #patch .lines, .info {color:#888888;background:#ffffff;} --&gt;&lt;/style&gt; &lt;title&gt;[commits] (jed) [9410] Made a few colour and pixel changes in busy bars for Mimi.&lt;/title&gt; &lt;/head&gt; &lt;body&gt; &lt;div id="msg"&gt; &lt;dl&gt; &lt;dt&gt;Revision&lt;/dt&gt; &lt;dd&gt;&lt;a href="http://viewcvs.osafoundation.org/chandler?view=rev&amp;amp;rev=9410"&gt;9410&lt;/a&gt;&lt;/dd&gt; &lt;dt&gt;Author&lt;/dt&gt; &lt;dd&gt;jed&lt;/dd&gt; &lt;dt&gt;Date&lt;/dt&gt; &lt;dd&gt;2006-02-07 16:32:52 -0800 (Tue, 07 Feb 2006)&lt;/dd&gt; &lt;/dl&gt; &lt;h3&gt;Log Message&lt;/h3&gt; &lt;div class="commit-msg"&gt;Made a few colour and pixel changes in busy bars for Mimi.&lt;/div&gt; &lt;h3&gt;Modified Paths&lt;/h3&gt; &lt;ul&gt; &lt;li&gt;&lt;a href="#trunkinternalwxsrcgenericminicalcpp"&gt;trunk/internal/wx/src/generic/minical.cpp&lt;/a&gt;&lt;/li&gt; &lt;/ul&gt; &lt;/div&gt; &lt;div id="patch"&gt; &lt;h3&gt;Diff&lt;/h3&gt; &lt;a id="trunkinternalwxsrcgenericminicalcpp"&gt;&lt;/a&gt; &lt;div class="modfile"&gt;&lt;h4&gt;Modified: trunk/internal/wx/src/generic/minical.cpp (9409 =&gt; 9410)&lt;/h4&gt; &lt;pre class="diff"&gt; &lt;span class="info"&gt;--- trunk/internal/wx/src/generic/minical.cpp 2006-02-07 23:30:37 UTC (rev 9409) +++ trunk/internal/wx/src/generic/minical.cpp 2006-02-08 00:32:52 UTC (rev 9410) &lt;/span&gt;&lt;span class="lines"&gt;@@ -804,7 +804,7 @@ &lt;/span&gt;&lt;span class="cx"&gt; wxColour lightColour = wxColour(255, 255, 255); wxColour highlightColour = wxColour(204, 204, 204); wxColour lineColour = wxColour(229, 229, 229); &lt;/span&gt;&lt;span class="rem"&gt;- wxColour busyColour = wxColour(0, 128, 255); &lt;/span&gt;&lt;span class="add"&gt;+ wxColour busyColour = wxColour(138, 184, 229); &lt;/span&gt;&lt;span class="cx"&gt; dc.SetTextForeground(mainColour); for ( size_t nWeek = 1; nWeek &amp;lt;= WEEKS_TO_DISPLAY; nWeek++, *y += m_heightRow ) &lt;/span&gt;&lt;span class="lines"&gt;@@ -873,7 +873,7 @@ &lt;/span&gt;&lt;span class="cx"&gt; if ( (GetWindowStyle() &amp;amp; wxCAL_SHOW_BUSY) != 0 ) { double busyPercentage = GetBusy(dayPosition); &lt;/span&gt;&lt;span class="rem"&gt;- int height = (int) ((m_heightRow - 4) * busyPercentage); &lt;/span&gt;&lt;span class="add"&gt;+ int height = (int) ((m_heightRow - 3) * busyPercentage); &lt;/span&gt;&lt;span class="cx"&gt; dc.SetTextBackground(busyColour); dc.SetBrush(wxBrush(busyColour, wxSOLID)); &lt;/span&gt;&lt;span class="lines"&gt;@@ -885,9 +885,9 @@ &lt;/span&gt;&lt;span class="cx"&gt; #endif #if defined(__WXMAC__) &amp;amp;&amp;amp; !wxMAC_USE_CORE_GRAPHICS &lt;/span&gt;&lt;span class="rem"&gt;- dc.DrawRectangle(x-4, *y + m_heightRow - height - 1, 3, height); &lt;/span&gt;&lt;span class="add"&gt;+ dc.DrawRectangle(x-3, *y + m_heightRow - height - 1, 2, height); &lt;/span&gt;&lt;span class="cx"&gt; #else &lt;/span&gt;&lt;span class="rem"&gt;- dc.DrawRectangle(x-4, *y + m_heightRow - height - 2, 3, height); &lt;/span&gt;&lt;span class="add"&gt;+ dc.DrawRectangle(x-3, *y + m_heightRow - height - 2, 2, height); &lt;/span&gt;&lt;span class="cx"&gt; #endif changedColours = true; &lt;/span&gt; &lt;/pre&gt; &lt;/div&gt; &lt;/div&gt; &lt;/body&gt; &lt;/html&gt; Tue, 21 May, 01:14
as ppe and Grant Thu, 18 Nov, 18:41
t was masked by the Chander.py exceptions
  t was masked by the Chander.py exceptions Sun, 01 Sep, 04:58
  t was masked by the Chander.py exceptions Sun, 01 Sep, 04:58
trunk (-r 7914:7924) to share_merging branch
   trunk (-r 7914:7924) to share_merging branch Sun, 01 Sep, 04:58
nder n item Mon, 09 Jan, 02:08
Message listThread · Author · Date
Box list
Jan 200827
Dec 2007224
Nov 2007217
Oct 2007105
Sep 200793
Aug 200727
Jul 2007105
Jun 2007108
May 2007292
Apr 2007276
Mar 2007275
Feb 2007303
Jan 2007183
Dec 2006232
Nov 2006183
Oct 200697
Sep 2006163
Aug 2006162
Jul 2006265
Jun 2006136
May 2006105
Apr 2006208
Mar 2006229
Feb 2006230
Jan 2006260
Dec 2005128
Nov 2005246
Oct 2005123
Sep 200572
Aug 200524
Jul 200517
Jun 20054
May 200520
Apr 20059
Mar 200519
Feb 200514
Jan 200548
Dec 200448
Nov 200410
Oct 20043
Aug 200411
Jul 20045
Jun 200412
May 20041
Apr 200421
Mar 200419
Feb 20047
Jan 200463
Dec 200344
Nov 200335
Oct 200343
Sep 200338
Aug 200354
Jul 200314
Jun 200360
May 2003125
Apr 2003117
Mar 2003166
Feb 2003220
Jan 2003408
Dec 2002297
Nov 2002728
Oct 2002479