Menu

SVN Commit Log


Commit Date  
[r2872] (HEAD) by gdavison

Fix metadata, add zip-doc step

2015-09-24 09:58:29 Tree
[r2871] by gdavison

Added in files and make changes suggested by Jussi Malinen for upload to maven.
This should mark a 1.4 release.

2015-09-18 15:32:56 Tree
[r2870] by gdavison

Fixed a couple of null pointer problems that became apparent during testing
and re-instanted code in the windowActivated method that I have managed to delete
somehow.

2015-01-19 14:07:06 Tree
[r2869] by gdavison

There are some specific issues with focus being stuck with a non-visible component in JDK8 that
this fix attempts to work around:

1. active, now waits for window to become active
2. focus, now tries to detect the stuck focus condition and show the component in question to clear focus
3. Better reporting for currnet focus to help detect focus issues
4. Client property to make it possible to define a custom popup component.

2015-01-19 10:59:20 Tree
[r2868] by gdavison

Bail in focus if the window is focused, to prevent intermittent failures on JDK 8

2014-10-08 15:00:23 Tree
[r2867] by gdavison

Try requestFocusInWindow before reqestFocus for more reliable focus grabbing
on JDK 8 and above.

2014-08-20 14:55:12 Tree
[r2866] by gdavison

Make the abbot tests interruptable, previously in JDK 7 and below you could just
call Thread.stop(..) but this doesn't work in JDK 8 so I needed to go through
and make the code interruptable.

I went down the line of creating a RuntineException rather than changing the API
with a checked exception. This should work well with any clients.

2014-08-14 08:37:05 Tree
[r2865] by gdavison

Update the code for displaing the context menu to allow a certain amount of retries that can
be altered depending on the environment. This is resolve a problem in a particular cloud
enviroment where the context menu trigger wouldn't be converted in a click in a small
numnber of cases.

2014-06-12 13:11:20 Tree
[r2864] by gdavison

Make sure zip-src is always generated

2014-01-20 12:04:07 Tree
[r2863] by gdavison

Fix typo in method name

2014-01-20 12:02:32 Tree
Older >