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:

[gwt-contrib] Re: Deprecating com.google.gwt.widget?

2013-11-07 Thread Thomas Broyer
I thought Google Groups was using it for its buttons (border collapsing, default action styling), but maybe they just use something similar (there's no menu indicator, and the HTML doesn't actually matches the SafeHtmlTemplates from ButtonCellBase, but it might just be taking advantage of the

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

2013-11-07 Thread Julien Dramaix
I tried the 2.6.0-rc1 release and maven (in command line) and Intellij seems happy with this dependency. Thanks Matthew. Julien On Thu, Nov 7, 2013 at 10:00 AM, Daniel Kurka danku...@google.com wrote: I think we still need to update the release notes:

Re: [gwt-contrib] Re: GWT 2.6.0 will be still Ant based or already Gradle bases? (for OSGI-fy GWT)

2013-11-07 Thread Cristiano
Hi All, maybe I have a patch for this (testing it now). I've opened an Issue https://code.google.com/p/google-web-toolkit/issues/detail?id=8424 and I will try to submit the patch as soon as possible. My biggest issue is that I need to learn how to use gerrit :-) If there is common acceptance,

[gwt-contrib] Question about how making prepare a patch for gerrit

2013-11-07 Thread Cristiano
Hi all, I'm making a patch for the issue https://code.google.com/p/google-web-toolkit/issues/detail?id=8424 Actually I have tested the patch over the branch release/2.6 = $ git status # On branch release/2.6 # Changes to be committed: # (use git reset HEAD file... to unstage) # # modified:

[gwt-contrib] Re: Question about how making prepare a patch for gerrit

2013-11-07 Thread Thomas Broyer
According to https://groups.google.com/d/msg/google-web-toolkit-contributors/ay4gLCa9cuM/w8fNyLS6xKgJ, work on master and then cherrypick to release/2.6 (IOW, the release branch will never be merged back to master) On Thursday, November 7, 2013 7:09:58 PM UTC+1, Cristiano wrote: Hi all,

Re: [gwt-contrib] Re: Question about how making prepare a patch for gerrit

2013-11-07 Thread Cristiano Costantini
Many thanks Thomas! 2013/11/7 Thomas Broyer t.bro...@gmail.com According to https://groups.google.com/d/msg/google-web-toolkit-contributors/ay4gLCa9cuM/w8fNyLS6xKgJ, work on master and then cherrypick to release/2.6 (IOW, the release branch will never be merged back to master) On