Skip to content

Commit

Permalink
merged % done changes from CES branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Ted authored and FarMcKon committed Jan 12, 2012
1 parent 759897f commit 52ecf58
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
3 changes: 3 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
0030_CES ReplicatorG
* packaged for CES

0029_r2 ReplicatorG
* Fixed problem with Raft in Print-O-Matic settings

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,7 @@ protected BuildCode runPostProcessing()
return generator.output;
}

<<<<<<< HEAD
private String getPrettyPrintDate()
{
DateFormat dateFormat = new SimpleDateFormat("yyyy/MM/dd HH:mm:ss (Z)");
Expand All @@ -216,6 +217,12 @@ private String getPrettyPrintDate()
return dateFormat.format(date);


=======
// put
private void runAddProgressUpdates()
{
source.addProgressUpdates();
>>>>>>> 8b5d998... Fixed version string in changelog, added build % to dualstrusion.
}

/**
Expand Down Expand Up @@ -391,10 +398,13 @@ public void setMultiHead(boolean isMulti)
multiHead = isMulti;
ppp.refreshPreferences();
}
<<<<<<< HEAD
/**
* toggles the addition of build % messages, displayable on The Replicator
* @param doAdd
*/
=======
>>>>>>> 8b5d998... Fixed version string in changelog, added build % to dualstrusion.
public void setAddProgressUpdates(boolean doAdd)
{
addProgressUpdates = doAdd;
Expand Down

0 comments on commit 52ecf58

Please sign in to comment.