Mailing list archives: June 2003

Site index · List index
Message listThread · Author · Date
<n...@paragon.no> [No Subject] Sat, 31 Mar, 03:27
converting to boolean Sat, 27 Mar, 00:21
SyncWebDAV').install(parcel) </span></pre></div> <a id="trunkchandlerparcelsosafviewsmainmenuspy"></a> <div class="modfile"><h4>Modified: trunk/chandler/parcels/osaf/views/main/menus.py (16372 => 16373)</h4> <pre class="diff"> <span class="info">--- trunk/chandler/parcels/osaf/views/main/menus.py 2008-04-29 22:44:47 UTC (rev 16372) +++ trunk/chandler/parcels/osaf/views/main/menus.py 2008-04-30 15:33:12 UTC (rev 16373) </span><span class="lines">@@ -202,7 +202,7 @@ </span><span class="cx"> childBlocks = [ MenuItem.template('SyncCollectionItem', event = main.SyncCollection, </span><span class="rem">- title = _(u'Sync'), </span><span class="add">+ title = _(u'S&amp;ync'), </span><span class="cx"> helpString = _(u&quot;Sync selected collection&quot;)), MenuItem.template('SyncAllItem', event = main.SyncAll, </span><span class="lines">@@ -220,11 +220,11 @@ </span><span class="cx"> menuItemKind = 'Separator'), MenuItem.template('SyncManagerItem', event = main.SyncManager, </span><span class="rem">- title = _(u'Sync &amp;Manager...'), </span><span class="add">+ title = _(u'S&amp;nc Mana&amp;ger...'), </span><span class="cx"> helpString = _(u'Open the Sync Manager dialog')), MenuItem.template('SyncPrefsItem', event = main.SyncPrefs, </span><span class="rem">- title = _(u'Set Auto-s&amp;ync...'), </span><span class="add">+ title = _(u'Set Au&amp;to-sync...'), </span><span class="cx"> helpString = _(u'Set auto-sync intervals')), ]), # Menu SyncMenu Menu.template('OfflineMenu', </span><span class="lines">@@ -232,7 +232,7 @@ </span><span class="cx"> childBlocks = [ MenuItem.template('TakeOnlineOfflineItem', event = main.TakeOnlineOffline, </span><span class="rem">- title = _(u'Suspend Syncing'), </span><span class="add">+ title = _(u'Sus&amp;pend Syncing'), </span><span class="cx"> menuItemKind = 'Check', helpString = _(u&quot;Take mail and shared collections offline or online&quot;)), MenuItem.template('AllOfflineItem', </span><span class="lines">@@ -296,7 +296,7 @@ </span><span class="cx"> fileChildren[3:3] = ( MenuItem.template('CloseItem', event = globalBlocks.Close, </span><span class="rem">- title = _(u'Close Window'), </span><span class="add">+ title = _(u'C&amp;lose Window'), </span><span class="cx"> # L10N: Keyboard shortcut for &quot;Close Window&quot; on Mac accel = _(u'Ctrl+W'), wxId = wx.ID_CLOSE, </span><span class="lines">@@ -356,7 +356,7 @@ </span><span class="cx"> ] updateMenu = Menu.template('UpdateMenu', </span><span class="rem">- title=_(u&quot;Check for Updates&quot;), </span><span class="add">+ title=_(u&quot;Check for &amp;Updates&quot;), </span><span class="cx"> childBlocks=[ MenuItem.template( 'CheckForUpdatesNowItem', </span><span class="lines">@@ -497,7 +497,7 @@ </span><span class="cx"> helpString = _(u'View starred items')), MenuItem.template('ApplicationBarEventMenu', event = main.ApplicationBarEvent, </span><span class="rem">- title = _(u'&amp;Calendar'), </span><span class="add">+ title = _(u'Ca&amp;lendar'), </span><span class="cx"> menuItemKind = 'Check', helpString = _(u'View events')), MenuItem.template('ViewSeparator1', </span><span class="lines">@@ -535,6 +535,13 @@ </span><span class="cx"> helpString = _(u'Navigate to today\'s date')), MenuItem.template('ViewSeparator2', menuItemKind = 'Separator'), </span><span class="add">+ MenuItem.template('SeparateItemWindowItem', + event=globalBlocks.InspectSelection, + title=_(u&quot;Separate &amp;Item Window&quot;), + accel=_(u'Ctrl+I'), + helpString=_(u&quot;View Item in its Own Window&quot;)), + MenuItem.template('ViewSeparator3', + menuItemKind='Separator'), </span><span class="cx"> Menu.template('VisibleHoursMenu', title = _(u'&amp;Visible Hours'), childBlocks = \ </span><span class="lines">@@ -616,8 +623,8 @@ </span><span class="cx"> helpString = messages.STAMP_TASK_HELP), MenuItem.template('StampEventItem', event = main.FocusStampCalendar, </span><span class="rem">- title = _(u&quot;Add to &amp;Calendar&quot;), - toggleTitle = _(u&quot;Remove from &amp;Calendar&quot;), </span><span class="add">+ title = _(u&quot;Add to Ca&amp;lendar&quot;), + toggleTitle = _(u&quot;Remove from Ca&amp;lendar&quot;), </span><span class="cx"> helpString = messages.STAMP_CALENDAR_HELP), MenuItem.template('ItemSeparator2', menuItemKind = 'Separator'), </span><span class="lines">@@ -627,7 +634,7 @@ </span><span class="cx"> helpString = _(u'Send the selected message')), MenuItem.template('ReplyMessageItem', event = main.ReplyMessage, </span><span class="rem">- title = _(u'&amp;Reply'), </span><span class="add">+ title = _(u'Re&amp;ply'), </span><span class="cx"> # L10N: Keyboard shortcut to Reply to a message. accel = _(u'Ctrl+R'), helpString = _(u'Reply to the selected message')), </span><span class="lines">@@ -669,7 +676,7 @@ </span><span class="cx"> # Bug #8744: Suppress 'duplicate' from collection menu #MenuItem.template('CollectionDuplicateItem', # event = main.DuplicateSidebarSelection, </span><span class="rem">- # title = _(u'Dup&amp;licate'), </span><span class="add">+ # title = _(u'Du&amp;plicate'), </span><span class="cx"> # helpString = _(u'Duplicate the selected collection')), MenuItem.template('CollectionDeleteItem', event = main.DeleteCollection, </span><span class="lines">@@ -811,7 +818,7 @@ </span><span class="cx"> helpString = _(u'Restore previously published shares')), ]), # Menu SaveRestoreMenu Menu.template('RepositoryTestMenu', </span><span class="rem">- title=_(u'&amp;Repository'), </span><span class="add">+ title=_(u'Re&amp;pository'), </span><span class="cx"> helpString=_(u'Repository tools'), childBlocks = [ MenuItem.template('CheckRepositoryItem', </span><span class="lines">@@ -862,7 +869,7 @@ </span><span class="cx"> helpString = _(u'Add Sharing Activity Log to the Sidebar')), MenuItem.template(&quot;ResetShareItem&quot;, event = main.ResetShare, </span><span class="rem">- title = _(u&quot;Reset State of Shared Collection&quot;), </span><span class="add">+ title = _(u&quot;R&amp;eset State of Shared Collection&quot;), </span><span class="cx"> helpString = _(u&quot;Discards metadata about shared items&quot;)), MenuItem.template(&quot;RecordSetDebuggingItem&quot;, event = main.RecordSetDebugging, </span><span class="lines">@@ -930,13 +937,13 @@ </span><span class="cx"> ]), MenuItem.template('SaveResultsMenuItem', event = main.SaveResults, </span><span class="rem">- title = _(u'&amp;Save Search Results'), </span><span class="add">+ title = _(u'Save Search &amp;Results'), </span><span class="cx"> helpString = _(u'Save a copy of the last search results in the sidebar')), MenuItem.template('ToolsSeparator2', menuItemKind = 'Separator'), MenuItem.template( 'CheckForTestUpdates', </span><span class="rem">- title=_(u&quot;Check For &amp;Test Updates&quot;), </span><span class="add">+ title=_(u&quot;Check For Test &amp;Updates&quot;), </span><span class="cx"> event=IntervalEvent.update( parcel, 'CheckForTestUpdatesEvent', </span><span class="lines">@@ -967,7 +974,7 @@ </span><span class="cx"> upy"></a> <div class="modfile"><h4>Modified: trunk/chandler/projects/Chandler-debugPlugin/debug/SharingMenu.py (14801 => 14802)</h4> <pre class="diff"> <span class="info">--- trunk/chandler/projects/Chandler-debugPlugin/debug/SharingMenu.py 2007-06-21 22:24:52 UTC (rev 14801) +++ trunk/chandler/projects/Chandler-debugPlugin/debug/SharingMenu.py 2007-06-21 23:11:06 UTC (rev 14802) </span><span class="lines">@@ -190,7 +190,7 @@ </span><span class="cx"> parentBlock=sharingMenu) MenuItem.update(parcel, None, blockName='_debug_ConvertExportFile', </span><span class="rem">- title=_(u&quot;Convert export file&quot;), </span><span class="add">+ title=_(u&quot;Convert e&amp;xport file&quot;), </span><span class="cx"> helpString=_(u'Convert an export file to a more readable text file'), event=convertExportFileEvent, parentBlock=sharingMenu) </span></pre></div> <a id="trunkchandlerprojectsChandlerdebugPlugindebugTestMenupy"></a> <div class="modfile"><h4>Modified: trunk/chandler/projects/Chandler-debugPlugin/debug/TestMenu.py (14801 => 14802)</h4> <pre class="diff"> <span class="info">--- trunk/chandler/projects/Chandler-debugPlugin/debug/TestMenu.py 2007-06-21 22:24:52 UTC (rev 14801) +++ trunk/chandler/projects/Chandler-debugPlugin/debug/TestMenu.py 2007-06-21 23:11:06 UTC (rev 14802) </span><span class="lines">@@ -116,7 +116,7 @@ </span><span class="cx"> parentBlock=testMenu) MenuItem.update(parcel, None, blockName='_debug_GenerateDataItemFromFile', </span><span class="rem">- title=_(u'Generate Items from a File'), </span><span class="add">+ title=_(u'Generate Items from a &amp;File'), </span><span class="cx"> helpString=_(u'generates items from a file'), event=generateDataFromFileEvent, parentBlock=testMenu) </span> </pre> </div> </div> </body> </html>
n@attbi.com   SyncWebDAV').install(parcel) </span></pre></div> <a id="trunkchandlerparcelsosafviewsmainmenuspy"></a> <div class="modfile"><h4>Modified: trunk/chandler/parcels/osaf/views/main/menus.py (16372 => 16373)</h4> <pre class="diff"> <span class="info">--- trunk/chandler/parcels/osaf/views/main/menus.py 2008-04-29 22:44:47 UTC (rev 16372) +++ trunk/chandler/parcels/osaf/views/main/menus.py 2008-04-30 15:33:12 UTC (rev 16373) </span><span class="lines">@@ -202,7 +202,7 @@ </span><span class="cx"> childBlocks = [ MenuItem.template('SyncCollectionItem', event = main.SyncCollection, </span><span class="rem">- title = _(u'Sync'), </span><span class="add">+ title = _(u'S&amp;ync'), </span><span class="cx"> helpString = _(u&quot;Sync selected collection&quot;)), MenuItem.template('SyncAllItem', event = main.SyncAll, </span><span class="lines">@@ -220,11 +220,11 @@ </span><span class="cx"> menuItemKind = 'Separator'), MenuItem.template('SyncManagerItem', event = main.SyncManager, </span><span class="rem">- title = _(u'Sync &amp;Manager...'), </span><span class="add">+ title = _(u'S&amp;nc Mana&amp;ger...'), </span><span class="cx"> helpString = _(u'Open the Sync Manager dialog')), MenuItem.template('SyncPrefsItem', event = main.SyncPrefs, </span><span class="rem">- title = _(u'Set Auto-s&amp;ync...'), </span><span class="add">+ title = _(u'Set Au&amp;to-sync...'), </span><span class="cx"> helpString = _(u'Set auto-sync intervals')), ]), # Menu SyncMenu Menu.template('OfflineMenu', </span><span class="lines">@@ -232,7 +232,7 @@ </span><span class="cx"> childBlocks = [ MenuItem.template('TakeOnlineOfflineItem', event = main.TakeOnlineOffline, </span><span class="rem">- title = _(u'Suspend Syncing'), </span><span class="add">+ title = _(u'Sus&amp;pend Syncing'), </span><span class="cx"> menuItemKind = 'Check', helpString = _(u&quot;Take mail and shared collections offline or online&quot;)), MenuItem.template('AllOfflineItem', </span><span class="lines">@@ -296,7 +296,7 @@ </span><span class="cx"> fileChildren[3:3] = ( MenuItem.template('CloseItem', event = globalBlocks.Close, </span><span class="rem">- title = _(u'Close Window'), </span><span class="add">+ title = _(u'C&amp;lose Window'), </span><span class="cx"> # L10N: Keyboard shortcut for &quot;Close Window&quot; on Mac accel = _(u'Ctrl+W'), wxId = wx.ID_CLOSE, </span><span class="lines">@@ -356,7 +356,7 @@ </span><span class="cx"> ] updateMenu = Menu.template('UpdateMenu', </span><span class="rem">- title=_(u&quot;Check for Updates&quot;), </span><span class="add">+ title=_(u&quot;Check for &amp;Updates&quot;), </span><span class="cx"> childBlocks=[ MenuItem.template( 'CheckForUpdatesNowItem', </span><span class="lines">@@ -497,7 +497,7 @@ </span><span class="cx"> helpString = _(u'View starred items')), MenuItem.template('ApplicationBarEventMenu', event = main.ApplicationBarEvent, </span><span class="rem">- title = _(u'&amp;Calendar'), </span><span class="add">+ title = _(u'Ca&amp;lendar'), </span><span class="cx"> menuItemKind = 'Check', helpString = _(u'View events')), MenuItem.template('ViewSeparator1', </span><span class="lines">@@ -535,6 +535,13 @@ </span><span class="cx"> helpString = _(u'Navigate to today\'s date')), MenuItem.template('ViewSeparator2', menuItemKind = 'Separator'), </span><span class="add">+ MenuItem.template('SeparateItemWindowItem', + event=globalBlocks.InspectSelection, + title=_(u&quot;Separate &amp;Item Window&quot;), + accel=_(u'Ctrl+I'), + helpString=_(u&quot;View Item in its Own Window&quot;)), + MenuItem.template('ViewSeparator3', + menuItemKind='Separator'), </span><span class="cx"> Menu.template('VisibleHoursMenu', title = _(u'&amp;Visible Hours'), childBlocks = \ </span><span class="lines">@@ -616,8 +623,8 @@ </span><span class="cx"> helpString = messages.STAMP_TASK_HELP), MenuItem.template('StampEventItem', event = main.FocusStampCalendar, </span><span class="rem">- title = _(u&quot;Add to &amp;Calendar&quot;), - toggleTitle = _(u&quot;Remove from &amp;Calendar&quot;), </span><span class="add">+ title = _(u&quot;Add to Ca&amp;lendar&quot;), + toggleTitle = _(u&quot;Remove from Ca&amp;lendar&quot;), </span><span class="cx"> helpString = messages.STAMP_CALENDAR_HELP), MenuItem.template('ItemSeparator2', menuItemKind = 'Separator'), </span><span class="lines">@@ -627,7 +634,7 @@ </span><span class="cx"> helpString = _(u'Send the selected message')), MenuItem.template('ReplyMessageItem', event = main.ReplyMessage, </span><span class="rem">- title = _(u'&amp;Reply'), </span><span class="add">+ title = _(u'Re&amp;ply'), </span><span class="cx"> # L10N: Keyboard shortcut to Reply to a message. accel = _(u'Ctrl+R'), helpString = _(u'Reply to the selected message')), </span><span class="lines">@@ -669,7 +676,7 @@ </span><span class="cx"> # Bug #8744: Suppress 'duplicate' from collection menu #MenuItem.template('CollectionDuplicateItem', # event = main.DuplicateSidebarSelection, </span><span class="rem">- # title = _(u'Dup&amp;licate'), </span><span class="add">+ # title = _(u'Du&amp;plicate'), </span><span class="cx"> # helpString = _(u'Duplicate the selected collection')), MenuItem.template('CollectionDeleteItem', event = main.DeleteCollection, </span><span class="lines">@@ -811,7 +818,7 @@ </span><span class="cx"> helpString = _(u'Restore previously published shares')), ]), # Menu SaveRestoreMenu Menu.template('RepositoryTestMenu', </span><span class="rem">- title=_(u'&amp;Repository'), </span><span class="add">+ title=_(u'Re&amp;pository'), </span><span class="cx"> helpString=_(u'Repository tools'), childBlocks = [ MenuItem.template('CheckRepositoryItem', </span><span class="lines">@@ -862,7 +869,7 @@ </span><span class="cx"> helpString = _(u'Add Sharing Activity Log to the Sidebar')), MenuItem.template(&quot;ResetShareItem&quot;, event = main.ResetShare, </span><span class="rem">- title = _(u&quot;Reset State of Shared Collection&quot;), </span><span class="add">+ title = _(u&quot;R&amp;eset State of Shared Collection&quot;), </span><span class="cx"> helpString = _(u&quot;Discards metadata about shared items&quot;)), MenuItem.template(&quot;RecordSetDebuggingItem&quot;, event = main.RecordSetDebugging, </span><span class="lines">@@ -930,13 +937,13 @@ </span><span class="cx"> ]), MenuItem.template('SaveResultsMenuItem', event = main.SaveResults, </span><span class="rem">- title = _(u'&amp;Save Search Results'), </span><span class="add">+ title = _(u'Save Search &amp;Results'), </span><span class="cx"> helpString = _(u'Save a copy of the last search results in the sidebar')), MenuItem.template('ToolsSeparator2', menuItemKind = 'Separator'), MenuItem.template( 'CheckForTestUpdates', </span><span class="rem">- title=_(u&quot;Check For &amp;Test Updates&quot;), </span><span class="add">+ title=_(u&quot;Check For Test &amp;Updates&quot;), </span><span class="cx"> event=IntervalEvent.update( parcel, 'CheckForTestUpdatesEvent', </span><span class="lines">@@ -967,7 +974,7 @@ </span><span class="cx"> upy"></a> <div class="modfile"><h4>Modified: trunk/chandler/projects/Chandler-debugPlugin/debug/SharingMenu.py (14801 => 14802)</h4> <pre class="diff"> <span class="info">--- trunk/chandler/projects/Chandler-debugPlugin/debug/SharingMenu.py 2007-06-21 22:24:52 UTC (rev 14801) +++ trunk/chandler/projects/Chandler-debugPlugin/debug/SharingMenu.py 2007-06-21 23:11:06 UTC (rev 14802) </span><span class="lines">@@ -190,7 +190,7 @@ </span><span class="cx"> parentBlock=sharingMenu) MenuItem.update(parcel, None, blockName='_debug_ConvertExportFile', </span><span class="rem">- title=_(u&quot;Convert export file&quot;), </span><span class="add">+ title=_(u&quot;Convert e&amp;xport file&quot;), </span><span class="cx"> helpString=_(u'Convert an export file to a more readable text file'), event=convertExportFileEvent, parentBlock=sharingMenu) </span></pre></div> <a id="trunkchandlerprojectsChandlerdebugPlugindebugTestMenupy"></a> <div class="modfile"><h4>Modified: trunk/chandler/projects/Chandler-debugPlugin/debug/TestMenu.py (14801 => 14802)</h4> <pre class="diff"> <span class="info">--- trunk/chandler/projects/Chandler-debugPlugin/debug/TestMenu.py 2007-06-21 22:24:52 UTC (rev 14801) +++ trunk/chandler/projects/Chandler-debugPlugin/debug/TestMenu.py 2007-06-21 23:11:06 UTC (rev 14802) </span><span class="lines">@@ -116,7 +116,7 @@ </span><span class="cx"> parentBlock=testMenu) MenuItem.update(parcel, None, blockName='_debug_GenerateDataItemFromFile', </span><span class="rem">- title=_(u'Generate Items from a File'), </span><span class="add">+ title=_(u'Generate Items from a &amp;File'), </span><span class="cx"> helpString=_(u'generates items from a file'), event=generateDataFromFileEvent, parentBlock=testMenu) </span> </pre> </div> </div> </body> </html> Thu, 06 Apr, 05:45
Message listThread · Author · Date
Box list
Jul 20081
Mar 20081
Jan 20085
Dec 200715
Nov 20078
Oct 200749
Sep 200725
Aug 2007137
Jul 2007246
Jun 200761
May 200710
Apr 200744
Mar 200716
Feb 20076
Jan 200721
Dec 20065
Nov 200613
Oct 200613
Sep 200623
Aug 200643
Jul 200621
Jun 200652
May 200652
Apr 200629
Mar 200639
Feb 200677
Jan 200620
Dec 200510
Sep 20058
Jun 20052
Apr 20051
Mar 20052
Feb 20054
Dec 20045
Nov 20042
Sep 20041
Aug 20045
Jun 20047
Apr 20041
Feb 20042
Jan 20042
Dec 20031
Nov 20039
Aug 20036
Jun 20033
Mar 20031
Feb 20031
Jan 20033
Dec 20021
Nov 20022
Oct 20024