Clean up the names of methods for createDom from the post-closure rewrite
[armadillo.git] / web_frontend / actor.js
2011-12-28 Robert SesekClean up the names of methods for createDom from the...
2011-12-28 Robert SesekMerge branch 'jquery'
2011-12-28 Robert SesekRemove references to goog in web_frontend/
2011-12-28 Robert SesekFix the download action to work through MFE
2011-12-27 Robert SesekSwitch the performDelete_ message from span to div
2011-12-27 Robert SesekFix a bug where you could open multiple Actors per...
2011-12-26 Robert SesekRemove dependency on the closure library in the comiple...
2011-12-26 Robert SesekRewrite the path menus in jQuery
2011-12-26 Robert SesekInitial stab at rewriting path_control.js
2011-12-26 Robert SesekFix the tile click handler by binding the option to...
2011-12-26 Robert SesekConvert a large portion of actor.js to jQuery
2011-05-28 Robert Sesek* Make the download action its own handler so that:
2010-11-17 Robert SesekRemove the RENAME action as MOVE does the same thing.
2010-11-17 Robert SesekMake delete confirmation nonmodal. Remove dependencies...
2010-11-17 Robert SesekFlip some state flags in an attempt to get mouse events...
2010-11-15 Robert SesekMove the move/rename dialog into the Actor UI to reudce...
2010-11-14 Robert SesekFix another compile error.
2010-11-14 Robert SesekFix 2 compiler errors with training commas.
2010-11-13 Robert SesekCreate the TVRenamer class which as of now just parses...
2010-11-13 Robert SesekStart working with the zippy. It opens correctly, but...
2010-11-13 Robert SesekDisplay the actor panel without using the zippy.
2010-11-13 Robert SesekStart changing the Actor from a flying pop-up to a...
2010-10-09 Robert SesekDisable the highlight mechanism after fixing the behavi...
2010-10-04 Robert SesekImprove actor appearance. Initial work on row highlighting.
2010-10-04 Robert SesekConvert the Actor to a goog.ui.Container().
2010-10-04 Robert SesekDispose of Actor objects properly.
2010-10-04 Robert SesekDocument actor.js's members and store any dialogs/deepe...
2010-10-04 Robert SesekHook up the PathControl and Actor up to the move servic...
2010-10-04 Robert SesekAlways close the Actor after dispatching the action.
2010-10-04 Robert SesekBoth Move and Rename should use the path control. Remov...
2010-10-04 Robert SesekPosition the File Move dialog higher than center of...
2010-10-04 Robert SesekCreate our own ModalDialog
2010-10-03 Robert SesekAdd the PathControl as a child component of the dialog...
2010-10-03 Robert SesekDon't create a menu button for the last path component...
2010-10-03 Robert SesekFirst pass at the PathControl.
2010-10-03 Robert SesekFix compilation using -c.
2010-10-03 Robert SesekFix the move interface.
2010-09-08 Robert SesekCreate the unhooked Move action interface.
2010-09-08 Robert SesekImplement the Open action.
2010-09-07 Robert SesekDo not add the Open tile for non-directory items.
2010-09-07 Robert SesekIt helps to use the right service request name. Also...
2010-09-07 Robert SesekCreate confirmation dialog for file deletion.
2010-09-06 Robert SesekPass the File to the Actor on construction.
2010-09-06 Robert SesekProperly unlisten to tile events.
2010-09-06 Robert Sesek* Implement the basic UI of the Actor popup
2010-09-06 Robert SesekAdd the Actor class that will be the foundation for...