Projects/laydi
Projects
/
laydi
Archived
7
0
Fork 0
Commit Graph

24 Commits

Author SHA1 Message Date
Einar Ryeng 848ba7f80c Added drag-n-drop of matrices to idlist window to support ranking of selected variables. 2008-02-01 11:09:10 +00:00
Einar Ryeng cef882b0a4 * Annotations are no longer cluttered as if they all belong to the same
dimension. There was a bug that actually gave the same annotation dictionary
   to all dictionary annotation handlers.
 * The selection window now remembers which annotation was shown for each
   dimension.
2007-12-11 13:47:29 +00:00
Arnar Flatberg 6698ebe932 Removed actiavtion in dimcontroller
opt. of compare func
2007-09-20 16:12:58 +00:00
Arnar Flatberg 01ef4bdedd Added support for identifiers sorting, and selection 2007-08-22 13:41:04 +00:00
Einar Ryeng a45743c31e Added main.py that now contains the One & Only Singleton instance of these classes:
- Navigator
 - Aplication
 - Workflow
 - Project
 - Options
Corresponding changes have been added in lots of other files to account for this, but
the access to these objects should now be a lot easier.
2007-07-26 12:35:59 +00:00
Einar Ryeng 1c48315a0f Added debug output. 2007-03-14 17:26:40 +00:00
Arnar Flatberg 438a268b1d Inserted visible header sort 2007-03-14 16:34:50 +00:00
Einar Ryeng 28e6c52f78 Fixed bug with hidden dimensions. 2007-03-01 15:06:33 +00:00
Einar Ryeng d040f11c2f Added identifier list update on selection changed. 2007-02-26 18:02:34 +00:00
Einar Ryeng 537dc9f0ec Cleanup of selection browser module. Added comments, fixed some bits of code. 2007-02-26 14:35:31 +00:00
Arnar Flatberg a614908436 Size of current selection is now updated in details 2007-02-23 11:12:03 +00:00
Arnar Flatberg 41e8ed511b Fixed dim_cursor_changed to to use the correct treemodel, and added show/hide on selection details 2007-02-23 10:46:04 +00:00
Arnar Flatberg 0d8702bb71 added show/hide on dimensions 2007-02-21 19:57:27 +00:00
Einar Ryeng 2bae169f38 Annotation display now works (sort of). 2007-02-21 16:39:04 +00:00
Arnar Flatberg 48165d1aed Updated the selection controller with sorting ++ 2007-02-21 12:41:37 +00:00
Einar Ryeng f0b2660813 Selection listeners are now notified when new dimensions are added (because
this implies that an empty selection is made on the new dimension).
2007-02-21 12:05:08 +00:00
Einar Ryeng 5800e7e362 Fixed a bug that prevented the first selection on a dimension to come from a
dataset.
2007-02-21 11:49:43 +00:00
Einar Ryeng a5955f9b59 Now updates the DimListConroller when a CategoryDataset is drag'n'dropped into
SelectionListController.
2007-02-21 11:43:00 +00:00
Einar Ryeng c5c4f13a19 Fixed some excessively long lines. 2007-02-21 11:08:20 +00:00
Einar Ryeng 2cc4e86b0a Split selections.py into three different controller classes, one for each list. There
is still some work to be done, and bugs to be fixed.
2007-02-21 00:00:26 +00:00
Einar Ryeng a2195bcb4b Added Import annotations option. 2007-02-16 11:23:29 +00:00
Einar Ryeng 6809c1a454 Added some annotation support in selections.py, including the beginning of a
menu option to add an arbitrary annotation alongside identifiers.
2007-02-15 22:57:40 +00:00
Einar Ryeng 375d45e0cc Updated import statements, and removed the workflows pca_workflow and
affy_workflow.
2006-10-17 14:42:27 +00:00
Einar Ryeng 610812f265 Started to rename "system" package to "fluents". Repository will be broken
until this is completed.
2006-10-17 14:28:35 +00:00