Patches item #1943301, was opened at 2008-04-15 15:09
Message generated for change (Comment added) made by eighthave
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1943301&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-dev
Group: feature
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: move instead of redraw GUI objects 'graphed on parent
Initial Comment:
New widget behavior 'graphfn' which gets called by graph_displace function and only uses Tk command 'move' to move graphics instead of erasing and recreating them.
Patch also adds graphfn functions to all the pd-vanilla GUI objects.
Also some modification inside g_array.c to remove unnecessary multiple visualizations of garrays.
Result: improved performace of array drawing.
Usage: invoke the patch inside the 'src' folder.
Known bugs that are newly introduced by this patch:
- Array name is not visible immediately after inserting an array. It gets drawn though at first redraw of the array after the array has been moved from the border of the canvas.
- Comments that are 'graphed on parent' don't move with graph. However, they are drawn at the right place when their redrawing occurs.
Fixes come soon.
Jakob Leben
----------------------------------------------------------------------
>Comment By: Hans-Christoph Steiner (eighthave)
Date: 2008-04-15 18:59
Message:
Logged In: YES
user_id=27104
Originator: NO
This patch seems to include a lot of whitespace changes, making it very
hard to read. Can you recreate it in 'diff -uw' format please? :)
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1943301&group_…
Patches item #1716480, was opened at 2007-05-10 08:40
Message generated for change (Comment added) made by eighthave
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1716480&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: abstractions
Group: None
>Status: Closed
>Resolution: Accepted
Priority: 5
Private: No
Submitted By: IOhannes m zmölnig (zmoelnig)
Assigned to: Hans-Christoph Steiner (eighthave)
Summary: ISOdate unnecessarily complicated...
Initial Comment:
i just noticed that the [hcs/ISOdate] abstraction uses an unnecessarily complicated syntax with externals to create the ISO-datestring:
you can replace both [pd addzero] (with everything in it) by [makefilename %02d]
the attached diff does this (but it might well be simpler to do the change by hand)
----------------------------------------------------------------------
>Comment By: Hans-Christoph Steiner (eighthave)
Date: 2008-04-15 18:51
Message:
Logged In: YES
user_id=27104
Originator: NO
took it. I wonder why [makesymbol %02d] doesnt work...
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1716480&group_…
Patches item #1939017, was opened at 2008-04-09 19:47
Message generated for change (Comment added) made by eighthave
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1939017&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: feature
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Dan Wilcox (danomatika)
Assigned to: Nobody/Anonymous (nobody)
Summary: Unix: hidden files/folders in tk open/save dialogs
Initial Comment:
Howdy,
After some discussion on the pd list, I'd like to submit a patch to pd.tk that sets the tk variables for hiding hidden (.filename) files/folders in the Open/Save/Save As dialog boxes. It also adds a button to show said hidden files.
In Windows and Mac, this behavior is inherited from the OS, so the associated code is only called for Unix environments.
I have tested this on my installation of pd-extended 0.39.3 and I believe this is a easy and useful addition to pd-vanilla. I will submit this patch to pd-extended as well.
I haven't submitted a patch before, so forgive me if I somehow screw up the file.
--
Dan Wilcox
robotcowboy.com
----------------------------------------------------------------------
>Comment By: Hans-Christoph Steiner (eighthave)
Date: 2008-04-15 17:52
Message:
Logged In: YES
user_id=27104
Originator: NO
I see now, this is a 'recommended' kludge :)
http://groups.google.com/group/comp.lang.tcl/tree/browse_frm/month/2006-03/…
I checked it into branches/pd-extended/0.40/.
----------------------------------------------------------------------
Comment By: Dan Wilcox (danomatika)
Date: 2008-04-15 17:48
Message:
Logged In: YES
user_id=2032867
Originator: YES
Yeah as for the catch part, it doesn't actually open the panel, at least
in a noticeable way. I'm not a tk/tcl expert at all, but from what I've
read, the panel needs to be called before changing the variables will hold.
It's a sort of "soft" open.
----------------------------------------------------------------------
Comment By: Hans-Christoph Steiner (eighthave)
Date: 2008-04-15 17:38
Message:
Logged In: YES
user_id=27104
Originator: NO
Does the "catch {tk_getOpenFile -with-invalid-argument}" part open the
panel? Is seems like a kludge. I suspect there is probably a cleaner way
to make those settings stick.
As for submitting a patch, this is find. I think that making the changes
to the SVN-controlled sources, then using 'svn diff -x -w' makes the
cleanest patches in the easiest way.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1939017&group_…
Patches item #1939017, was opened at 2008-04-09 18:47
Message generated for change (Comment added) made by danomatika
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1939017&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: feature
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Dan Wilcox (danomatika)
Assigned to: Nobody/Anonymous (nobody)
Summary: Unix: hidden files/folders in tk open/save dialogs
Initial Comment:
Howdy,
After some discussion on the pd list, I'd like to submit a patch to pd.tk that sets the tk variables for hiding hidden (.filename) files/folders in the Open/Save/Save As dialog boxes. It also adds a button to show said hidden files.
In Windows and Mac, this behavior is inherited from the OS, so the associated code is only called for Unix environments.
I have tested this on my installation of pd-extended 0.39.3 and I believe this is a easy and useful addition to pd-vanilla. I will submit this patch to pd-extended as well.
I haven't submitted a patch before, so forgive me if I somehow screw up the file.
--
Dan Wilcox
robotcowboy.com
----------------------------------------------------------------------
>Comment By: Dan Wilcox (danomatika)
Date: 2008-04-15 16:48
Message:
Logged In: YES
user_id=2032867
Originator: YES
Yeah as for the catch part, it doesn't actually open the panel, at least
in a noticeable way. I'm not a tk/tcl expert at all, but from what I've
read, the panel needs to be called before changing the variables will hold.
It's a sort of "soft" open.
----------------------------------------------------------------------
Comment By: Hans-Christoph Steiner (eighthave)
Date: 2008-04-15 16:38
Message:
Logged In: YES
user_id=27104
Originator: NO
Does the "catch {tk_getOpenFile -with-invalid-argument}" part open the
panel? Is seems like a kludge. I suspect there is probably a cleaner way
to make those settings stick.
As for submitting a patch, this is find. I think that making the changes
to the SVN-controlled sources, then using 'svn diff -x -w' makes the
cleanest patches in the easiest way.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1939017&group_…
Patches item #1939017, was opened at 2008-04-09 19:47
Message generated for change (Comment added) made by eighthave
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1939017&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: feature
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Dan Wilcox (danomatika)
Assigned to: Nobody/Anonymous (nobody)
Summary: Unix: hidden files/folders in tk open/save dialogs
Initial Comment:
Howdy,
After some discussion on the pd list, I'd like to submit a patch to pd.tk that sets the tk variables for hiding hidden (.filename) files/folders in the Open/Save/Save As dialog boxes. It also adds a button to show said hidden files.
In Windows and Mac, this behavior is inherited from the OS, so the associated code is only called for Unix environments.
I have tested this on my installation of pd-extended 0.39.3 and I believe this is a easy and useful addition to pd-vanilla. I will submit this patch to pd-extended as well.
I haven't submitted a patch before, so forgive me if I somehow screw up the file.
--
Dan Wilcox
robotcowboy.com
----------------------------------------------------------------------
>Comment By: Hans-Christoph Steiner (eighthave)
Date: 2008-04-15 17:38
Message:
Logged In: YES
user_id=27104
Originator: NO
Does the "catch {tk_getOpenFile -with-invalid-argument}" part open the
panel? Is seems like a kludge. I suspect there is probably a cleaner way
to make those settings stick.
As for submitting a patch, this is find. I think that making the changes
to the SVN-controlled sources, then using 'svn diff -x -w' makes the
cleanest patches in the easiest way.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1939017&group_…
Patches item #1942258, was opened at 2008-04-14 13:19
Message generated for change (Comment added) made by eighthave
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1942258&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: IOhannes m zmölnig (zmoelnig)
Assigned to: Miller Puckette (millerpuckette)
Summary: jack fixes and enhancements
Initial Comment:
the jack-implementation in Pd has several flaws:
- maximum number of ports = 32 (hardcoded)
- Pd crashes when you request more than 32 channels
- jackd has to run before Pd is started
- Pd doesn't like jackd quitting
- maximum of 2 parallel Pd's connecting to jack
- ...
i believe that the attached patch fixes most of these issues:
- raises the maximum number of ports to 1024 (this is the maximum number of ports qjackctl allows me to select for the jackd)
- when initializing ports, Pd checks whether a port was successfully created; if not it doesn't add more ports but leaves this as the maximum it could get from jackd (no more crashes with high number of ports)
- Pd automatically starts a default jackd if none is running yet
- when the jackd quits while Pd is running, it sets the jack_client to 0, efficiently preventing hangs. jackd is restarted automatically when selected via the audio-settings
- Pd tests the return status when trying to connect to jackd; if it finds that the name is already given it tries alternative names; if initialization failed for other reasons, it just fails.
i have tested this on my debian unstable/testing system that provides libjack-dev 0.109.2-1.1
----------------------------------------------------------------------
>Comment By: Hans-Christoph Steiner (eighthave)
Date: 2008-04-15 17:29
Message:
Logged In: YES
user_id=27104
Originator: NO
checked this patch into branches/pd-extended/0.40:
http://pure-data.svn.sourceforge.net/viewvc/pure-data?view=rev&revision=9702
----------------------------------------------------------------------
Comment By: IOhannes m zmölnig (zmoelnig)
Date: 2008-04-14 13:21
Message:
Logged In: YES
user_id=564396
Originator: YES
i raised priority a bit, as the current implementation makes Pd unusable
with highly multichannel systems (e.g. using 64 channels) and jack
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1942258&group_…
Patches item #1943301, was opened at 2008-04-15 12:09
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1943301&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-dev
Group: feature
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: move instead of redraw GUI objects 'graphed on parent
Initial Comment:
New widget behavior 'graphfn' which gets called by graph_displace function and only uses Tk command 'move' to move graphics instead of erasing and recreating them.
Patch also adds graphfn functions to all the pd-vanilla GUI objects.
Also some modification inside g_array.c to remove unnecessary multiple visualizations of garrays.
Result: improved performace of array drawing.
Usage: invoke the patch inside the 'src' folder.
Known bugs that are newly introduced by this patch:
- Array name is not visible immediately after inserting an array. It gets drawn though at first redraw of the array after the array has been moved from the border of the canvas.
- Comments that are 'graphed on parent' don't move with graph. However, they are drawn at the right place when their redrawing occurs.
Fixes come soon.
Jakob Leben
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1943301&group_…
Bugs item #1942204, was opened at 2008-04-14 11:49
Message generated for change (Comment added) made by eighthave
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1942204&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: pdpedia
Group: None
Status: Open
Resolution: None
Priority: 7
Private: No
Submitted By: oli44 (oli44)
>Assigned to: Nobody/Anonymous (nobody)
Summary: pdpedia Captcha
Initial Comment:
Feature request:
is it possible to install a captcha system to avoid pdpedia being spammed so outrageously ?
maybe useful link : http://wiki.seds.org/index.php/MediaWiki:Captcha
----------------------------------------------------------------------
>Comment By: Hans-Christoph Steiner (eighthave)
Date: 2008-04-15 13:23
Message:
Logged In: YES
user_id=27104
Originator: NO
Any admin can easily delete those junk posts with the 'delete' tab and
also protect problem pages. A captcha might help, I haven't seen one for
mediawiki before.
Check the "recent changes" log now, and you'll see the spam is gone. :)
----------------------------------------------------------------------
Comment By: IOhannes m zmölnig (zmoelnig)
Date: 2008-04-15 03:15
Message:
Logged In: YES
user_id=564396
Originator: NO
i agree that pdpedia has lost lots of it's initial charme just because of
this: according to the "recent changes" page, of the last 376 changes 361
were garbage.
luckily most of these garbage changes are targeted on few pages
(Template:vanilla has 257 changes; Template:jmmmp has 99 changes)
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1942204&group_…
Bugs item #1912242, was opened at 2008-03-11 18:41
Message generated for change (Comment added) made by eighthave
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1912242&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: Roman Haefeli (reduzent)
Assigned to: Hans-Christoph Steiner (eighthave)
Summary: [makefilename %c] broken in some versions
Initial Comment:
[makefilename %c] seems to be broken in various autobuilds. this is the test-patch
[32(
|
[makefilename _%c_]
|
[print]
here a short list of pd (extended) versions and the according output:
LINUX
--
Pd version 0.40.3-extended-20080308:
symbol _*_
--
Pd version 0.40.3:
symbol _ _ (OK)
--
Pd version 0.39.3-extended:
symbol _ _ (OK)
---------------------------------------
WINDOWS
--
Pd version 0.40.3
symbol _ _ (OK)
--------------------------------------
MAC OSX 10.5.2 (tested by eni)
--
Pd-0.40.3-extended-20071231
print: symbol _4_
--
Pd-0.40.3-extended-20080111
print: symbol _ _ (OK)
--
Pd-0.40.3-extended-20080117
print: symbol _ _ (OK)
--
Pd-0.41.0
print: symbol _ _ (OK)
----------------------------------------------------------------------
>Comment By: Hans-Christoph Steiner (eighthave)
Date: 2008-04-15 13:05
Message:
Logged In: YES
user_id=27104
Originator: NO
fixed on Pd-0.40.3-extended-20080403 on Mac OS X 10.4.11, I think it's
fixed.
----------------------------------------------------------------------
Comment By: Hans-Christoph Steiner (eighthave)
Date: 2008-03-17 14:41
Message:
Logged In: YES
user_id=27104
Originator: NO
ok, I just checked in the patch that IOhannes mentioned. Please try the
autobuilds tomorrow or later.
----------------------------------------------------------------------
Comment By: IOhannes m zmölnig (zmoelnig)
Date: 2008-03-12 03:50
Message:
Logged In: YES
user_id=564396
Originator: NO
i think this is related to the bug introduced by patch-#1688540 and fixed
in patch-#1862168
http://sourceforge.net/tracker/index.php?func=detail&aid=1862168&group_id=5…
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1912242&group_…
The pdmtl abstractions are having some issues with 'svn'. I can
guarantee that 'svn' is installed, since that is what is used to get
the source code every day.
.hc
> Message: 17
> Date: Sat, 22 Mar 2008 06:38:59 -0400 (EDT)
> From: pd(a)debian-stable-powerpc.idmi.poly.edu (pd)
> Subject: [PD-cvs] autobuild: pd-extended debian-stable-powerpc
> 2008-03-22 06.29.26
> To: pd-cvs(a)iem.at
> Message-ID:
> <20080322103900.366862B2CE(a)debian-stable-powerpc.idmi.poly.edu>
>
> install -d /home/pd/auto-build/pd-extended/packages/linux_make/
> build//usr/local/lib/pd/extra/pddp
> install -p /home/pd/auto-build/pd-extended/abstractions/pddp/
> dsp.pd /home/pd/auto-build/pd-extended/abstractions/pddp/open.pd /
> home/pd/auto-build/pd-extended/abstractions/pddp/+pager.pd /home/pd/
> auto-build/pd-extended/abstractions/pddp/parse_meta.pd /home/pd/
> auto-build/pd-extended/abstractions/pddp/print_long.pd /home/pd/
> auto-build/pd-extended/abstractions/pddp/print.pd /home/pd/auto-
> build/pd-extended/packages/linux_make/build//usr/local/lib/pd/extra/
> pddp
> /home/pd/auto-build/pd-extended/scripts/generate-libdir-
> metafile.sh /home/pd/auto-build/pd-extended/packages/linux_make/
> build//usr/local/lib/pd/extra pddp \
> --license "GNU GPL" \
> --description "support objects for the Pure Data Documentation
> Project"
> install -d /home/pd/auto-build/pd-extended/packages/linux_make/
> build//usr/local/lib/pd/doc/5.reference/pddp
> install -p /home/pd/auto-build/pd-extended/abstractions/pddp/*-
> help.pd \
> /home/pd/auto-build/pd-extended/packages/linux_make/build//usr/
> local/lib/pd/doc/5.reference/pddp
> install -d /home/pd/auto-build/pd-extended/packages/linux_make/
> build//usr/local/lib/pd/extra/pdmtl
> svn export --force /home/pd/auto-build/pd-extended/abstractions/
> pdmtl \
> /home/pd/auto-build/pd-extended/packages/linux_make/build//usr/
> local/lib/pd/extra/pdmtl
> make[2]: svn: Command not found
> make[2]: *** [pdmtl_install] Error 127
> make[2]: Leaving directory `/home/pd/auto-build/pd-extended/
> abstractions'
> make[1]: *** [abstractions_install] Error 2
> make[1]: Leaving directory `/home/pd/auto-build/pd-extended/packages'
> make: *** [install] Error 2
> upload specs linux_make . deb
> Uploading /home/pd/auto-build/pd-extended/packages/linux_make/./
> Pd*.deb
> ls: /home/pd/auto-build/pd-extended/packages/linux_make/./Pd*.deb:
> No such file or directory
>
>
>
> ------------------------------
>
> _______________________________________________
> PD-cvs mailing list
> PD-cvs(a)iem.at
> http://lists.puredata.info/listinfo/pd-cvs
>
>
> End of PD-cvs Digest, Vol 37, Issue 19
> **************************************
------------------------------------------------------------------------
----
As we enjoy great advantages from inventions of others, we should be
glad of an opportunity to serve others by any invention of ours; and
this we should do freely and generously. - Benjamin Franklin