Skip to content

Commit

Permalink
Merge branch 'develop' of github.com:olab-io/ofSketch into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
brannondorsey committed Sep 27, 2014
2 parents 8a39be8 + 80692c3 commit f52815b
Show file tree
Hide file tree
Showing 14 changed files with 1,236 additions and 129 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
+ Fix bug that prevents new client connections when a project is compiling ([#82](https://github.com/olab-io/ofSketch/issues/82)).
+ Fix bug that hid resources bar on desktop sized screens ([#104](https://github.com/olab-io/ofSketch/issues/104)).
+ Disable autocomplete in inline comments: "//" ([#108](https://github.com/olab-io/ofSketch/issues/108)).
+ Xcode 6 / 10.9 compatible.

- 0.3.2 (08-31-2014)
+ Basic file upload support ([#16](https://github.com/olab-io/ofSketch/issues/16)).
Expand Down
12 changes: 6 additions & 6 deletions ofSketchApp/ofSketchApp.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
4B9AF9399F7DA7A1CA3D2C58 /* Deserializer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C4565A7CA296E5B8090806DB /* Deserializer.cpp */; };
5BB82711925A3764235C2CEB /* FileExtensionFilter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6BD291FB03292C6D352C26FE /* FileExtensionFilter.cpp */; };
5DF1C13343DD10285CBEC8E1 /* WebSocketConnection.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F99624C097E7F1940FDA80F0 /* WebSocketConnection.cpp */; };
5F3744A26D0041D0C0FC246A /* App.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 33A937A4598FE853C51EB326 /* App.cpp */; };
5F3744A26D0041D0C0FC246A /* ofApp.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 33A937A4598FE853C51EB326 /* ofApp.cpp */; };
62509F39EA6197BEA0194276 /* ByteBufferReader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 021CAF811F031FFBDFB18797 /* ByteBufferReader.cpp */; };
630A54B4C43A1DDEA17E6D4F /* ClientProgressStream.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A59147EE28AAD568806BD170 /* ClientProgressStream.cpp */; };
66A80FD312926DEB8C9FE7F6 /* ByteBufferUtils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FE5B3B19544657B6F9CCCA03 /* ByteBufferUtils.cpp */; };
Expand Down Expand Up @@ -242,7 +242,7 @@
2FC8E2266FE2F5545775A16D /* Compression.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = Compression.cpp; path = ../../../addons/ofxIO/libs/ofxIO/src/Compression.cpp; sourceTree = SOURCE_ROOT; };
31371376A138BCB2EBC2FCB3 /* MethodRegistry.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = MethodRegistry.h; path = ../../../addons/ofxJSONRPC/libs/ofxJSONRPC/include/ofx/JSONRPC/MethodRegistry.h; sourceTree = SOURCE_ROOT; };
32ACC8388B45FC2366BEC374 /* WebSocketFrame.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = WebSocketFrame.cpp; path = ../../../addons/ofxHTTP/libs/ofxHTTP/src/WebSocketFrame.cpp; sourceTree = SOURCE_ROOT; };
33A937A4598FE853C51EB326 /* App.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = App.cpp; path = src/App.cpp; sourceTree = SOURCE_ROOT; };
33A937A4598FE853C51EB326 /* ofApp.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofApp.cpp; path = src/ofApp.cpp; sourceTree = SOURCE_ROOT; };
342D481B54AD38916A274FC1 /* UploadRouter.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = UploadRouter.h; path = src/UploadRouter.h; sourceTree = SOURCE_ROOT; };
34A444536EEE748A3E48527F /* ofxTaskQueue.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxTaskQueue.h; path = ../../../addons/ofxTaskQueue/src/ofxTaskQueue.h; sourceTree = SOURCE_ROOT; };
34AF1CD2314601812B70A05E /* IPVideoRoute.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = IPVideoRoute.cpp; path = ../../../addons/ofxHTTP/libs/ofxHTTP/src/IPVideoRoute.cpp; sourceTree = SOURCE_ROOT; };
Expand Down Expand Up @@ -368,7 +368,7 @@
A546CE4DC722993EE6D6267B /* StreamUtils.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = StreamUtils.h; path = ../../../addons/ofxHTTP/libs/ofxHTTP/include/ofx/HTTP/StreamUtils.h; sourceTree = SOURCE_ROOT; };
A59147EE28AAD568806BD170 /* ClientProgressStream.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ClientProgressStream.cpp; path = ../../../addons/ofxHTTP/libs/ofxHTTP/src/ClientProgressStream.cpp; sourceTree = SOURCE_ROOT; };
A6C2769742EF6E2D624770BC /* Request.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = Request.h; path = ../../../addons/ofxJSONRPC/libs/ofxJSONRPC/include/ofx/JSONRPC/Request.h; sourceTree = SOURCE_ROOT; };
A72A9CCF86C5B616747F4214 /* App.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = App.h; path = src/App.h; sourceTree = SOURCE_ROOT; };
A72A9CCF86C5B616747F4214 /* ofApp.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofApp.h; path = src/ofApp.h; sourceTree = SOURCE_ROOT; };
A72BA00649A33D94720E46B0 /* Error.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = Error.h; path = ../../../addons/ofxJSONRPC/libs/ofxJSONRPC/include/ofx/JSONRPC/Error.h; sourceTree = SOURCE_ROOT; };
A842FAA158FB434DF69D04F8 /* SketchUtils.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = SketchUtils.cpp; path = src/SketchUtils.cpp; sourceTree = SOURCE_ROOT; };
A9ABBF4A56F7A5AAB5A5DC5D /* snappy-sinksource.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = "snappy-sinksource.h"; path = "../../../addons/ofxIO/libs/snappy/src/snappy-sinksource.h"; sourceTree = SOURCE_ROOT; };
Expand Down Expand Up @@ -1243,8 +1243,8 @@
0A7B769C45381FBF374DC71B /* Addon.h */,
211CC999BA5BE068E22D2D61 /* AddonManager.cpp */,
4AFDEBB7DE39F350B20F5E5B /* AddonManager.h */,
33A937A4598FE853C51EB326 /* App.cpp */,
A72A9CCF86C5B616747F4214 /* App.h */,
33A937A4598FE853C51EB326 /* ofApp.cpp */,
A72A9CCF86C5B616747F4214 /* ofApp.h */,
805432FD02D669F8AB87523A /* BaseProcessTask.cpp */,
16BF8CD7F23D5D051DE9B8AC /* BaseProcessTask.h */,
BA556D3D36C8D01C120B7F53 /* Compiler.cpp */,
Expand Down Expand Up @@ -1408,7 +1408,7 @@
E4B69E200A3A1BDC003C02F2 /* main.cpp in Sources */,
3D2BFE7FC7B8D160CA004132 /* Addon.cpp in Sources */,
06A8B8112D2257097B9ECBBF /* AddonManager.cpp in Sources */,
5F3744A26D0041D0C0FC246A /* App.cpp in Sources */,
5F3744A26D0041D0C0FC246A /* ofApp.cpp in Sources */,
217F728022E0ABAADF26E8F0 /* BaseProcessTask.cpp in Sources */,
82A4AA658687D7DB5BCA0B0D /* Compiler.cpp in Sources */,
AC301114E6ADFB873BBEBB11 /* EditorSettings.cpp in Sources */,
Expand Down
7 changes: 1 addition & 6 deletions ofSketchApp/src/BaseProcessTask.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -62,14 +62,9 @@ void BaseProcessTask::runTask()
Poco::Pipe _outAndErrPipe;
Poco::PipeInputStream istr(_outAndErrPipe);

