OSDN Git Service

dennco/dennco.git
11 years ago[dennco] refactored the directory structure. Now directory layer1 and layer2 are...
tkawata [Tue, 23 Oct 2012 00:57:43 +0000 (09:57 +0900)]
[dennco] refactored the directory structure. Now directory layer1 and layer2 are the same with engine/layer1 and engine/layer2 directory for denncoCreator.

11 years ago[dennco] integrated engine related changes from denncoCreator
tkawata [Fri, 19 Oct 2012 17:29:20 +0000 (02:29 +0900)]
[dennco] integrated engine related changes from denncoCreator

11 years agorefactored for next development phase (2)
tkawata [Sun, 17 Jun 2012 15:38:30 +0000 (00:38 +0900)]
refactored for next development phase (2)

11 years agorefactored for next development phase.
tkawata [Sat, 16 Jun 2012 16:42:28 +0000 (01:42 +0900)]
refactored for next development phase.

11 years agoMerge branch 'master' of git.sourceforge.jp:/gitroot/dennco/dennco
tkawata [Sat, 2 Jun 2012 01:44:42 +0000 (10:44 +0900)]
Merge branch 'master' of git.sourceforge.jp:/gitroot/dennco/dennco

11 years agoFixed typos in readme documents.
tkawata [Sat, 2 Jun 2012 01:41:23 +0000 (10:41 +0900)]
Fixed typos in readme documents.

11 years agoModifided the project file for mac build.
tkawata [Sat, 2 Jun 2012 01:02:48 +0000 (10:02 +0900)]
Modifided the project file for mac build.

11 years agoAdded readme document for mac.
tkawata [Fri, 1 Jun 2012 15:33:19 +0000 (00:33 +0900)]
Added readme document for mac.

11 years agoAdded readme document for linux.
tkawata [Fri, 1 Jun 2012 15:15:38 +0000 (00:15 +0900)]
Added readme document for linux.

11 years agoUpdated the version info for alpha 1 release.
tkawata [Fri, 1 Jun 2012 14:57:49 +0000 (23:57 +0900)]
Updated the version info for alpha 1 release.
Added README document for win.

11 years agoUpdated the window initialization.
tkawata [Fri, 1 Jun 2012 12:47:08 +0000 (21:47 +0900)]
Updated the window initialization.
Remember geometory of the window.

11 years agoImproved error checking.
tkawata [Thu, 31 May 2012 23:19:54 +0000 (08:19 +0900)]
Improved error checking.
Treat error for the cells which don't have the specific cellcode.

11 years agoUpdated the window layout saving logic.
tkawata [Thu, 31 May 2012 16:25:40 +0000 (01:25 +0900)]
Updated the window layout saving logic.
Now, not only the layout of the console widget is saved, but also the size of the console widget is saved and reloaded.

11 years ago- auto resize window size along with the loaded UI.
tkawata [Thu, 31 May 2012 00:29:45 +0000 (09:29 +0900)]
- auto resize window size along with the loaded UI.
- remember the layout of the dock widget (console view).

11 years ago- Modified for better error message for the failure of JavaScript execution in initia...
tkawata [Tue, 29 May 2012 15:40:55 +0000 (00:40 +0900)]
- Modified for better error message for the failure of JavaScript execution in initialization time.
- Delayed the timing of doInit() invocation until the cell to cell connections are established. Now doInit() method can query the receptors the cell has.

11 years agoRefactored messaging facility
tkawata [Tue, 29 May 2012 00:24:40 +0000 (09:24 +0900)]
Refactored messaging facility

11 years agoDeleted a file mistakenly committed.
tkawata [Sat, 26 May 2012 14:01:20 +0000 (23:01 +0900)]
Deleted a file mistakenly committed.

11 years agoAdded a sample implementation of Perceptron neural network by dennco engine.
tkawata [Sat, 26 May 2012 13:57:07 +0000 (22:57 +0900)]
Added a sample implementation of Perceptron neural network by dennco engine.

11 years agoSeveral improvements and bug fixes.
tkawata [Tue, 15 May 2012 15:22:09 +0000 (00:22 +0900)]
Several improvements and bug fixes.

- The calculation for the doTick interval time was not correct. Fixed it.
- Improved the container file checking. Tell the error when engine detected duplicated receptors in a cell.
- Don't open Serial port setting dialog when container file had errors.
- Improved the retry logic for the initialization of the serial port.
- Fixed a bug in the sample content Sample4_Arduino2_PIDControl.

11 years agoAdded a demo.
tkawata [Mon, 14 May 2012 00:02:04 +0000 (09:02 +0900)]
Added a demo.

11 years agoFixed a bug
tkawata [Sun, 13 May 2012 14:03:12 +0000 (23:03 +0900)]
Fixed a bug

