[gwt-contrib] Re: Redirecting Subversion to Git

2014-06-27 Thread Patrick Tucker
Unfortunately the chances that I get it done in a timely manner is very slim. When I get some time I'm going to try setting up a windows port of curl and see if that will make it so I can easily commit patches at home. On Friday, June 27, 2014 12:56:06 PM UTC-4, Daniel Kurka wrote: Hi

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

2014-05-26 Thread Patrick Tucker
I wish Java's Object didn't implement Cloneable, seems crazy to implement an interface that you don't actually implement. -- You received this message because you are subscribed to the Google Groups GWT Contributors group. To unsubscribe from this group and stop receiving emails from it, send

[gwt-contrib] Re: GWT 2.6.1-rc1

2014-04-29 Thread Patrick Tucker
Sad to not see support for jetty-web.xml returned. :( On Tuesday, April 29, 2014 7:37:32 AM UTC-4, Thomas Broyer wrote: Ah, too bad those two haven't been merged before cutting the RC1: https://gwt-review.googlesource.com/7270 https://gwt-review.googlesource.com/7257 (see

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

2014-04-08 Thread Patrick Tucker
We also chose not to update to 2.6 because of the jetty-web.xml problem. On Tuesday, April 8, 2014 5:23:40 AM UTC-4, Thomas Broyer wrote: I couldn't actually imagine releasing 2.6.1 without the fix for 8585 (which should incidentally fix 8526) On Tuesday, April 8, 2014 9:24:45 AM UTC+2,

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

2014-01-13 Thread Patrick Tucker
and some of the posts here should help you through the rough spots (until the instructions can be patched). On Saturday, January 4, 2014 11:24:26 AM UTC-5, Patrick Tucker wrote: Yeah I found those, but the one I'm looking for, Workshop: How to become a GWT committer, links to the gwtproject.org

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

2014-01-04 Thread Patrick Tucker
Yeah I found those, but the one I'm looking for, Workshop: How to become a GWT committer, links to the gwtproject.org web page. I'm currently looking for this presentation, but am having no luck. Thanks for the link though. On Saturday, January 4, 2014 11:18:55 AM UTC-5, Michael Vogt wrote:

[gwt-contrib] GWT.create sessions recorded?

2014-01-03 Thread Patrick Tucker
Were any of the sessions from the conference recorded? Are they going to be made public? Thanks, Pat -- http://groups.google.com/group/Google-Web-Toolkit-Contributors --- You received this message because you are subscribed to the Google Groups GWT Contributors group. To unsubscribe from

[gwt-contrib] *.gwt.xml module file

2013-12-29 Thread Patrick Tucker
Sounds like you need to align your browsers document mode and compatibility mode. Hit F12 and modify accordingly. -- http://groups.google.com/group/Google-Web-Toolkit-Contributors --- You received this message because you are subscribed to the Google Groups GWT Contributors group. To

[gwt-contrib] Re: com.google.gwt.view.client.Range why client only?

2013-12-09 Thread Patrick Tucker
Crickets... On Friday, November 22, 2013 4:58:10 PM UTC-5, Patrick Tucker wrote: Why is Range not a shared class? If for some strange reason it needs to be client only, why does it implement Serializable? -- http://groups.google.com/group/Google-Web-Toolkit-Contributors --- You received

[gwt-contrib] com.google.gwt.view.client.Range why client only?

2013-11-22 Thread Patrick Tucker
Why is Range not a shared class? If for some strange reason it needs to be client only, why does it implement Serializable? -- 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] Re: Reminder: GWT 2.6 feature complete is Nov 4

2013-10-18 Thread Patrick Tucker
I really would like to see some of these make the cut. Most of the which are trivial fixes, some have patches proposed. title set on parent TreeItem appears also on its children http://code.google.com/p/google-web-toolkit/issues/detail?id=1393 HeaderPanel setHeaderWidget is broken

[gwt-contrib] JavaScriptObject hasOwnProperty(String)

