48165d1aedUpdated the selection controller with sorting ++Arnar Flatberg2007-02-21 12:41:37 +0000
f0b2660813Selection listeners are now notified when new dimensions are added (because this implies that an empty selection is made on the new dimension).Einar Ryeng2007-02-21 12:05:08 +0000
5800e7e362Fixed a bug that prevented the first selection on a dimension to come from a dataset.Einar Ryeng2007-02-21 11:49:43 +0000
a5955f9b59Now updates the DimListConroller when a CategoryDataset is drag'n'dropped into SelectionListController.Einar Ryeng2007-02-21 11:43:00 +0000
2cc4e86b0aSplit selections.py into three different controller classes, one for each list. There is still some work to be done, and bugs to be fixed.Einar Ryeng2007-02-21 00:00:26 +0000
93a2f404d2Data needed if annotationtest should run clean.Einar Ryeng2007-02-15 23:09:49 +0000
6809c1a454Added some annotation support in selections.py, including the beginning of a menu option to add an arbitrary annotation alongside identifiers.Einar Ryeng2007-02-15 22:57:40 +0000
953662e1fbAdded a couple of more assertions to the test of read_annotations_file()Einar Ryeng2007-02-15 22:54:08 +0000
b17f04466bAdded read_annotations_file() which reads a tab delimited file containing annotations to identifiers along a dimension.Einar Ryeng2007-02-15 22:42:55 +0000
a65d79697fAdded Expand/Collapse menu choices to the GO browser context menu. This is particularly useful when searching for GO terms, because the gtk TreeView widget does not do interactive search in collapsed parts of the tree.Einar Ryeng2007-01-21 16:16:37 +0000
e03cc4ed4cAdded a ScrolledWindow around the navigator.Einar Ryeng2007-01-19 14:00:10 +0000
7693f336baAdded a singleton project in the project module, so that the current project is easily accessible from anywhere in the code. As there is only one project at any given time this should not be a problem.Einar Ryeng2007-01-18 15:45:48 +0000
1ffbf4f9e7Added default implementation of set_current_selection in Plot, so that plots can safely ignore selections without adding any code to the plot.Einar Ryeng2007-01-17 15:35:12 +0000
06591e301eAdded "Plot" submenu in navigator context menu. Can create an ImagePlot of a dataset.Einar Ryeng2007-01-17 14:06:07 +0000
c3c6e85044Added ImagePlot, which displays a dataset as an image.Einar Ryeng2007-01-17 13:20:04 +0000
33c51505c4Fixed the dataset loading so that it returns a correctly named Dataset.Einar Ryeng2007-01-16 12:41:29 +0000
f612dda72fFixed bug in ftsv save and open dialogs. The save dialog now looks as intended. Added the possibility to load several datasets at once. Error handling should still be improved.Einar Ryeng2007-01-16 12:28:56 +0000
ee447b688cAdded context menu to NavigatorView that allows reading FTSV datasets directly, i.e. without adding a function in the workflow for this.Einar Ryeng2007-01-12 14:37:44 +0000
9274b044b7Added read_ftsv in dataset.py. This method reads fluents tab separated values files and returns a dataset.Einar Ryeng2007-01-10 17:35:58 +0000
d45ae4f480Added icon factory to ensure that all icons are loaded exactly once. This also cleans up code and saves X pixmap memory.Einar Ryeng2007-01-03 13:34:40 +0000
75447d8840Fixed function output bug. Datasets now appear as children of their first parent, also in gtk 2.10Einar Ryeng2007-01-03 13:05:37 +0000
5d4700da20Removed some example rubbish that was placed after the GPL and had gotten inside the file due to sloppy cut-n-paste.Einar Ryeng2006-10-17 17:17:50 +0000
fb3d9f2050Added documentation directory with a Makefile to generate source code documentation. This adds python-epydoc as a build dependency.Einar Ryeng2006-10-17 15:06:24 +0000
4153f06c60Added start-up script that sets PYTHONPATH and starts fluents.Einar Ryeng2006-10-17 14:43:57 +0000
375d45e0ccUpdated import statements, and removed the workflows pca_workflow and affy_workflow.Einar Ryeng2006-10-17 14:42:27 +0000
610812f265Started to rename "system" package to "fluents". Repository will be broken until this is completed.Einar Ryeng2006-10-17 14:28:35 +0000
ba55678472Added documentation strings and removed some unused code.Einar Ryeng2006-10-17 12:33:30 +0000
42f6fd7440Yet another bugfix on the plot updates. View frames will now be updated from the upper left corner, horizontally first.Einar Ryeng2006-10-17 10:37:46 +0000
4b8ff16bbfAnother bug fix. Double-clicking function output works, also after changing table size.Einar Ryeng2006-10-17 10:32:53 +0000