Re: [gwt-contrib] GWT 2.7 release plan

2014-10-01 Thread 'Daniel Kurka' via GWT Contributors
we're waiting on a patch to CLDR 25 On Wed, Oct 1, 2014 at 12:15 PM, 'Daniel Kurka' via GWT Contributors google-web-toolkit-contributors@googlegroups.com wrote: Hi all, we just settled on a GWT 2.7 release plan: - We *code freeze* on *October 7th* and branch for GWT 2.7. - As soon as we

Re: [gwt-contrib] Re: Change the superDevMode to be the default for dev-mode?

2014-09-30 Thread 'Daniel Kurka' via GWT Contributors
The GWT team thinks that this should be the default behaviour going forward. On Tue, Sep 30, 2014 at 4:21 PM, Brandon Donnelson branflake2...@gmail.com wrote: Should I make this default behavior in GPE? On by default? On Tuesday, September 30, 2014 3:40:15 PM UTC-7, Thomas Broyer wrote:

[gwt-contrib] GWT 2.7 requiring Java7 for development - Action needed

2014-09-11 Thread 'Daniel Kurka' via GWT Contributors
Hi all, while bringing GSS support into GWT, I discovered that the closure styleheets compiler actually requires Java7. This means that we either have to do a back port of the compiler (I haven't looked at it seriously) or require Java7 for development with GWT (probably only if you are using

Re: [gwt-contrib] Chrome LiveEdit and SDM

2014-09-01 Thread 'Daniel Kurka' via GWT Contributors
Hi Ivan, why would you want to edit the JavaScript instead of editing your Java code? How long does your compile take with the current GWT 2.7 Snapshot? -Daniel On Sun, Aug 31, 2014 at 7:15 PM, Ivan Markov ivan.mar...@gmail.com wrote: (Background: I'm trying to further shorten the

Re: [gwt-contrib] Re: SDM -XcompilePerFile: initial feedback

2014-09-01 Thread 'Daniel Kurka' via GWT Contributors
Hi Arnaud, are those 10s after the changes we made or before? -Daniel On Mon, Sep 1, 2014 at 12:02 PM, Arnaud TOURNIER ltea...@gmail.com wrote: Thanks to all of you who participated to this very good things ! I am now able (from the trunk) to have a great experience debugging with Gwt +

Re: [gwt-contrib] Sluggish Gerrit

2014-08-27 Thread 'Daniel Kurka' via GWT Contributors
I am experiencing the same thing, but it seems like my colleagues do not. I was thinking it was just me. I'll invoke the oncall people. On Wed, Aug 27, 2014 at 1:46 PM, Andrei Korzhevskii a.korzhevs...@gmail.com wrote: Hi all, Currently I'm experiencing very slow work of Gerrit (since

[gwt-contrib] Re: Sluggish Gerrit

2014-08-27 Thread Daniel Kurka
This should be resolved now. On Wednesday, August 27, 2014 2:13:48 PM UTC+2, Jens wrote: Yeah it was unusable for me too but now it works again however it is still pretty slow for me. -- J. -- You received this message because you are subscribed to the Google Groups GWT Contributors

Re: [gwt-contrib] Re: What's the current plan for GWT 2.7 release?

2014-08-27 Thread 'Daniel Kurka' via GWT Contributors
We decided that we are holding GWT 2.7 for the new per file compilation and GSS support. Both of them are shaping up to be really cool features, but are not done yet. As soon as we consider them done (being live within google and not causing issues anymore), we will put out a release candidate.

Re: [gwt-contrib] Re: Can someone mentor me through my first push to Gerrit?

2014-07-30 Thread 'Daniel Kurka' via GWT Contributors
Hi Richard, I emailed the internal team to help with this. I'll update this thread once I hear back from them. -Daniel On Wed, Jul 30, 2014 at 9:00 AM, Richard Wallis rdwal...@gmail.com wrote: This still isn't working this morning. I get that this is my first commit. Most likely there's

Re: [gwt-contrib] Re: CLA problem

2014-07-25 Thread 'Daniel Kurka' via GWT Contributors
Just a guess: Maybe the email address is missing a real name in your google apps domain? On Thu, Jul 24, 2014 at 3:28 PM, Michael Vogt i...@michaelvogt.eu wrote: The problem is, as it seem to me, that the field for the full name is empty, and it is not editable. Clicking the edit button tells

Re: [gwt-contrib] HTMLElement

2014-07-01 Thread 'Daniel Kurka' via GWT Contributors
This was only done in demo code. You will need to rebuild that item from scratch. -Daniel On Tue, Jul 1, 2014 at 6:07 PM, Michael Vogt i...@michaelvogt.eu wrote: Hello. Tried to reproduce the JsInterop demo, but the type HTMLElement can't be found. Is this not provided, yet? Thanks,

[gwt-contrib] Re: Redirecting Subversion to Git

2014-06-27 Thread 'Daniel Kurka' via GWT Contributors
Hi Patrick, do you mind sending a patch for gwt-site? (Let me know if you need any help..) -Daniel On Fri, Jun 27, 2014 at 9:36 AM, Patrick M. Tucker patrick.tuc...@macefusion.com wrote: There are still links on the gwtproject.org site that point to the old code. For example:

Re: [gwt-contrib] Redirecting Subversion to Git

2014-06-23 Thread 'Daniel Kurka' via GWT Contributors
On Monday, June 23, 2014 9:57:11 AM UTC+2, Thomas Broyer wrote: Thanks. I'll post the script here for review before committing. (I could also post the patch, I'm not sure it'll be that useful; maybe on gwt-code-reviews.appspot.com?) On Monday, June 23, 2014 4:39:42 AM UTC+2, Daniel Kurka wrote: I

Re: [gwt-contrib] Redirecting Subversion to Git

2014-06-22 Thread 'Daniel Kurka' via GWT Contributors
I think updating the trunk branch is a good idea. I just gave you commit rights and I did hide the source tab from the project. On Sun, Jun 22, 2014 at 5:53 PM, Thomas Broyer t.bro...@gmail.com wrote: Hi all, When we moved from SVN at code.google.com to Git at gwt.googlesource.com, I wanted

Re: [gwt-contrib] Add Object.clone as throwing implementation

2014-05-26 Thread 'Daniel Kurka' via GWT Contributors
...@gmail.comwrote: Hi all, I would like to added a clone method to the java.lang.Object class in the GWT SDK which simply throws a CloneNotSupportedException. This makes it possible to implement the clone method in subclasses. See: https://gwt-review.googlesource.com/#/c/6035/ Daniel Kurka has already done

Re: [gwt-contrib] who discusses the next features and adopts feature requests?

2014-05-21 Thread 'Daniel Kurka' via GWT Contributors
Hi Zied, thanks for bringing this up. I think the right place to start discussions about any GWT feature is gwt-contrib. In the past a lot of new features have been added to the GWT SDK in a very short amount of time. This leaves all the contributors with a huge maintenance burden and limits the

GWT 2.6.1 is now available

2014-05-09 Thread Daniel Kurka
Hi GWT community, We're excited to announce the GWT 2.6.1 release! Many of you noticed it was uploaded a few days ago, but if you missed it, you can download it herehttp://goo.gl/BLc6R8. This release has also been uploaded to Maven Central with the version string of 2.6.1”. GWT 2.6.1 is

Re: [gwt-contrib] Re: Nightly snapshot being uploaded to sonatype maven repository

2014-04-30 Thread 'Daniel Kurka' via GWT Contributors
build if we don't use maven? Regards, Matic On Wednesday, April 30, 2014 5:28:52 AM UTC+2, Daniel Kurka wrote: Hi all, we updated our Jenkins setup to publish the daily open source GWT build to the sonatype maven repository. Currently snapshots are posted as *2.7.0-SNAPSHOT*. A new

[gwt-contrib] GWT 2.6.1-RC2

2014-04-29 Thread 'Daniel Kurka' via GWT Contributors
Hi all, RC2 is now available from maven central and as download from here: http://storage.googleapis.com/gwt-releases/gwt-2.6.1-rc2.zip -Daniel -- http://groups.google.com/group/Google-Web-Toolkit-Contributors --- You received this message because you are subscribed to the Google Groups GWT

[gwt-contrib] Nightly snapshot being uploaded to sonatype maven repository

2014-04-29 Thread 'Daniel Kurka' via GWT Contributors
Hi all, we updated our Jenkins setup to publish the daily open source GWT build to the sonatype maven repository. Currently snapshots are posted as *2.7.0-SNAPSHOT*. A new snapshot is only uploaded after a successful build and google is following trunk closely, so these snapshots should be

Re: [gwt-contrib] Release workflow

2014-04-28 Thread 'Daniel Kurka danku...@google.com' via GWT Contributors
Hello Stephan, we already closed of changes for the GWT 2.6.1 release. You should always make a fix against trunk and when it is reviewed and submitted, cherrypick it to an appropriate release branch. What issue are you talking about? -Daniel On Sun, Apr 27, 2014 at 10:52 PM, Stephan Beutel

[gwt-contrib] GWT 2.6.1-rc1

2014-04-28 Thread 'Daniel Kurka danku...@google.com' via GWT Contributors
Hi all, I just build the GWT 2.6.1 RC1 and pushed it to maven central. The complete SDK is also available from herehttp://storage.googleapis.com/gwt-releases/gwt-2.6.1-rc1.zip . Please start testing and let us know if you run into any trouble. If you want to get involved into the testing of this

[gwt-contrib] Last call for GWT 2.6.1

2014-04-07 Thread Daniel Kurka
As a reminder, we are going to start building GWT 2.6.1 from the GWT 2.6 release branch (https://gwt-review.googlesource.com/#/q/status:open+project:gwt+branch:release/2.6) this Friday (11th April). If you want to get your changes into GWT 2.6.1, they need to get in before Friday. There's

Re: [gwt-contrib] Last call for GWT 2.6.1

2014-04-07 Thread Daniel Kurka
I am really not sure if we want to include any other changes than easy bugfixes here. @goktug since you reviewed the change what do you think about possible breakages? On Mon, Apr 7, 2014 at 5:49 PM, Stephen Haberman stephen.haber...@gmail.com wrote: Hi Daniel, If you want to get your

Re: [gwt-contrib] Re: GWTproject site menu

2014-04-07 Thread Daniel Kurka
If you move stuff around you will need to make sure that links (also external) won't break. (we still get a lot of traffic from external links) But I think working on the navigation menu of the page is quite overdue. -Daniel On Mon, Apr 7, 2014 at 4:53 PM, Jens jens.nehlme...@gmail.com wrote:

Re: [gwt-contrib] GSOC and GWT

2014-02-11 Thread Daniel Kurka
Speaking as a SC member, I think this should be worth a shot and might drive interesting ideas towards GWT, curious to know what the others think? -Daniel On Sun, Feb 9, 2014 at 9:48 AM, Manuel Carrasco Moñino man...@apache.orgwrote: Hi all, I'm wondering if it was possible that GWT can

Re: [gwt-contrib] Re: Questions remain for the GWT.create Steering Committee members

2014-01-06 Thread Daniel Kurka
, we fielded fewer online questions and got more from the room, and seemed to center around how GWT will change going forward - which browsers can be dropped, how we might continue to make Dev Mode work or otherwise keep in-IDE debugging. On Thursday, January 2, 2014 9:56:39 AM UTC-6, Daniel

Re: [gwt-contrib] Re: GWT.create sessions recorded?

2014-01-05 Thread Daniel Kurka
Hey Patrick, if you are looking for any kind of guidance, feel free to just ask here and we will do our best to respond. This is what gwt-contrib is for! -Daniel On Sun, Jan 5, 2014 at 5:32 PM, Michael Prentice splak...@gmail.com wrote: Unfortunately, the Workshops were not recorded in the

Re: [gwt-contrib] Re: Questions remain for the GWT.create Steering Committee members

2014-01-02 Thread Daniel Kurka
Just an idea: We could think about doing a hangout maybe every quarter with a pre populated moderator. On Tue, Dec 17, 2013 at 4:09 PM, Michael Prentice splak...@gmail.comwrote: That would be great. I know that they are busy with the EU conference this week, but there were a lot more

Re: [gwt-contrib] What about the release of 2.6.0?

2013-12-30 Thread Daniel Kurka
I think mostly the holidays keep us from releasing something, as soon as we are back to work you can expect something. On Dec 30, 2013 5:42 PM, Cristiano cristiano.costant...@gmail.com wrote: Hello all, it is many days I don't see info about the release date for GWT 2.6.0... I see in GWT

Re: [gwt-contrib] Re: Would you like to add a gwtproject.com search input for only the gwtproject site?

2013-11-18 Thread Daniel Kurka
I think the original graphic mockups had a search box planned (about where the gwt.create banner is currently located). If someone wants to do something in this direction, I can share the mock up. I think maintenance-wise it might be smart to not write code for this, but if someone wants to go

Re: [gwt-contrib] Re: Doesn't Leeroy like Java 7 syntax?

2013-11-13 Thread Daniel Kurka
We have not decided on a Java minimum version for GWT code with 3.0. Maybe we go with an approach to leave server side code at Java 6 and may require a newer version for the client side. This would allow us to leverage Java 8 features while still being able to run Java 6 server side. On Nov 13,

Re: [gwt-contrib] Re: Reminder: Branching GWT 2.6 later today

2013-11-07 Thread Daniel Kurka
I think we still need to update the release notes: http://www.gwtproject.org/release-notes.html Did we already track stuff that needs to go in there? On Thu, Nov 7, 2013 at 6:47 AM, Matthew Dempsky mdemp...@google.com wrote: Okay, 2.6.0-rc1 is available here now:

Re: [gwt-contrib] Re: Bad news for GWT DevMode!

2013-10-23 Thread Daniel Kurka
Can somebody update the missing plugin page to recognize the IE11 user agent string as IE11? (IE11 preview is different from actual IE11) On Tue, Oct 22, 2013 at 8:06 PM, Matthew Dempsky mdemp...@google.comwrote: On Tue, Oct 22, 2013 at 11:03 AM, Colin Alworth niloc...@gmail.comwrote:

[gwt-contrib] IE10 and historic dates

2013-10-17 Thread Daniel Kurka
Hi all, IE10 does not handle dates the same way other browser do anymore. This breaks a test in the EmulSuite. // IE10 (Standards mode) new Date(Date.parse(3/31/2000)).toUTCString() Fri, 31 Mar 2000 07:00:00 UTC // IE9 (Standards mode) and previous versions of IE new

[gwt-contrib] Issues for GWT.create contributor workshop

2013-10-16 Thread Daniel Kurka
Hi all, It is about time to start tagging issues for the GWT.create workshops. I added michael from vaadin to the gwtproject, so he can help with this as well. I created a label for the issues that are possible candidates for the workshops (Category-GWT-create-conference). If you find anything

[gwt-contrib] Implement subpixels to support IE10

2013-10-10 Thread Daniel Kurka
Hi all, IE10 is returning subpixels for DOM element positions. This breaks tests and prevents IE10 support right now. We had a discussion and a patch a while back on that topic: https://gwt-review.googlesource.com/#/c/3090/ I am proposing that we implement sub pixel in our DOM implementation in

Re: [gwt-contrib] Re: Steering committee meeting on GWT 3.0 IE Java compatibility

2013-10-08 Thread Daniel Kurka
I think we can require Java7 or 8 to build GWT applications, but we need to make sure that GWT applications can be deployed to servers running Java6 for a while. This would mean not using any Java7 or 8 language features in gwt-servlet and RequestFactory. For many companies it is a problem to

Re: [gwt-contrib] Disabling patches on code.google.com?

2013-09-24 Thread Daniel Kurka
Should be turned off now. -Daniel On Tue, Sep 24, 2013 at 10:19 AM, Thomas Broyer t.bro...@gmail.com wrote: Can someone with admin rights on the code.google.com/p/google-web-toolkitdisable submitting patches? We're starting to receive spam through patches:

Re: [gwt-contrib] Disabling patches on code.google.com?

2013-09-24 Thread Daniel Kurka
: On Tuesday, September 24, 2013 11:56:29 AM UTC+2, Daniel Kurka wrote: Should be turned off now. Thanks. BTW, I just noticed the home page links to the /source/checkout page, bypassing our custom Source tab page. That would explain why some people don't see that page (which explains the code has

Re: [gwt-contrib] GWT-Site relative images folders feature

2013-09-06 Thread Daniel Kurka
the bill just fine. :) Overall, I think what gwt-site has now, works fine, although I thought it might be handy to move the images. :) Brandon On Thursday, September 5, 2013 11:10:14 AM UTC-7, Daniel Kurka wrote: Hi Brandon, the markdown already supports relative urls for images and all

Re: [gwt-contrib] GWT-Site relative images folders feature

2013-09-05 Thread Daniel Kurka
Hi Brandon, the markdown already supports relative urls for images and all other resources. However right now all resources except the markdown are kept in src/main/site while the markdown is located in src/main/markdown. I am open for discussing that we might want to change that and if that

Re: [gwt-contrib] GWT Elemental Article

2013-08-29 Thread Daniel Kurka
Hi Allahbaksh, if you like you can contribute an article to the webpage. For more information see: http://www.gwtproject.org/makinggwtbetter.html#webpage Let me know if you need help, Daniel On Wed, Aug 28, 2013 at 7:06 AM, Allahbaksh Asadullah a.allahba...@gmail.com wrote: Dear All,

Re: [gwt-contrib] Gwt benchmarks without Benchmark

2013-08-27 Thread Daniel Kurka
If this is purely JavaScript related you can use d8 (the v8 command line profiler) to do the profiling for you. I recently added source maps support to it so you can actually profile obfuscated GWT code just fine. Here is what you need to do: 1. Build v8 yourself 2. Compile your code using a

Re: [gwt-contrib] Granting forge author right to committers in Gerrit

2013-08-26 Thread Daniel Kurka
SGTM There might be legal implications though. Bhaskar? On Mon, Aug 26, 2013 at 11:49 AM, Thomas Broyer t.bro...@gmail.com wrote: Hi, In light of https://gwt-review.googlesource.com/3780 (see diff between patchsets 5 and 6, and my comments after I uploaded patchset 6), I think committers

Re: [gwt-contrib] Email notifications for gerrit code reviews?

2013-08-13 Thread Daniel Kurka
Matthew changed gerrit to email to a separate list gwt-revi...@gwtproject.orghttps://groups.google.com/a/gwtproject.org/forum/#!forum/gwt-reviews . You can not trigger a presubmit build (for security reasons), one of the commiters has to give at least a +1. This triggers a build. - Daniel On

Re: [gwt-contrib] GWT module in gwtproject.org site

2013-07-26 Thread Daniel Kurka
The source code is still in the gwt-site-webapp project, see: https://gwt.googlesource.com/gwt-site-webapp/+/master/src/main/java/com/google/gwt/site/webapp/client/GWTProjectEntryPoint.java On Fri, Jul 26, 2013 at 7:12 PM, Kerry Wilson kerryrwil...@gmail.comwrote: I am tinkering around with

Re: [gwt-contrib] GWT module in gwtproject.org site

2013-07-26 Thread Daniel Kurka
On Fri, Jul 26, 2013 at 7:47 PM, Kerry Wilson ke...@allthingswilson.comwrote: Should that exist within the markdown site? Which project is built to package the final deployable archive? kw On Fri, Jul 26, 2013 at 12:36 PM, Daniel Kurka danku...@google.com wrote: The source code is still

Re: [gwt-contrib] Re: GWT presentations

2013-07-15 Thread Daniel Kurka
Hi Michael, there are not published guide lines on the content for gwtproject.org. Those guidelines are handled by a subset of the GWT steering committee (which I am part of). In general: Information we publish on gwtproject.org needs to be of high quality and vendor independent. So if you feel

[gwt-contrib] Change in gwt[master]: Update DockLayoutPanel to match implementation

2013-07-10 Thread Daniel Kurka
Daniel Kurka has uploaded a new change for review. https://gwt-review.googlesource.com/3690 Change subject: Update DockLayoutPanel to match implementation .. Update DockLayoutPanel to match implementation Change-Id

[gwt-contrib] Change in gwt[master]: Move arrow key functions from Tree to KeyCodes

2013-07-10 Thread Daniel Kurka
Daniel Kurka has submitted this change and it was merged. Change subject: Move arrow key functions from Tree to KeyCodes .. Move arrow key functions from Tree to KeyCodes remove handling for old Webkit keycodes (version 525

[gwt-contrib] Change in gwt[master]: Utility to store multiple HandlerRegistrations

2013-07-10 Thread Daniel Kurka
Daniel Kurka has submitted this change and it was merged. Change subject: Utility to store multiple HandlerRegistrations .. Utility to store multiple HandlerRegistrations fixes issue 8246 Change-Id

[gwt-contrib] Change in gwt[master]: Move arrow key functions from Tree to KeyCodes

2013-07-09 Thread Daniel Kurka
Daniel Kurka has posted comments on this change. Change subject: Move arrow key functions from Tree to KeyCodes .. Patch Set 5: (3 comments) File user/src/com/google/gwt

[gwt-contrib] Change in gwt[master]: Move arrow key functions from Tree to KeyCodes

2013-07-09 Thread Daniel Kurka
-Branch: master Gerrit-Owner: Daniel Kurka danku...@google.com Gerrit-Reviewer: Daniel Kurka danku...@google.com Gerrit-Reviewer: Goktug Gokdogan gok...@google.com Gerrit-Reviewer: Leeroy Jenkins jenk...@gwtproject.org Gerrit-Reviewer: Matthew Dempsky mdemp...@google.com Gerrit-Reviewer: Thomas Broyer

[gwt-contrib] Change in gwt[master]: Utility to store multiple HandlerRegistrations

2013-07-09 Thread Daniel Kurka
Daniel Kurka has posted comments on this change. Change subject: Utility to store multiple HandlerRegistrations .. Patch Set 3: (3 comments) File user/src/com/google/web

[gwt-contrib] Change in gwt[master]: Utility to store multiple HandlerRegistrations

2013-07-09 Thread Daniel Kurka
: master Gerrit-Owner: Daniel Kurka danku...@google.com Gerrit-Reviewer: Daniel Kurka danku...@google.com Gerrit-Reviewer: Goktug Gokdogan gok...@google.com Gerrit-Reviewer: Jens Nehlmeier jens.nehlme...@gmail.com Gerrit-Reviewer: Leeroy Jenkins jenk...@gwtproject.org Gerrit-Reviewer: Thomas Broyer t.bro

[gwt-contrib] Change in gwt[master]: Utility to store multiple HandlerRegistrations

2013-07-09 Thread Daniel Kurka
: master Gerrit-Owner: Daniel Kurka danku...@google.com Gerrit-Reviewer: Daniel Kurka danku...@google.com Gerrit-Reviewer: Goktug Gokdogan gok...@google.com Gerrit-Reviewer: Jens Nehlmeier jens.nehlme...@gmail.com Gerrit-Reviewer: Leeroy Jenkins jenk...@gwtproject.org Gerrit-Reviewer: Thomas Broyer t.bro

[gwt-contrib] Change in gwt[master]: Move arrow key functions from Tree to KeyCodes

2013-07-09 Thread Daniel Kurka
-Branch: master Gerrit-Owner: Daniel Kurka danku...@google.com Gerrit-Reviewer: Daniel Kurka danku...@google.com Gerrit-Reviewer: Goktug Gokdogan gok...@google.com Gerrit-Reviewer: Leeroy Jenkins jenk...@gwtproject.org Gerrit-Reviewer: Matthew Dempsky mdemp...@google.com Gerrit-Reviewer: Thomas Broyer

[gwt-contrib] Change in gwt[master]: Move arrow key functions from Tree to KeyCodes

2013-07-09 Thread Daniel Kurka
-Branch: master Gerrit-Owner: Daniel Kurka danku...@google.com Gerrit-Reviewer: Daniel Kurka danku...@google.com Gerrit-Reviewer: Goktug Gokdogan gok...@google.com Gerrit-Reviewer: Leeroy Jenkins jenk...@gwtproject.org Gerrit-Reviewer: Matthew Dempsky mdemp...@google.com Gerrit-Reviewer: Thomas Broyer

[gwt-contrib] Change in gwt[master]: Utility to store multiple HandlerRegistrations

2013-07-09 Thread Daniel Kurka
-Project: gwt Gerrit-Branch: master Gerrit-Owner: Daniel Kurka danku...@google.com Gerrit-Reviewer: Daniel Kurka danku...@google.com Gerrit-Reviewer: Goktug Gokdogan gok...@google.com Gerrit-Reviewer: Jens Nehlmeier jens.nehlme...@gmail.com Gerrit-Reviewer: Leeroy Jenkins jenk...@gwtproject.org

[gwt-contrib] Change in gwt[master]: Utility to store multiple HandlerRegistrations

2013-07-09 Thread Daniel Kurka
Daniel Kurka has posted comments on this change. Change subject: Utility to store multiple HandlerRegistrations .. Patch Set 5: (2 comments) File user/src/com/google/web

[gwt-contrib] Change in gwt[master]: Utility to store multiple HandlerRegistrations

2013-07-08 Thread Daniel Kurka
Daniel Kurka has uploaded a new change for review. https://gwt-review.googlesource.com/3661 Change subject: Utility to store multiple HandlerRegistrations .. Utility to store multiple HandlerRegistrations fixes issue 8246

[gwt-contrib] Change in gwt[master]: Utility to store multiple HandlerRegistrations

2013-07-08 Thread Daniel Kurka
: gwt Gerrit-Branch: master Gerrit-Owner: Daniel Kurka danku...@google.com Gerrit-Reviewer: Leeroy Jenkins jenk...@gwtproject.org -- http://groups.google.com/group/Google-Web-Toolkit-Contributors --- You received this message because you are subscribed to the Google Groups GWT Contributors group

[gwt-contrib] Change in gwt[master]: Utility to store multiple HandlerRegistrations

2013-07-08 Thread Daniel Kurka
Daniel Kurka has posted comments on this change. Change subject: Utility to store multiple HandlerRegistrations .. Patch Set 2: (1 comment) File user/src/com/google/web

[gwt-contrib] Change in gwt[master]: Utility to store multiple HandlerRegistrations

2013-07-08 Thread Daniel Kurka
Daniel Kurka has posted comments on this change. Change subject: Utility to store multiple HandlerRegistrations .. Patch Set 1: (3 comments) File user/src/com/google/web

[gwt-contrib] Change in gwt[master]: Utility to store multiple HandlerRegistrations

2013-07-08 Thread Daniel Kurka
: gwt Gerrit-Branch: master Gerrit-Owner: Daniel Kurka danku...@google.com Gerrit-Reviewer: Daniel Kurka danku...@google.com Gerrit-Reviewer: Leeroy Jenkins jenk...@gwtproject.org Gerrit-Reviewer: Thomas Broyer t.bro...@gmail.com -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Change in gwt[master]: Log warning when wrongly using RootPanel

2013-07-08 Thread Daniel Kurka
Daniel Kurka has posted comments on this change. Change subject: Log warning when wrongly using RootPanel .. Patch Set 1: (2 comments) I think we should go with adding a comment to add (since all other adds calls this one

[gwt-contrib] Change in gwt[master]: Move arrow key functions from Tree to KeyCodes

2013-07-08 Thread Daniel Kurka
Daniel Kurka has uploaded a new change for review. https://gwt-review.googlesource.com/3662 Change subject: Move arrow key functions from Tree to KeyCodes .. Move arrow key functions from Tree to KeyCodes remove handling

[gwt-contrib] Change in gwt[master]: Move arrow key functions from Tree to KeyCodes

2013-07-08 Thread Daniel Kurka
https://gwt-review.googlesource.com/3662 To unsubscribe, visit https://gwt-review.googlesource.com/settings Gerrit-MessageType: newpatchset Gerrit-Change-Id: I811520d330c181958dd67cbfbe30c46becebbe43 Gerrit-PatchSet: 2 Gerrit-Project: gwt Gerrit-Branch: master Gerrit-Owner: Daniel Kurka danku

[gwt-contrib] Change in gwt[master]: Move arrow key functions from Tree to KeyCodes

2013-07-08 Thread Daniel Kurka
Kurka danku...@google.com Gerrit-Reviewer: Daniel Kurka danku...@google.com Gerrit-Reviewer: Leeroy Jenkins jenk...@gwtproject.org Gerrit-Reviewer: Matthew Dempsky mdemp...@google.com Gerrit-Reviewer: Thomas Broyer t.bro...@gmail.com -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Change in gwt[master]: Move arrow key functions from Tree to KeyCodes

2013-07-08 Thread Daniel Kurka
Daniel Kurka has posted comments on this change. Change subject: Move arrow key functions from Tree to KeyCodes .. Patch Set 3: (1 comment) File user/src/com/google/gwt

[gwt-contrib] Change in gwt[master]: Move arrow key functions from Tree to KeyCodes

2013-07-08 Thread Daniel Kurka
Gerrit-Owner: Daniel Kurka danku...@google.com Gerrit-Reviewer: Daniel Kurka danku...@google.com Gerrit-Reviewer: Leeroy Jenkins jenk...@gwtproject.org Gerrit-Reviewer: Matthew Dempsky mdemp...@google.com Gerrit-Reviewer: Thomas Broyer t.bro...@gmail.com -- http://groups.google.com/group/Google-Web

[gwt-contrib] Change in gwt[master]: Move arrow key functions from Tree to KeyCodes

2013-07-08 Thread Daniel Kurka
Daniel Kurka has posted comments on this change. Change subject: Move arrow key functions from Tree to KeyCodes .. Patch Set 4: (2 comments) File user/src/com/google/gwt

[gwt-contrib] Change in gwt[master]: Move arrow key functions from Tree to KeyCodes

2013-07-08 Thread Daniel Kurka
-Branch: master Gerrit-Owner: Daniel Kurka danku...@google.com Gerrit-Reviewer: Daniel Kurka danku...@google.com Gerrit-Reviewer: Goktug Gokdogan gok...@google.com Gerrit-Reviewer: Leeroy Jenkins jenk...@gwtproject.org Gerrit-Reviewer: Matthew Dempsky mdemp...@google.com Gerrit-Reviewer: Thomas Broyer

[gwt-contrib] Change in gwt[master]: Log warning when wrongly using RootPanel

2013-07-07 Thread Daniel Kurka
Daniel Kurka has uploaded a new change for review. https://gwt-review.googlesource.com/3637 Change subject: Log warning when wrongly using RootPanel .. Log warning when wrongly using RootPanel fixes issue 5874 Change-Id

[gwt-contrib] Change in gwt[master]: Remove deprecated use of isChecked in javadoc

2013-07-07 Thread Daniel Kurka
Daniel Kurka has uploaded a new change for review. https://gwt-review.googlesource.com/3639 Change subject: Remove deprecated use of isChecked in javadoc .. Remove deprecated use of isChecked in javadoc fixes issue 6232

Re: GWT website moved to gwtproject.org

2013-07-03 Thread Daniel Kurka
+2, Daniel Kurka wrote: Today we finally flipped the switch and moved all the GWT content from developers.google.com to gwtproject.org. The old homepage will redirect to gwtproject.org so there should be no broken links. However if you encounter any missing content or broken links please file

GWT website moved to gwtproject.org

2013-07-02 Thread Daniel Kurka
Today we finally flipped the switch and moved all the GWT content from developers.google.com to gwtproject.org. The old homepage will redirect to gwtproject.org so there should be no broken links. However if you encounter any missing content or broken links please file a

Re: [gwt-contrib] Please make it easier to contribute...

2013-07-01 Thread Daniel Kurka
Hi there, the problem is not that we do not want to use your patch, we can not do that for legal reasons (You need to sign a contributor license agreement). This is something that gerrit helps with since the only way to post a patch there is to sign the agreement first. I can surely provide help

[gwt-contrib] Change in gwt[master]: Let ValueListBox implement HasEnabled

2013-06-30 Thread Daniel Kurka
Daniel Kurka has uploaded a new change for review. https://gwt-review.googlesource.com/3611 Change subject: Let ValueListBox implement HasEnabled .. Let ValueListBox implement HasEnabled fixes issue 6112 Change-Id

[gwt-contrib] Change in gwt[master]: Making DialogBox clear handlers on auto hide

2013-06-30 Thread Daniel Kurka
Daniel Kurka has uploaded a new change for review. https://gwt-review.googlesource.com/3612 Change subject: Making DialogBox clear handlers on auto hide .. Making DialogBox clear handlers on auto hide fixes issue 6356

[gwt-contrib] Change in gwt[master]: Making DialogBox clear handlers on auto hide

2013-06-30 Thread Daniel Kurka
Daniel Kurka has uploaded a new patch set (#2). Change subject: Making DialogBox clear handlers on auto hide .. Making DialogBox clear handlers on auto hide fixes issue 6356 Change-Id

[gwt-contrib] Change in gwt[master]: Add wrap method to Canvas

2013-06-30 Thread Daniel Kurka
Daniel Kurka has uploaded a new change for review. https://gwt-review.googlesource.com/3613 Change subject: Add wrap method to Canvas .. Add wrap method to Canvas fixes issue 6683 Change-Id

[gwt-contrib] Change in gwt[master]: Add wrap method to Canvas

2013-06-30 Thread Daniel Kurka
Daniel Kurka has posted comments on this change. Change subject: Add wrap method to Canvas .. Patch Set 1: (2 comments) File user/src/com/google/gwt/canvas/client

[gwt-contrib] Change in gwt[master]: Add wrap method to Canvas

2013-06-30 Thread Daniel Kurka
-review.googlesource.com/settings Gerrit-MessageType: newpatchset Gerrit-Change-Id: Ieca5c14e41b495da75004fa080409fca1b21b3d5 Gerrit-PatchSet: 2 Gerrit-Project: gwt Gerrit-Branch: master Gerrit-Owner: Daniel Kurka danku...@google.com Gerrit-Reviewer: Daniel Kurka danku...@google.com Gerrit-Reviewer: Leeroy Jenkins

[gwt-contrib] Change in gwt[master]: Let ValueListBox implement HasEnabled

2013-06-30 Thread Daniel Kurka
: Daniel Kurka danku...@google.com Gerrit-Reviewer: Jens Nehlmeier jens.nehlme...@gmail.com Gerrit-Reviewer: Leeroy Jenkins jenk...@gwtproject.org Gerrit-Reviewer: Thomas Broyer t.bro...@gmail.com -- http://groups.google.com/group/Google-Web-Toolkit-Contributors --- You received this message because

[gwt-contrib] Change in gwt[master]: Add wrap method to Canvas

2013-06-30 Thread Daniel Kurka
Daniel Kurka has posted comments on this change. Change subject: Add wrap method to Canvas .. Patch Set 2: (1 comment) File user/src/com/google/gwt/canvas/client

[gwt-contrib] Change in gwt[master]: Add toString to SafeHtmlString to help debuging

2013-06-30 Thread Daniel Kurka
Daniel Kurka has uploaded a new change for review. https://gwt-review.googlesource.com/3614 Change subject: Add toString to SafeHtmlString to help debuging .. Add toString to SafeHtmlString to help debuging Change-Id

[gwt-contrib] Change in gwt[master]: Making DialogBox clear handlers on auto hide

2013-06-30 Thread Daniel Kurka
(-) -- To view, visit https://gwt-review.googlesource.com/3612 To unsubscribe, visit https://gwt-review.googlesource.com/settings Gerrit-MessageType: newpatchset Gerrit-Change-Id: Iaa4c76643eecf1b51820861f193de36ed44e9f41 Gerrit-PatchSet: 3 Gerrit-Project: gwt Gerrit-Branch: master Gerrit-Owner: Daniel

[gwt-contrib] Change in gwt[master]: Making DialogBox clear handlers on auto hide

2013-06-30 Thread Daniel Kurka
Daniel Kurka has posted comments on this change. Change subject: Making DialogBox clear handlers on auto hide .. Patch Set 3: I think not duplicating code, but adding a test is the best way to go here. -- To view, visit

[gwt-contrib] Change in gwt[master]: Undeprecate setMultipleSelect in ListBox

2013-06-30 Thread Daniel Kurka
Daniel Kurka has uploaded a new change for review. https://gwt-review.googlesource.com/3615 Change subject: Undeprecate setMultipleSelect in ListBox .. Undeprecate setMultipleSelect in ListBox Changing ListBox from multi

[gwt-contrib] Change in gwt[master]: Add Object.clone as throwing implementation

2013-06-30 Thread Daniel Kurka
Daniel Kurka has uploaded a new change for review. https://gwt-review.googlesource.com/3616 Change subject: Add Object.clone as throwing implementation .. Add Object.clone as throwing implementation fixes issue 5068

[gwt-contrib] Change in gwt[master]: Add Object.clone as throwing implementation

2013-06-30 Thread Daniel Kurka
(-) -- To view, visit https://gwt-review.googlesource.com/3616 To unsubscribe, visit https://gwt-review.googlesource.com/settings Gerrit-MessageType: newpatchset Gerrit-Change-Id: Ie89b7874953e1d6378fa2a5cb19beb3c34689218 Gerrit-PatchSet: 2 Gerrit-Project: gwt Gerrit-Branch: master Gerrit-Owner: Daniel Kurka

[gwt-contrib] Change in gwt[master]: Add Object.clone as throwing implementation

2013-06-30 Thread Daniel Kurka
Daniel Kurka has posted comments on this change. Change subject: Add Object.clone as throwing implementation .. Patch Set 2: (1 comment) File user/super/com/google/gwt

[gwt-contrib] Change in gwt[master]: Add Object.clone as throwing implementation

2013-06-30 Thread Daniel Kurka
-Owner: Daniel Kurka danku...@google.com Gerrit-Reviewer: Daniel Kurka danku...@google.com Gerrit-Reviewer: John A. Tamplin j...@jaet.org Gerrit-Reviewer: Leeroy Jenkins jenk...@gwtproject.org -- http://groups.google.com/group/Google-Web-Toolkit-Contributors --- You received this message because you

[gwt-contrib] Change in gwt[master]: Add Object.clone as throwing implementation

2013-06-30 Thread Daniel Kurka
-Owner: Daniel Kurka danku...@google.com Gerrit-Reviewer: Daniel Kurka danku...@google.com Gerrit-Reviewer: John A. Tamplin j...@jaet.org Gerrit-Reviewer: Leeroy Jenkins jenk...@gwtproject.org -- http://groups.google.com/group/Google-Web-Toolkit-Contributors --- You received this message because you

[gwt-contrib] Change in gwt[master]: changes for 5113

2013-06-30 Thread Daniel Kurka
Daniel Kurka has posted comments on this change. Change subject: changes for 5113 .. Patch Set 1: Could you update the commit message (git commit --amend) to say something like: Fix os detection in I18NCreater

[gwt-contrib] Change in gwt[master]: Make DateCell use non deprecated DateTimeFormat

2013-06-30 Thread Daniel Kurka
Daniel Kurka has uploaded a new change for review. https://gwt-review.googlesource.com/3617 Change subject: Make DateCell use non deprecated DateTimeFormat .. Make DateCell use non deprecated DateTimeFormat fixes issue

[gwt-contrib] Change in gwt[master]: Make DateCell use non deprecated DateTimeFormat

2013-06-30 Thread Daniel Kurka
Daniel Kurka has uploaded a new patch set (#2). Change subject: Make DateCell use non deprecated DateTimeFormat .. Make DateCell use non deprecated DateTimeFormat fixes issue 8201 Change-Id

[gwt-contrib] Change in gwt[master]: Make DateCell use non deprecated DateTimeFormat

2013-06-30 Thread Daniel Kurka
To unsubscribe, visit https://gwt-review.googlesource.com/settings Gerrit-MessageType: newpatchset Gerrit-Change-Id: I4fe3065313a019ef5c97427e925d45dadc6ef434 Gerrit-PatchSet: 3 Gerrit-Project: gwt Gerrit-Branch: master Gerrit-Owner: Daniel Kurka danku...@google.com Gerrit-Reviewer: Leeroy Jenkins jenk

<    1   2   3   4   5   6   >