Patches item #3057938, was opened at 2010-09-01 20:33
Message generated for change (Settings changed) made by millerpuckette
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3057938&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: Pending
>Resolution: Accepted
Priority: 8
Private: No
Submitted By: Hans-Christoph Steiner (eighthave)
Assigned to: Miller Puckette (millerpuckette)
Summary: fix paths for Paths dialog, Help Browser, plugins, etc.
Initial Comment:
Currently, the Help Browser doesn't find libraries and pd-gui doesn't find plugins if they are installed into the new user-installed locations. That's because pd-gui assumes the 'extra' path is just pd/extra, but now there are multiple 'extra' paths. This patch fixes that bug and makes the naming clearer. In pd-gui pd_path becomes sys_searchpath just like in pd. And pd_extrapath becomes sys_staticpath in pd and pd-gui. These are then used for Paths dialog, Help Browser, plugins, etc.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3057938&group_…
Patches item #3057177, was opened at 2010-08-31 20:28
Message generated for change (Settings changed) made by millerpuckette
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3057177&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: Pending
>Resolution: Accepted
Priority: 5
Private: No
Submitted By: Hans-Christoph Steiner (eighthave)
Assigned to: Miller Puckette (millerpuckette)
Summary: empty values in iemgui offset properties causes bad behavior
Initial Comment:
>From Peter Plessas' email to pd-list (http://lists.puredata.info/pipermail/pd-list/2010-07/081103.html):
> something funny happens in Pd when the x-offset value of the "label" in
> the properties dialog of a numberbox [nbx] is not set at all. Xorg eats
> all CPU for a while and creates a strange-looking object that can't be
> erased.
The attached patch fixes this.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3057177&group_…
Patches item #3056339, was opened at 2010-08-30 16:07
Message generated for change (Settings changed) made by millerpuckette
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3056339&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: Pending
>Resolution: Accepted
Priority: 6
Private: No
Submitted By: Hans-Christoph Steiner (eighthave)
Assigned to: Miller Puckette (millerpuckette)
Summary: fixed lookup_windowname to return window name properly
Initial Comment:
Fixed lookup_windowname to return window name properly instead of always "ERROR" and then also not barf with used with bad windownames (i.e. $mytoplevel).
Patch against the HEAD of pure-data.git, apply with "git am".
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3056339&group_…
Patches item #3052684, was opened at 2010-08-24 20:07
Message generated for change (Settings changed) made by millerpuckette
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3052684&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: Pending
>Resolution: Accepted
Priority: 9
Private: No
Submitted By: Hans-Christoph Steiner (eighthave)
Assigned to: Miller Puckette (millerpuckette)
Summary: fixed bug in saving Untitled/new patches
Initial Comment:
There is a bug in the new Yes/No/Cancel code that can lose changes. If a new/Untitled patch is dirty, and you close the window, the menuclose message will be sent before the _saveas dialog is done, thereby losing the changes. This patch fixes that bug, and refactors the pdtk_canvas_menuclose to fit into 0.43/gui-rewrite style.
apply with git am
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3052684&group_…
Patches item #3052634, was opened at 2010-08-24 17:42
Message generated for change (Settings changed) made by millerpuckette
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3052634&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: Pending
>Resolution: Accepted
Priority: 1
Private: No
Submitted By: Hans-Christoph Steiner (eighthave)
Assigned to: Miller Puckette (millerpuckette)
Summary: size should be margin in canvas properties dialog
Initial Comment:
There is a small bug in dialog_canvas.tcl where $xsize and $ysize should be $xmargin and $ymargin
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3052634&group_…
Patches item #3052632, was opened at 2010-08-24 17:37
Message generated for change (Settings changed) made by millerpuckette
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3052632&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: Pending
>Resolution: Accepted
Priority: 7
Private: No
Submitted By: Hans-Christoph Steiner (eighthave)
Assigned to: Miller Puckette (millerpuckette)
Summary: make pdwindow.tcl swapable by adding two procs
Initial Comment:
This patch abstracts the grabbing of the cursor when Pd is busy into two procs: ::pdwindow::busygrab and ::pdwindow::busyrelease. It does not change the current functionality, but it allows pdwindow.tcl to be completely self-contained and swappable so people can more easily create and use custom Pd windows. It brings back having the whole Pd window is defined in a single file, pdwindow.tcl.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3052632&group_…
Patches item #3052385, was opened at 2010-08-24 09:38
Message generated for change (Settings changed) made by millerpuckette
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3052385&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: None
>Status: Pending
>Resolution: Accepted
Priority: 7
Private: No
Submitted By: Hans-Christoph Steiner (eighthave)
Assigned to: Miller Puckette (millerpuckette)
Summary: Properties panels don't open unless you click on Pd Window
Initial Comment:
• launch pd
• open any existing patch using File->open
• right-click on canvas or array and select Properties
• nothing happens except this:
‣ .pdwindow done-popup 0 206 47;
‣ error: .pdwindow: no such object
• click on Pd window, then on patch
• now click properties panel and it works
This bug exists in the HEAD of pure-data.git but not in pd-gui-rewrite/0.43. I suspect it is due to the changes in the startup procedure and things are not getting initialized properly. I'll try to take a look later today.
----------------------------------------------------------------------
Comment By: Hans-Christoph Steiner (eighthave)
Date: 2010-09-02 15:48
Message:
Ok, I fixed this. (I was wrong about the startup procedure) It turns out
that not all window managers send a FocusIn event when a new window is
created, so ::focused_window was not being set. I made the Map event also
set focused_window, which I guess all window managers will send either Map,
FocusIn, or both upon window creation, so we're covered.
----------------------------------------------------------------------
Comment By: Hans-Christoph Steiner (eighthave)
Date: 2010-09-01 19:47
Message:
Ah, ok, I have a Mac again. This bug does not seem to happen on
Ubuntu/Lucid, but it does happen on Mac OS X 10.5.8 using Tcl/Tk 8.5.8.
----------------------------------------------------------------------
Comment By: Hans-Christoph Steiner (eighthave)
Date: 2010-08-30 13:07
Message:
strange I can't reproduce this now on my Ubuntu/Lucid netbook using the
head of pure-data.git
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3052385&group_…
Patches item #3050371, was opened at 2010-08-21 09:31
Message generated for change (Settings changed) made by millerpuckette
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3050371&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: Pending
>Resolution: Accepted
Priority: 5
Private: No
Submitted By: IOhannes m zmlnig (zmoelnig)
Assigned to: Miller Puckette (millerpuckette)
Summary: [bugfix] print version number
Initial Comment:
in 0.43.test2, the veresion number is not printed correctly when running "pd -version".
rather than the version number, it prints "(null)", since the version string is uninitialized (and luckily set to NULL)
the attached patch fixes this.
(it's a git patch, so apply with "gem am 0001-provide-a-version-string.patch")
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3050371&group_…
Patches item #3048804, was opened at 2010-08-19 10:30
Message generated for change (Settings changed) made by millerpuckette
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3048804&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: Pending
>Resolution: Accepted
Priority: 8
Private: No
Submitted By: Peter Brinkmann (pbrinkmann)
Assigned to: Miller Puckette (millerpuckette)
Summary: Compile audio dummy across platforms
Initial Comment:
Resolves conflicts between USEAPI_DUMMY and other API settings when compiling libpd (http://gitorious.org/pdlib) for iPhone and other platforms. The patch only has an effect if USEAPI_DUMMY is defined.
----------------------------------------------------------------------
Comment By: Hans-Christoph Steiner (eighthave)
Date: 2010-08-19 10:46
Message:
This is a simple change to the USEAPI_DUMMY stuff to allow it to work on
any platform, which is needed when embedding libpd into things like
Android, iPhone, Java, Python, etc. Basically, when you use USEAPI_DUMMY,
it usurps setting the default over all other USEAPI_* statements.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3048804&group_…
Bugs item #3063790, was opened at 2010-09-10 13:15
Message generated for change (Tracker Item Submitted) made by jancsika1
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=3063790&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: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Jonathan Wilkes (jancsika1)
Assigned to: Nobody/Anonymous (nobody)
Summary: [expr $f1 % 0.n] crashes pd
Initial Comment:
For [expr $f1 % $f2], if $f2 > 0 and < 1, Pd will crash. Otherwise expr seems to just silently convert $f2 to an int.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=3063790&group_…