| Message list | Thread · 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&ync'), </span><span class="cx"> helpString = _(u"Sync selected collection")), 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 &Manager...'), </span><span class="add">+ title = _(u'S&nc Mana&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&ync...'), </span><span class="add">+ title = _(u'Set Au&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&pend Syncing'), </span><span class="cx"> menuItemKind = 'Check', helpString = _(u"Take mail and shared collections offline or online")), 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&lose Window'), </span><span class="cx"> # L10N: Keyboard shortcut for "Close Window" 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"Check for Updates"), </span><span class="add">+ title=_(u"Check for &Updates"), </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'&Calendar'), </span><span class="add">+ title = _(u'Ca&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"Separate &Item Window"), + accel=_(u'Ctrl+I'), + helpString=_(u"View Item in its Own Window")), + MenuItem.template('ViewSeparator3', + menuItemKind='Separator'), </span><span class="cx"> Menu.template('VisibleHoursMenu', title = _(u'&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"Add to &Calendar"), - toggleTitle = _(u"Remove from &Calendar"), </span><span class="add">+ title = _(u"Add to Ca&lendar"), + toggleTitle = _(u"Remove from Ca&lendar"), </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'&Reply'), </span><span class="add">+ title = _(u'Re&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&licate'), </span><span class="add">+ # title = _(u'Du&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'&Repository'), </span><span class="add">+ title=_(u'Re&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("ResetShareItem", event = main.ResetShare, </span><span class="rem">- title = _(u"Reset State of Shared Collection"), </span><span class="add">+ title = _(u"R&eset State of Shared Collection"), </span><span class="cx"> helpString = _(u"Discards metadata about shared items")), MenuItem.template("RecordSetDebuggingItem", 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'&Save Search Results'), </span><span class="add">+ title = _(u'Save Search &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"Check For &Test Updates"), </span><span class="add">+ title=_(u"Check For Test &Updates"), </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"Convert export file"), </span><span class="add">+ title=_(u"Convert e&xport file"), </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 &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&ync'), </span><span class="cx"> helpString = _(u"Sync selected collection")), 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 &Manager...'), </span><span class="add">+ title = _(u'S&nc Mana&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&ync...'), </span><span class="add">+ title = _(u'Set Au&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&pend Syncing'), </span><span class="cx"> menuItemKind = 'Check', helpString = _(u"Take mail and shared collections offline or online")), 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&lose Window'), </span><span class="cx"> # L10N: Keyboard shortcut for "Close Window" 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"Check for Updates"), </span><span class="add">+ title=_(u"Check for &Updates"), </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'&Calendar'), </span><span class="add">+ title = _(u'Ca&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"Separate &Item Window"), + accel=_(u'Ctrl+I'), + helpString=_(u"View Item in its Own Window")), + MenuItem.template('ViewSeparator3', + menuItemKind='Separator'), </span><span class="cx"> Menu.template('VisibleHoursMenu', title = _(u'&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"Add to &Calendar"), - toggleTitle = _(u"Remove from &Calendar"), </span><span class="add">+ title = _(u"Add to Ca&lendar"), + toggleTitle = _(u"Remove from Ca&lendar"), </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'&Reply'), </span><span class="add">+ title = _(u'Re&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&licate'), </span><span class="add">+ # title = _(u'Du&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'&Repository'), </span><span class="add">+ title=_(u'Re&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("ResetShareItem", event = main.ResetShare, </span><span class="rem">- title = _(u"Reset State of Shared Collection"), </span><span class="add">+ title = _(u"R&eset State of Shared Collection"), </span><span class="cx"> helpString = _(u"Discards metadata about shared items")), MenuItem.template("RecordSetDebuggingItem", 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'&Save Search Results'), </span><span class="add">+ title = _(u'Save Search &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"Check For &Test Updates"), </span><span class="add">+ title=_(u"Check For Test &Updates"), </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"Convert export file"), </span><span class="add">+ title=_(u"Convert e&xport file"), </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 &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 list | Thread · Author · Date |
| Box list | |
|---|---|
| Jul 2008 | 1 |
| Mar 2008 | 1 |
| Jan 2008 | 5 |
| Dec 2007 | 15 |
| Nov 2007 | 8 |
| Oct 2007 | 49 |
| Sep 2007 | 25 |
| Aug 2007 | 137 |
| Jul 2007 | 246 |
| Jun 2007 | 61 |
| May 2007 | 10 |
| Apr 2007 | 44 |
| Mar 2007 | 16 |
| Feb 2007 | 6 |
| Jan 2007 | 21 |
| Dec 2006 | 5 |
| Nov 2006 | 13 |
| Oct 2006 | 13 |
| Sep 2006 | 23 |
| Aug 2006 | 43 |
| Jul 2006 | 21 |
| Jun 2006 | 52 |
| May 2006 | 52 |
| Apr 2006 | 29 |
| Mar 2006 | 39 |
| Feb 2006 | 77 |
| Jan 2006 | 20 |
| Dec 2005 | 10 |
| Sep 2005 | 8 |
| Jun 2005 | 2 |
| Apr 2005 | 1 |
| Mar 2005 | 2 |
| Feb 2005 | 4 |
| Dec 2004 | 5 |
| Nov 2004 | 2 |
| Sep 2004 | 1 |
| Aug 2004 | 5 |
| Jun 2004 | 7 |
| Apr 2004 | 1 |
| Feb 2004 | 2 |
| Jan 2004 | 2 |
| Dec 2003 | 1 |
| Nov 2003 | 9 |
| Aug 2003 | 6 |
| Jun 2003 | 3 |
| Mar 2003 | 1 |
| Feb 2003 | 1 |
| Jan 2003 | 3 |
| Dec 2002 | 1 |
| Nov 2002 | 2 |
| Oct 2002 | 4 |