Timeline



12/23/13:

21:31 Changeset [649] by davidb
Code added so command-line version of FrameShare starts the thread for …

12/20/13:

12:38 Changeset [648] by davidb
Refactored so server can be started from the command line, in addition …
12:37 Changeset [647] by davidb
Parameterized the version of javac to target; introduced target to run …

12/19/13:

14:59 Changeset [646] by davidb
Minor change to left and right arrow PNG filenames. Need to be …

12/18/13:

15:57 Changeset [645] by csl14
exploratory search pages now use buttons for back forward and home …
15:06 Changeset [644] by ngw8
Actually fixed issue with background images that have a percent position
15:01 Changeset [643] by jts21
Implement cat flipping
14:28 Changeset [642] by jts21
Add more checks to ignore invalid/unset setting values
14:22 Changeset [641] by jts21
Generated settings frames now use capitalised setting names, and …
12:09 Changeset [640] by jts21
Move check for field type up to the code that populates the map of …
12:06 Changeset [639] by jts21
Add method to generate a settings tree containing all settings, and …
11:56 Changeset [638] by ngw8
Fixed web parser bug where background images with a % position were …
10:30 Changeset [637] by jts21
Fix bug where merging attributes can create ghost items. Not an ideal …
10:26 Changeset [636] by jts21
Don't scale lower than minimum size (to stop crashing/breaking item sizes)

12/17/13:

17:05 Changeset [635] by jts21
Fix crash (infinite loop) caused by trying to wrap a text item at the …
17:00 Changeset [634] by jts21
Fix image and widget panning
16:23 Changeset [633] by jts21
Fix accidentally following links while panning, and make panning only …
15:52 Changeset [632] by jts21
Add panning action - Use by shift-left-click and dragging the mouse, …
15:32 Changeset [631] by csl14
fixed javafx browser copy text bug
15:31 Changeset [630] by ngw8
WebParser bug fixes related to image repetition, default/unspecified …
12:29 Changeset [629] by jts21
Disable debug messages for settings

12/16/13:

16:31 Changeset [628] by ngw8
Much better support for wrapped text when converting web pages, strips …
16:14 Changeset [627] by jts21
Add error message if JfxBrowser fails to load.
12:01 Changeset [626] by jts21
Make widgets pass F-keys on to Expeditee, and fix Widget resizing so …

12/13/13:

