Bugs item #1826515, was opened at 2007-11-05 21:35
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1826515&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: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Hans-Christoph Steiner (eighthave)
Assigned to: Nobody/Anonymous (nobody)
Summary: text entry box doesn't automatically get focus in panels
Initial Comment:
Whenever you open most panels (iemgui properties, find, send message), the text entry box in those panels do not automatically receive focus. This means you have to use the mouse where otherwise you wouldn't have to.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1826515&group_…
Bugs item #1357615, was opened at 2005-11-15 15:57
Message generated for change (Settings changed) made by eighthave
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1357615&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: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
>Summary: iemgui properties not searched by Find panel
Initial Comment:
When making a search in a patch for a string with
"find" (ctrl+f), or "find again" values that are
written in the proprieties fields of a gui objects are
not searched (like send-name, for example).
It might also be good to set the option to search for
the whole string or for only a part of it.
Greetings,
João Miguel Pais
jmmmpais(a)googlemail.com
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1357615&group_…
Patches item #1825692, was opened at 2007-11-04 15:20
Message generated for change (Comment added) made by eighthave
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1825692&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: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Hans-Christoph Steiner (eighthave)
Assigned to: Miller Puckette (millerpuckette)
Summary: fix up panel keybindings and findpanel font selection
Initial Comment:
this patch:
- makes standard key bindings on all the panels (find, prefs, etc)
- adds live font resizing to the font panel
- adds a checkbox to turn on/off text in Pd window
- adds menu item to clear the Pd window's text
- adds Ctrl/Cmd-B to open Help Browser
- add the standard menus to the Pd window
Applies cleanly on 0.40.3 and 0.41-test06. Tested on 0.40.3 on Mac OS X, included in Pd-extended.
----------------------------------------------------------------------
>Comment By: Hans-Christoph Steiner (eighthave)
Date: 2007-11-05 20:51
Message:
Logged In: YES
user_id=27104
Originator: YES
Oops, found a bug in the find panel handling, this fixes it:
@@ -1933,8 +1968,9 @@
}
proc pdtk_canvas_dofont {name initsize} {
-
- global dofont_fontsize
+ global fontsize dofont_fontsize
+ set fontsize $initsize
+ set dofont_fontsize $initsize
global stretchval
set stretchval 100
@@ -1982,6 +2018,9 @@
pack $name.radiof.radio24 -side top -anchor w
pack $name.radiof.radio36 -side top -anchor w
+ set current_radiobutton [format "$name.radiof.radio%d" $initsize]
+ $current_radiobutton select
+
frame $name.stretchf
pack $name.stretchf -side left
@@ -3495,7 +3534,7 @@
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1825692&group_…
Bugs item #1815041, was opened at 2007-10-17 06:45
Message generated for change (Comment added) made by eighthave
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1815041&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: pd-extended
Group: None
>Status: Closed
>Resolution: Fixed
Priority: 5
Private: No
Submitted By: boonier (boonier)
Assigned to: Hans-Christoph Steiner (eighthave)
Summary: freeverb~ no sound (0.39.3)
Initial Comment:
Freeverb external produces no sound. (Pb G4 1ghz / os x 10.4.10)
----------------------------------------------------------------------
>Comment By: Hans-Christoph Steiner (eighthave)
Date: 2007-11-05 20:17
Message:
Logged In: YES
user_id=27104
Originator: NO
This should be fixed in the Pd-0.39.3-extended release. It was caused by
compiler optimization fighting with non-C99 compliant code (ie strict
aliasing issues).
----------------------------------------------------------------------
Comment By: Hans-Christoph Steiner (eighthave)
Date: 2007-10-18 09:30
Message:
Logged In: YES
user_id=27104
Originator: NO
Which version of Pd-extended is this? Also, the build date is helpful,
you can see that in the Pd window in the Gem report.
----------------------------------------------------------------------
Comment By: boonier (boonier)
Date: 2007-10-17 17:34
Message:
Logged In: YES
user_id=1915214
Originator: YES
Machine Name: PowerBook G4 17"
Machine Model: PowerBook5,1
CPU Type: PowerPC G4 (3.3)
Number Of CPUs: 1
CPU Speed: 1 GHz
L2 Cache (per CPU): 256 KB
L3 Cache (per CPU): 1 MB
Memory: 1 GB
Bus Speed: 167 MHz
Boot ROM Version: 4.6.2f1
Serial Number: ˇˇˇˇˇˇˇˇMVZ
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1815041&group_…
Bugs item #1576865, was opened at 2006-10-13 17:16
Message generated for change (Comment added) made by eighthave
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1576865&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: pd-extended
Group: v0.40.2
>Status: Closed
Resolution: Fixed
Priority: 9
Private: No
Submitted By: Hans-Christoph Steiner (eighthave)
Assigned to: Hans-Christoph Steiner (eighthave)
Summary: namespace prefixes broken
Initial Comment:
It is no longer possible to use [prefix/classname]
syntax, which is essential to the namespaces because it
is the only way that two classes with the same root
classname could be used in the same patch, i.e. like
this, where each object is a different class:
[prepend]
[cxc/prepend]
[cyclone/prepend]
This is because with the new sys_onloadlist()
functionality that checks to see whether a class has
already been loaded. It only uses the direct
classname, not the prefix also.
----------------------------------------------------------------------
>Comment By: Hans-Christoph Steiner (eighthave)
Date: 2007-11-05 20:15
Message:
Logged In: YES
user_id=27104
Originator: YES
Tested with Pd-0.40.3-extended-20071105 on Mac OS X and namespace prefixes
work as they used to (tho not quite as they should), so I am closing this
bug.
----------------------------------------------------------------------
Comment By: IOhannes m zmölnig (zmoelnig)
Date: 2007-10-17 04:33
Message:
Logged In: YES
user_id=564396
Originator: NO
i totally agree that it must be fixed for pd-extended (thanks for
changing the category)
however: i just downloaded
Pd-0.40.3-extended-20071016-debian-testing-i386.deb from the 2007-10-16
autobuilds, extracted it and ran my testpatch with your Pd version: it
worked just fine
can you confirm on which versions this bug appears?
----------------------------------------------------------------------
Comment By: Hans-Christoph Steiner (eighthave)
Date: 2007-10-16 17:49
Message:
Logged In: YES
user_id=27104
Originator: YES
This will need to be fixed for the Pd-0.40.3-extended release.
----------------------------------------------------------------------
Comment By: IOhannes m zmölnig (zmoelnig)
Date: 2007-10-16 06:17
Message:
Logged In: YES
user_id=564396
Originator: NO
if you re-open this bug-report, could you please comment on why you do
so?
i attach an example that illustrates that namespaces work in pd-0,41;
i do not claim that they work in pd-0.40, since they don't;
afair, it has always been millers policy to fix bugs in new releases
rather than maintain old branches.
File Added: libdirtest.tgz
----------------------------------------------------------------------
Comment By: SourceForge Robot (sf-robot)
Date: 2007-03-28 22:20
Message:
Logged In: YES
user_id=1312539
Originator: NO
This Tracker item was closed automatically by the system. It was
previously set to a Pending status, and the original submitter
did not respond within 14 days (the time period specified by
the administrator of this Tracker).
----------------------------------------------------------------------
Comment By: IOhannes m zmölnig (zmoelnig)
Date: 2007-03-14 06:54
Message:
Logged In: YES
user_id=564396
Originator: NO
seems like this has been fixed in 0.41;
could you confirm this?
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1576865&group_…
Bugs item #1378923, was opened at 2005-12-12 13:33
Message generated for change (Comment added) made by eighthave
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1378923&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: Open
>Resolution: Fixed
Priority: 5
Private: No
Submitted By: Thomas Grill (xovo)
>Assigned to: Miller Puckette (millerpuckette)
Summary: Mac: color presets bogus in property dialog
Initial Comment:
Hi all,
for the MacOS version of PD (i think irrelevant which one) the color
presets aren't colorful but uniformly transparent (or "white"), which
makes it impossible to really pick a color.
Composing a color works, but the buttons (test label etc.) don't show
the color as well.
I'm using TCL/TK 8.4.9 under OSX.3.9
greetings,
Thomas
----------------------------------------------------------------------
>Comment By: Hans-Christoph Steiner (eighthave)
Date: 2007-11-05 20:03
Message:
Logged In: YES
user_id=27104
Originator: NO
This is fixed in Pd-extended, and there is a patch in to fix this, but I
am not sure whether Miller has accepted that patch (yet?).
----------------------------------------------------------------------
Comment By: Nobody/Anonymous (nobody)
Date: 2006-07-09 17:15
Message:
Logged In: NO
I have seen this in the experimental Intel version as well.
OS X 10.4.7 MacBook Pro
pkstone(a)ucdavis.edu
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1378923&group_…
Bugs item #1602345, was opened at 2006-11-24 10:48
Message generated for change (Comment added) made by eighthave
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1602345&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: Fixed
Priority: 5
Private: No
Submitted By: Mathieu Bouchard (matju)
Assigned to: Miller Puckette (millerpuckette)
Summary: security vulnerability, giving root access
Initial Comment:
first configure with --enable-setuid or just chmod 4755 pd && chown root pd, which has the same effect.
then load this external called crack.c by making a [crack] box or -lib crack:
#include <unistd.h>
#include <stdio.h>
void crack_setup (void) {
seteuid(0);
fopen("/hax0r","w");
}
An empty file called "hax0r" appears in protected folder "/" even though privileges have been dropped by pd upon startup.
----------------------------------------------------------------------
>Comment By: Hans-Christoph Steiner (eighthave)
Date: 2007-11-05 20:01
Message:
Logged In: YES
user_id=27104
Originator: NO
I am pretty sure this the bug fixed by Miller's 0.40.3 and 0.39.3
releases. Please adjust if I am wrong.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1602345&group_…
Bugs item #1693284, was opened at 2007-04-02 19:44
Message generated for change (Comment added) made by eighthave
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1693284&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: pd-extended
Group: v0.40.2
>Status: Closed
>Resolution: Fixed
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
>Assigned to: Hans-Christoph Steiner (eighthave)
Summary: pdp for os x intel
Initial Comment:
no objects in the pdp library can be created with nightly build from 04-02-2007. other libraries do not seem to be affected.
----------------------------------------------------------------------
>Comment By: Hans-Christoph Steiner (eighthave)
Date: 2007-11-05 19:16
Message:
Logged In: YES
user_id=27104
Originator: NO
works for me on Mac Book Pro 10.4.10
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1693284&group_…
Bugs item #1826465, was opened at 2007-11-05 18:59
Message generated for change (Comment added) made by eighthave
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1826465&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: Closed
>Resolution: Duplicate
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: [stat] crashes on non-existent file on GNU/Linux
Initial Comment:
When you send the name of a non-existent file to [stat] on GNU/Linux, it crashes Pd. This works ok on Mac OS X.
----------------------------------------------------------------------
>Comment By: Hans-Christoph Steiner (eighthave)
Date: 2007-11-05 19:04
Message:
Logged In: YES
user_id=27104
Originator: NO
same as 1750770
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1826465&group_…
Bugs item #1826465, was opened at 2007-11-05 15:59
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1826465&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: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: [stat] crashes on non-existent file on GNU/Linux
Initial Comment:
When you send the name of a non-existent file to [stat] on GNU/Linux, it crashes Pd. This works ok on Mac OS X.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1826465&group_…