Commit Graph

2679 Commits

Author SHA1 Message Date
Michael Jumper
6f99e3f1ab GUAC-1170: Fix coercion of key definition into key array (missing name). Use CSS style names compatible with 0.9.6 and older OSK. 2015-04-28 18:15:35 -07:00
Michael Jumper
7554441869 GUAC-1170: Add each associated key to the DOM. Expose keys predictably within OSK object, even if shorthand is used in the layout definition object. 2015-04-28 17:38:57 -07:00
Michael Jumper
ddf44817c8 GUAC-1170: Retrieve associated keys for each key in layout. 2015-04-28 17:05:08 -07:00
Michael Jumper
3e1e59c58f GUAC-1170: Derive keysym from title. 2015-04-28 16:41:08 -07:00
Michael Jumper
71e2198420 GUAC-1170: Parse layout structure. 2015-04-28 16:33:17 -07:00
Michael Jumper
181290f1f5 GUAC-1170: Fix names of modifier keys in layout. 2015-04-28 16:03:59 -07:00
Michael Jumper
ee83060bb5 GUAC-1170: Load keyboard layout within guacOsk directive. Update translation to point to new JSON layout. Remove old XML layouts. 2015-04-28 14:56:00 -07:00
Michael Jumper
29a0bc6387 GUAC-1170: Migrate to JSON representation, at least in spirit. 2015-04-28 14:55:09 -07:00
Michael Jumper
16072bd4d8 GUAC-1170: Add JSON format for layouts. 2015-04-28 13:08:23 -07:00
James Muehlner
c899ace33f Merge pull request #166 from glyptodon/maven-warnings
GUAC-1170: Fix all Maven warnings
2015-04-27 19:21:54 -07:00
James Muehlner
b85da4b201 Merge pull request #167 from glyptodon/upgrade-jquery
GUAC-1170: Upgrade to jQuery 2.1.3
2015-04-27 19:21:27 -07:00
James Muehlner
5080bc6373 Merge pull request #168 from glyptodon/js-warnings
GUAC-1170: Fix basic JavaScript warnings.
2015-04-27 19:21:04 -07:00
Michael Jumper
51fc2a01b3 GUAC-1170: Upgrade to jQuery 2.1.3 (resolves warning about deprecated getPreventDefault()). 2015-04-27 15:07:00 -07:00
Michael Jumper
c3a4c072cd GUAC-1170: Resize events might be evaluated synchronously (Firefox). 2015-04-27 15:05:50 -07:00
Michael Jumper
1b5968fb34 GUAC-1170: Ensure charset is declared within first 1024 bytes of HTML. 2015-04-27 15:05:50 -07:00
Michael Jumper
17fd23baf0 GUAC-1170: Use keyLocation only if necessary. 2015-04-27 15:05:50 -07:00
Michael Jumper
04303d8eec GUAC-1170: Use AudioContext if available, in favor of webkitAudioContext. 2015-04-27 15:05:50 -07:00
Michael Jumper
a0ba68fcaf GUAC-1170: Use maven-dependency-plugin instead of maven-assembly-plugin, when build artifact should really only be one .jar file. 2015-04-26 23:42:53 -07:00
Michael Jumper
4eadf19a91 GUAC-1170: Use relative paths for dist archives. 2015-04-26 23:24:24 -07:00
Michael Jumper
67424f693e GUAC-1170: Move to maven-assembly-plugin 2.5.3 for all projects. 2015-04-26 23:17:44 -07:00
Michael Jumper
2e2cd76a9c GUAC-1170: Explicitly use GNU mode for long filenames in .tar.gz source archive. 2015-04-26 23:10:32 -07:00
Michael Jumper
12edc7a256 GUAC-1170: Add missing Maven plugin versions. 2015-04-26 22:58:37 -07:00
James Muehlner
fa69246668 Merge pull request #165 from glyptodon/build-warnings
GUAC-1170: Fix Java compiler warnings.
2015-04-26 21:43:57 -07:00
Michael Jumper
81abdd0d3d GUAC-1170: Move modules back to separate packages. 2015-04-26 21:11:36 -07:00
Michael Jumper
fad3263909 GUAC-1170: LDAPAttribute.getStringValues() returns a non-generic Enumeration (sadly). 2015-04-26 18:46:28 -07:00
Michael Jumper
ae3cb3e81c GUAC-1170: Add missing type parameters. 2015-04-26 18:46:28 -07:00
Michael Jumper
62edc38237 GUAC-1170: Remove use of deprecated GuacamoleHome. 2015-04-26 18:46:28 -07:00
Michael Jumper
05a6127fca GUAC-1170: Fix unchecked cast warnings. 2015-04-26 18:46:28 -07:00
Michael Jumper
5fc0ff66b5 GUAC-1170: Remove use of deprecated GuacamoleProperties. 2015-04-26 18:46:28 -07:00
Michael Jumper
51e9ff77e5 GUAC-1170: Use checked versions of empty list/set/map. 2015-04-26 18:46:27 -07:00
Michael Jumper
b74c05b9f7 GUAC-1170: Add -Werror and -Xlint:all options to Java builds. 2015-04-26 18:46:27 -07:00
James Muehlner
24535446b1 Merge pull request #164 from glyptodon/ipad-keyboard
GUAC-661: Reset all keys if keyup received for unknown key.
2015-04-26 14:29:23 -07:00
Michael Jumper
67624e190c GUAC-661: Reset all keys if keyup received for unknown key. 2015-04-26 13:25:34 -07:00
James Muehlner
990950da4d Merge pull request #163 from glyptodon/fix-manage-errors
GUAC-1181: Consider null to be empty.
2015-04-25 13:22:13 -07:00
Michael Jumper
da468c6ac9 GUAC-1181: Consider null to be empty. 2015-04-25 13:13:08 -07:00
James Muehlner
6463a047bb Merge pull request #162 from glyptodon/fix-group-redirect
GUAC-1180: Update group management controller to use new settings URLs.
2015-04-25 12:56:25 -07:00
Michael Jumper
b7eec98a2f GUAC-1180: Update group management controller to use new settings URLs. 2015-04-25 12:51:52 -07:00
James Muehlner
df5741e934 Merge pull request #161 from glyptodon/fix-numeric-fields
GUAC-1179: Fix handling of numeric fields
2015-04-25 12:46:33 -07:00
Michael Jumper
9b3312f18a GUAC-1179: Fix handling of numeric fields - use model value, not field value. 2015-04-25 12:42:08 -07:00
James Muehlner
5af04196de Merge pull request #159 from glyptodon/session-storage
GUAC-1161: Implement session-local storage.
2015-04-24 22:22:42 -07:00
James Muehlner
000d001c3e Merge pull request #160 from glyptodon/fix-language-defaults
GUAC-1053: Fix language defaults
2015-04-24 22:19:38 -07:00
Michael Jumper
20d51309b5 GUAC-1053: Pull language from preferences when configuring the translate service. Fallback to US English if there is no such translation file. 2015-04-24 15:51:45 -07:00
Michael Jumper
1c14f73a1d GUAC-1053: Use US English as a failsafe. 2015-04-23 19:04:15 -07:00
Michael Jumper
39440be4ff GUAC-1053: Use system language for default language. 2015-04-23 19:03:52 -07:00
Michael Jumper
e486c32477 GUAC-1161: Remove completely-unused notification area and associated functions. 2015-04-23 16:18:17 -07:00
Michael Jumper
d1be55809a GUAC-1161: Store managed clients in session storage. 2015-04-23 16:14:09 -07:00
Michael Jumper
592ce3b8d3 GUAC-1161: Store notification state in session-local storage. 2015-04-23 16:14:08 -07:00
Michael Jumper
afd9cd8032 GUAC-1161: Allow custom destructor to be defined for each session-local storage. 2015-04-23 15:28:47 -07:00
Michael Jumper
e162bef02c GUAC-1161: Add session-local storage. 2015-04-23 15:28:47 -07:00
James Muehlner
e917f8d376 Merge pull request #158 from glyptodon/home-page-redirect
GUAC-1161: Reject attempts to visit '/' unless '/' is actually the home.
2015-04-23 12:06:28 -07:00