2013-07-31 Thread Patrick Tucker
I there any particular reason hasOwnProperty is not in JavaScriptObject? It is used throughout GWT and from what I have seen the following would be the best implementation: public native boolean hasOwnProperty(String key) /*-{ // In Firefox, jsObject.hasOwnProperty(key) requires a

Re: [gwt-contrib] JavaScriptObject hasOwnProperty(String)

2013-07-31 Thread Patrick Tucker
A. Tamplin wrote: On Wed, Jul 31, 2013 at 11:03 AM, Patrick Tucker tuck...@gmail.comjavascript: wrote: I there any particular reason hasOwnProperty is not in JavaScriptObject? There are a lot of things that would have made sense to put in JSO originally (or likewise on Js*), but adding

Re: [gwt-contrib] Re: ValueListBox should implement HasEnabled (6112) (issue1832803)

2013-06-10 Thread Patrick Tucker
...@gmail.com wrote: Should be http://gwtproject.org/makinggwtbetter.html On Sunday, May 19, 2013 10:00:01 PM UTC+2, Patrick Tucker wrote: I started from scratch and was able to get it mostly working. Is there a doc that explains the right way to submit a patch? On Friday, May 17, 2013 1:19:33 PM

Re: [gwt-contrib] Re: ValueListBox should implement HasEnabled (6112) (issue1832803)

2013-06-10 Thread Patrick Tucker
, Daniel Kurka danku...@google.com wrote: Hi Patrick, foo is often used as a place holder, so something like: git add foo should mean: git add my_cool_edited_file -Daniel On Mon, Jun 10, 2013 at 3:35 PM, Patrick Tucker tucker...@gmail.comwrote: From the gwtproject Making GWT Better page

Re: [gwt-contrib] Re: ValueListBox should implement HasEnabled (6112) (issue1832803)

2013-06-10 Thread Patrick Tucker
did not go away. The command that GIT tells me to run executes chmod in it, being that I am on a windows machine it obviously fails. The online help page also tells me to execute the same command. I'm at a loss. On Monday, June 10, 2013 10:43:27 AM UTC-4, Patrick Tucker wrote: Thanks

[gwt-contrib] Change in gwt[master]: FileUpload: extending FocusWidget instead of Widget so as it...

2013-06-07 Thread Patrick Tucker
Patrick Tucker has posted comments on this change. Change subject: FileUpload: extending FocusWidget instead of Widget so as it exposes many features which already are in the file-input element: click(), focus(), mouseevents, keyevents, etc

[gwt-contrib] Change in gwt[master]: Removes delegation of event from TextBox event handler insid...

2013-05-31 Thread Patrick Tucker
Patrick Tucker has posted comments on this change. Change subject: Removes delegation of event from TextBox event handler inside SuggestBox. .. Patch Set 1: Code-Review+1 Cool thanks for transferring this one over

[gwt-contrib] Re: Trouble with gwt push (contributor agreement)

2013-05-24 Thread Patrick Tucker
On there left there is a link HTTP Password. If you haven't already, you have to click that to get the password that you will use for authentication. On Thursday, May 23, 2013 6:51:55 PM UTC-4, Matic Petek wrote: Hi, I update Books section on gwtproject.org and I would like to send

[gwt-contrib] Re: Trouble with gwt push (contributor agreement)

2013-05-24 Thread Patrick Tucker
. On Friday, May 24, 2013 2:49:50 PM UTC+2, Patrick Tucker wrote: On there left there is a link HTTP Password. If you haven't already, you have to click that to get the password that you will use for authentication. On Thursday, May 23, 2013 6:51:55 PM UTC-4, Matic Petek wrote: Hi

Re: [gwt-contrib] Re: ValueListBox should implement HasEnabled (6112) (issue1832803)

2013-05-19 Thread Patrick Tucker
I started from scratch and was able to get it mostly working. Is there a doc that explains the right way to submit a patch? On Friday, May 17, 2013 1:19:33 PM UTC-4, Patrick Tucker wrote: Windows 7 Pro On Friday, May 17, 2013 12:51:47 PM UTC-4, Matthew Dempsky wrote: On Fri, May 17, 2013

[gwt-contrib] Re: ValueListBox should implement HasEnabled (6112) (issue1832803)

2013-05-17 Thread Patrick Tucker
I would be more than happy to but I can't seem to get gwt-dev, gwt-servlet, gwt-user,... under master to work when I check them out in eclipse. Eclipse tells me the source folders do not exist when they do. I'm not familiar with GIT so I'm at a loss. On Thursday, May 16, 2013 3:35:21 PM

Re: [gwt-contrib] Re: ValueListBox should implement HasEnabled (6112) (issue1832803)

2013-05-17 Thread Patrick Tucker
:43:20 AM UTC-4, John A. Tamplin wrote: On Fri, May 17, 2013 at 6:11 AM, Patrick Tucker tuck...@gmail.comjavascript: wrote: I would be more than happy to but I can't seem to get gwt-dev, gwt-servlet, gwt-user,... under master to work when I check them out in eclipse. Eclipse tells me

Re: [gwt-contrib] Re: ValueListBox should implement HasEnabled (6112) (issue1832803)

2013-05-17 Thread Patrick Tucker
Windows 7 Pro On Friday, May 17, 2013 12:51:47 PM UTC-4, Matthew Dempsky wrote: On Fri, May 17, 2013 at 9:45 AM, Patrick Tucker tuck...@gmail.comjavascript: wrote: I'm not sure where to find the file that you are referring to, it is not in my eclipse install folder? John

[gwt-contrib] Change in gwt[master]: Add SafeUri overloads for setting properties used for naviga...

2013-05-13 Thread Patrick Tucker
Patrick Tucker has posted comments on this change. Change subject: Add SafeUri overloads for setting properties used for navigation .. Patch Set 4: How about adding a constructor for Frame? Currently there is Frame(String

[gwt-contrib] Change in gwt[master]: Add SafeUri overloads for setting properties used for naviga...

2013-05-13 Thread Patrick Tucker
Patrick Tucker has posted comments on this change. Change subject: Add SafeUri overloads for setting properties used for navigation .. Patch Set 4: Why not add a null check and set null when appropriate? -- To view, visit

[gwt-contrib] Re: Change in gwt[master]: removes block splitting logic that was specific to IE6/7

2013-04-19 Thread Patrick Tucker
I don't need it but, can't IE6 just be removed from the default permutation list, instead of actually removing the code so that people who still need it are not SOL? On Thursday, April 18, 2013 9:51:38 PM UTC-4, Thomas Broyer wrote: Thomas Broyer has posted comments on this change. Change

[gwt-contrib] Change in gwt[master]: fixes ISSUE 7752 added constructor for java.util.logging.Lev...

2013-01-29 Thread Patrick Tucker
Patrick Tucker has posted comments on this change. Change subject: fixes ISSUE 7752 added constructor for java.util.logging.Level gwt emulation to be compatible with JRE .. Patch Set 4: I'm just curious, why are hashCode

Re: [gwt-contrib] GWT 2.5.1 release - Call for help

2013-01-19 Thread Patrick Tucker
Issue 7905 created. On Thursday, January 17, 2013 3:49:16 PM UTC-5, Daniel Kurka wrote: Please do ! Thanks Patrick! 2013/1/16 Patrick Tucker tuck...@gmail.com javascript: I do not have an open issue for that patch. Would you like me to create one? On Tuesday, January 15, 2013 5:48

Re: [gwt-contrib] GWT 2.5.1 release - Call for help

2013-01-16 Thread Patrick Tucker
that everything will land in GWT 2.5.1, but at least someone will take a look. Do you have an open issue for http://gwt-code-reviews.appspot.com/1736804/ ? Thanks again, Daniel Am 13.01.2013 um 19:24 schrieb Patrick Tucker tuck...@gmail.comjavascript: : http://gwt-code

Re: [gwt-contrib] GWT 2.5.1 release - Call for help

2013-01-13 Thread Patrick Tucker
Any chance these can get committed? http://gwt-code-reviews.appspot.com/1876803/ http://gwt-code-reviews.appspot.com/1762803/ http://gwt-code-reviews.appspot.com/1833803/ http://gwt-code-reviews.appspot.com/1785803/ http://gwt-code-reviews.appspot.com/1736804/ On Saturday, January 12, 2013

[gwt-contrib] Re: Call for forgotten patches

2012-04-11 Thread Patrick Tucker
Maybe you guys could take a look at this one too? http://code.google.com/p/google-web-toolkit/issues/detail?id=5424 On Thursday, March 8, 2012 9:22:11 PM UTC-5, Ray Cromwell wrote: Greetings Contributors, First an apology, I realize many of you have put a lot of work into contributing to

[gwt-contrib] Re: Call for forgotten patches

2012-03-09 Thread Patrick Tucker
http://code.google.com/p/google-web-toolkit/issues/detail?id=7135 I know I was asked to submit the patch to appspot, I just haven't found the time... On Mar 8, 9:59 pm, Bradley Gottfried brad...@worldviewsoftware.com wrote: http://gwt-code-reviews.appspot.com/1634804/ Thanks, Bradley

[gwt-contrib] Re: Internet Explorer issue with CssResource

2012-02-24 Thread Patrick Tucker
Check your browser mode, IE 8 Standards in particular. Your problem is caused by the display style: display:table-cell; You can easily test this by creating a html file with the following: div style=white-space: nowrap; overflow: hidden; text- overflow:ellipsis; width: 30px;asdfasdfasd fads