// std::string toolChainPath = ofToDataPath("Toolchains/ofMinGW", true);
// std::string pathVar = toolChainPath + "\MinGW\msys\1.0\bin;" + toolChainPath + "\MinGW\bin;%PATH%";
// _env["Path"] = "%PATH%";
// _env["PATH"] = "C:\\WINDOWS\\system32";
// _env["Path"] = "C:\\Users\\bakercp\\Desktop\\openFrameworks\\apps\\ofSketch\\ofSketchApp\\bin\\data\\Toolchains\\ofMinGW\\MinGW\\bin;C:\\Users\\bakercp\\Desktop\\openFrameworks\\apps\\ofSketch\\ofSketchApp\\bin\\data\\Toolchains\\ofMinGW\\MinGW\\msys\\1.0\\bin";

try
{

Poco::ProcessHandle ph = Poco::Process::launch(_command,
_args,
_initialDirectory.toString(),
Expand Down
2 changes: 1 addition & 1 deletion ofSketchApp/src/Compiler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Poco::UUID Compiler::compile(const Project& project)
{
MakeTask::Settings settings;
settings.ofRoot = ofToDataPath(_openFrameworksDir, true);
return _taskQueue.start(new MakeTask(settings, project, "Release"));
return _taskQueue.start(new MakeTask(settings, project, "ReleaseProject"));
}


Expand Down
2 changes: 1 addition & 1 deletion ofSketchApp/src/RunTask.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

#include "RunTask.h"
#include "Poco/TaskNotification.h"
#include "App.h"
//#include "ofApp.h"


namespace of {
Expand Down
2 changes: 1 addition & 1 deletion ofSketchApp/src/WebSocketLoggerChannel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

#include "WebSocketLoggerChannel.h"
#include "Poco/Buffer.h"
#include "App.h"
#include "ofApp.h"


namespace of {
Expand Down
4 changes: 2 additions & 2 deletions ofSketchApp/src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@
// =============================================================================


#include "App.h"
#include "ofApp.h"


int main()
{
ofSetupOpenGL(200, 40, OF_WINDOW);
ofRunApp(new of::Sketch::App());
ofRunApp(new of::Sketch::ofApp());
}
Loading

0 comments on commit f52815b

Please sign in to comment.