Patches item #3065099, was opened at 2010-09-13 10:40
Message generated for change (Tracker Item Submitted) made by zmoelnig
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3065099&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: IOhannes m zmlnig (zmoelnig)
Assigned to: Miller Puckette (millerpuckette)
Summary: [bugfix] broken multiple-midi dialog
Initial Comment:
in the upcoming 0.43, their is a small typo in the "long form" of the midi dialog (the "long form" is the one that allows you to select multiple midi devices):
it references to "midi_midi_outdevlist" rather than "midi_outdevlist", resulting in an tcl error.
attached patch fixes this.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3065099&group_…
Patches item #3060946, was opened at 2010-09-07 02:53
Message generated for change (Comment added) made by eighthave
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3060946&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: Closed
Resolution: Accepted
Priority: 5
Private: No
Submitted By: IOhannes m zmlnig (zmoelnig)
Assigned to: Miller Puckette (millerpuckette)
Summary: [bugfix] for broken alsa-midi dialog in 0.43
Initial Comment:
current 0.43-test2 cannot open the alsa-midi dialog, instead you get an error:
<snip>
(Tcl) INVALID COMMAND NAME: invalid command name "pdtk_alsa_midi_dialog"
while executing
"pdtk_alsa_midi_dialog .gfxstub9d41ce0 1 0 0 0 1 0 0 0 0 1"
("uplevel" body line 8)
invoked from within
"uplevel #0 $cmd_from_pd"
</snip>
this comes from the fact, that "pdtk_alsa_midi_dialog" is not exported.
the attached 1-liner patch fixes this.
----------------------------------------------------------------------
>Comment By: Hans-Christoph Steiner (eighthave)
Date: 2010-09-12 21:27
Message:
git commit 85033b54c34189ba0222527efb50d4effa613f5e
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3060946&group_…
Patches item #3057938, was opened at 2010-09-01 23:33
Message generated for change (Settings changed) made by eighthave
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: Closed
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.
----------------------------------------------------------------------
>Comment By: Hans-Christoph Steiner (eighthave)
Date: 2010-09-12 21:25
Message:
git commit ff8cffc05977aa1e35110353344d8e9d95a21f27
----------------------------------------------------------------------
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 23:28
Message generated for change (Comment added) made by eighthave
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: Closed
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.
----------------------------------------------------------------------
>Comment By: Hans-Christoph Steiner (eighthave)
Date: 2010-09-12 21:24
Message:
git commit 0fb1817ea0a7bdfb820c1f021ff398b85b6dbfd0
----------------------------------------------------------------------
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 19:07
Message generated for change (Comment added) made by eighthave
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: Closed
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".
----------------------------------------------------------------------
>Comment By: Hans-Christoph Steiner (eighthave)
Date: 2010-09-12 21:23
Message:
git commit bea544336c9ab49d2c013ae3a86d9a9551d68352
----------------------------------------------------------------------
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 23:07
Message generated for change (Comment added) made by eighthave
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: Closed
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
----------------------------------------------------------------------
>Comment By: Hans-Christoph Steiner (eighthave)
Date: 2010-09-12 21:22
Message:
git commit ac3fcf5c20b3e8c061cef220dc70353d8074c1e5
----------------------------------------------------------------------
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 20:42
Message generated for change (Settings changed) made by eighthave
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: Closed
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
----------------------------------------------------------------------
>Comment By: Hans-Christoph Steiner (eighthave)
Date: 2010-09-12 21:20
Message:
git commit d7ca4ac1f3f4a58f8182695b7bbaf3c35d8ffcaa
----------------------------------------------------------------------
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 20:37
Message generated for change (Comment added) made by eighthave
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: Closed
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.
----------------------------------------------------------------------
>Comment By: Hans-Christoph Steiner (eighthave)
Date: 2010-09-12 21:19
Message:
git commit 765a6f7076d640749742140c0a1c296350abfe3d
----------------------------------------------------------------------
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 12:38
Message generated for change (Comment added) made by eighthave
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: Closed
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-12 21:08
Message:
git commit b974406bec79def4aca60f98c1c1f5130bade211
----------------------------------------------------------------------
Comment By: Hans-Christoph Steiner (eighthave)
Date: 2010-09-02 18: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 22: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 16: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 #3048804, was opened at 2010-08-19 13:30
Message generated for change (Comment added) made by eighthave
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-09-12 21:07
Message:
git commit 52ebfdc7ab2353368e15895928330f00cb44bbc1
----------------------------------------------------------------------
Comment By: Hans-Christoph Steiner (eighthave)
Date: 2010-08-19 13: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_…