[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[sc-dev] SF.net SVN: supercollider:[8090] trunk/build/SCClassLibrary/Common/Quarks/ Quarks.sc
Revision: 8090
http://supercollider.svn.sourceforge.net/supercollider/?rev=8090&view=rev
Author: tboverma
Date: 2008-12-09 19:22:57 +0000 (Tue, 09 Dec 2008)
Log Message:
-----------
added Quarks:listCheckedOut
Modified Paths:
--------------
trunk/build/SCClassLibrary/Common/Quarks/Quarks.sc
Modified: trunk/build/SCClassLibrary/Common/Quarks/Quarks.sc
===================================================================
--- trunk/build/SCClassLibrary/Common/Quarks/Quarks.sc 2008-12-09 18:30:13 UTC (rev 8089)
+++ trunk/build/SCClassLibrary/Common/Quarks/Quarks.sc 2008-12-09 19:22:57 UTC (rev 8090)
@@ -96,6 +96,10 @@
listCheckedOut {
this.checkedOut.do { |q| q.postDesc };
}
+ listAvailable {
+ this.repos.quarks.do { |q| q.postDesc };
+ }
+
checkoutAll { repos.checkoutAll(local.path) }
checkout { |name, version, sync=false|
var q;
@@ -263,7 +267,9 @@
*listCheckedOut {
this.checkedOut.do { |q| q.postDesc };
}
-
+ *listAvailable {
+ this.global.listAvailable
+ }
/*
download/update only the quark specification files from remote repos
and not the quarks themselves */
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
_______________________________________________
sc-dev mailing list
info (subscription, etc.): http://www.beast.bham.ac.uk/research/sc_mailing_lists.shtml
archive: https://listarc.bham.ac.uk/marchives/sc-dev/
search: https://listarc.bham.ac.uk/lists/sc-dev/search/