You can subscribe to this list here.
| 2004 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(447) |
Nov
(163) |
Dec
(57) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2005 |
Jan
(172) |
Feb
|
Mar
(123) |
Apr
(64) |
May
(1) |
Jun
(278) |
Jul
(89) |
Aug
(97) |
Sep
(62) |
Oct
(53) |
Nov
(119) |
Dec
(60) |
| 2006 |
Jan
(76) |
Feb
(1094) |
Mar
(363) |
Apr
(163) |
May
(57) |
Jun
(43) |
Jul
(39) |
Aug
(15) |
Sep
(33) |
Oct
(62) |
Nov
(8) |
Dec
|
| 2007 |
Jan
(9) |
Feb
(34) |
Mar
(2) |
Apr
(14) |
May
(8) |
Jun
(40) |
Jul
(21) |
Aug
(1) |
Sep
(20) |
Oct
(15) |
Nov
(26) |
Dec
|
| 2008 |
Jan
(1) |
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(3) |
Oct
|
Nov
|
Dec
(1) |
| 2009 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(32) |
Jun
|
Jul
|
Aug
(3) |
Sep
(3) |
Oct
|
Nov
|
Dec
|
| 2010 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2011 |
Jan
|
Feb
|
Mar
(2) |
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(7) |
Dec
|
| 2012 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: creedon <icr...@us...> - 2005-11-10 04:44:13
|
Update of /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/apps/Firefox/appInfo In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28647 Added Files: creator sharedMenus name path id app1supported type Log Message: Firefox apps Table item --- NEW FILE: name --- FrontierVcsFile:1:TEXT:system.verbs.apps.Firefox.appInfo.name Firefox --- NEW FILE: creator --- FrontierVcsFile:1:type:system.verbs.apps.Firefox.appInfo.creator MOZB --- NEW FILE: sharedMenus --- FrontierVcsFile:1:bool:system.verbs.apps.Firefox.appInfo.sharedMenus false --- NEW FILE: app1supported --- FrontierVcsFile:1:bool:system.verbs.apps.Firefox.appInfo.app1supported false --- NEW FILE: path --- FrontierVcsFile:1:fss :system.verbs.apps.Firefox.appInfo.path Macintosh HD:Applications:Communication:Firefox.app: --- NEW FILE: type --- FrontierVcsFile:1:type:system.verbs.apps.Firefox.appInfo.type APPL --- NEW FILE: id --- FrontierVcsFile:1:type:system.verbs.apps.Firefox.appInfo.id MOZB |
|
From: creedon <icr...@us...> - 2005-11-10 04:44:08
|
Update of /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/apps/Firefox In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28619 Added Files: id unregisterUrlEcho openDocument defs quit openurl examples launch objectHierarchy printDocument bringToFront isRunning registerUrlEcho getUrl Log Message: Firefox apps Table item --- NEW FILE: defs --- FrontierVcsFile:1:tabl:system.verbs.apps.Firefox.defs --- NEW FILE: getUrl --- FrontierVcsFile:1:scpt:system.verbs.apps.Firefox.getUrl on getUrl (s, inside = nil) { // Load a URL return (appleEvent (Firefox.appInfo.id, 'GURL', 'GURL', '----', string (s), 'HWIN', objspec (inside)))} --- NEW FILE: bringToFront --- FrontierVcsFile:1:scpt:system.verbs.apps.Firefox.bringToFront on bringToFront () { if not app.start ("Firefox") { return (false)}; return (sys.bringAppToFront (Firefox.appInfo.id))} --- NEW FILE: launch --- FrontierVcsFile:1:scpt:system.verbs.apps.Firefox.launch on launch () { return (app.start ("Firefox"))} --- NEW FILE: unregisterUrlEcho --- FrontierVcsFile:1:scpt:system.verbs.apps.Firefox.unregisterUrlEcho on unregisterUrlEcho (x) { // Cancels URL echo return (appleEvent (Firefox.appInfo.id, 'WWW!', 'UNRU', '----', string4 (x)))} --- NEW FILE: quit --- FrontierVcsFile:1:scpt:system.verbs.apps.Firefox.quit on quit () { return (required.quitApplication (Firefox.appInfo.id))} --- NEW FILE: objectHierarchy --- FrontierVcsFile:1:optx:system.verbs.apps.Firefox.objectHierarchy --- NEW FILE: openurl --- FrontierVcsFile:1:scpt:system.verbs.apps.Firefox.openurl on openurl (s) { // Load a URL return (appleEvent (Firefox.appInfo.id, 'WWW!', 'OURL', '----', string (s)))} --- NEW FILE: examples --- FrontierVcsFile:1:tabl:system.verbs.apps.Firefox.examples --- NEW FILE: registerUrlEcho --- FrontierVcsFile:1:scpt:system.verbs.apps.Firefox.registerUrlEcho on registerUrlEcho (x) { // Register a URL echo handler. The handler will get called whenever a new URL is loaded return (appleEvent (Firefox.appInfo.id, 'WWW!', 'RGUE', '----', string4 (x)))} --- NEW FILE: openDocument --- FrontierVcsFile:1:scpt:system.verbs.apps.Firefox.openDocument on openDocument (file) { return (required.openDocument (Firefox.appInfo.id, file))} --- NEW FILE: isRunning --- FrontierVcsFile:1:scpt:system.verbs.apps.Firefox.isRunning on isRunning () { return (sys.appIsRunning (Firefox.appInfo.id))} --- NEW FILE: printDocument --- FrontierVcsFile:1:scpt:system.verbs.apps.Firefox.printDocument on printDocument (file) { return (required.printDocument (Firefox.appInfo.id, file))} --- NEW FILE: id --- FrontierVcsFile:1:type:system.verbs.apps.Firefox.id MOZB |
|
From: creedon <icr...@us...> - 2005-11-10 04:42:01
|
Update of /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/apps/Firefox/appInfo In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28033/appInfo Log Message: Directory /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/apps/Firefox/appInfo added to the repository |
|
From: creedon <icr...@us...> - 2005-11-10 04:41:53
|
Update of /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/apps/Firefox In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28010/Firefox Log Message: Directory /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/apps/Firefox added to the repository |
Update of /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/apps/Safari/defs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27113 Added Files: id targetPrinter pagesDown path startingPage fileName endingPage source copies attachment miniaturizable pagesAcross miniaturized standard url detailed faxNumber properties errorHandling attributeRun collating printSettings Log Message: Safari apps Table item --- NEW FILE: detailed --- FrontierVcsFile:1:enum:system.verbs.apps.Safari.defs.detailed lwdt --- NEW FILE: pagesAcross --- FrontierVcsFile:1:type:system.verbs.apps.Safari.defs.pagesAcross lwla --- NEW FILE: faxNumber --- FrontierVcsFile:1:type:system.verbs.apps.Safari.defs.faxNumber faxn --- NEW FILE: collating --- FrontierVcsFile:1:type:system.verbs.apps.Safari.defs.collating lwcl --- NEW FILE: endingPage --- FrontierVcsFile:1:type:system.verbs.apps.Safari.defs.endingPage lwlp --- NEW FILE: targetPrinter --- FrontierVcsFile:1:type:system.verbs.apps.Safari.defs.targetPrinter trpr --- NEW FILE: id --- FrontierVcsFile:1:type:system.verbs.apps.Safari.defs.id ID --- NEW FILE: printSettings --- FrontierVcsFile:1:type:system.verbs.apps.Safari.defs.printSettings pset --- NEW FILE: errorHandling --- FrontierVcsFile:1:type:system.verbs.apps.Safari.defs.errorHandling lweh --- NEW FILE: pagesDown --- FrontierVcsFile:1:type:system.verbs.apps.Safari.defs.pagesDown lwld --- NEW FILE: attributeRun --- FrontierVcsFile:1:type:system.verbs.apps.Safari.defs.attributeRun catr --- NEW FILE: copies --- FrontierVcsFile:1:type:system.verbs.apps.Safari.defs.copies lwcp --- NEW FILE: source --- FrontierVcsFile:1:type:system.verbs.apps.Safari.defs.source conT --- NEW FILE: attachment --- FrontierVcsFile:1:type:system.verbs.apps.Safari.defs.attachment atts --- NEW FILE: fileName --- FrontierVcsFile:1:type:system.verbs.apps.Safari.defs.fileName atfn --- NEW FILE: startingPage --- FrontierVcsFile:1:type:system.verbs.apps.Safari.defs.startingPage lwfp --- NEW FILE: path --- FrontierVcsFile:1:type:system.verbs.apps.Safari.defs.path ppth --- NEW FILE: standard --- FrontierVcsFile:1:enum:system.verbs.apps.Safari.defs.standard lwst --- NEW FILE: miniaturizable --- FrontierVcsFile:1:type:system.verbs.apps.Safari.defs.miniaturizable ismn --- NEW FILE: properties --- FrontierVcsFile:1:type:system.verbs.apps.Safari.defs.properties pALL --- NEW FILE: url --- FrontierVcsFile:1:type:system.verbs.apps.Safari.defs.url pURL --- NEW FILE: miniaturized --- FrontierVcsFile:1:type:system.verbs.apps.Safari.defs.miniaturized pmnd |
Update of /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/apps/Safari In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27094 Added Files: save doJavascript delete print open count close openDocument make duplicate exists launch emailContents set move isRunning quit examples id bringToFront objectHierarchy get printDocument Log Message: Safari apps Table item --- NEW FILE: set --- FrontierVcsFile:1:scpt:system.verbs.apps.Safari.set on set (obj, setTo) { // Set an object's data. return (appleEvent (Safari.appInfo.id, 'core', 'setd', '----', objspec (obj), 'data', setTo))} --- NEW FILE: exists --- FrontierVcsFile:1:scpt:system.verbs.apps.Safari.exists on exists (obj) { // Verify if an object exists. return (appleEvent (Safari.appInfo.id, 'core', 'doex', '----', objspec (obj)))} --- NEW FILE: move --- FrontierVcsFile:1:scpt:system.verbs.apps.Safari.move on move (obj, moveTo) { // Move object(s) to a new location. return (appleEvent (Safari.appInfo.id, 'core', 'move', '----', objspec (obj), 'insh', moveTo))} --- NEW FILE: examples --- FrontierVcsFile:1:tabl:system.verbs.apps.Safari.examples --- NEW FILE: close --- FrontierVcsFile:1:scpt:system.verbs.apps.Safari.close on close (obj, saving = nil, savingIn = nil) { // Close an object. return (appleEvent (Safari.appInfo.id, 'core', 'clos', '----', objspec (obj), 'savo', enum (saving), 'kfil', alias (savingIn)))} --- NEW FILE: printDocument --- FrontierVcsFile:1:scpt:system.verbs.apps.Safari.printDocument on printDocument (file) { return (required.printDocument (Safari.appInfo.id, file))} --- NEW FILE: open --- FrontierVcsFile:1:scpt:system.verbs.apps.Safari.open on open (file) { // Open an object. return (appleEvent (Safari.appInfo.id, 'aevt', 'odoc', '----', alias (file)))} --- NEW FILE: id --- FrontierVcsFile:1:type:system.verbs.apps.Safari.id sfri --- NEW FILE: quit --- FrontierVcsFile:1:scpt:system.verbs.apps.Safari.quit on quit (obj, saving = nil) { // Quit an application. return (appleEvent (Safari.appInfo.id, 'aevt', 'quit', '----', objspec (obj), 'savo', enum (saving)))} --- NEW FILE: make --- FrontierVcsFile:1:scpt:system.verbs.apps.Safari.make on make (new, at = nil, withData = nil, withProperties = nil) { // Make a new object. return (appleEvent (Safari.appInfo.id, 'core', 'crel', 'kocl', string4 (new), 'insh', at, 'data', withData, 'prdt', withProperties))} --- NEW FILE: objectHierarchy --- FrontierVcsFile:1:optx:system.verbs.apps.Safari.objectHierarchy application -- An application's top level scripting object. Properties: all properties of item -- All of the properties of the superclass. frontmost -- Is this the frontmost (active) application? name -- The name of the application. version -- The version of the application. Elements: all elements of item document window attachment -- Represents an inline text attachment. This class is used mainly for make commands. Properties: all properties of text -- All of the properties of the superclass. fileName -- The path to the file for the attachment Elements: all elements of text atts* catr* character paragraph word attributeRun -- This subdivides the text into chunks that all have the same attributes. Properties: all properties of item -- All of the properties of the superclass. color -- The color of the first character. font -- The name of the font of the first character. size -- The size in points of the first character. Elements: all elements of item atts* catr* character paragraph word character -- This subdivides the text into characters. Properties: all properties of item -- All of the properties of the superclass. color -- The color of the first character. font -- The name of the font of the first character. size -- The size in points of the first character. Elements: all elements of item atts* catr* character paragraph word color -- A color. Properties: all properties of item -- All of the properties of the superclass. Elements: all elements of item document -- A document. Properties: all properties of item -- All of the properties of the superclass. modified -- Has the document been modified since the last save? name -- The document's name. path -- The document's path. Elements: all elements of item document -- A Safari document. Properties: all properties of document -- All of the properties of the superclass. source -- The HTML source of the document. text -- Text of the document. A copy. Modifications to text aren't reflected on the web page. url -- The current URL of the document Elements: all elements of document item -- A scriptable object. Properties: class -- The class of the object. properties -- All of the object's properties. paragraph -- This subdivides the text into paragraphs. Properties: all properties of item -- All of the properties of the superclass. color -- The color of the first character. font -- The name of the font of the first character. size -- The size in points of the first character. Elements: all elements of item atts* catr* character paragraph word printSettings -- Properties: copies -- the number of copies of a document to be printed collating -- Should printed copies be collated? startingPage -- the first page of the document to be printed endingPage -- the last page of the document to be printed pagesAcross -- number of logical pages laid across a physical page pagesDown -- number of logical pages laid out down a physical page errorHandling -- how errors are handled faxNumber -- for fax number targetPrinter -- for target printer text -- Rich (styled) text Properties: all properties of item -- All of the properties of the superclass. color -- The color of the first character. font -- The name of the font of the first character. size -- The size in points of the first character. Elements: all elements of item atts* catr* character paragraph word window -- A window. Properties: all properties of item -- All of the properties of the superclass. bounds -- The bounding rectangle of the window. closeable -- Whether the window has a close box. document -- The document whose contents are being displayed in the window. floating -- Whether the window floats. id -- The unique identifier of the window. index -- The index of the window, ordered front to back. miniaturizable -- Whether the window can be miniaturized. miniaturized -- Whether the window is currently miniaturized. modal -- Whether the window is the application's current modal window. name -- The full title of the window. resizable -- Whether the window can be resized. titled -- Whether the window has a title bar. visible -- Whether the window is currently visible. zoomable -- Whether the window can be zoomed. zoomed -- Whether the window is currently zoomed. Elements: all elements of item word -- This subdivides the text into words. Properties: all properties of item -- All of the properties of the superclass. color -- The color of the first character. font -- The name of the font of the first character. size -- The size in points of the first character. Elements: all elements of item atts* catr* character paragraph word --- NEW FILE: duplicate --- FrontierVcsFile:1:scpt:system.verbs.apps.Safari.duplicate on duplicate (obj, duplicateTo, withProperties = nil) { // Copy object(s) and put the copies at a new location. return (appleEvent (Safari.appInfo.id, 'core', 'clon', '----', objspec (obj), 'insh', duplicateTo, 'prdt', withProperties))} --- NEW FILE: doJavascript --- FrontierVcsFile:1:scpt:system.verbs.apps.Safari.doJavascript on doJavascript (obj, doJavascriptIn) { // Applies a string of JavaScript code to a document. return (appleEvent (Safari.appInfo.id, 'sfri', 'dojs', '----', objspec (obj), 'dcnm', doJavascriptIn))} --- NEW FILE: print --- FrontierVcsFile:1:scpt:system.verbs.apps.Safari.print on print (file, printDialog = nil, withProperties = nil) { // Print an object. return (appleEvent (Safari.appInfo.id, 'aevt', 'pdoc', '----', alias (file), 'pdlg', boolean (printDialog), 'prdt', withProperties))} --- NEW FILE: save --- FrontierVcsFile:1:scpt:system.verbs.apps.Safari.save on save (obj, as = nil, saveIn = nil) { // Save an object. return (appleEvent (Safari.appInfo.id, 'core', 'save', '----', objspec (obj), 'fltp', as, 'kfil', alias (saveIn)))} --- NEW FILE: get --- FrontierVcsFile:1:scpt:system.verbs.apps.Safari.get on get (obj) { // Get the data for an object. return (appleEvent (Safari.appInfo.id, 'core', 'getd', '----', objspec (obj)))} --- NEW FILE: emailContents --- FrontierVcsFile:1:scpt:system.verbs.apps.Safari.emailContents on emailContents (obj, of) { // Emails the contents of a document. (Available in Mac OS X v10.4 and later.) return (appleEvent (Safari.appInfo.id, 'sfri', 'mlct', '----', objspec (obj), 'dcnm', of))} --- NEW FILE: isRunning --- FrontierVcsFile:1:scpt:system.verbs.apps.Safari.isRunning on isRunning () { return (sys.appIsRunning (Safari.appInfo.id))} --- NEW FILE: count --- FrontierVcsFile:1:scpt:system.verbs.apps.Safari.count on count (obj, each = nil) { // Return the number of elements of a particular class within an object. return (appleEvent (Safari.appInfo.id, 'core', 'cnte', '----', objspec (obj), 'kocl', string4 (each)))} --- NEW FILE: bringToFront --- FrontierVcsFile:1:scpt:system.verbs.apps.Safari.bringToFront on bringToFront () { if not app.start ("Safari") { return (false)}; return (sys.bringAppToFront (Safari.appInfo.id))} --- NEW FILE: launch --- FrontierVcsFile:1:scpt:system.verbs.apps.Safari.launch on launch () { return (app.start ("Safari"))} --- NEW FILE: openDocument --- FrontierVcsFile:1:scpt:system.verbs.apps.Safari.openDocument on openDocument (file) { return (required.openDocument (Safari.appInfo.id, file))} --- NEW FILE: delete --- FrontierVcsFile:1:scpt:system.verbs.apps.Safari.delete on delete (obj) { // Delete an object. return (appleEvent (Safari.appInfo.id, 'core', 'delo', '----', objspec (obj)))} |
|
From: creedon <icr...@us...> - 2005-11-10 04:36:45
|
Update of /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/apps/Safari/appInfo In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27062 Added Files: name type sharedMenus id app1supported creator path Log Message: Safari apps Table item --- NEW FILE: name --- FrontierVcsFile:1:TEXT:system.verbs.apps.Safari.appInfo.name Safari --- NEW FILE: creator --- FrontierVcsFile:1:type:system.verbs.apps.Safari.appInfo.creator sfri --- NEW FILE: sharedMenus --- FrontierVcsFile:1:bool:system.verbs.apps.Safari.appInfo.sharedMenus false --- NEW FILE: app1supported --- FrontierVcsFile:1:bool:system.verbs.apps.Safari.appInfo.app1supported false --- NEW FILE: path --- FrontierVcsFile:1:fss :system.verbs.apps.Safari.appInfo.path Macintosh HD:Applications:Safari.app: --- NEW FILE: type --- FrontierVcsFile:1:type:system.verbs.apps.Safari.appInfo.type APPL --- NEW FILE: id --- FrontierVcsFile:1:type:system.verbs.apps.Safari.appInfo.id sfri |
|
From: creedon <icr...@us...> - 2005-11-10 04:34:26
|
Update of /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/apps/Safari/defs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26594/defs Log Message: Directory /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/apps/Safari/defs added to the repository |
|
From: creedon <icr...@us...> - 2005-11-10 04:34:22
|
Update of /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/apps/Safari/appInfo In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26571/appInfo Log Message: Directory /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/apps/Safari/appInfo added to the repository |
|
From: creedon <icr...@us...> - 2005-11-10 04:34:17
|
Update of /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/apps/Safari In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26548/Safari Log Message: Directory /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/apps/Safari added to the repository |
|
From: creedon <icr...@us...> - 2005-11-10 00:19:45
|
Update of /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/Frontier/clickers In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5855 Modified Files: Tag: commercial_suite_project-branch typeosax Log Message: use aeTerminology Suite to parse osax Index: typeosax =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/Frontier/clickers/typeosax,v retrieving revision 1.1.1.1 retrieving revision 1.1.1.1.4.1 diff -C2 -d -r1.1.1.1 -r1.1.1.1.4.1 *** typeosax 26 Mar 2005 19:42:48 -0000 1.1.1.1 --- typeosax 10 Nov 2005 00:19:37 -0000 1.1.1.1.4.1 *************** *** 1,3 **** FrontierVcsFile:1:scpt:system.verbs.builtins.Frontier.clickers.typeosax ! on typeosax (path) { if applescripts.loadOSAX (path) != nil { Frontier.findertofront = false}; return (true)} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:scpt:system.verbs.builtins.Frontier.clickers.typeosax ! on typeosax (path) { ÇChanges Ç11/9/05; 11:23:49 AM by TAC Çuse aeTerminology Suite to parse osax local (adrTerminologyTable); if aeTerminology.initializeNewTerminologyTable (@path, @adrTerminologyTable, @system.extensions, {'osax'}, newTerminologyNamePrompt: "New system.extensions table item name:", replaceTerminologyPrompt: "A system.extensions table item with the name of \"[[terminologyname]]\" already exists. Are you sure you want to replace it?") { window.about (); msg ("aeTerminology: "); aeTerminology.parseAete (path, adrTerminologyTable)}; Frontier.findertofront = false; return (true)} \ No newline at end of file |
|
From: creedon <icr...@us...> - 2005-11-10 00:18:29
|
Update of /cvsroot/frontierkernel/odbs/frontierRoot/suites/aeTerminology In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5423 Added Files: Tag: commercial_suite_project-branch appIdStyle installMenu getAete newDesktopScriptInstaller suiteName init menu parseAete initializeNewTerminologyTable callbackLoop readMe newAppsTableItem newAppsTableItemInstaller Log Message: aeTerminology Suite --- NEW FILE: newAppsTableItemInstaller --- (This appears to be a binary file; contents omitted.) --- NEW FILE: newAppsTableItem --- (This appears to be a binary file; contents omitted.) --- NEW FILE: menu --- FrontierVcsFile:1:mbar:suites.aeTerminology.menu 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 --- NEW FILE: installMenu --- (This appears to be a binary file; contents omitted.) --- NEW FILE: suiteName --- FrontierVcsFile:1:TEXT:suites.aeTerminology.suiteName aeTerminology --- NEW FILE: init --- (This appears to be a binary file; contents omitted.) --- NEW FILE: appIdStyle --- (This appears to be a binary file; contents omitted.) --- NEW FILE: newDesktopScriptInstaller --- (This appears to be a binary file; contents omitted.) --- NEW FILE: initializeNewTerminologyTable --- (This appears to be a binary file; contents omitted.) --- NEW FILE: parseAete --- (This appears to be a binary file; contents omitted.) --- NEW FILE: readMe --- FrontierVcsFile:1:optx:suites.aeTerminology.readMe This is the aeTerminology suite. Created by Thomas A. Creedon <icr...@ya...>. Based on the DuckTape Tool v0.5 by Sean Elfstrom < sel...@im... >. This is a potential replacement for the commercial Suite. The aeTerminology Suite imports AppleEvent Terminology Extension information. Abstract Here is my take on the aeTerminology Suite. Try it out. Make sure you back everything up! This should be considered development stage software. I ended up digging in a bit! :-) This is by no means perfect! I hope that folks will find it a good starting point to work from. If something is broken fix it! :-) If you don't like how I've laid things out, lets work with the community to figure out how to make it better. aeTerminology is available on SourceForge if you want to work with the community on making it better. It is on a branch called "commercial_suite_project-branch". Please see the Frontier Kernel Project CVS webpage < http://sourceforge.net/cvs/?group_id=120666 > for more information on how to access this project. It is beyond the scope of this document to explain how to use CVS and SourceForge. I tried to... focus how things are referred to in the suite, using names that beginners to intermediate scripters might come have across if they were to use the suite reduce the number of steps to get things done, too many dialogs as others have mentioned! make it so that the default choice for dialogs is a safe choice Menu Commands New apps Table Item... Create a new item in the apps table for an application you select. Launch Application for ... Launch an application associated with the current apps table. This menu item will be inactive until a new apps table item has been created or the Set Current apps Table menu item is selected from the aeTerminology menu. New Desktop Script Installer for ... Create a new Desktop Script installer for the current apps table. This menu item will be inactive until a new apps table item has been created or the Set Current apps Table menu item is selected from the aeTerminology menu. Replace Terminology for ... Replace the AETE information for the current apps table. This menu item will be inactive until a new apps table item has been created or the Set Current apps Table menu item is selected from the aeTerminology menu. Open apps Table Open the table at system.verbs.apps Set Current apps Table Allows you to set which apps table some of the menu items in the aeTerminology menu will apply. Select one of the items in the system.verbs.apps table and then use this command. 8/8/05; 12:28:58 PM by TAC - this could be expressed more clearly, I think. Load an osax... Load an osax into a table at system.extensions. This is an example command to show how aeTerminology can be used by other scripts to import AETE information and have it end up where ever the script writer wants it to go. There currently seems to be a bug in the kernel that prevents the user from being able to open file packages such as newer style OS X osaxen with the open dialog even though osax has been specified as a file type. As a workaround you can hold down the shift key when selecting this command shich will then allow you to select any file. Navigate carefully! Read Me This outline! Edit Suite Open the table for this suite. Menu Open the menu for this suite. user.aeTerminology Open the user table for this suite. Changes x set current apps table at end of creating new apps table item fixed a bug in the Set Current apps Table menu item, names with periods was fouling things up changed name of suite from DuckTape to aeTerminology Sep 15 added support for user.aeTerminology.callbacks.afterAppInfoInitialized can load aete from file data fork added an example Load osax command created aeTerminology.installMenu created aeTerminology.initializeNewTerminologyTable reorg the code a bit for suites.aeTerminology.getAete changed name of menu item from Replace AppleEvent Terminology Extension Information... to Replace Terminology... holding shift key when creating a new apps table item allows user to see all file types added support for user.aeTerminology.callbacks.afterParseAete removed support for skipping class/id when parsing events added support for user.aeTerminology.eventInformationTableName, 'defs" is default Aug 21 removed Desktop Script Installer fixed bug when creating new apps table items, if user.prefs.search.regularexpression was true then weird find and replaces would happen Aug 18 added support for skipping class/id when parsing events, user.aeTerminology.skipOnParse.[class].[id], value is nil bring about window to front, give user indication of progress added edit user.aeTerminology menu item to menu added support for user.aeTerminology.appIdStyle, three styles are currently supported; ".appInfo.id", ".id", and "string4", default is ".appInfo.id" added support for user.aeTerminology.flUseEventInformationTable, true is use eventInformation table; false don't use, default is true Aug 15 made a Desktop Script Installer to help with installation Aug 14 i made two improvements to the new apps table items process there was a bug in that some items were still being created in the top level table even when items were supposed to be put in the eventInformation table It was possible to create a conflict when creating a new table. Here is an example, when I tried creating a table for Mail.app named Mail, it conflicted with suites.mail. I put a check and warning in to notify the user of this kind of situation. Aug 8 initial version Notes In the data table for the Suite I have a table named DuckTapeRootLeftovers, which contains left overs from Sean's DuckTape Tool. In addition there is a table named commercialSuiteReference, which is a reference copy of the current version of the commercial suite as it exists on SourceForge at this time (Aug 8 2005), just in case you've modified your local copy. Instructions for Read Me.txt file How To Install Please make backups! This software should be considered development stage! Quit Frontier if it is running. Replace your Froniter application with the included version 10.1a3 if you are not already running v10.1a3 or newer. Launch Frontier. Double-click on each of the files in the Replacement Verbs folder. Please note that the replacment rez verbs requires Mac OS X Frontier v10.1a3 or newer. You may want to export your rez table for safe keeping, if you plan to revert to a previous state. Optional. In the Extras folder you will find DropStuff/StuffitExpander.ftds. These are Desktop Script Installers that were created using the aeTerminology Suite and contain apps table items. Please see aeTerminology.readMe for more information. Notes builtins.rez is a new rez verbs table that is compatible with Frontier v10.1a3 and allows the scripter to access resources that are in the data fork of a file fatPages.getFileData is a replacement verb that fixes a bug when importing information, make sure the table path exists. file.creator/type are replacement verbs that attempt to deal with Mac OS X packages and osax. --- NEW FILE: getAete --- (This appears to be a binary file; contents omitted.) --- NEW FILE: callbackLoop --- (This appears to be a binary file; contents omitted.) |
|
From: creedon <icr...@us...> - 2005-11-10 00:18:24
|
Update of /cvsroot/frontierkernel/odbs/frontierRoot/suites/aeTerminology/menuCommands In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5398 Added Files: Tag: commercial_suite_project-branch launchApplication newDesktopScriptInstaller loadOsax importAete Log Message: aeTerminology Suite --- NEW FILE: launchApplication --- (This appears to be a binary file; contents omitted.) --- NEW FILE: importAete --- (This appears to be a binary file; contents omitted.) --- NEW FILE: newDesktopScriptInstaller --- (This appears to be a binary file; contents omitted.) --- NEW FILE: loadOsax --- (This appears to be a binary file; contents omitted.) |
Update of /cvsroot/frontierkernel/odbs/frontierRoot/suites/aeTerminology/data/DuckTapeRootLeftovers/DuckTapeSuite In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5370 Added Files: Tag: commercial_suite_project-branch createGlue isApp compileDocs createDocOutline menu importAeteInfo Log Message: aeTerminology Suite --- NEW FILE: createGlue --- (This appears to be a binary file; contents omitted.) --- NEW FILE: isApp --- FrontierVcsFile:1:scpt:suites.aeTerminology.data.DuckTapeRootLeftovers.DuckTapeSuite.isApp on isApp (theFile) { if DuckTapeData.appTypes contains file.type (theFile) { return (true)} else { return (false)}} --- NEW FILE: menu --- FrontierVcsFile:1:mbar:suites.aeTerminology.data.DuckTapeRootLeftovers.DuckTapeSuite.menu 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 --- NEW FILE: compileDocs --- (This appears to be a binary file; contents omitted.) --- NEW FILE: importAeteInfo --- (This appears to be a binary file; contents omitted.) --- NEW FILE: createDocOutline --- (This appears to be a binary file; contents omitted.) |
|
From: creedon <icr...@us...> - 2005-11-10 00:18:15
|
Update of /cvsroot/frontierkernel/odbs/frontierRoot/suites/aeTerminology/data/userCallbacks In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5344 Added Files: Tag: commercial_suite_project-branch afterParseAete Log Message: aeTerminology Suite --- NEW FILE: afterParseAete --- FrontierVcsFile:1:tabl:suites.aeTerminology.data.userCallbacks.afterParseAete |
|
From: creedon <icr...@us...> - 2005-11-10 00:18:10
|
Update of /cvsroot/frontierkernel/odbs/frontierRoot/suites/aeTerminology/data/userCallbacks/afterAppInfoInitialized In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5324 Added Files: Tag: commercial_suite_project-branch setOsaxIdToLand Log Message: aeTerminology Suite --- NEW FILE: setOsaxIdToLand --- (This appears to be a binary file; contents omitted.) |
|
From: creedon <icr...@us...> - 2005-11-10 00:18:06
|
Update of /cvsroot/frontierkernel/odbs/frontierRoot/suites/aeTerminology/data/DuckTapeRootLeftovers/DuckTapeData In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5298 Added Files: Tag: commercial_suite_project-branch newMenubar Log Message: aeTerminology Suite --- NEW FILE: newMenubar --- FrontierVcsFile:1:mbar:suites.aeTerminology.data.DuckTapeRootLeftovers.DuckTapeData.newMenubar AAEFAQAAAckAAQAAAAAAAAAAAAABaAFkAhIDHAAAAAAAAAZHZW5ldmEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgBhAHMBRwF8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAABeAAAAgwAAAgAADwZHZW5ldmEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAAAAAAAAAAAAAAprz+rrDzmKoAAADDAAABWQF/AiEDAExBTkT///////8AAAAAAABtYWMgAAAAAAAAAAAAAAAAU2NyaXB0cw0JQWJvdXQgdGhlIFNjcmlwdHMgTWVudckNCS0NCVNhbXBsZSBTY3JpcHQgIzENCVNhbXBsZSBTY3JpcHQgIzINCVNhbXBsZSBTY3JpcHQgIzMNCS0NCUVkaXQgU2hhcmVkIE1lbnUNCUVkaXQgU2NyaXB0cyBUYWJsZQ2AAAAAAAAAAAAAAAoAAAAAAAAGzp3oAAAAAAAAAAAAAAAKAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACk0AAAAAAAAAAAAAAAAAAApUAAAAAAAAAAAAAAIAAAAYAAAAqgABAgAADwZHZW5ldmEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACQAAAAAAAAAAAAAGVAAAprz/H62FeQAAAAAnAAABWQF/AiEDAExBTkT///////8AAAAAAABtYWMgAAAAAAAAAAAAAAAAbG9jYWwgKGFwcG5hbWUgPSBzeXMuZnJvbnRtb3N0QXBwICgpKQ1Gcm9udGllci5icmluZ1RvRnJvbnQgKCkNZGlhbG9nLm5vdGlmeSAoIlRoaXMgbWVudSBjb250YWlucyBzY3JpcHRzIHdyaXR0ZW4gd2l0aCBVc2VyTGFuZCBGcm9udGllci4iKQ1zeXMuYnJpbmdBcHBUb0Zyb250IChhcHBuYW1lKQ2AAAAAAACAAAAAAACAAAAAAACAAAAAAAA= |
|
From: creedon <icr...@us...> - 2005-11-10 00:18:01
|
Update of /cvsroot/frontierkernel/odbs/frontierRoot/suites/aeTerminology/data/DuckTapeRootLeftovers/DuckTapeInfo In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5279 Added Files: Tag: commercial_suite_project-branch version name releaseDate authorEmail description homePageUrl stampedTime releaseNotes author Log Message: aeTerminology Suite --- NEW FILE: releaseDate --- FrontierVcsFile:1:date:suites.aeTerminology.data.DuckTapeRootLeftovers.DuckTapeInfo.releaseDate 7/2/02; 2:04:33 PM --- NEW FILE: description --- FrontierVcsFile:1:TEXT:suites.aeTerminology.data.DuckTapeRootLeftovers.DuckTapeInfo.description My updated suites.commercial, modified for Mac OS X --- NEW FILE: author --- FrontierVcsFile:1:TEXT:suites.aeTerminology.data.DuckTapeRootLeftovers.DuckTapeInfo.author Sean Elfstrom --- NEW FILE: releaseNotes --- FrontierVcsFile:1:optx:suites.aeTerminology.data.DuckTapeRootLeftovers.DuckTapeInfo.releaseNotes 0.4 Fri, Dec 6, 2002 at 9:09:37 AM by SE found another "string4" coercion that needed to be made 0.5 Tue, Dec 10, 2002 at 3:38:21 PM by SE workaround for special case of FileMaker Pro 6 having an event named "eventInfo". This should be investigated further, but I wanted to get a quick fix out ASAP --- NEW FILE: authorEmail --- FrontierVcsFile:1:TEXT:suites.aeTerminology.data.DuckTapeRootLeftovers.DuckTapeInfo.authorEmail sel...@im... --- NEW FILE: version --- FrontierVcsFile:1:TEXT:suites.aeTerminology.data.DuckTapeRootLeftovers.DuckTapeInfo.version 0.5 --- NEW FILE: homePageUrl --- FrontierVcsFile:1:TEXT:suites.aeTerminology.data.DuckTapeRootLeftovers.DuckTapeInfo.homePageUrl --- NEW FILE: stampedTime --- FrontierVcsFile:1:TEXT:suites.aeTerminology.data.DuckTapeRootLeftovers.DuckTapeInfo.stampedTime Tue, Dec 10, 2002 at 3:37:28 PM by SE --- NEW FILE: name --- FrontierVcsFile:1:TEXT:suites.aeTerminology.data.DuckTapeRootLeftovers.DuckTapeInfo.name DuckTape |
|
From: creedon <icr...@us...> - 2005-11-10 00:17:58
|
Update of /cvsroot/frontierkernel/odbs/frontierRoot/suites/aeTerminology/callbacks In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5247 Added Files: Tag: commercial_suite_project-branch afterAppInfoInitialized Log Message: aeTerminology Suite --- NEW FILE: afterAppInfoInitialized --- FrontierVcsFile:1:tabl:suites.aeTerminology.callbacks.afterAppInfoInitialized |
Update of /cvsroot/frontierkernel/odbs/frontierRoot/suites/aeTerminology/data/newTable In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5232 Added Files: Tag: commercial_suite_project-branch openDocument bringToFront examples quit launch isRunning printDocument Log Message: aeTerminology Suite --- NEW FILE: quit --- FrontierVcsFile:1:scpt:suites.aeTerminology.data.newTable.quit on quit () { return (required.quitApplication ([[sample.id]]))} --- NEW FILE: bringToFront --- FrontierVcsFile:1:scpt:suites.aeTerminology.data.newTable.bringToFront on bringToFront () { if not app.start ("[[sample]]") { return (false)}; return (sys.bringAppToFront ([[sample.id]]))} --- NEW FILE: launch --- FrontierVcsFile:1:scpt:suites.aeTerminology.data.newTable.launch on launch () { return (app.start ("[[sample]]"))} --- NEW FILE: examples --- FrontierVcsFile:1:tabl:suites.aeTerminology.data.newTable.examples --- NEW FILE: openDocument --- FrontierVcsFile:1:scpt:suites.aeTerminology.data.newTable.openDocument on openDocument (file) { return (required.openDocument ([[sample.id]], file))} --- NEW FILE: isRunning --- FrontierVcsFile:1:scpt:suites.aeTerminology.data.newTable.isRunning on isRunning () { return (sys.appIsRunning ([[sample.id]]))} --- NEW FILE: printDocument --- FrontierVcsFile:1:scpt:suites.aeTerminology.data.newTable.printDocument on printDocument (file) { return (required.printDocument ([[sample.id]], file))} |
|
From: creedon <icr...@us...> - 2005-11-10 00:17:54
|
Update of /cvsroot/frontierkernel/odbs/frontierRoot/suites/aeTerminology/data/commercialSuiteReference In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5208 Added Files: Tag: commercial_suite_project-branch menu parseAete compileDocs createDocOutline installApp callInstallApp createInstallFile importAeteInfo newMenubar enterAppName version Log Message: aeTerminology Suite --- NEW FILE: newMenubar --- FrontierVcsFile:1:mbar:suites.aeTerminology.data.commercialSuiteReference.newMenubar AAEFAQAAAckAAQAAAAAAAAAAAAABaAFkAhIDHAAAAAAAAAZHZW5ldmEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgBkAGQBpAJEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAABeAAAAgwAAAgAADwZHZW5ldmEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAAAAAAAAAAAAAAprz+rr32TKEAAADbAAABWQF/AiEDAExBTkT///////8AAAAAAABtYWMgAAAAAAAAAAAAAAAAU2NyaXB0cw0JQWJvdXQgdGhlIFNjcmlwdHMgTWVudckNCS0NCVNhbXBsZSBTY3JpcHQgIzENCVNhbXBsZSBTY3JpcHQgIzINCVNhbXBsZSBTY3JpcHQgIzMNCS0NCUVkaXQgU2hhcmVkIE1lbnUNCUVkaXQgU2NyaXB0cyBUYWJsZQ2AAAAAAAAAAAAAAAoAAAAAAAAGzpt4AAAAAAAAAAAAAAAKAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACk0AAAAAAAAAAAAAAAAAAApUAAAAAAAAAAAAAAIAAAAYAAAAqgABAgAADwZHZW5ldmEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACQAAAAAAAAAAAAAGVAAAprz/H62FeQAAAAAmAAABWQF/AiEDAExBTkT///////8AAAAAAABtYWMgAAAAAAAAAAAAAAAAbG9jYWwgKGFwcG5hbWUgPSBzeXMuZnJvbnRtb3N0QXBwICgpKQ1Gcm9udGllci5icmluZ1RvRnJvbnQgKCkNZGlhbG9nLm5vdGlmeSAoIlRoaXMgbWVudSBjb250YWlucyBzY3JpcHRzIHdyaXR0ZW4gd2l0aCBVc2VyTGFuZCBGcm9udGllci4iKQ1zeXMuYnJpbmdBcHBUb0Zyb250IChhcHBuYW1lKQ2AAAAAAACAAAAAAACAAAAAAACAAAAAAAA= --- NEW FILE: installApp --- (This appears to be a binary file; contents omitted.) --- NEW FILE: createDocOutline --- (This appears to be a binary file; contents omitted.) --- NEW FILE: compileDocs --- (This appears to be a binary file; contents omitted.) --- NEW FILE: version --- FrontierVcsFile:1:TEXT:suites.aeTerminology.data.commercialSuiteReference.version 4.0 --- NEW FILE: menu --- FrontierVcsFile:1:mbar:suites.aeTerminology.data.commercialSuiteReference.menu AAEFAQAAAc8AAQAAAAAAAAAAAAAAKwADASQCOgAAAAAAAAZHZW5ldmEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgArAAMD/QT9AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAABoAAAAfwAAAgAADwZHZW5ldmEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAAAAAAAAAAAAAApJdTlr32TKEAAAOGAAAAsQC2AS4ByUxBTkT///////8AAAAAAABtYWMgAAAAAAAAAAAAAAAAR2x1ZQ0JRW50ZXIgeW91ciBBcHDVcyBOYW1lyQ0JT3BlbiBUYWJsZSAmIE1lbnUNCS0NCUV4cG9ydCBJbnN0YWxsIEZpbGXJDQktDQk9IkxhdW5jaCAiICsgdGVtcC5hcHBuYW1lDQktDQlJbXBvcnQgJ2FldGUnIEluZm/JDYAAAAAAAAAAAAAACgAAAAAAAAbOm1QAAAAAAAoAAAAAAAAGzptkAAAAAAAAAAAAAAAKAAAAAAAABs6baAAAAAAAAAAAAAAACgAAAAAAAAbOm4gAAAAAAAAAAAAAAAoAAAAAAAAGzpwEAAIAAAAGAAAAGwAAAgAADwZHZW5ldmEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAAAAAAAAAAAAAAGVAAApPeyV7CuV/EAAAAzAQAAjAB/AVQCAExBTkT///////8AAAAAAABtYWMgAAAAAAAAAAAAAAAAY29tbWVyY2lhbC5lbnRlckFwcE5hbWUgKCkNgAAAAAAAAAIAAABaAAABsQAIAgAADwZHZW5ldmEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAAAAAAAAAAAAAAGVAAApEHSw7CyzPIAAAA8AQAAsQC2AS4ByUxBTkT///////8AAAAAAABtYWMgAAAAAAAAAAAAAAAAbG9jYWwgKGFkclRhYmxlID0gQHN5c3RlbS52ZXJicy5hcHBzLlt0ZW1wLmFwcG5hbWVdKQ1pZiBub3QgZGVmaW5lZCAoYWRyVGFibGVeKQ0Jc2NyaXB0RXJyb3IgKCJVc2UgdGhlIEVudGVyIHlvdXIgQXBwJ3MgTmFtZSBjb21tYW5kIGZpcnN0LiIpDQ1lZGl0IChhZHJUYWJsZSkNDWlmIGFkclRhYmxlXi5hcHBJbmZvLnNoYXJlZE1lbnVzDQlsb2NhbCAoaWQgPSBhZHJUYWJsZV4uYXBwSW5mby5pZCkNCWxvY2FsIChhZHIgPSBAc3lzdGVtLm1lbnVzLnNoYXJlZE1lbnVzLltpZF0pDQlpZiBkZWZpbmVkIChhZHJeKQ0JCWVkaXQgKGFkcikNCWVsc2UNCQlpZiBkaWFsb2cuY29uZmlybSAoIkNyZWF0ZSBhIG5ldyBzaGFyZWQgbWVudSBmb3IgIiArIGNvbW1lcmNpYWwuYXBwbmFtZSArICI/IikNCQkJbmV3IChtZW51YmFyVHlwZSwgYWRyKQ0JCQllZGl0IChhZHIpDYAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAAACAAAANgAAAZgAAwIAAA8GR2VuZXZhAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4AAAAAAAAAAAAAAAAAAKQMETe/G9aPAAAAXgEAALEAtgEuAclMQU5E////////AAAAAAAAbWFjIAAAAAAAAAAAAAAAAGlmIGRpYWxvZy55ZXNObyAoIkNyZWF0ZSBhIEZyb250aWVyIEluc3RhbGwgZmlsZSBmb3Ig0iIgKyB0ZW1wLmFwcG5hbWUgKyAi0z8iKQ0JbG9jYWwgKGluZm90YWJsZSA9IEBzeXN0ZW0udmVyYnMuYXBwcy5bdGVtcC5hcHBuYW1lXS5hcHBJbmZvKQ0JDQlsb2NhbCAoZm5hbWUgPSB0ZW1wLmFwcG5hbWUgKyAiLkZyb250aWVyIikNCWlmIGZpbGUuZXhpc3RzIChpbmZvdGFibGVeLnBhdGgpDQkJZm5hbWUgPSBmaWxlLmZvbGRlckZyb21QYXRoIChpbmZvdGFibGVeLnBhdGgpICsgZm5hbWUNCQ0JaWYgZmlsZS5wdXRGaWxlRGlhbG9nICgiU2F2ZSBJbnN0YWxsIGZpbGUgd2hlcmU/IiwgQGZuYW1lKQ0JCWNvbW1lcmNpYWwuY3JlYXRlaW5zdGFsbGZpbGUgKHRlbXAuYXBwbmFtZSwgaW5mb3RhYmxlXi5pZCwgZm5hbWUpDYAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAAACAAAABgAAABwAAAIAAA8GR2VuZXZhAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4AAAAAAAAAAAAAAAAAAKUoyCq/GPUJAAAAKwEAAJYAfwFeAgBMQU5E////////AAAAAAAAbWFjIAAAAAAAAAAAAAAAAGFwcC5zdGFydCAoQFt0ZW1wLmFwcG5hbWVdKQ2AAAAAAAAAAgAAAEgAAAJpAAkCAAAPBkdlbmV2YQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMAAAAAAAAAAAAAAZUAACkDBE3sLLOagAAAGAAAACxALYBLgHJTEFORP///////wAAAAAAAG1hYyAAAAAAAAAAAAAAAABsb2NhbCAoaW5mb3RhYmxlID0gQHN5c3RlbS52ZXJicy5hcHBzLlt0ZW1wLmFwcG5hbWVdLmFwcEluZm8pDWlmIG5vdCBmaWxlLmV4aXN0cyAoaW5mb3RhYmxlXi5wYXRoKQ0JaW5mb3RhYmxlXi5wYXRoID0gZmlsZS5maW5kQXBwbGljYXRpb24gKGluZm90YWJsZV4uaWQpDQlpZiBub3QgZmlsZS5nZXRGaWxlRGlhbG9nICgiV2hlcmUgaXMgIiArIHRlbXAuYXBwbmFtZSArICI/IiwgQGluZm90YWJsZV4ucGF0aCwgJ0FQUEwnKQ0JCXJldHVybiAoZmFsc2UpDQlpbmZvdGFibGVeLmlkID0gZmlsZS5jcmVhdG9yIChpbmZvdGFibGVeLnBhdGgpIMdrZWVwIGluIHN5bmMNaWYgcmV6LmNvdW50UmVzb3VyY2VzIChpbmZvdGFibGVeLnBhdGgsICdhZXRlJykgPT0gMA0JZGlhbG9nLmFsZXJ0ICh0ZW1wLmFwcG5hbWUgKyAiIGRvZXNu1XQgY29udGFpbiBhbiAnYWV0ZScgcmVzb3VyY2UuIikNCXJldHVybiAoZmFsc2UpDWlmIG5vdCBkaWFsb2cuY29uZmlybSAoIkltcG9ydCBnbHVlIHNjcmlwdHMgYW5kIHZhbHVlcyBmcm9tICIgKyB0ZW1wLmFwcG5hbWUgKyAi1XMgJ2FldGUnIHJlc291cmNlPyIpDQlyZXR1cm4gKGZhbHNlKQ1yZXR1cm4gKGNvbW1lcmNpYWwuaW1wb3J0QWV0ZUluZm8gKCkpDYAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAA== --- NEW FILE: enterAppName --- (This appears to be a binary file; contents omitted.) --- NEW FILE: parseAete --- (This appears to be a binary file; contents omitted.) --- NEW FILE: importAeteInfo --- (This appears to be a binary file; contents omitted.) --- NEW FILE: callInstallApp --- (This appears to be a binary file; contents omitted.) --- NEW FILE: createInstallFile --- (This appears to be a binary file; contents omitted.) |
Update of /cvsroot/frontierkernel/odbs/frontierRoot/suites/aeTerminology/data/commercialSuiteReference/newTable In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5142 Added Files: Tag: commercial_suite_project-branch openDocument launch bringToFront printDocument quit isRunning Log Message: aeTerminology Suite --- NEW FILE: quit --- FrontierVcsFile:1:scpt:suites.aeTerminology.data.commercialSuiteReference.newTable.quit on quit () { return (required.quitApplication (Sample.id))} --- NEW FILE: bringToFront --- FrontierVcsFile:1:scpt:suites.aeTerminology.data.commercialSuiteReference.newTable.bringToFront on bringToFront () { if not app.start ("Sample") { return (false)}; return (sys.bringAppToFront (Sample.id))} --- NEW FILE: launch --- FrontierVcsFile:1:scpt:suites.aeTerminology.data.commercialSuiteReference.newTable.launch on launch () { return (app.startWithDocument ("Sample", ""))} --- NEW FILE: openDocument --- FrontierVcsFile:1:scpt:suites.aeTerminology.data.commercialSuiteReference.newTable.openDocument on openDocument (file) { return (required.openDocument (Sample.id, file))} --- NEW FILE: isRunning --- FrontierVcsFile:1:scpt:suites.aeTerminology.data.commercialSuiteReference.newTable.isRunning on isRunning () { return (sys.appIsRunning (Sample.id))} --- NEW FILE: printDocument --- FrontierVcsFile:1:scpt:suites.aeTerminology.data.commercialSuiteReference.newTable.printDocument on printDocument (file) { return (required.printDocument (Sample.id, file))} |
|
From: creedon <icr...@us...> - 2005-11-10 00:17:43
|
Update of /cvsroot/frontierkernel/odbs/frontierRoot/suites/aeTerminology/data In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5186 Added Files: Tag: commercial_suite_project-branch callNewAppsTableItemInstaller appTypes frontierVersionRequired Log Message: aeTerminology Suite --- NEW FILE: appTypes --- FrontierVcsFile:1:list:suites.aeTerminology.data.appTypes {'APPL', 'APPD', 'APPC', 'APPE', 'appe', 'FNDR', 'dfil', 'sdef'} --- NEW FILE: frontierVersionRequired --- FrontierVcsFile:1:TEXT:suites.aeTerminology.data.frontierVersionRequired 10.1a5 --- NEW FILE: callNewAppsTableItemInstaller --- FrontierVcsFile:1:scpt:suites.aeTerminology.data.callNewAppsTableItemInstaller return (aeTerminology.newAppsTableItemInstaller (system.deskscripts.path)) |
|
From: creedon <icr...@us...> - 2005-11-10 00:17:36
|
Update of /cvsroot/frontierkernel/odbs/frontierRoot/suites/aeTerminology/data/newTable/appInfo In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5120 Added Files: Tag: commercial_suite_project-branch app1supported sharedMenus Log Message: aeTerminology Suite --- NEW FILE: app1supported --- FrontierVcsFile:1:bool:suites.aeTerminology.data.newTable.appInfo.app1supported false --- NEW FILE: sharedMenus --- FrontierVcsFile:1:bool:suites.aeTerminology.data.newTable.appInfo.sharedMenus false |
|
From: creedon <icr...@us...> - 2005-11-10 00:06:13
|
Update of /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/Frontier/tools/windowTypes In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30605 Added Files: Tag: commercial_suite_project-branch runOpenRecentMenuScript Log Message: mirrored from main branch --- NEW FILE: runOpenRecentMenuScript --- (This appears to be a binary file; contents omitted.) |