--- kinness/kprefs ---


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 2004-12-26 11:36:14None
Moved the basic image display to libkinprefs, so it can be used by any
part or plugin
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: kinness_pref.cpp
Revision 1.12tangorn 2007-11-09 10:15:53None
Fixed e-mail
Revision 1.11tangorn 2007-08-29 15:06:06None
Some ubuntu with gcc-4.1.2 fixes
Revision 1.10tangorn 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.9tangorn 2005-03-08 21:27:45None
Changed trajectory recording to C file I/O for speed, corrected TSC readings
in Qt speed adjustment
Revision 1.8tangorn 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.7tangorn 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.6tangorn 2004-06-26 17:28:31None
Cleaned some debugging output
Revision 1.5tangorn 2004-06-26 16:50:30None
Minor change in handling preference pages
Revision 1.4tangorn 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.3tangorn 2004-04-03 22:40:25None
Adding the trajectory output
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: kinness_pref.h
Revision 1.7tangorn 2007-11-09 10:15:53None
Fixed e-mail
Revision 1.6tangorn 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.5tangorn 2004-06-26 16:50:30None
Minor change in handling preference pages
Revision 1.4tangorn 2004-04-05 11:11:43None
First take on place field display
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: kplotter.cpp
Revision 1.6tangorn 2004-12-30 18:14:42None
This brings together all types of data visualisation that exist up to date:
based on the same classes they exibit similar behaviors like scaling, saving,
switching between color and grayscale pallette etc.
Revision 1.5tangorn 2004-12-28 14:07:47None
Added the basic shell for CSD, LFP and PF displays, currently disabled
Revision 1.4tangorn 2004-12-27 09:07:59None
Now the placefield display is also built on image plotter
Revision 1.3tangorn 2004-12-26 15:24:23None
Converted population display to a child of image plotter. Fixed minor
bugs in CSD and place field displays.
Revision 1.2tangorn 2004-12-26 12:08:24None
Adapted basic plotter for better inheritance
Revision 1.1tangorn 2004-12-26 11:36:14None
Moved the basic image display to libkinprefs, so it can be used by any
part or plugin

Filename: kplotter.h
Revision 1.7tangorn 2005-09-30 08:24:56None
Changed code to compile with gcc-3.4.4. Partially implemented new address
scaling functionality
Revision 1.6tangorn 2004-12-30 18:14:42None
This brings together all types of data visualisation that exist up to date:
based on the same classes they exibit similar behaviors like scaling, saving,
switching between color and grayscale pallette etc.
Revision 1.5tangorn 2004-12-28 14:07:47None
Added the basic shell for CSD, LFP and PF displays, currently disabled
Revision 1.4tangorn 2004-12-27 09:07:59None
Now the placefield display is also built on image plotter
Revision 1.3tangorn 2004-12-26 15:24:23None
Converted population display to a child of image plotter. Fixed minor
bugs in CSD and place field displays.
Revision 1.2tangorn 2004-12-26 12:08:24None
Adapted basic plotter for better inheritance
Revision 1.1tangorn 2004-12-26 11:36:14None
Moved the basic image display to libkinprefs, so it can be used by any
part or plugin