root/kahina


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @402 [402] 08/11/10 01:25:12 ke Better sorting for profile table.
(edit) @401 [401] 08/11/10 00:51:48 ke Added ultra-simple GUI for showing profiles (of the whole tree, or of call …
(edit) @400 [400] 08/10/10 22:21:21 ke Further steps towards execution profiler: implemented post-mortem …
(edit) @399 [399] 08/10/10 18:46:20 ke Added profiler menu.
(edit) @398 [398] 08/10/10 18:15:27 ke Further steps towards execution profiler: implemented live profiling.
(edit) @397 [397] 08/10/10 16:46:28 ke Introduced LogicProgrammingBridgeEventType?.STEP_CALL, now used by tree …
(edit) @396 [396] 08/06/10 13:09:16 ke First steps towards execution profiler.
(edit) @395 [395] 08/04/10 22:01:29 ke Reverted changes from revision 394, keeping a minimal amount of blocks …
(edit) @394 [394] 08/04/10 20:11:03 ke Changed object magazine strategy: when memory usage exceeds the upper …
(edit) @393 [393] 08/04/10 18:11:40 ke ObjectMagazine? was calculating present memory usage in a way that didn't …
(edit) @392 [392] 08/03/10 21:27:00 ke Removed an unused field, some more debugging output.
(edit) @391 [391] 07/28/10 17:30:10 ke Removed deprecations, staying with global controller and global step …
(edit) @390 [390] 07/28/10 15:33:37 ke Set verbose flags back to false.
(edit) @389 [389] 07/28/10 13:11:51 ke Clear step counter before loading a saved session. (After some …
(edit) @388 [388] 07/28/10 12:39:44 ke Need to notify marker when tree model changes.
(edit) @387 [387] 07/28/10 12:04:06 ke Minor cleanup.
(edit) @386 [386] 07/27/10 15:17:29 ke Step IDs are no longer managed by KahinaObject?, but by KahinaState?. …
(edit) @385 [385] 07/27/10 00:25:07 ke KahinaTree? needs to be Serializable too, otherwise Java will try to use …
(edit) @384 [384] 07/27/10 00:13:15 ke Need to redisplay main views (i.e. set the new models on them) after …
(edit) @383 [383] 07/26/10 18:30:19 ke Removed data managers and stores. Object storage/retrieval idioms still …
(edit) @382 [382] 07/26/10 01:54:18 ke Small persistence bugfixes. Next up: major persistence bugfixes.
(edit) @381 [381] 07/25/10 14:49:26 ke Further steps towards loading saved sessions.
(edit) @380 [380] 07/25/10 12:06:34 ke First steps towards loading saved sessions.
(edit) @379 [379] 07/24/10 01:13:10 ke Removed everything database-related. Good riddance!
(edit) @378 [378] 07/24/10 00:34:54 ke Enabled "Quit" menu item.
(edit) @377 [377] 07/24/10 00:09:41 ke Terminology: renamed "state" to "session".
(edit) @376 [376] 07/23/10 23:54:40 ke States are now saved as ZIP files rather than directories.
(edit) @375 [375] 07/23/10 12:34:01 ke KahinaRunner? is now deinitialized when the GUI is closed (-> the instance …
(edit) @374 [374] 07/23/10 11:50:24 ke Fixed two further small save state bugs.
(edit) @373 [373] 07/23/10 11:23:50 ke Made state classes serializable, fixed other save state bugs, switched to …
(edit) @372 [372] 07/23/10 10:22:47 ke Included stack traces in error message dialogs.
(edit) @371 [371] 07/23/10 10:03:29 ke Added "save state as" capability, doesn't work yet.
(edit) @370 [370] 07/22/10 17:01:41 ke Need to create a new FS packer/variable binding sharer from time to time …
(edit) @369 [369] 07/22/10 15:13:02 ke Presenting a new approach to the memory usage vs. speed issues: the …
(edit) @368 [368] 07/22/10 14:52:31 ke Hide "failed" chart edges per default.
(edit) @367 [367] 07/21/10 15:22:58 ke Test case and bugfix for lightweight Pattern storage.
(edit) @366 [366] 07/21/10 15:13:42 ke Lightweight store now also handles Pattern objects.
(edit) @365 [365] 07/21/10 14:25:58 ke Another test case for lightweight store.
(edit) @364 [364] 07/21/10 14:17:30 ke Test case and bugfix for maps in lightweight objects.
(edit) @363 [363] 07/21/10 11:03:26 ke Removed support for database charts/DAGs, states are now always in-memory.
(edit) @362 [362] 07/21/10 10:52:00 ke MySQL compatibility.
(edit) @361 [361] 07/21/10 09:15:32 ke Lightweight data store bugfix: need to order collection entries …
(edit) @360 [360] 07/20/10 23:08:21 ke States are no longer listeners. Moved update/select/edge select code to …
(edit) @359 [359] 07/20/10 22:32:21 ke Made packed FSs lightweight. Something's buggy though, some FSs aren't …
(edit) @358 [358] 07/20/10 20:59:48 ke First steps towards persistence I: an instance can now be constructed from …
(edit) @357 [357] 07/20/10 20:01:27 ke Cleaned up code around feature structures, organized imports.
(edit) @356 [356] 07/20/10 19:14:31 ke More fine-grained string splitting in bracket packer, reduces memory usage …
(edit) @355 [355] 07/19/10 17:45:39 ke Step objects now share variable binding objects.
(edit) @354 [354] 07/19/10 16:35:42 ke Feature structures in variable bindings are now packed too.
(edit) @353 [353] 07/19/10 11:09:36 ke Added some debugging output.
(edit) @352 [352] 07/19/10 11:05:40 ke Tentatively integrated BracketPacker? with FS storage, experiments as to …
(edit) @351 [351] 07/12/10 12:28:27 ke Added classes for storing Grale message strings in a structure-sharing …
(edit) @350 [350] 06/30/10 09:32:40 jd - further steps towards grammar display
(edit) @349 [349] 06/30/10 08:19:19 jd - started grammar visualization, first version will only be list display
(edit) @348 [348] 06/28/10 01:50:57 jd - major improvements to DAG visualization
(edit) @347 [347] 06/19/10 13:55:40 ke Javadoc cleanup, cont.
(edit) @346 [346] 06/19/10 13:52:43 ke Javadoc cleanup.
(edit) @345 [345] 06/19/10 13:37:28 ke Added step counter.
(edit) @344 [344] 06/19/10 03:22:19 ke Bugfix: breakpoint editor windows weren't opening.
(edit) @343 [343] 06/18/10 19:21:25 ke Variable binding overview/detail panel now resizable.
(edit) @342 [342] 06/12/10 01:02:57 jd - many improvement to tag view and TuLiPa? debugger; is already usable for …
(edit) @341 [341] 06/11/10 03:18:45 jd - make the TuLiPa? debugger more responsive; better updating behavior
(edit) @340 [340] 06/11/10 02:54:45 jd - tweaking the tulipa debugger; a lot of work to be done
(edit) @339 [339] 06/11/10 02:11:41 jd - defined tulipa bridge and DAG behavior; primitive debugging …
(edit) @338 [338] 06/10/10 21:53:55 jd - moved layered tree to logic programming interface; Kahina does not …
(edit) @337 [337] 06/08/10 02:50:16 ke Catch and print exceptions in runAndGetBridge() for more informative …
(edit) @336 [336] 06/07/10 19:58:42 ke Added copy task to build file for icons and other resources.
(edit) @335 [335] 06/07/10 12:21:17 ke Abolished now/1 pseudosteps and "unblocked" notifications, TRALE's SLD now …
(edit) @334 [334] 06/07/10 03:54:02 jd - set up architecture for future TuLiPa? debugging environment
(edit) @333 [333] 06/07/10 01:23:47 jd - improvements to DAG display; extended test case
(edit) @332 [332] 06/06/10 23:06:41 jd - adding primitive support for DAGs
(edit) @331 [331] 06/06/10 16:19:23 jd - added hotkeys to buttons (only accessible via alt), selection history
(edit) @330 [330] 06/06/10 13:30:57 ke Controller and data manager are now cleared when a new parse starts.
(edit) @329 [329] 06/05/10 17:12:07 ke All prospective edges are now gray.
(edit) @328 [328] 06/05/10 16:13:56 ke Added build.properties to svn:ignore.
(edit) @327 [327] 06/05/10 16:11:15 ke Added build script.
(edit) @326 [326] 06/05/10 16:10:20 ke Cleaned up KahinaTextViewPanel?. Compiled in Eclipse, but not with Sun's …
(edit) @325 [325] 06/05/10 15:25:43 ke Second dimension is now correctly adapted on redo: step copy is attached …
(edit) @324 [324] 06/05/10 14:51:39 ke First dimension is now correctly adapted on redo: if another redo …
(edit) @323 [323] 06/05/10 14:32:26 ke Deleted NetBeans? project files.
(edit) @322 [322] 06/05/10 14:30:59 ke Reverted first steps (again), currentRedoCascadeRoot is unnecessary.
(edit) @321 [321] 06/05/10 14:14:23 ke New first steps towards correct handling of redo cascades: tree behaviors …
(edit) @320 [320] 06/05/10 13:39:26 ke Reverted aformentioned first steps (was going into the wrong direction), …
(edit) @319 [319] 06/05/10 11:42:03 ke First steps towards correct handling of "redo cascades".
(edit) @318 [318] 06/05/10 10:39:59 ke Commented out testing code in TraleSLDEdgeDisplayDecider.
(edit) @317 [317] 06/05/10 10:36:51 ke cat, cats, retrieve, mother steps are now displayed in layer 1.
(edit) @316 [316] 05/25/10 00:44:40 ke Added verbose flag to VisualizationUtility?.
(edit) @315 [315] 05/25/10 00:04:47 ke Secondary tree display with more than one secondary root works now.
(edit) @314 [314] 05/24/10 22:38:29 jd - major success against drawing artifacts: they seem to have vanished …
(edit) @313 [313] 05/24/10 22:32:46 jd - a few further improvements to the chart
(edit) @312 [312] 05/24/10 22:08:06 jd - optional transitivity for edge dependency display
(edit) @311 [311] 05/24/10 20:50:41 jd - nicer default layout for views
(edit) @310 [310] 05/24/10 20:26:06 jd - added missing files; some improvements for tree artifacts
(edit) @309 [309] 05/24/10 20:20:08 jd - allow views to be addressed by their field names; integrated a few views …
(edit) @308 [308] 05/24/10 18:43:28 ke Attempt to repair secondary tree display with more than one secondary …
(edit) @307 [307] 05/24/10 16:04:11 jd - major rebuild of the window management system; infrastructure for …
(edit) @306 [306] 05/24/10 15:26:14 jd - added creep and fail point facilities; preliminary automatic skip+creep …
(edit) @305 [305] 05/24/10 14:27:35 jd - jumping to current node in various components; minor artifacts in small …
(edit) @304 [304] 05/24/10 11:02:37 ke Switched to tripartite tree view.
(edit) @303 [303] 05/24/10 10:44:19 ke Layered tree view can now display any number of layers.
Note: See TracRevisionLog for help on using the revision log.