[Cin] [PATCH] UnsafeGUI toggle, tooltips, file overwrite warning for batchrender.c

2021-01-15 Thread Andrew Randrianasulu via Cin
This time I tried to add user confirmation on project (EDL) file overwrite, _in addition_ to gui toggle hiding this button. Rafa Mar, I saw your letter, just tracking _where exactly_ this function writes file() turned out to be harder than just adding warning. For now. diff --git

[Cin] New proposal for "Save to EDL Path" in Batch Render

2021-01-15 Thread Rafa Mar Multimedia en Gnu\Linux via Cin
*Hi Andrew*, I see that you know programming, To try to keep the "Save to EDL Path" option in the batchrender.C file Would it be possible that when this option is pressed, instead of overwriting the file loaded in EDL Path with the project that is now loaded in Cinelerra, if the precaution has

Re: [Cin] [PATCH] Copy backups of backup.xml automatically

2021-01-15 Thread Phyllis Smith via Cin
This should be fun to try. Thanks ! On Fri, Jan 15, 2021 at 8:49 PM Andrew Randrianasulu via Cin < cin@lists.cinelerra-gg.org> wrote: > So, I tried to implement 'create more than one backup' > > It uses 'system' call, so probably not ideal if you run CinGG as root > ( 'man system' warns about

[Cin] [PATCH] Copy backups of backup.xml automatically

2021-01-15 Thread Andrew Randrianasulu via Cin
So, I tried to implement 'create more than one backup' It uses 'system' call, so probably not ideal if you run CinGG as root ( 'man system' warns about such case) Patch attached. diff --git a/cinelerra-5.1/cinelerra/mwindow.C b/cinelerra-5.1/cinelerra/mwindow.C index 04549fde..5852932f 100644

Re: [Cin] Minor GIT checkins for code + manual

2021-01-15 Thread Phyllis Smith via Cin
> What do you think about gitwatch script? Script itself is GPL-3, but > obviously > do not link to any of our binaries or libs. Can it be distributed with > CinGG, along with > three example dot_gitignore files? > > Sounds quite interesting but I have not had time to look at it other than to read

Re: [Cin] Minor GIT checkins for code + manual

2021-01-15 Thread Andrew Randrianasulu via Cin
В сообщении от Saturday 16 January 2021 00:24:21 Phyllis Smith via Cin написал(а): > So that the improvements made by Andrew and RafaMar for minor > Russian/English and Spanish tips and translations did not get lost among > the Batch Render, I checked them into GIT right away. This includes a >

[Cin] Minor GIT checkins for code + manual

2021-01-15 Thread Phyllis Smith via Cin
So that the improvements made by Andrew and RafaMar for minor Russian/English and Spanish tips and translations did not get lost among the Batch Render, I checked them into GIT right away. This includes a slight increase in the Tip Window sizes. Also, checked in manual changes and updated the

Re: [Cin] Backups discussion

2021-01-15 Thread Phyllis Smith via Cin
> So, right now CinGG tracks your work and can create two backup files > (backup.xml and backup.prev). It works [hopefully] but feels a bit TOO > dangerous in > the event of crash, when confused user may save backup instead of loading > it. > If the confused user "saves" backup instead of loading

[Cin] Tried gitwatch

2021-01-15 Thread Andrew Randrianasulu via Cin
First I created .git/ directory by typing 'git init' in /dev/shm where I have few BIG files and tmp dirs with compiled software Initially I ran into problem that git was checking ALL my files, it was slow and wrong. so, I consulted 'man gitignore' It worked much better with this .gitignore in

[Cin] gitwatch

2021-01-15 Thread Andrew Randrianasulu via Cin
...oh, look! There is app (script) for that, too :} https://github.com/gitwatch/gitwatch What to use it for? That's really up to you, but here are some examples: config files: some programs auto-write their config files, without waiting for you to click an 'Apply' button; or even

Re: [Cin] Debate on batch render

2021-01-15 Thread Andrew Randrianasulu via Cin
В сообщении от Friday 15 January 2021 10:24:59 Rafa Mar Multimedia en Gnu\Linux via Cin написал(а): > *Thank you very much Andrew*, but these things are too difficult for me, I > want Cinelerra to be safe and simple. People who like computers understand > that they like to play and try these

Re: [Cin] Creating a static assembly

2021-01-15 Thread Andrew Randrianasulu via Cin
В сообщении от Friday 15 January 2021 09:58:04 preobraz--- via Cin написал(а): > Hi all! > I'm not in the subject of this question, so I'll ask: are there > mechanisms for creating a static build of a program from source (as > Blender does) so that you don't have to compile Cinelerra-GG every