11 years agoThe Arduino sketch for Sample3_Arduino1 was wrong.
tkawata [Wed, 2 May 2012 14:18:41 +0000 (23:18 +0900)]
The Arduino sketch for Sample3_Arduino1 was wrong.
Fixed it.

12 years agoFixed Mac build.
tkawata [Sat, 28 Apr 2012 13:39:14 +0000 (22:39 +0900)]
Fixed Mac build.
Fixed the comment in sample content Sample3_Arduino1.

12 years agoRefactored the project files and the file structure.
tkawata [Sat, 28 Apr 2012 12:00:49 +0000 (21:00 +0900)]
Refactored the project files and the file structure.

12 years agoAdded post link process to bring a built dll file into the execute file directory.
tkawata [Fri, 27 Apr 2012 16:03:04 +0000 (01:03 +0900)]
Added post link process to bring a built dll file into the execute file directory.

12 years agoAlpha 1 development in progress
tkawata [Fri, 27 Apr 2012 14:02:14 +0000 (23:02 +0900)]
Alpha 1 development in progress
- Added the serial port baud rate setting to property.xml
- Remember the previous serial port settings.

12 years agoAlpha 1 development in progress.
tkawata [Thu, 26 Apr 2012 14:22:48 +0000 (23:22 +0900)]
Alpha 1 development in progress.
Updated the serial port setting dialog window.

12 years agoalpha 1 development in progress.
tkawata [Tue, 24 Apr 2012 14:24:30 +0000 (23:24 +0900)]
alpha 1 development in progress.
implementation for Serial communication.
A sample content with Arduino sketch is added.

12 years agoalpha 1 development in progress.
tkawata [Fri, 20 Apr 2012 14:03:19 +0000 (23:03 +0900)]
alpha 1 development in progress.
Serial port communication feature under development.

12 years agoalpha 1 development in progress.
tkawata [Sun, 15 Apr 2012 01:32:46 +0000 (10:32 +0900)]
alpha 1 development in progress.
Serial communication functionality is under development.

12 years agoFixed minor bugs
tkawata [Mon, 9 Apr 2012 14:32:24 +0000 (23:32 +0900)]
Fixed minor bugs

12 years agoalpha1 development in progress.
tkawata [Tue, 3 Apr 2012 09:21:18 +0000 (18:21 +0900)]
alpha1 development in progress.
planned feature for storage cell has completed.
cell API setXYZVArray() and getXYZArray() is implemented.

12 years agoalpha 1 development in progress.
tkawata [Mon, 2 Apr 2012 00:05:23 +0000 (09:05 +0900)]
alpha 1 development in progress.
storage cell under development.

12 years agoalpha1 development in progress
tkawata [Wed, 28 Mar 2012 14:15:11 +0000 (23:15 +0900)]
alpha1 development in progress
- key-value storage enabled cell (BS) completed.
- test content file is provided in sample/Sample2_SimpleStorageCells

12 years agoalpha1 development
tkawata [Sat, 24 Mar 2012 02:06:35 +0000 (11:06 +0900)]
alpha1 development
persistent storage feature implementation in progress.

12 years agoFix for linux build
tkawata [Sun, 18 Mar 2012 13:34:09 +0000 (22:34 +0900)]
Fix for linux build

12 years agoAlpha1 development in progress.
tkawata [Sat, 17 Mar 2012 09:08:01 +0000 (18:08 +0900)]
Alpha1 development in progress.
- Added sample container file under Samples/Samples with Sample1_SampleCells
  By specifying the directory on the QtDennco application, the sample container will be launched with UI.
- Fixed several found critical bugs.

12 years agoAlpha1 development in progress (Qt).
tkawata [Thu, 15 Mar 2012 14:52:53 +0000 (23:52 +0900)]
Alpha1 development in progress (Qt).
Fixed found important bugs.

12 years agoalpha1 development in progress. (Qt)
tkawata [Sat, 10 Mar 2012 04:42:47 +0000 (13:42 +0900)]
alpha1 development in progress. (Qt)
- finished moving to the new container definition file format
- console out is now in window's console textbox.

12 years agoFixed several critical bugs.
tkawata [Fri, 9 Mar 2012 00:49:06 +0000 (09:49 +0900)]
Fixed several critical bugs.
dennco content file syntax change is in progress.
Compile with MSV2008 is enabled.(Under Qt)

12 years agoalpha1 development (Qt).
tkawata [Sun, 4 Mar 2012 08:05:30 +0000 (17:05 +0900)]
alpha1 development (Qt).
Basic functionalities are completed.
Unfinished works are:
1. parse property.xml file
2. re-factor the dennco definition file format.
3. make test contents
4. persistent storage functionality for cells
5. Script error log functionality
6. Determine the rule of doInit and doDestroy and implement the future
7. Source view functionality
8. HTTPServer (for Qt)
9. And more..

