Jeroen

Show:

What's happening?

  • Comment: Malt and hop dropdowns problems

    Hello Andy, I have created a patch that should fix this bug. Could you perhaps try it out and report your findings? Thanks, Jeroen.

    2007-06-01 14:59:03 UTC in StrangeBrew Java Project

  • Fixes bugs [ 1580524 ] and [ 1511954 ]

    This patch fixes bugs [ 1580524 ] "Malt and hop dropdowns problems" and [ 1511954 ] "Dropdowns (malt, hops): Edit a line with data already, drop'". The problem seemed to be in the table models. In the HopsTableModel and the MaltTableModel, the getValueAt() function returned a String in stead of a Hop or Fermentable object. This threw of the comboBoxModel and caused it to remain unset after the...

    2007-06-01 14:54:58 UTC in StrangeBrew Java Project

  • Comment: Date changing

    Hi, I have created a patch against the latest CVS that should fix (part of) this problem (patch 1728821 on sourceforge). I think the Qbrew an Promash import problem is a different issue, but I have not tested this. Could you try and see if the patch works? Thanks, Jeroen.

    2007-05-31 08:54:46 UTC in StrangeBrew Java Project

  • Fixes bug [ 1581203 ] "Date changing"

    This patch should fix bug [ 1581203 ] "Date changing". The problem was that the DatePicker txtDate had an actionListener attached to it that was only designed to handle text fields (StrangeSwing.actionPerformed()). However, txtDate is now a DatePicker, so it was ignored. The patch attaches a actionListener that compares the dates and sets the new one, if necessary.

    2007-05-31 08:51:14 UTC in StrangeBrew Java Project

  • Fixes the comments scrollbar

    In StrangeSwing.java, a setPreferredSize() is performed on the JTextArea txtComments. However, txtComments is located within the JScrollPane scpComments. scpComments is the component that is added to the JPanel pnlDetails. This way, no scrollbar appears when the text contained in the text area becomes to long (or perhaps it is not visible). It seems more appropriate to perform the...

    2007-05-30 11:29:18 UTC in StrangeBrew Java Project

  • Reset the extensions of the file chooser

    Each time you open, save or export a recipe, the fileChooser.setFileFilter() function is called to set the file filter. However, contrary to what one might think judging by the function name, setFileFilter() apparently adds the filter and only then set it as the selected one. So, after a few times doing Open, Save or Export, a list of selectable filetypes accumulates. This can be counteracted...

    2007-05-29 21:26:03 UTC in StrangeBrew Java Project

  • Comment: Notes don't make it to HTML export

    What version are you using? In the CVS version, notes are exported to HTML. They appear under the "Created by" line. One thing I do notice is that newline characters are not reproduced.

    2007-05-29 20:16:23 UTC in StrangeBrew Java Project

  • shift in one data point at a time

    I'm using plotmm to plot data as it comes in through the serial port. In order to simplify my use of plotmm, i have implemented a function that shifts in one data point at a time. Perhaps there are better ways to implement this, I'm not really a C++ guru.

    2007-05-29 19:24:30 UTC in PlotMM

  • Fixes the Minute field in the Hops table

    To parse a newly entered value in the "Min" field in the Hops table, the function Int.parseInt was used. However, after loading a recipe, a value in the form "xx.x" is displayed (e.g. "60.0"). New values entered in this form can not be parsed by parseInt and so the value remains unaltered. It would be better to parse the string as a double first and then convert it to an int. This way...

    2007-05-29 18:50:19 UTC in StrangeBrew Java Project

  • getCurvature() for otPolyLineSpline3

    This patch implements a getCurvature() function for the otPolyLineSpline class. The main purpose of this function is to implement a curvature based stem mesher. In order to implement the function, I also added two additional functions, getNormal() and getSecondDerivative(). I also altered getTangent() slightly, to make it more accurate.

    2006-09-26 14:46:01 UTC in OpenTree Library

About Me

  • 2005-08-28 (4 years ago)
  • 1336491
  • jeroen_wouters (My Site)
  • Jeroen

Send me a message