source: trunk/src/org/expeditee/actions

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @1510   4 years bnemhaus Updates to the look of some of the more prominant expeditee pages. …
(edit) @1477   4 years bnemhaus Added label existance check for when setting encryption label on a …
(edit) @1468   4 years bnemhaus Add a key character
(edit) @1451   4 years bnemhaus GitPushFrame now gets UserSettings.UserName for username rather than …
(edit) @1436   5 years bnemhaus Added the ability to copy/paste recognised files (mostly images) into …
(edit) @1415   5 years bln4 Renamed Frame.getItems() to Frame.getSortedItems() to better represent …
(edit) @1304   5 years bln4 MailBay and MessageBay instances are now encrypted with ProfileEncryption
(edit) @1293   5 years bln4 Fixed bug relating to FrameCreator under 'OverrideExistingFrames' mode …
(edit) @1286   5 years bln4 Fixed bug with running getItemsFromChildFrame, and supposidly other …
(edit) @1280   5 years bln4 Renamed MailMode action to ToggleBay Renamed FrameCreator enums to …
(edit) @1274   5 years bln4 Consistency of FrameIO path names
(edit) @1270   5 years bln4 On profile creation a new parameter has been introducted. By passing …
(edit) @1258   5 years davidb Changed how DisplayController width, height and size are retrieved. …
(edit) @1244   5 years davidb After change to have resources-public and resources-private, some …
(edit) @1242   5 years bln4 Support for new regime in the form of new fields and conditional …
(edit) @1197   5 years bln4
(edit) @1196   5 years bln4 org.expeditee.actions.Debug -> new debug functions used for testing.
(edit) @1195   5 years bln4 org.expeditee.actions -> org.exepdtiee.settings.legacy -> There is a …
(edit) @1192   6 years bln4
(edit) @1142   6 years bln4 Used Eclipse refactoring to encapsulate Point.X and Point.Y
(edit) @1134   6 years bln4 org.expeditee.actions.Debug -> Added an action that demonstrates the …
(edit) @1132   6 years bln4 org.expeditee.actions.Debug -> New Debug action for helping to solve …
(edit) @1111   6 years bln4 org.expeditee.actions.Misc -> New action FramesetMigrateImages: Like …
(edit) @1110   6 years bln4
(edit) @1108   6 years bln4 org.expeditee.actions.Misc -> Added new action MigrateImages. …
(edit) @1102   6 years davidb Reworking of the code-base to separate logic from graphics. This …
(edit) @1080   7 years davidb Updates to cope with changes in Java ScriptEngine
(edit) @1079   8 years davidb Comments added to track some useful StackOverflow articles on custom …
(edit) @1078   8 years davidb Refactoring to allow support for additional scriptable languages. In …
(edit) @1076   8 years davidb Addition of two experimental actions to do with keeping framesets …
(edit) @1032   8 years davidb Change of logic so a given starting frame on the command-lline is …
(edit) @996   8 years davidb Added new version of Misc which contains open URL and Font Wheel and …
(edit) @990   8 years bln4
(edit) @987   8 years davidb Changed to 'lower-tech' way of doing this, as the line that had to be …
(edit) @978   8 years davidb Action added for retrieving just one unicode char
(edit) @976   8 years bln4 When deciding what action to run Actions.java now considers actions …
(edit) @975   8 years bln4 When attempting to run a action and finding multiple potential matches …
(edit) @951   9 years davidb Change in code to cope with commit #936, that broke the Javascript …
(edit) @950   9 years bln4
(edit) @947   9 years bln4 Removed usused imports
(edit) @919   10 years jts21 Added license headers to all files, added full GPL3 license file, …
(edit) @887   10 years ngw8 JFXBrowser - right clicking on a link attaches a text item to the …
(edit) @885   10 years csl14 Made changes to Exploratory Search interface and minor fixes to …
(edit) @877   10 years ngw8 Updating the design of the Exploratory Search overlays, along with a …
(edit) @876   10 years csl14 Exploratory Search web browser now anchors to fullscreen + fixed bug …
(edit) @857   10 years ngw8 Forgot to commit changes to classpath after adding library
(edit) @855   10 years ngw8 Added 'Ask the Duck' action, which uses the DuckDuckGo API to return …
(edit) @848   10 years ngw8 Bug fix with links on converted pages
(edit) @845   10 years ngw8 Web parser now gives converted links an action that creates a new …
(edit) @830   10 years davidb Shutdown handler added to deal with the situation where an Action (a …
(edit) @827   10 years bln4 Removed svn testing things
(edit) @826   10 years bln4 Inserting a temp comment.
(edit) @825   10 years davidb SVN test
(edit) @823   10 years bln4 Harmless test. No pixels have been damaged in the…
(edit) @813   10 years csl14 Fullscreen webbrowser now gets actual width and height
(edit) @812   10 years davidb When setting an anchor left/rightr/top/bottom on a Dot, it now looks …
(edit) @810   10 years csl14 Updated Exploratory Search overlays to work with new anchoring.
(edit) @805   10 years davidb Variations of isAnchored() so panning can test if an Item is anchored …
(edit) @800   10 years jts21 Add method for re-extracting resources without having to wipe your …
(edit) @798   10 years csl14 Exploratory Search taskbars now resize with screen - fixed anchor …
(edit) @791   10 years csl14 Exploratory Search interfaces now remains stationary when panning
(edit) @778   10 years jts21 Move some settings into subpackages to tidy up the main settings page …
(edit) @774   10 years davidb Mouse panning action updated to take into account the status of any …
(edit) @766   10 years csl14 Added Exploratory Search settings package; can now specify height and …
(edit) @765   10 years jts21 Add global variable to widgets so they can share state. Tried to make …
(edit) @752   10 years jts21 Add JSWidget class which allows creating widgets entirely within …
(edit) @748   10 years ngw8 Changed JFX files to no longer use reflection (as some new features …
(edit) @725   10 years jts21 Auto-correct widget names with invalid capitalisation and/or missing …
(edit) @723   10 years jts21 Fix off-by-one error with javascript error handling
(edit) @722   10 years jts21 Change tutorial in response to user feedback (now deletion is …
(edit) @716   10 years csl14 Exploratory search pages now use @old. Replaced home icon with new icon.
(edit) @715   10 years jts21 Move JS actions to Javascript2 class, handle java ClassNotFound
(edit) @708   10 years jts21 Changes to javascript interpreter, implement detailed error messages
(edit) @689   10 years jts21 Added progress bar, rewrote some of MessageBay
(edit) @669   10 years jts21 generateSettingsTree() now uses FrameCreator, and also now uses a …
(edit) @668   10 years jts21 Add gotoURL action that can be used for storing hyperlinks that have …
(edit) @660   10 years jts21 Add action to execute external programs and return their output. Only …
(edit) @658   10 years jts21 Auto-generate settings tree when creating a new profile
(edit) @655   10 years jts21 Switch to using specialised objects for settings so they make more a …
(edit) @645   10 years csl14 exploratory search pages now use buttons for back forward and home …
(edit) @639   10 years jts21 Add method to generate a settings tree containing all settings, and …
(edit) @634   10 years jts21 Fix image and widget panning
(edit) @632   10 years jts21 Add panning action - Use by shift-left-click and dragging the mouse, …
(edit) @625   10 years csl14 Added startBrowserSession action - Go Browsing button on exploratory …
(edit) @624   10 years jts21 Add runJar action that loads and runs an executable jar file in the …
(edit) @623   10 years csl14 added back and forward buttons to exploratory search pages
(edit) @622   10 years csl14 resetHomeFrame action wipes and rebuilds home frame, startpages home …
(edit) @614   10 years csl14 Small changes to profile frame and added start pages - a.k.a templates
(edit) @603   10 years jts21 Fix image creation for webparser
(edit) @601   10 years jts21 Switch back to EXP format, revert changes to Picture class
(edit) @595   10 years jts21 Fix bugs with Picture creation/saving/loading
(edit) @589   10 years jts21 EXA save format working + automatically converting save files to it's …
(edit) @585   10 years jts21 New save format now can save and load frames on par with the exp …
(edit) @582   10 years jts21 Don't use XML formatting since it's overly verbose
(edit) @581   10 years jts21 Start adding XML save format. Idea is to make special items (Images, …
(edit) @578   10 years jts21 Add support for following links to JS parsing action, and make sure it …
(edit) @577   10 years jts21 Get WebParsing via URL working. Kinda. (requires a JfxBrowser widget …
(edit) @575   10 years jts21 Make js parser no longer try to evaluate the frame name
(edit) @574   10 years jts21 Add action to run javascript code. Probably completely pointless since …
(edit) @573   10 years csl14 added ItemsRightClickedDropped and ItemsLeftClickedDropped for …
Note: See TracRevisionLog for help on using the revision log.