Simplified subspace system. Next up: simplifying workspaces of these subspaces. |
|
More...
|
almost 13 years ago
|
GUI does not now acquire a lock for updating the display. (It should, however, do so for something that changes state). The controller does acquire the lock, as it well should. |
|
More...
|
almost 13 years ago
|
imported ttk |
|
More...
|
almost 13 years ago
|
Questions are also asked now. |
|
More...
|
almost 13 years ago
|
Seqsee now reaches the stage of almost asking a question. That is the next bit that needs to go in. |
|
More...
|
almost 13 years ago
|
show codelet count |
|
More...
|
almost 13 years ago
|
Change well under way. Tests pass. Codelets now require an explicit dict argument. |
|
More...
|
almost 13 years ago
|
Things reach a point where initial sequence is properly displayed. |
|
More...
|
almost 13 years ago
|
Okay, the new system seems fine. Needs extensive testing, so will now move Seqsee over to the new framework. |
|
More...
|
almost 13 years ago
|
A better start up system is getting in place! |
|
More...
|
almost 13 years ago
|
Started directory tde. Perhaps tide would be a better name? |
|
More...
|
almost 13 years ago
|
Converted to Python 3 using 2to3. |
|
More...
|
almost 13 years ago
|
Made tests pass. |
|
More...
|
almost 13 years ago
|
Started work on a SxS ui. The idea is to ease the task of running Seqsee several times on some sequence in two distict conditions and comparing the stats. |
|
More...
|
almost 13 years ago
|
Some refactoring of UI; Step and Start use a different thread, reflect that in the name. |
|
More...
|
almost 13 years ago
|
Minor refactor: pull out flag changes function, and stop passing around flags. |
|
More...
|
almost 13 years ago
|
Removed passing around flags, now that they are global. |
|
More...
|
almost 13 years ago
|
Moved some flags to a different location. |
|
More...
|
almost 13 years ago
|
Started using gflags. The old argparser based parser was dropped, gflags based parser brought in. All flags are in the same file for now, thus not yet using the strength of gflag's distributed nature. That should come soon. |
|
More...
|
almost 13 years ago
|
Added the Google python flag parsing code to third party. |
|
More...
|
almost 13 years ago
|
A rudimentary cmdline interface added. |
|
More...
|
almost 13 years ago
|
Added codelet to remove the many useless relations being formed. |
|
More...
|
almost 13 years ago
|
For menu, use all available views. |
|
More...
|
almost 13 years ago
|
I copped out and added squares and triangular numbers to Seqsee's repertoire. |
|
More...
|
almost 13 years ago
|
api for graph started. |
|
More...
|
almost 13 years ago
|
Removed some ** magic from Subspace creation. Now an explicit workspace_arguments parameter is used. |
|
More...
|
almost 13 years ago
|
InitializeCoderack does not need to be passed a controller. |
|
More...
|
almost 13 years ago
|
Find mapping does not belong to FARG category but to Seqsee category. |
|
More...
|
almost 13 years ago
|
Question-asking responsibilities removed from controller. |
|
More...
|
almost 13 years ago
|
The UI has no business handling exceptions. |
|
More...
|
almost 13 years ago
|