source: trunk/src/org/expeditee/actions

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @534   11 years csl14 startBrowser and startBrowserNewFrame now create JfxBrowser widget …
(edit) @518   11 years jts21 Add 'run' command which allows easier creation of widgets and running …
(edit) @516   11 years davidb startBrowserNewFrame now starts browser in 'fullscreen'
(edit) @514   11 years csl14 Added startBrowser and startBrowserNewFrame actions - creates lobo …
(edit) @504   11 years jts21 New copy/paste handling, add pdfImporter, add dictionary and …
(edit) @492   11 years davidb Replaced getClasses() with getClassesNew(), an alternative that is …
(edit) @480   11 years bln4 Modifications are to Actions.getClasses. Some people were having …
(edit) @479   11 years davidb When adding in support for a third attribute for an arrow head (nibb …
(edit) @466   11 years davidb initial cut at adding embedded Javascript support (fashioned after how …
(edit) @465   11 years davidb Status enum made public. Some tidying up of text/spelling in comments
(edit) @464   11 years davidb Refactoring
(edit) @463   11 years davidb Minor tweak to output of exception message
(edit) @462   11 years davidb Updates to IDE for compiling and running Java code stored on frames
(edit) @442   12 years davidb Fixed syntax error in the code.
(edit) @441   12 years davidb Added Javadoc comment
(edit) @439   12 years davidb Hooks to link Simple to the additional actions added: …
(edit) @438   12 years davidb Additional actions added: getItemAtPosition and getItemContainingData
(edit) @437   12 years davidb Fixed a couple of typos in comments.
(edit) @429   15 years ra33 Fixed problems with ghost items being created when ranging
(edit) @425   16 years ra33
(edit) @419   16 years ra33 Refactored DateTime format code... so all formats are determined in a …
(edit) @412   16 years ra33 Added getWindowSize action
(edit) @410   16 years ra33 Completed several tasks specified by Rob... 1. Changing the resize …
(edit) @409   16 years ra33 Fixed bug causing SIMPLE program run from an overlay to backup to that …
(edit) @408   16 years ra33 Made changes so that clicking back still counts as accessing a frame …
(edit) @406   16 years ra33 changed pngFrame etc.. to send images into the exports directory
(edit) @390   16 years ra33 Added auto colour wheel... when drawing rectangles... Fixed …
(edit) @376   16 years ra33
(edit) @362   16 years ra33 Added Spell Checker Added word count stats Fixed some mail stuff
(edit) @348   16 years ra33
(edit) @336   16 years ra33 Fixed minor bugs
(edit) @313   16 years ra33 Added more features to the Greenstone Search
(edit) @311   16 years ra33 Fixed a few bugs that were makin unit tests fail... Also added …
(edit) @309   16 years ra33 Documents created with write tree open automatically using the Desktop …
(edit) @306   16 years ra33 Added some HELP actions More mail stuff... and networking stuff Can …
(edit) @305   16 years ra33 Updated mail stuff and networking stuff!!
(edit) @298   16 years ra33 Adding networking stuff for peer to peer sharing of frames
(edit) @296   16 years bjn8 3rd party agents can load themselves into expeditee agent collection …
(edit) @294   16 years ra33
(edit) @291   16 years ra33 Fixed up search stuff... to adjust to getting params off the cursor
(edit) @286   16 years ra33
(edit) @284   16 years ra33 Added additional mail functionality... Also added REMINDER feature
(edit) @282   16 years ra33
(edit) @278   16 years ra33 Fixed some bugs... AbstractCharts can not be copied, resized, etc
(edit) @275   16 years bjn8 Made load actions method public - so plugins can load their custom …
(edit) @270   16 years ra33
(edit) @253   16 years ra33
(edit) @249   16 years ra33
(edit) @247   16 years ra33 Added more import and mail stuff... including text importer
(edit) @242   16 years ra33
(edit) @235   16 years ra33 Refactored the way attribute value pairs work... Moved static methods …
(edit) @202   16 years ra33 Fixed problem with Simple CalculateString command
(edit) @190   16 years ra33 Added some math stuff... able to group numbers inside a rectangle
(edit) @185   16 years ra33
(edit) @181   16 years ra33 Work on Bridging the Gap between SimpleStatements and Actions/Agents
(edit) @180   16 years ra33 syncronised simple and actions
(edit) @179   16 years ra33 Made a few minor changes... Also For interactive widgets the border …
(edit) @176   16 years ra33
(edit) @163   16 years ra33 A couple of fixes to the newly added GetItemsFromChildFrame
(edit) @162   16 years ra33 Added faster versions of search frameset
(edit) @161   16 years ra33 Adding calculation stuff…
(edit) @160   16 years ra33
(edit) @156   16 years ra33 Added calculate action
(edit) @154   16 years ra33 Fixing bugs for Rob
(edit) @147   16 years ra33 Added anchorRight and anchorBottom properties to items... Fixed bugs …
(edit) @143   16 years ra33 Fixed some repaint issues
(edit) @140   16 years bjn8 Drag and Drop now supported. Asynchronous saving and loading now supported
(edit) @135   16 years ra33
(edit) @133   16 years ra33 Turned search actions into search agents so they are run on a …
(edit) @130   16 years ra33 Added search functionality... Also fixed repaint issues
(edit) @121   16 years bjn8 Added invalidation for graphics... biiiig commit. LOts of effeciency …
(edit) @117   16 years ra33
(edit) @116   16 years ra33 Added SearchItem and SearchStr
(edit) @115   16 years ra33 added functionality for dockable @v's
(edit) @108   16 years ra33 Heaps of changes!!!! Added circles... Better drawing of lines etc etc
(edit) @107   16 years ra33 Fixed rounding errors in Text class... They caused a whole bunch of …
(edit) @106   16 years ra33 Changed all the (int)(x+0.5) float conversions to use the …
(edit) @105   16 years ra33 Made a whole lot of changes... Including using polyLine etc for …
(edit) @103   16 years ra33 Fixed up a few bugs with Saving of frames when actions are performed …
(edit) @102   16 years ra33 Fixed bug preventing it from working in windows... and added comment …
(edit) @97   16 years ra33 Lots of changes!!
(edit) @90   16 years ra33 Added getTreeStats
(edit) @88   16 years ra33 Added parsing of annotation items
(edit) @87   16 years ra33 Fixed some stuff with the SIMPLE debugger Refactored the way the …
(edit) @86   16 years ra33 Added DebugFrame action Added GetCometStats Lots of bug fixes
(edit) @80   16 years ra33 Added some more unit tests Did a bunch of refactoring AND added a few …
(edit) @78   16 years ra33 Added @b and @v... Also changed @f... so that images can be displayed …
(edit) @74   16 years ra33 Fixed bugs... added some more features!!
(edit) @72   16 years ra33 Added lots of stuff
(edit) @70   16 years ra33 Made LOTS of changes... Added DisplayComet A whole bunch more stats …
(edit) @67   16 years ra33 Fixed a bunch of problems with rectangles and resizing the window, as …
(edit) @65   16 years ra33 Navigation shortcuts dont add frames to the back up stack
(edit) @64   16 years ra33 DeleteFrameset now moves frames into a trash directory... this is to …
(edit) @50   16 years ra33 A whole day of big changes. Adding the ability to have Text at the end …
(edit) @42   16 years ra33 Added forced Garbage collection to DisplayFrameset method
(edit) @41   16 years ra33 Yellow highlighting for deleting text ranges wasnt working. Fixed a …
(edit) @24   16 years ra33 Valid frameset names must not begin and end with a letter, and be all …
(edit) @22   16 years ra33
(edit) @21   16 years ra33
(edit) @19   16 years ra33
Note: See TracRevisionLog for help on using the revision log.