Re: Review Request 21624: Mouseover to click for quickview

2014-12-18 Thread Axel Delahaye
scripts/ui/widgets/listView.js d5ba2fe Diff: https://reviews.apache.org/r/21624/diff/ Testing --- Thanks, Axel Delahaye

Re: Review Request 19995: VM Userdata field at GUI VM creation

2014-12-09 Thread Axel Delahaye
> On déc. 5, 2014, 5:55 après-midi, Rohit Yadav wrote: > > Interesting feature, can you send another patch that applies cleanly on > > master? I'll add known UI contributors who may help review your patch. > > Axel Delahaye wrote: > I have the new diff

[GitHub] cloudstack pull request: Add the Userdata setting to the UI on VM ...

2014-12-09 Thread axel-delahaye-wl
GitHub user axel-delahaye-wl opened a pull request: https://github.com/apache/cloudstack/pull/55 Add the Userdata setting to the UI on VM creation step https://reviews.apache.org/r/19995/ You can merge this pull request into a Git repository by running: $ git pull https

Re: Review Request 19995: VM Userdata field at GUI VM creation

2014-12-08 Thread Axel Delahaye
> On déc. 5, 2014, 5:55 après-midi, Rohit Yadav wrote: > > Interesting feature, can you send another patch that applies cleanly on > > master? I'll add known UI contributors who may help review your patch. I have the new diff but I can't upload it for J.F. Vincent - Axel ---

Re: Review Request 19995: VM Userdata field at GUI VM creation

2014-12-08 Thread Axel Delahaye
> On déc. 5, 2014, 9:43 après-midi, Pierre-Luc Dion wrote: > > Does the feature include the capability to update or change userdata once > > the VM is created? No, it is an optional textarea in the instanceWizard - Axel --- This is an

Re: Review Request 20078: console-proxy add support of AltGr key and FR azerty keyboard

2014-12-08 Thread Axel Delahaye
> On déc. 5, 2014, 5:57 après-midi, Rohit Yadav wrote: > > Interesting feature, can you fix and send one that applies cleanly on > > master? Thanks. > > Axel Delahaye wrote: > done > > Rohit Yadav wrote: > Hi Axel - on latest master, I'm unable

Re: Review Request 20078: console-proxy add support of AltGr key and FR azerty keyboard

2014-12-08 Thread Axel Delahaye
AltGR key {type: KEY_DOWN, code: 0x33, modifiers: 0, altgr: true}, //press the 3 key {type: KEY_UP, code: 0x33, modifiers: 0, altgr: true}, //release it {type: KEY_UP, code: 0xffea, modifiers: 0, altgr: true} //release the AltGr key ]}, Thanks for watching my work Axel Delahaye Dif

Re: Review Request 20078: console-proxy add support of AltGr key and FR azerty keyboard

2014-12-08 Thread Axel Delahaye
> On déc. 5, 2014, 5:57 après-midi, Rohit Yadav wrote: > > Interesting feature, can you fix and send one that applies cleanly on > > master? Thanks. > > Axel Delahaye wrote: > done > > Rohit Yadav wrote: > Hi Axel - on latest master, I'm unable

Re: Review Request 20078: console-proxy add support of AltGr key and FR azerty keyboard

2014-12-08 Thread Axel Delahaye
y, visit: https://reviews.apache.org/r/20078/#review64023 --- On déc. 8, 2014, 9:31 matin, Axel Delahaye wrote: > > --- > This is an automatically generated e-mail.

Re: Review Request 20078: console-proxy add support of AltGr key and FR azerty keyboard

2014-12-08 Thread Axel Delahaye
ss the VNC AltGR key {type: KEY_DOWN, code: 0x33, modifiers: 0, altgr: true}, //press the 3 key {type: KEY_UP, code: 0x33, modifiers: 0, altgr: true}, //release it {type: KEY_UP, code: 0xffea, modifiers: 0, altgr: true} //release the AltGr key ]}, Thanks for watching my work Axel Delaha

Re: Review Request 20078: console-proxy add support of AltGr key and FR azerty keyboard

2014-12-05 Thread Axel Delahaye
altgr: true}, //press the 3 key {type: KEY_UP, code: 0x33, modifiers: 0, altgr: true}, //release it {type: KEY_UP, code: 0xffea, modifiers: 0, altgr: true} //release the AltGr key ]}, Thanks for watching my work Axel Delahaye Diffs - services/console-proxy/server/src/com/cloud/c

Review Request 21624: Mouseover to click for quickview

2014-05-19 Thread Axel Delahaye
iff: https://reviews.apache.org/r/21624/diff/ Testing --- Thanks, Axel Delahaye

Re: Review Request 16688: console-proxy add support of AltGr key and FR azerty keyboard

2014-04-09 Thread Axel Delahaye
tps://reviews.apache.org/r/16688/#review39885 --- On April 3, 2014, 4:51 p.m., Axel Delahaye wrote: > > --- > This is an automatically generated e-mail.

Review Request 20078: console-proxy add support of AltGr key and FR azerty keyboard

2014-04-07 Thread Axel Delahaye
P, code: 0xffea, modifiers: 0, altgr: true} //release the AltGr key ]}, Thanks for watching my work Axel Delahaye Diffs - services/console-proxy/server/src/com/cloud/consoleproxy/ConsoleProxyClientBase.java eb38007 systemvm/css/ajaxviewer.css fd2fb3c systemvm/js/ajaxkeys.j

Re: Review Request 16688: console-proxy add support of AltGr key and FR azerty keyboard

2014-04-03 Thread Axel Delahaye
{type: KEY_UP, code: 0x33, modifiers: 0, altgr: true}, //release it {type: KEY_UP, code: 0xffea, modifiers: 0, altgr: true}//release the AltGr key ]}, I replace the Standard (US) keyboard translation table because I can't add an entry in the console proxy keyboard menu. Thanks for

Re: Review Request 16688: console-proxy add support of AltGr key and FR azerty keyboard

2014-03-04 Thread Axel Delahaye
y doesn't change a lot it may can work. - Axel --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/16688/#review36098 --- On March 3, 2

Re: Review Request 16688: console-proxy add support of AltGr key and FR azerty keyboard

2014-03-03 Thread Axel Delahaye
it: https://reviews.apache.org/r/16688/#review35950 --- On March 3, 2014, 11:20 a.m., Axel Delahaye wrote: > > --- > This is an automatically generated e-mail. To rep

Re: Review Request 16688: console-proxy add support of AltGr key and FR azerty keyboard

2014-03-03 Thread Axel Delahaye
replace the Standard (US) keyboard translation table because I can't add an entry in the console proxy keyboard menu. Thanks for watching my work Axel Delahaye Diffs (updated) - services/console-proxy/server/css/ajaxviewer.css fd2fb3c services/console-proxy/server/js/ajaxkeys.j

Review Request 16688: console-proxy add support of AltGr key and FR azerty keyboard

2014-01-07 Thread Axel Delahaye
r key ]}, I replace the Standard (US) keyboard translation table because I can't add an entry in the console proxy keyboard menu. Thanks for watching my work Axel Delahaye Diffs - services/console-proxy/server/js/ajaxkeys.js 60c9798 services/console-proxy/server/js/ajaxviewer.js 9

Re: Review Request 16688: console-proxy add support of AltGr key and FR azerty keyboard

2014-01-07 Thread Axel Delahaye
altgr: true}//release the AltGr key ]}, I replace the Standard (US) keyboard translation table because I can't add an entry in the console proxy keyboard menu. Thanks for watching my work Axel Delahaye Diffs - services/console-proxy/server/js/ajaxkeys.js 60c9798 ser