1
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 18, 2023 — Jan 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Simplified subspace system. Next up: simplifying workspaces of these subspaces.
amahabal
as Abhijit Mahabal
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.
amahabal
as Abhijit Mahabal
More... almost 13 years ago
imported ttk
amahabal
as Abhijit Mahabal
More... almost 13 years ago
Questions are also asked now.
amahabal
as Abhijit Mahabal
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.
amahabal
as Abhijit Mahabal
More... almost 13 years ago
show codelet count
amahabal
as Abhijit Mahabal
More... almost 13 years ago
Change well under way. Tests pass. Codelets now require an explicit dict argument.
amahabal
as Abhijit Mahabal
More... almost 13 years ago
Things reach a point where initial sequence is properly displayed.
amahabal
as Abhijit Mahabal
More... almost 13 years ago
Okay, the new system seems fine. Needs extensive testing, so will now move Seqsee over to the new framework.
amahabal
as Abhijit Mahabal
More... almost 13 years ago
A better start up system is getting in place!
amahabal
as Abhijit Mahabal
More... almost 13 years ago
Started directory tde. Perhaps tide would be a better name?
amahabal
as Abhijit Mahabal
More... almost 13 years ago
Converted to Python 3 using 2to3.
amahabal
as Abhijit Mahabal
More... almost 13 years ago
Made tests pass.
amahabal
as Abhijit Mahabal
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.
amahabal
as Abhijit Mahabal
More... almost 13 years ago
Some refactoring of UI; Step and Start use a different thread, reflect that in the name.
amahabal
as Abhijit Mahabal
More... almost 13 years ago
Minor refactor: pull out flag changes function, and stop passing around flags.
amahabal
as Abhijit Mahabal
More... almost 13 years ago
Removed passing around flags, now that they are global.
amahabal
as Abhijit Mahabal
More... almost 13 years ago
Moved some flags to a different location.
amahabal
as Abhijit Mahabal
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.
amahabal
as Abhijit Mahabal
More... almost 13 years ago
Added the Google python flag parsing code to third party.
amahabal
as Abhijit Mahabal
More... almost 13 years ago
A rudimentary cmdline interface added.
amahabal
as Abhijit Mahabal
More... almost 13 years ago
Added codelet to remove the many useless relations being formed.
amahabal
as Abhijit Mahabal
More... almost 13 years ago
For menu, use all available views.
amahabal
as Abhijit Mahabal
More... almost 13 years ago
I copped out and added squares and triangular numbers to Seqsee's repertoire.
amahabal
as Abhijit Mahabal
More... almost 13 years ago
api for graph started.
amahabal
as Abhijit Mahabal
More... almost 13 years ago
Removed some ** magic from Subspace creation. Now an explicit workspace_arguments parameter is used.
amahabal
as Abhijit Mahabal
More... almost 13 years ago
InitializeCoderack does not need to be passed a controller.
amahabal
as Abhijit Mahabal
More... almost 13 years ago
Find mapping does not belong to FARG category but to Seqsee category.
amahabal
as Abhijit Mahabal
More... almost 13 years ago
Question-asking responsibilities removed from controller.
amahabal
as Abhijit Mahabal
More... almost 13 years ago
The UI has no business handling exceptions.
amahabal
as Abhijit Mahabal
More... almost 13 years ago