--- kinness/kproject ---


Filename: .cvsignore
Revision 1.2tangorn 2004-10-05 20:03:09None
Added DEPDIRS to cvsignores; Changed trajectory file output to only
write when the coordinate changes; Rewrote place field display for new
optimized input, it also handles old full input; Replaced deprecated
repaintNoErase with noAutoErase; Supposedly fixed progress bar for small
network loading.
Revision 1.1tangorn 2003-03-23 23:22:16None
Initial revision
Revision 1.1.1.1tangorn 2003-03-23 23:22:16None
Resurrection of CVS server for KInNeSS

Filename: Makefile.am
Revision 1.2tangorn 2005-08-25 17:19:51None
Update of the user manual, still incomplete; New input protocol editor,
still buggy if used with navigation environment, should be fine with
generic
Revision 1.1tangorn 2003-03-23 23:22:16None
Initial revision
Revision 1.1.1.1tangorn 2003-03-23 23:22:16None
Resurrection of CVS server for KInNeSS

Filename: knewproject.cpp
Revision 1.2tangorn 2005-08-29 17:37:25None
Fixed max input size to match the internal type
Revision 1.1tangorn 2005-08-25 17:19:51None
Update of the user manual, still incomplete; New input protocol editor,
still buggy if used with navigation environment, should be fine with
generic

Filename: kprojectpart.cpp
Revision 1.21tangorn 2008-06-12 15:45:06None
Added <?xml version='1.0' ?> tag to beginning of all saved xml documents. KInNeSS does not use it, so old files are still valid.
Revision 1.20tangorn 2005-08-28 13:25:41None
Fixed the crash on switching from existing to new environment
Revision 1.19tangorn 2005-08-26 14:05:06None
Fixed full size gates from scaled populations; fixed couple of memory leaks
Revision 1.18tangorn 2005-08-26 10:19:38None
Restored the 3.3 compatibility
Revision 1.17tangorn 2005-08-26 10:04:07None
Simplified the environment creation
Revision 1.16tangorn 2005-08-25 18:17:35None
Fix for before KDE 3.4 compillation. The label does not change value
though, I'll look into it
Revision 1.15tangorn 2005-08-25 17:19:51None
Update of the user manual, still incomplete; New input protocol editor,
still buggy if used with navigation environment, should be fine with
generic
Revision 1.14tangorn 2005-01-18 14:34:31None
Fixed backward compatibility with Qt 3.1; fixed minor bug in controlling
the rat movement; tried new way in rat speed calculation, rounds the corners
better, but sometimes slips through the edges of the environment
Revision 1.13tangorn 2005-01-16 11:30:38None
Introduced input protocols
Revision 1.12tangorn 2004-10-19 10:05:26None
As my priceless user poited out the backward compatibility fix was
not complete in yesterday commit. Here is the fix of the fix :)
Revision 1.11tangorn 2004-10-18 07:47:43None
This should fix compillation problem for Qt < 3.3 and KDE < 3.2; Also added
our specific mime type for NeuroML (*.nml), can load both old (*.xml) and new extensions,
saves as new ones...
Revision 1.10tangorn 2004-05-28 16:42:19None
Finalized new NeuroML tags parsing, backward compatible, can read old, new,
or mixed format; saves in new. Stable.
Revision 1.9tangorn 2004-05-06 16:03:57None
Fixed the reset. Added a lot of standard shortcuts and their descriptions
in the manual. Made the trajectory recording optional.
Revision 1.8tangorn 2004-04-26 17:06:18None
Added interface and parsing for the fourth input channel; Fixed a number
of interface bugs.
Revision 1.7tangorn 2004-03-30 19:56:20None
Adding the fourth input channel: generic part handles it in the input editor and
display; not enabled in the network editor yet. Maze part handles it as a direct
command to move the animal to a clicked destination, later it will be done through cell
activity. Changed: animal speed now is less dependent on the traveling distance to
destination. Fixed: If the speed is not measured yet (or is never measured), the
movement will be done slowly (as if you have 1GHz processor), but realistically.
Revision 1.6tangorn 2004-01-15 16:03:36None
Generic part is ready now for Max to start testing; Common code from it
and maze part moved to project part
Revision 1.5tangorn 2004-01-10 19:31:33None
Updated copyright information, also added Id tags to files changed in 2004
Revision 1.4tangorn 2004-01-09 16:41:08None
Removed queryClose since inherited one works fine
Revision 1.3tangorn 2003-09-21 13:26:10None
New version of status bar uses stack of messages, so several actions
can be performed and displayed correctly. Doxygen settings removed from CVS.
Revision 1.2tangorn 2003-07-28 12:23:17None
Updated documentation; Changed status bar operation; Added progress bar;
Weights are not any longer reloaded on reset if the network or environment
changed; Populations are no longer recreated if edited; Error messages
updated for more understandability; Switched leakage to inverted gate in
standard channel; Changed leakage conductance units to pS; Changed item
correction editor to load specific page with error; Added weight bounds and
reduced learning rate 10 times; Set default salience to 100; Changed
gate pages to static to speed up editor loading; Made network description
static; Updated default channel and neuron files.
Revision 1.1tangorn 2003-03-23 23:22:16None
Initial revision
Revision 1.1.1.1tangorn 2003-03-23 23:22:16None
Resurrection of CVS server for KInNeSS

