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

18 Commits

Author SHA1 Message Date
Einar Ryeng 90c84b768a Changed help URLs. 2007-12-11 01:11:13 +00:00
Einar Ryeng 057e2a9f1d About to change the way logging is normally called. 2007-12-11 01:02:47 +00:00
Einar Ryeng 1a4d73f26b Fixed the function menu. It now works, is placed before "Help", and the method
for running a function is moved to the workflow module instead of being hidden the
WorkflowView.
2007-12-10 16:57:38 +00:00
Einar Ryeng 82dacc3dd1 Added menu items to toggle visibility of workflow, navigator and infopane. 2007-12-06 00:20:42 +00:00
Arnar Flatberg 4b8f594966 app -> main.application 2007-07-27 09:40:58 +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
Arnar Flatberg b754a5df44 Update from change of plots/view 2007-02-27 16:31:18 +00:00
Einar Ryeng f73a6db0ee Added ctrl+arrows to navigate between plots. 2007-02-26 23:00:25 +00:00
Arnar Flatberg 28aca8c621 added project to selection controller 2007-02-21 13:57:48 +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 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 7693f336ba Added 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.

The Gene Ontology browser needed this to be able to set the selection without
passing the current project through several constructors. 

Added a context menu in the GO browser that allows the user to select all GO
terms in the subgraph that starts on the current node.
2007-01-18 15:45:48 +00:00
Einar Ryeng 1371bc1b1a Added function menu. Clicking the items still does not work, though. 2007-01-05 14:42:22 +00:00
Einar Ryeng 57e58e3910 Renamed IconFactory.get_icon() -> IconFactory.get() 2007-01-03 13:46:39 +00:00
Einar Ryeng d45ae4f480 Added icon factory to ensure that all icons are loaded exactly once. This also
cleans up code and saves X pixmap memory.
2007-01-03 13:34:40 +00:00
Einar Ryeng f7ededa451 Removed executable bit. 2006-10-17 17:50:18 +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