| From | Sent On | Attachments |
|---|---|---|
| Yvan Volochine | Mar 14, 2011 6:09 pm | .patch |
| Yvan Volochine | Mar 14, 2011 7:45 pm | |
| Hans-Christoph Steiner | Mar 15, 2011 11:28 am | |
| Yvan Volochine | Mar 15, 2011 2:15 pm | |
| IOhannes zmölnig | Mar 15, 2011 3:20 pm | |
| yv | Mar 15, 2011 9:01 pm | |
| yv | Mar 15, 2011 9:29 pm | |
| yv | Mar 16, 2011 8:44 am | |
| Hans-Christoph Steiner | Mar 16, 2011 10:16 am | |
| Hans-Christoph Steiner | Mar 16, 2011 10:27 am | |
| yvan volochine | Mar 16, 2011 10:35 am | |
| yvan volochine | Mar 16, 2011 10:38 am | |
| Hans-Christoph Steiner | Mar 16, 2011 12:18 pm | |
| Hans-Christoph Steiner | Mar 16, 2011 12:19 pm | |
| yvan volochine | Mar 16, 2011 4:54 pm | |
| Hans-Christoph Steiner | Mar 16, 2011 10:09 pm | |
| yvan volochine | Mar 17, 2011 3:11 pm |
| Subject: | Re: [PD-dev] recentfiles_list explanation | |
|---|---|---|
| From: | Yvan Volochine (yvan...@gmail.com) | |
| Date: | Mar 14, 2011 7:45:18 pm | |
| List: | at.iem.pd-dev | |
I'm trying to get recentfiles written to ~/.pdsettings and I think I'm missing something obvious. (see my patch attached or here: http://pastebin.com/3apUXLzs ).
so far I can read from .pdsettings and get the recentfiles in the File menu (when I wrote them in theremanually) but, in s_files.c/glob_savepreferences():
char *pathelem = namelist_get(recentfiles_list, i)
does not make it. I think that I don't really understand the way pd and the gui communicate with each other.
I think I found my error. should I add a method in m_glob.c that appends a filename to recentfiles_list. then when opening a window in Tcl, send the new filename to pd (please correct me if I'm wrong) ? I'll try after sleeping a bit :)
cheers, _y
_______________________________________________ Pd-dev mailing list Pd-...@iem.at http://lists.puredata.info/listinfo/pd-dev






.patch