12 years agoalpha1 development (Qt) continues...
tkawata [Sat, 3 Mar 2012 16:13:38 +0000 (01:13 +0900)]
alpha1 development (Qt) continues...

12 years agoalpha1 dev (Qt) continues..
tkawata [Fri, 2 Mar 2012 16:09:48 +0000 (01:09 +0900)]
alpha1 dev (Qt) continues..

12 years agoMigrating to Qt platform (3)
tkawata [Tue, 28 Feb 2012 14:13:12 +0000 (23:13 +0900)]
Migrating to Qt platform (3)

12 years agoFixed Mac compile error.
tkawata [Sun, 26 Feb 2012 13:06:08 +0000 (22:06 +0900)]
Fixed Mac compile error.

12 years agoMigrating to Qt platform (2)
tkawata [Sun, 26 Feb 2012 12:11:19 +0000 (21:11 +0900)]
Migrating to Qt platform (2)

12 years agoMigrating to Qt platform (1).
tkawata [Sat, 25 Feb 2012 15:04:17 +0000 (00:04 +0900)]
Migrating to Qt platform (1).

12 years agoAdded alert message function.
tkawata [Mon, 20 Feb 2012 15:55:52 +0000 (00:55 +0900)]
Added alert message function.
Improved the initialization process.

12 years agodelete files used for the function test (step3)
tkawata [Sun, 19 Feb 2012 07:42:04 +0000 (16:42 +0900)]
delete files used for the function test (step3)

12 years agodelete files used for the function test. (step2)
tkawata [Sun, 19 Feb 2012 07:30:07 +0000 (16:30 +0900)]
delete files used for the function test. (step2)

12 years agodelete files used for the function test. (step1)
tkawata [Sun, 19 Feb 2012 04:54:50 +0000 (13:54 +0900)]
delete files used for the function test. (step1)

12 years agoAdded UI file providing functionality to DNEngine.
tkawata [Sun, 19 Feb 2012 02:51:59 +0000 (11:51 +0900)]
Added UI file providing functionality to DNEngine.

12 years agodeleted unused files.
tkawata [Wed, 15 Feb 2012 12:09:12 +0000 (21:09 +0900)]
deleted unused files.

12 years agoComplete DNServer implementation. hasn't tested.
tkawata [Wed, 15 Feb 2012 12:08:03 +0000 (21:08 +0900)]
Complete DNServer implementation. hasn't tested.

12 years agoChecked-in DNServer implementation. Still working on.
tkawata [Sun, 29 Jan 2012 12:11:10 +0000 (21:11 +0900)]
Checked-in DNServer implementation. Still working on.

12 years agofixed a cell code name naming issue.
tkawata [Sun, 22 Jan 2012 15:44:36 +0000 (00:44 +0900)]
fixed a cell code name naming issue.

12 years agoContainer builder and some refactoring. still working on.
tkawata [Sun, 22 Jan 2012 05:36:22 +0000 (14:36 +0900)]
Container builder and some refactoring. still working on.

12 years agofixed xhtml parser related bugs.
tkawata [Tue, 10 Jan 2012 15:21:03 +0000 (00:21 +0900)]
fixed xhtml parser related bugs.

12 years agoInitial check-in for xhtml parser.
tkawata [Mon, 9 Jan 2012 23:35:36 +0000 (08:35 +0900)]
Initial check-in for xhtml parser.
Need to work on more.

12 years agodeleted unused file.
tkawata [Sun, 8 Jan 2012 04:07:17 +0000 (13:07 +0900)]
deleted unused file.

12 years agoInitial implementation of ContainerBuilder. XML parser part hasn't finished yet.
tkawata [Sun, 8 Jan 2012 04:06:14 +0000 (13:06 +0900)]
Initial implementation of ContainerBuilder. XML parser part hasn't finished yet.

12 years agorefactoring
tkawata [Sat, 7 Jan 2012 03:58:58 +0000 (12:58 +0900)]
refactoring

12 years agodeleted unused files.
tkawata [Wed, 4 Jan 2012 15:28:17 +0000 (00:28 +0900)]
deleted unused files.

12 years agoAdded a sample cell code setting to the sample application.
tkawata [Wed, 4 Jan 2012 14:45:24 +0000 (23:45 +0900)]
Added a sample cell code setting to the sample application.

12 years agoFixed resource file loading path in the test app.
tkawata [Mon, 2 Jan 2012 13:21:27 +0000 (22:21 +0900)]
Fixed resource file loading path in the test app.

12 years agoinitial commit
tkawata [Mon, 2 Jan 2012 10:41:53 +0000 (19:41 +0900)]
initial commit

12 years agoInitial Commit
tkawata [Mon, 26 Dec 2011 09:46:21 +0000 (18:46 +0900)]
Initial Commit