Filename: kprojectpart.h
Revision 1.17tangorn 2007-11-09 10:12:35None
Fixed e-mail
Revision 1.16tangorn 2005-09-30 08:24:56None
Changed code to compile with gcc-3.4.4. Partially implemented new address
scaling functionality
Revision 1.15tangorn 2005-08-26 10:19:38None
Restored the 3.3 compatibility
Revision 1.14tangorn 2005-08-26 10:04:07None
Simplified the environment creation
Revision 1.13tangorn 2005-08-25 18:17:35None
Fix for before KDE 3.4 compillation. The label does not change value
though, I'll look into it
Revision 1.12tangorn 2005-08-25 17:19:51None
Update of the user manual, still incomplete; New input protocol editor,
still buggy if used with navigation environment, should be fine with
generic
Revision 1.11tangorn 2005-01-16 11:30:38None
Introduced input protocols
Revision 1.10tangorn 2004-12-25 12:22:59None
Reloading of the last open network on program restart. Currently made
unavoidable. I might set it as an option later.
Revision 1.9tangorn 2004-10-18 07:47:43None
This should fix compillation problem for Qt < 3.3 and KDE < 3.2; Also added
our specific mime type for NeuroML (*.nml), can load both old (*.xml) and new extensions,
saves as new ones...
Revision 1.8tangorn 2004-06-26 16:50:30None
Minor change in handling preference pages
Revision 1.7tangorn 2004-05-06 16:03:57None
Fixed the reset. Added a lot of standard shortcuts and their descriptions
in the manual. Made the trajectory recording optional.
Revision 1.6tangorn 2004-03-30 19:56:20None
Adding the fourth input channel: generic part handles it in the input editor and
display; not enabled in the network editor yet. Maze part handles it as a direct
command to move the animal to a clicked destination, later it will be done through cell
activity. Changed: animal speed now is less dependent on the traveling distance to
destination. Fixed: If the speed is not measured yet (or is never measured), the
movement will be done slowly (as if you have 1GHz processor), but realistically.
Revision 1.5tangorn 2004-01-15 16:03:36None
Generic part is ready now for Max to start testing; Common code from it
and maze part moved to project part
Revision 1.4tangorn 2004-01-10 19:31:33None
Updated copyright information, also added Id tags to files changed in 2004
Revision 1.3tangorn 2004-01-09 16:41:08None
Removed queryClose since inherited one works fine
Revision 1.2tangorn 2003-07-28 12:23:17None
Updated documentation; Changed status bar operation; Added progress bar;
Weights are not any longer reloaded on reset if the network or environment
changed; Populations are no longer recreated if edited; Error messages
updated for more understandability; Switched leakage to inverted gate in
standard channel; Changed leakage conductance units to pS; Changed item
correction editor to load specific page with error; Added weight bounds and
reduced learning rate 10 times; Set default salience to 100; Changed
gate pages to static to speed up editor loading; Made network description
static; Updated default channel and neuron files.
Revision 1.1tangorn 2003-03-23 23:22:16None
Initial revision
Revision 1.1.1.1tangorn 2003-03-23 23:22:16None
Resurrection of CVS server for KInNeSS