17:08 Changeset [625] by csl14
Added startBrowserSession action - Go Browsing button on exploratory …
16:06 Changeset [624] by jts21
Add runJar action that loads and runs an executable jar file in the …
14:59 Changeset [623] by csl14
added back and forward buttons to exploratory search pages
14:12 Changeset [622] by csl14
resetHomeFrame action wipes and rebuilds home frame, startpages home …
10:56 Changeset [621] by jts21
Add homePage setting, and make settings reset to their defaults if …
10:46 Changeset [620] by jts21
Fix dot deletion when drawing a rectangle
10:36 Changeset [619] by jts21
Fix line deletion
10:28 Changeset [618] by jts21
Renamed resources folder to assets, made a resources folder within …
09:48 Changeset [617] by csl14
forgot to add startpages files
09:39 Changeset [616] by jts21
Invert line deletion behaviour (now the default is back to the …

12/12/13:

17:15 Changeset [615] by jts21
Text wrapping now only wraps around whitespace/special characters, …
17:05 Changeset [614] by csl14
Small changes to profile frame and added start pages - a.k.a templates
16:43 Changeset [613] by jts21
Add autowrapping to Text items. Enabled for all items by setting the …
16:20 Changeset [612] by jts21
Fix default values so sensitive variables don't get set to null and …
15:21 Changeset [611] by jts21
Add default values for settings
11:30 Changeset [610] by jts21
Partial tiling implemented
10:43 Changeset [609] by jts21
Get image tiling working. Partial tiling probably doesn't work yet.
10:13 Changeset [608] by jts21
Fix cropped image positioning so cropped images are always touching …
10:08 Changeset [607] by jts21
Make crop values outside of value bounds ( < 0 || >= image bounds ) …
09:38 Changeset [606] by jts21
Fix WebParser image cropping, TODO: Add tiling

12/11/13:

15:53 Changeset [605] by jts21
Make settings accept annotation tags
14:56 Changeset [604] by jts21
Fix bug with deleting widget edges (they were being treated as lines …
14:47 Changeset [603] by jts21
Fix image creation for webparser
11:13 Changeset [602] by jts21
Invert the behaviour of shift-delete (now the default is to delete a …

12/10/13:

17:58 Changeset [601] by jts21
Switch back to EXP format, revert changes to Picture class
14:23 Changeset [600] by ngw8
Added support for the CSS 'background-size' property to WebParser
11:59 Changeset [599] by jts21
Make cropped images always be positioned on the cursor
11:47 Changeset [598] by jts21
Fix image cropping. TODO: find out why the default image takes a …
11:20 Changeset [597] by jts21
Fix crop loading... Third time lucky?
10:38 Changeset [596] by jts21
Fix crop loading
10:32 Changeset [595] by jts21
Fix bugs with Picture creation/saving/loading
10:24 Changeset [594] by ngw8
Added conversion support for CSS bg images that have been 'cropped' …

12/09/13:

17:37 Changeset [593] by jts21
Fix divide-by-zero error in Image loading, fix Frame attribute saving …
16:47 Changeset [592] by jts21
Fix loading images from Text source items
15:57 Changeset [591] by jts21
Fix cropping bug, fix bugs with default image, add crop info to getSource()
14:58 Changeset [590] by jts21
Don't delete converted frames so there's a backup in case my code …
14:42 Changeset [589] by jts21
EXA save format working + automatically converting save files to it's …
14:17 Changeset [588] by jts21
Disable warning message about proxy password since it was getting …
09:57 Changeset [587] by jts21
Fix text loading
09:45 Changeset [586] by jts21
Fix Text items displaying negative widths when their width should be unset

12/08/13:

17:22 Changeset [585] by jts21
New save format now can save and load frames on par with the exp …
17:16 Changeset [584] by jts21
Make FrameReader an interface and move it's HashMap to DefaultFrameReader
17:11 Changeset [583] by jts21
Refactor AttributeUtils

12/06/13:

20:39 Changeset [582] by jts21
Don't use XML formatting since it's overly verbose
17:16 Changeset [581] by jts21
Start adding XML save format. Idea is to make special items (Images, …
14:08 Changeset [580] by jts21
Add functionality to ignore items when a mouse button is pressed if …
12:27 Changeset [579] by jts21
Fix occasional NullPointerException when creating a rectangle
11:40 Changeset [578] by jts21
Add support for following links to JS parsing action, and make sure it …
11:02 Changeset [577] by jts21
Get WebParsing via URL working. Kinda. (requires a JfxBrowser widget …

12/05/13:

17:40 Changeset [576] by ngw8
basic image importing support for the webpage to expeditee stuff. …
17:20 Changeset [575] by jts21
Make js parser no longer try to evaluate the frame name
16:55 Changeset [574] by jts21
Add action to run javascript code. Probably completely pointless since …
16:36 Changeset [573] by csl14
added ItemsRightClickedDropped and ItemsLeftClickedDropped for …
10:41 Changeset [572] by jts21
Move all profile tags into settings package
01:20 Changeset [571] by jts21
Add the capability to use setter functions that will be called to set …

12/04/13:

17:52 Changeset [570] by jts21
Add settings package which uses reflection to allow changing settings …
15:34 Changeset [569] by csl14
Webview captures mouse click events and copies selected text + …
15:18 Changeset [568] by ngw8
Moved JfxBrowser page parsing method into WebParser class, added some …
10:53 Changeset [567] by jts21
Add callbacks for middle/right clicks on widgets
10:41 Changeset [566] by jts21
Move JavaFX reflection to it's own class so it can be accessed by …

12/03/13:

17:25 Changeset [565] by jts21
Fix cast from Object to int (should cast to Integer since int is a …
17:03 Changeset [564] by ngw8
Webpage to Expeditee working (to some extent) for text
10:37 Changeset [563] by jts21
Fix shapes losing transparency when picking them up. It also seems …
09:48 Changeset [562] by jts21
Add alpha value support for Nathaniel's web page importing (but as …

12/02/13:

17:13 Changeset [561] by jts21
Add icons for different platforms
14:51 Changeset [560] by ngw8
Progress on Web >> Expeditee - Text items representing all elements of …
11:46 Changeset [559] by jts21
Display border around invisible shapes if XRayMode is on
11:41 Changeset [558] by jts21
Allow completely invisible rectangles for use with web page importing …
10:14 Changeset [557] by csl14
started getFrame method for JfxBrowser - gets html as expeditee frame

11/28/13:

14:43 Changeset [556] by ngw8
Added support to the JfxBrowser URL field for Expeditee-like mouse actions
09:40 Changeset [555] by ngw8
Fixed back/forward buttons doing the opposite of what they should in …

11/27/13:

23:54 Changeset [554] by davidb
Russian for 'Browser' added
21:24 Changeset [553] by davidb
Minor changes that resulted from testing under Cygwin
21:12 Changeset [552] by davidb
Clearer separation of setup, devel, and local files
21:01 Changeset [551] by davidb
Greenstone inspired setup/devel scripting
17:20 Changeset [550] by ngw8
JfxBrowser: Back & forward buttons work, URL bar updates
17:05 Changeset [549] by jts21
Fix back/forward/refresh functions, and allow ftp:// URLs
16:57 Changeset [548] by csl14
added back and forward functionality for JfxBrowser
16:41 Changeset [547] by jts21
Fix bugs in URL validation logic
16:23 Changeset [546] by jts21
Move URL validation to navigate() method
16:18 Changeset [545] by ngw8
Added basic buttons to JfxBrowser, URL bar half works, others don't …
15:29 Changeset [544] by jts21
Updated JfxBrowser to use search engine variable, and also fixed some …
14:33 Changeset [543] by jts21
Add correction for missing URL protocol, and detection of search URLs …
14:31 Changeset [542] by jts21
Switch ProxyAuth to using the same details for HTTP an HTTPS, since …
12:24 Changeset [541] by jts21
Add JfxBrowser status callback
12:06 Changeset [540] by csl14
Fixed startBrowserNewFrame action
10:58 Changeset [539] by jts21
Override that event in JfxBrowser to allow navigation to a new URL
10:31 Changeset [538] by jts21
Web browsers will also not automatically reload when the proxy …

11/26/13:

16:06 Changeset [537] by ngw8
JfxBrowser: URI is remembered between closing and reopening Expeditee …
14:14 Changeset [536] by jts21
Tested JfxBrowser with proxy auth (working), fixed some mistakes in …
12:22 Changeset [535] by jts21
Get proxy config working
11:54 Changeset [534] by csl14
startBrowser and startBrowserNewFrame now create JfxBrowser widget …
11:43 Changeset [533] by ngw8
Fixed various bugs with the JFXBrowser widget, incl. fixing issue …
11:36 Changeset [532] by jts21
Remove old javafx jars, since they're not needed AFAIK and were …
10:44 Changeset [531] by jts21
Update build script to reference files in jars/ext. Some outdated …
10:41 Changeset [530] by jts21
Add password obfuscation, option to not save password

11/25/13:

17:44 Changeset [529] by jts21
Add Password widget and profile tag for proxy settings
10:16 Changeset [528] by jts21
Add inst target that copies Expeditee.jar and it's dependencies to ./inst/
09:54 Changeset [527] by jts21
add ability for non-portable builds
Note: See TracTimeline for information about the timeline view.