Patches item #3424988, was opened at 2011-10-17 16:35
Message generated for change (Tracker Item Submitted) made by eighthave
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3424988&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: puredata
Group: bugfix
Status: Open
Resolution: None
Priority: 7
Private: No
Submitted By: Hans-Christoph Steiner (eighthave)
Assigned to: Miller Puckette (millerpuckette)
Summary: add proper quoting of filenames to GUI prefs
Initial Comment:
On Mac OS X, then GUI prefs system was not handling quoting of filenames at all. The first patch adds proper quoting, then the second patch brings pd_guiprefs.tcl inline with the coding style of the rest of the Pd GUI code (using namespaces, the 'else' keyword, etc).
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3424988&group_…
Hello, all,
I would like to introduce myself and humbly request to be a Pd committer.
Following http://puredata.info/docs/developer/SVNCommitAccess
this is the required info:
My name is Ricardo Fabbri and I have been working with free software
since 1999, specializing in computer vision and image processing.
During my PhD I worked on 3D reconstruction algorithms and video camera
self-calibration, and have also worked for Google in applications of
related technology for the scanning and indexing of books and other print
material. I have recently returned to Brazil where I helped found the
free software group Lab Macambira (labmacambira.sf.net), together with
my brother Renato Fabbri, Vilson Vieira, and others. We are currently
a team of 15.
My brother had a significant influence in Pd Con that was held in
Brazil, as well as in the rise of the Brazilian Pd and Linux community. My
brother is a composer and is doing graduate work in computational
physics. I was actually the one who introduced him to Pd and Linux
back in the days when he was working with Max. We were also joined by
Gilson Beck, another composer who got hooked on Pd. Currently, my
direct interests with Pd development are to support the demands from
these composers, but, mainly, to support Pd as a core component of our
real-time video processing stack. We use Pd for guiding C++ modules
linked to OpenCV and VXL.
We also use Scilab as a quick prototyping language for new algorithms.
As you can see, Pd is the guiding master of our systems, so it is
crucial for us to have a development grip on it. Commit access is
important as we would like to develop this key component with you. You
can count on our painstaking care not to break anything and our
willing service to improve Pd. Perhaps with a commit access it will
make it easier to do small improvements and documentation, for a
start, or bigger things such as adding completely new functionality.
Our concrete plans for developing Pd are related to pix_opencv: adding
new functionality,
providing bugfixes, and modifying pix_opencv_bgstats to allow for
different background modeling algorithms,
and also profiling it to make it faster and more responsive. We plan
to help maintain puredata_opencv in general,
as well as helping you guys out with whatever you need. We were also
thinking about helping to migrate
the community pd-svn repository to Git, or even Gem to Git, so that at
least all our repos are under the same version control.
Any suggestions on how to help are more than welcome. We are very glad
to be interacting with you.
SF user: ricardofabbri.
Optionally, Vilson's SF user: vilsonvieira and My brother's: greenkobold
Best regards,
Ricardo
--
Linux registered user #175401
www.lems.brown.edu/~rfabbri
Patches item #3418895, was opened at 2011-10-05 04:30
Message generated for change (Comment added) made by ricardofabbri
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3418895&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: externals
Group: bugfix
>Status: Closed
>Resolution: Accepted
Priority: 5
Private: No
Submitted By: Ricardo Fabbri (ricardofabbri)
Assigned to: lluÃs gómez i bigordà (lluisbigorda)
Summary: updated configure.ac for puredata_opencv
Initial Comment:
basically newer autoconf require AC_INIT to have some mandatory arguments,
so this patch is strictly necessary for continuing development of puredata_opencv. without this patch autoconf will not generate configure from configure.ac.
----------------------------------------------------------------------
>Comment By: Ricardo Fabbri (ricardofabbri)
Date: 2011-10-17 16:45
Message:
Dear Lluis,
thank you.
The AC_PREREQ(2.65) is fine if it has worked for you. There was no
specific reason for 2.67, other than the fact that I tested on mine and was
only sure it worked on 2.67 in practice.
I tested the commit on my system and it seems to work fine.
----------------------------------------------------------------------
Comment By: lluÃs gómez i bigordà (lluisbigorda)
Date: 2011-10-17 07:37
Message:
hi ricardo,
the patch is working here, however I'm not able to use your configure.ac's
as my configure is still 2.65 (ubuntu 10.4)
I changed the value of AC_PREREQ to 2.65 and now works here ... I don't
know if there is any reason to require 2.67 .. is it?
tha patch is applied but this way (AC_PREREQ(2.65)) , ok?
thanks,
ll.
----------------------------------------------------------------------
Comment By: Ricardo Fabbri (ricardofabbri)
Date: 2011-10-16 21:59
Message:
Dear Lluis,
I uploaded a newer patch where I squashed two commits into a single one
before generating the patch.
I hope it works now.
I will write to Hans so that he can give me commit access to do some of
these small changes. That way I take less of your time (while keeping you
informed, of course).
This patch is very important as I've been having to e-mail the new
"configure" files around so that people working with me and also other
friends can compile pix-opencv with the latest OpenCV.
Thanks.
----------------------------------------------------------------------
Comment By: lluÃs gómez i bigordà (lluisbigorda)
Date: 2011-10-16 19:34
Message:
hi ricardo,
I'm sorry but this patch file is giving me an error when applyed against
the latest svn ::
$ patch -p1 < /home/lluis/Downloads/configure-update.patch
patching file externals/pdp_opencv/configure
Hunk #1 FAILED at 1.
Hunk #2 FAILED at 228.
Hunk #3 FAILED at 547.
Hunk #4 FAILED at 688.
Hunk #5 FAILED at 1190.
Hunk #6 FAILED at 1238.
Hunk #7 FAILED at 1259.
Hunk #8 FAILED at 1290.
Hunk #9 FAILED at 1353.
Hunk #10 FAILED at 1533.
Hunk #11 FAILED at 5021.
Hunk #12 FAILED at 5068.
12 out of 12 hunks FAILED -- saving rejects to file
externals/pdp_opencv/configure.rej
patching file externals/pdp_opencv/configure.ac
Hunk #1 FAILED at 1.
1 out of 1 hunk FAILED -- saving rejects to file
externals/pdp_opencv/configure.ac.rej
patching file externals/pix_opencv/configure
Hunk #1 FAILED at 1.
Hunk #2 FAILED at 228.
Hunk #3 FAILED at 547.
Hunk #4 FAILED at 688.
Hunk #5 FAILED at 1190.
Hunk #6 FAILED at 1238.
Hunk #7 FAILED at 1259.
Hunk #8 FAILED at 1290.
Hunk #9 FAILED at 1353.
Hunk #10 FAILED at 1533.
Hunk #11 FAILED at 5021.
Hunk #12 FAILED at 5068.
12 out of 12 hunks FAILED -- saving rejects to file
externals/pix_opencv/configure.rej
patching file externals/pix_opencv/configure.ac
Hunk #1 FAILED at 1.
1 out of 1 hunk FAILED -- saving rejects to file
externals/pix_opencv/configure.ac.rej
------------
waiting to fix this one also to apply #3418902
----
anyway it seems good work, thanks ricardo!
maybe I can try to fix by myself but the actual configure is not by me
and I have no much time these days ...
let's see...
thanks.
----------------------------------------------------------------------
Comment By: Ricardo Fabbri (ricardofabbri)
Date: 2011-10-07 22:22
Message:
guessing lluis is the right person..
----------------------------------------------------------------------
Comment By: Ricardo Fabbri (ricardofabbri)
Date: 2011-10-05 04:35
Message:
I took the initiative to put lluiz's email in the configure.ac AC_INIT; If
you're not comfortable with that I can put my email, although I am not the
main dev.
----------------------------------------------------------------------
Comment By: Ricardo Fabbri (ricardofabbri)
Date: 2011-10-05 04:32
Message:
BTW this is against the latest svn.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3418895&group_…
Bugs item #3424916, was opened at 2011-10-17 17:55
Message generated for change (Tracker Item Submitted) made by zmoelnig
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=3424916&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: puredata
Group: v0.43
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: IOhannes m zmölnig (zmoelnig)
Assigned to: Miller Puckette (millerpuckette)
Summary: tcl-package "registry" is missing in Pd-0.43.1 (w32)
Initial Comment:
i tried to run Pd-0.43.1test4 for w32 and ran into some problems with "package registry not found", which would then hang Pd.
afaict, these are the steps to reproduce (though i'm unsure, as the bug was triggered by a collegue and i was only called for rescue :-))
- start Pd-0.43.1test4
- add some paths/libs/... via the preferences and "save" them (this will create a registry entry for Pd)
- close Pd
- start Pd again and open a patch
- tcl/tk error appears about "package registry not found"
- the patch window becomes unmoveable
- Pd won't react any more
it seems like the "registry" package is unconditionally required on w32 in the pd_guiprefs.tcl file.
the tcl/tk that comes with Pd-0.43.1test4 (which is wish8.4) seems to lack the "registry" package.
replacing wish84 with wish85 (and accompanying libraries; i simply copied them from a PdExtended install) seems to have this problem fixed.
i would highly recommend to ship Pd-0.43 with wish8.5
(additionally, the "package require registry" should be protected by a catch{} clause)
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=3424916&group_…
Patches item #3418895, was opened at 2011-10-05 07:30
Message generated for change (Comment added) made by lluisbigorda
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3418895&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: externals
Group: bugfix
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Ricardo Fabbri (ricardofabbri)
Assigned to: lluÃs gómez i bigordà (lluisbigorda)
Summary: updated configure.ac for puredata_opencv
Initial Comment:
basically newer autoconf require AC_INIT to have some mandatory arguments,
so this patch is strictly necessary for continuing development of puredata_opencv. without this patch autoconf will not generate configure from configure.ac.
----------------------------------------------------------------------
>Comment By: lluÃs gómez i bigordà (lluisbigorda)
Date: 2011-10-17 09:37
Message:
hi ricardo,
the patch is working here, however I'm not able to use your configure.ac's
as my configure is still 2.65 (ubuntu 10.4)
I changed the value of AC_PREREQ to 2.65 and now works here ... I don't
know if there is any reason to require 2.67 .. is it?
tha patch is applied but this way (AC_PREREQ(2.65)) , ok?
thanks,
ll.
----------------------------------------------------------------------
Comment By: Ricardo Fabbri (ricardofabbri)
Date: 2011-10-16 23:59
Message:
Dear Lluis,
I uploaded a newer patch where I squashed two commits into a single one
before generating the patch.
I hope it works now.
I will write to Hans so that he can give me commit access to do some of
these small changes. That way I take less of your time (while keeping you
informed, of course).
This patch is very important as I've been having to e-mail the new
"configure" files around so that people working with me and also other
friends can compile pix-opencv with the latest OpenCV.
Thanks.
----------------------------------------------------------------------
Comment By: lluÃs gómez i bigordà (lluisbigorda)
Date: 2011-10-16 21:34
Message:
hi ricardo,
I'm sorry but this patch file is giving me an error when applyed against
the latest svn ::
$ patch -p1 < /home/lluis/Downloads/configure-update.patch
patching file externals/pdp_opencv/configure
Hunk #1 FAILED at 1.
Hunk #2 FAILED at 228.
Hunk #3 FAILED at 547.
Hunk #4 FAILED at 688.
Hunk #5 FAILED at 1190.
Hunk #6 FAILED at 1238.
Hunk #7 FAILED at 1259.
Hunk #8 FAILED at 1290.
Hunk #9 FAILED at 1353.
Hunk #10 FAILED at 1533.
Hunk #11 FAILED at 5021.
Hunk #12 FAILED at 5068.
12 out of 12 hunks FAILED -- saving rejects to file
externals/pdp_opencv/configure.rej
patching file externals/pdp_opencv/configure.ac
Hunk #1 FAILED at 1.
1 out of 1 hunk FAILED -- saving rejects to file
externals/pdp_opencv/configure.ac.rej
patching file externals/pix_opencv/configure
Hunk #1 FAILED at 1.
Hunk #2 FAILED at 228.
Hunk #3 FAILED at 547.
Hunk #4 FAILED at 688.
Hunk #5 FAILED at 1190.
Hunk #6 FAILED at 1238.
Hunk #7 FAILED at 1259.
Hunk #8 FAILED at 1290.
Hunk #9 FAILED at 1353.
Hunk #10 FAILED at 1533.
Hunk #11 FAILED at 5021.
Hunk #12 FAILED at 5068.
12 out of 12 hunks FAILED -- saving rejects to file
externals/pix_opencv/configure.rej
patching file externals/pix_opencv/configure.ac
Hunk #1 FAILED at 1.
1 out of 1 hunk FAILED -- saving rejects to file
externals/pix_opencv/configure.ac.rej
------------
waiting to fix this one also to apply #3418902
----
anyway it seems good work, thanks ricardo!
maybe I can try to fix by myself but the actual configure is not by me
and I have no much time these days ...
let's see...
thanks.
----------------------------------------------------------------------
Comment By: Ricardo Fabbri (ricardofabbri)
Date: 2011-10-08 01:22
Message:
guessing lluis is the right person..
----------------------------------------------------------------------
Comment By: Ricardo Fabbri (ricardofabbri)
Date: 2011-10-05 07:35
Message:
I took the initiative to put lluiz's email in the configure.ac AC_INIT; If
you're not comfortable with that I can put my email, although I am not the
main dev.
----------------------------------------------------------------------
Comment By: Ricardo Fabbri (ricardofabbri)
Date: 2011-10-05 07:32
Message:
BTW this is against the latest svn.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3418895&group_…
Patches item #3418902, was opened at 2011-10-05 05:21
Message generated for change (Comment added) made by ricardofabbri
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3418902&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: externals
Group: bugfix
>Status: Closed
Resolution: None
Priority: 5
Private: No
Submitted By: Ricardo Fabbri (ricardofabbri)
Assigned to: lluÃs gómez i bigordà (lluisbigorda)
Summary: newer opencv detection for puredata_opencv
Initial Comment:
prior to this patch the code wouldn't compile (wouldn't pass configure) with newer OpenCV (such as from svn).
----------------------------------------------------------------------
>Comment By: Ricardo Fabbri (ricardofabbri)
Date: 2011-10-17 00:09
Message:
I squashed this patch onto #3418895 so that it is easier to apply.
----------------------------------------------------------------------
Comment By: Ricardo Fabbri (ricardofabbri)
Date: 2011-10-13 22:55
Message:
kind ping
----------------------------------------------------------------------
Comment By: Ricardo Fabbri (ricardofabbri)
Date: 2011-10-07 22:23
Message:
guessing lluis is the right person..
----------------------------------------------------------------------
Comment By: Ricardo Fabbri (ricardofabbri)
Date: 2011-10-05 05:22
Message:
btw, this is also against puredata svn. Perhaps you should apply this patch
after patch #3418895, but they're really orthogonal.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3418902&group_…
Patches item #3418895, was opened at 2011-10-05 04:30
Message generated for change (Comment added) made by ricardofabbri
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3418895&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: externals
Group: bugfix
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Ricardo Fabbri (ricardofabbri)
Assigned to: lluÃs gómez i bigordà (lluisbigorda)
Summary: updated configure.ac for puredata_opencv
Initial Comment:
basically newer autoconf require AC_INIT to have some mandatory arguments,
so this patch is strictly necessary for continuing development of puredata_opencv. without this patch autoconf will not generate configure from configure.ac.
----------------------------------------------------------------------
>Comment By: Ricardo Fabbri (ricardofabbri)
Date: 2011-10-16 21:59
Message:
Dear Lluis,
I uploaded a newer patch where I squashed two commits into a single one
before generating the patch.
I hope it works now.
I will write to Hans so that he can give me commit access to do some of
these small changes. That way I take less of your time (while keeping you
informed, of course).
This patch is very important as I've been having to e-mail the new
"configure" files around so that people working with me and also other
friends can compile pix-opencv with the latest OpenCV.
Thanks.
----------------------------------------------------------------------
Comment By: lluÃs gómez i bigordà (lluisbigorda)
Date: 2011-10-16 19:34
Message:
hi ricardo,
I'm sorry but this patch file is giving me an error when applyed against
the latest svn ::
$ patch -p1 < /home/lluis/Downloads/configure-update.patch
patching file externals/pdp_opencv/configure
Hunk #1 FAILED at 1.
Hunk #2 FAILED at 228.
Hunk #3 FAILED at 547.
Hunk #4 FAILED at 688.
Hunk #5 FAILED at 1190.
Hunk #6 FAILED at 1238.
Hunk #7 FAILED at 1259.
Hunk #8 FAILED at 1290.
Hunk #9 FAILED at 1353.
Hunk #10 FAILED at 1533.
Hunk #11 FAILED at 5021.
Hunk #12 FAILED at 5068.
12 out of 12 hunks FAILED -- saving rejects to file
externals/pdp_opencv/configure.rej
patching file externals/pdp_opencv/configure.ac
Hunk #1 FAILED at 1.
1 out of 1 hunk FAILED -- saving rejects to file
externals/pdp_opencv/configure.ac.rej
patching file externals/pix_opencv/configure
Hunk #1 FAILED at 1.
Hunk #2 FAILED at 228.
Hunk #3 FAILED at 547.
Hunk #4 FAILED at 688.
Hunk #5 FAILED at 1190.
Hunk #6 FAILED at 1238.
Hunk #7 FAILED at 1259.
Hunk #8 FAILED at 1290.
Hunk #9 FAILED at 1353.
Hunk #10 FAILED at 1533.
Hunk #11 FAILED at 5021.
Hunk #12 FAILED at 5068.
12 out of 12 hunks FAILED -- saving rejects to file
externals/pix_opencv/configure.rej
patching file externals/pix_opencv/configure.ac
Hunk #1 FAILED at 1.
1 out of 1 hunk FAILED -- saving rejects to file
externals/pix_opencv/configure.ac.rej
------------
waiting to fix this one also to apply #3418902
----
anyway it seems good work, thanks ricardo!
maybe I can try to fix by myself but the actual configure is not by me
and I have no much time these days ...
let's see...
thanks.
----------------------------------------------------------------------
Comment By: Ricardo Fabbri (ricardofabbri)
Date: 2011-10-07 22:22
Message:
guessing lluis is the right person..
----------------------------------------------------------------------
Comment By: Ricardo Fabbri (ricardofabbri)
Date: 2011-10-05 04:35
Message:
I took the initiative to put lluiz's email in the configure.ac AC_INIT; If
you're not comfortable with that I can put my email, although I am not the
main dev.
----------------------------------------------------------------------
Comment By: Ricardo Fabbri (ricardofabbri)
Date: 2011-10-05 04:32
Message:
BTW this is against the latest svn.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3418895&group_…
Patches item #3418895, was opened at 2011-10-05 07:30
Message generated for change (Comment added) made by lluisbigorda
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3418895&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: externals
Group: bugfix
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Ricardo Fabbri (ricardofabbri)
Assigned to: lluÃs gómez i bigordà (lluisbigorda)
Summary: updated configure.ac for puredata_opencv
Initial Comment:
basically newer autoconf require AC_INIT to have some mandatory arguments,
so this patch is strictly necessary for continuing development of puredata_opencv. without this patch autoconf will not generate configure from configure.ac.
----------------------------------------------------------------------
>Comment By: lluÃs gómez i bigordà (lluisbigorda)
Date: 2011-10-16 21:34
Message:
hi ricardo,
I'm sorry but this patch file is giving me an error when applyed against
the latest svn ::
$ patch -p1 < /home/lluis/Downloads/configure-update.patch
patching file externals/pdp_opencv/configure
Hunk #1 FAILED at 1.
Hunk #2 FAILED at 228.
Hunk #3 FAILED at 547.
Hunk #4 FAILED at 688.
Hunk #5 FAILED at 1190.
Hunk #6 FAILED at 1238.
Hunk #7 FAILED at 1259.
Hunk #8 FAILED at 1290.
Hunk #9 FAILED at 1353.
Hunk #10 FAILED at 1533.
Hunk #11 FAILED at 5021.
Hunk #12 FAILED at 5068.
12 out of 12 hunks FAILED -- saving rejects to file
externals/pdp_opencv/configure.rej
patching file externals/pdp_opencv/configure.ac
Hunk #1 FAILED at 1.
1 out of 1 hunk FAILED -- saving rejects to file
externals/pdp_opencv/configure.ac.rej
patching file externals/pix_opencv/configure
Hunk #1 FAILED at 1.
Hunk #2 FAILED at 228.
Hunk #3 FAILED at 547.
Hunk #4 FAILED at 688.
Hunk #5 FAILED at 1190.
Hunk #6 FAILED at 1238.
Hunk #7 FAILED at 1259.
Hunk #8 FAILED at 1290.
Hunk #9 FAILED at 1353.
Hunk #10 FAILED at 1533.
Hunk #11 FAILED at 5021.
Hunk #12 FAILED at 5068.
12 out of 12 hunks FAILED -- saving rejects to file
externals/pix_opencv/configure.rej
patching file externals/pix_opencv/configure.ac
Hunk #1 FAILED at 1.
1 out of 1 hunk FAILED -- saving rejects to file
externals/pix_opencv/configure.ac.rej
------------
waiting to fix this one also to apply #3418902
----
anyway it seems good work, thanks ricardo!
maybe I can try to fix by myself but the actual configure is not by me
and I have no much time these days ...
let's see...
thanks.
----------------------------------------------------------------------
Comment By: Ricardo Fabbri (ricardofabbri)
Date: 2011-10-08 01:22
Message:
guessing lluis is the right person..
----------------------------------------------------------------------
Comment By: Ricardo Fabbri (ricardofabbri)
Date: 2011-10-05 07:35
Message:
I took the initiative to put lluiz's email in the configure.ac AC_INIT; If
you're not comfortable with that I can put my email, although I am not the
main dev.
----------------------------------------------------------------------
Comment By: Ricardo Fabbri (ricardofabbri)
Date: 2011-10-05 07:32
Message:
BTW this is against the latest svn.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3418895&group_…
Patches item #3246876, was opened at 2011-03-26 11:34
Message generated for change (Comment added) made by nobody
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3246876&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: puredata
Group: bugfix
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Charles Goyard ()
Assigned to: Nobody/Anonymous (nobody)
Summary: Help Browser now resizable
Initial Comment:
This is a short patch to make the help browser resizable.
----------------------------------------------------------------------
Comment By: Nobody/Anonymous (nobody)
Date: 2011-10-15 23:59
Message:
sumETx <a href="http://zpgzamtdvuqn.com/">zpgzamtdvuqn</a>,
[url=http://psjqxrejlegb.com/]psjqxrejlegb[/url],
[link=http://irnuylseeiif.com/]irnuylseeiif[/link],
http://hpnbgikmluxv.com/
----------------------------------------------------------------------
Comment By: Nobody/Anonymous (nobody)
Date: 2011-03-28 20:20
Message:
( sourceforge is freaking out, so I can't post to this as me. This is
Hans)
The up/down y resizing looks good. But the left/right x resizing does
quite work. For example, if you open the help browser, resize it a little
bit, then click on a folder, then the listbox frame for that folder does
not ever show up unless you resize again, which is quite confusing. The
question really is: how should the resizing behave? My guess is that when
the window is resized, it should divide the new window width by the number
of currently open listbox frames, then use that number as the width of
frames from there on out. That would mean that the frames would always fit
evenly into the window.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3246876&group_…