Re: [java-gnome-hackers] Source code moved to Git
Brought to you by:
afcowie
From: Sarah L. <xa...@gm...> - 2013-03-14 11:23:04
|
Owh I forgot to mention one thing. The patch includes a fix for the enchant test. Which was crashing for me. I still have 1 test crashing on me. for unknown reasons.. dug into it a while ago, never found out why.. Kind regards, Sarah On Thu, Mar 14, 2013 at 12:14 PM, Sarah Leibbrand <xa...@gm...> wrote: > > Not all, I prefer git over bazaar any day really. This makes it really a > lot easier. > > Anyway attached is my patch for now for the next release. (I assumed > 4.1.3?) > > Summary of changes: > > * Exposed getChildAt(int, int) method in Grid. (I LOVE grid.. so much > better then those nasty vbox/hbox mess) > * Exposed getLanguageGuess(String, String) in LanguageManager (renamed > from guessLanguage() in C, didn't make sense to me to just put 'get' > infront of the name). > * Exposed WindowState.FOCUSED which otherwise may give errors when > requesting window state information such as maximized. > * Fixed crash from using accelerators when overwriting existing > accelerators with a nullable field that was not so nullable in the def > file. (see MenuItem.java#193, Action.java#494) > > I plan to look into extended tooltips later. Makes things easier for quick > lists (treeviews) to have extra information visible rather then being very > wide. > > Kind Regards, > > Sarah Leibbrand > > > > > On Thu, Mar 14, 2013 at 11:09 AM, Andrew Cowie < > an...@op...> wrote: > >> On Thu, 2013-03-14 at 10:58 +0100, Sarah Leibbrand wrote: >> > So out of curiosity, since I have a few things to commit. Should i >> > post the patch through bazaar or git now? Either way is fine with me. >> > There is a fix in a def file and some exposed methods that I need. >> >> A a pull request via GitHub would be best, if you don't mind. >> >> AfC >> Sydney >> >> >> >> >> ------------------------------------------------------------------------------ >> Everyone hates slow websites. So do we. >> Make your web apps faster with AppDynamics >> Download AppDynamics Lite for free today: >> http://p.sf.net/sfu/appdyn_d2d_mar >> >> _______________________________________________ >> java-gnome-hackers mailing list >> jav...@li... >> https://lists.sourceforge.net/lists/listinfo/java-gnome-hackers >> >> > |