It is currently Thu Apr 25, 2024 6:55 am


All times are UTC - 5 hours [ DST ]



Post new topic Reply to topic  [ 12 posts ] 
Author Message
 Post subject: 'autosave_a.py' V0.4 release
PostPosted: Sun Nov 16, 2014 5:00 pm  (#1) 
Offline
GimpChat Member

Joined: Jul 13, 2014
Posts: 109
Hi,

I've just released an update to the plugin 'autosave_a.py', version 0.4.0 . The package can be found at
«https://github.com/rbbrzrd/GIMP-plugins/blob/master/autosave_a-0.4.zip?raw=true»

This update is the beginning of version 0.4 so 0.4.0, with the goal of improving the interface.
The code should work for GIMP-2.6 and GIMP-2.8 ; on Linux and Windows but probably not OSX because it uses GTK.

Changes to 'Autosave' are:

— New '.pot' file for i18n (translation) in folder'autosave_a' of the zip archive.
— A 'dirty' flag button added before the recall preset choice on the control line, the flag is set if the configuration was edited after it was displayed. Set flag label is '*', after some user deliberation Image, a mouse click on it reset the values in config area to the preset in the select-box (next in line).
— Tweaks in graphical user interface for clearer appearance (see image below)
— Try for clearer instructions.
— Correct a couple of minor bugs.

No change to 'NoUI_autosave'.

In one invocation of 'Autosave', here is an image of the plug-in windows, captured before and after a click on 'Start'.
Image (found the solution: needed javascript enable!)
Looking at the 'Backup phase' I find it easier now to see that the preset 'LastStop config' will change, for example. This image is in the package.

Installation is similar to version 0.3 , see «http://www.gimpchat.com/viewtopic.php?f=8&t=10700&start=10#p142495»
Example of output name:

The first backup file produces with the above 'autosave-0.4.gif' was 'BU-ID1-autosave-0-1.xcf.bz2'.
1) [BU] is for backup, all file made by this plug-in start with BU-ID, 
2) [ID1] is the ID number of the image in GIMP,
3) [autosave-0] is the truncated name, to the first period, of the image,
4) [1] is from a file counter implemented for the 'number kept' and finally
5) [.xcf.bz2] the extension given by the plug-in.

Your suggestions, since I'm not sure how to proceed further if at all, and comments are welcome.


Last edited by rob_brz1 on Sun Nov 16, 2014 10:58 pm, edited 3 times in total.

Share on Facebook Share on Twitter Share on Orkut Share on Digg Share on MySpace Share on Delicious Share on Technorati
Top
 Post subject: Re: 'autosave_a.py' V0.4 release
PostPosted: Sun Nov 16, 2014 7:37 pm  (#2) 
Offline
Administrator
User avatar

Joined: Aug 10, 2012
Posts: 13016
Location: Native to NYC living in Arizona, Gimp 2.8 & 2.10, Win 11 PC.
:coolthup :tyspin

_________________
Image
"A wise man learns more from a foolish question than a fool can learn from a wise answer"
Image


Top
 Post subject: Re: 'autosave_a.py' V0.4 release
PostPosted: Sun Nov 16, 2014 11:07 pm  (#3) 
Offline
GimpChat Member
User avatar

Joined: Sep 22, 2012
Posts: 2089
Location: US
Working in 2.8.14 on Windows?


Top
 Post subject: Re: 'autosave_a.py' V0.4 release
PostPosted: Mon Nov 17, 2014 7:41 am  (#4) 
Offline
GimpChat Member
User avatar

Joined: May 16, 2010
Posts: 14709
Location: USA
K1TesseraEna wrote:
Working in 2.8.14 on Windows?

GIMP-2.8.14 in Windows 8 64 bit.
Image

After first save (every min)
Image

So yes it works fine it seems in GIMP-2.8.14.

_________________
Image
Edmund Burke nailed it when he said, "The only thing necessary for the triumph of evil is for good men to do nothing."


Top
 Post subject: Re: 'autosave_a.py' V0.4 release
PostPosted: Mon Nov 17, 2014 7:44 am  (#5) 
Offline
GimpChat Member
User avatar

Joined: May 16, 2010
Posts: 14709
Location: USA
And just to confirm.

Image

_________________
Image
Edmund Burke nailed it when he said, "The only thing necessary for the triumph of evil is for good men to do nothing."


Top
 Post subject: Re: 'autosave_a.py' V0.4 release
PostPosted: Mon Nov 17, 2014 10:55 am  (#6) 
Offline
GimpChat Member
User avatar

Joined: Sep 22, 2012
Posts: 2089
Location: US
Thanks Rod! The reason I asked is because the previous two versions (.2 and .3) wouldn't show up in GIMP menu,
and I had to reinstall the oldest version of plugin (which is still very reliable and works great).


Top
 Post subject: Re: 'autosave_a.py' V0.4 release
PostPosted: Mon Nov 17, 2014 3:10 pm  (#7) 
Offline
GimpChat Member

Joined: Jul 13, 2014
Posts: 109
@Wallace
Following the basic idea that a graphical app. needs 'graphical' plug-in, seems that you approve.

@K1TesseraEna
Version 0.2 and first part of the 0.3 life, was not working for you because of the default preset.
It is the floor of plug-in preset and was set exclusively on the 'current folder', most of the operating systems now seems to be blurring the distinction between local and non-local folder, those remove that floor so the plug-in won't register; I don't approve that blurring on general principle. In later life of 0.3 if no 'current folder', it look for an alternative (the basement) as you can see in the first Rod's screen capture under 'Directory'. A long answer for a long time user of this plug-in.
Was under the impression that your working GIMP was 2.8.10, like me on Win.!

@Rod
Was tested on GIMP-2.8.14 but on Fedora, thanks for confirming the working state of the package and to answer K1TesseraEna question.


Top
 Post subject: Re: 'autosave_a.py' V0.4 release
PostPosted: Tue Nov 18, 2014 6:35 am  (#8) 
Offline
GimpChat Member
User avatar

Joined: May 16, 2010
Posts: 14709
Location: USA
Quote:
@Rod
Was tested on GIMP-2.8.14 but on Fedora, thanks for confirming the working state of the package and to answer K1TesseraEna question.


Happy to help. :) Thank you for a great additional plug-in for GIMP users.

_________________
Image
Edmund Burke nailed it when he said, "The only thing necessary for the triumph of evil is for good men to do nothing."


Top
 Post subject: Re: 'autosave_a.py' V0.4 release
PostPosted: Wed Mar 18, 2015 11:13 pm  (#9) 
Offline
New Member

Joined: Mar 18, 2015
Posts: 1
Hi folks. I'm not sure which version I have of this plug-in (it is a 17K autosave_a.py file dated 3/21/2013 12:33 PM) but I have it working in GIMP 2.8.14 running on Windows 7 Home Premium 64 bit. I'd like to say THANK YOU to whomever made this feature possible!! :)


Top
 Post subject: Re: 'autosave_a.py' V0.4 release
PostPosted: Fri Mar 20, 2015 8:09 am  (#10) 
Offline
GimpChat Member

Joined: Jul 13, 2014
Posts: 109
@Whirler
Since it seems to be your first post here, welcome to gimpchat.

The version could be 0.3 . Happy that it meets your requirements.
As for the originators of this feature with the Python language there at least two: 'yahvuu' followed by me.


Top
 Post subject: Re: 'autosave_a.py' V0.4 release
PostPosted: Mon Jun 29, 2015 9:46 am  (#11) 
Offline
New Member

Joined: Jun 29, 2015
Posts: 1
Just installed the plugin and seems to be installed correctly. However, when I go to select a new directory the popup window does not offer the ability to actually select a folder. I can move around to another file but I seem to be lacking the ability to actually select a folder. This could be an OS thing but I am not sure. Currently using elementaryOS (linux). Is there way to select the directory via the config files rather than through the graphical interface?

Thanks!


Attachments:
cpapture.png
cpapture.png [ 52.95 KiB | Viewed 854 times ]
Top
 Post subject: Re: 'autosave_a.py' V0.4 release
PostPosted: Mon Jun 29, 2015 1:42 pm  (#12) 
Offline
GimpChat Member

Joined: Jul 13, 2014
Posts: 109
Hi msjackson,
Did you try, for the last step of the selection, clicking on the quit window.
'x' on the window, folder selection, top right side like my attach figure.
(There is a tool-tip to that effect under 'Change the' button.)
Seems to be missing in your window attachment, perhaps a theme or a desktop environment problem? To verify, for me the keyboard way is 'Esc' which close it also, or after a right click on the bar at the top a menu should appear...


Attachments:
Autosave_folder_selection-2015-06-29.png
Autosave_folder_selection-2015-06-29.png [ 77.02 KiB | Viewed 843 times ]
Top
Post new topic Reply to topic  [ 12 posts ] 

All times are UTC - 5 hours [ DST ]


   Similar Topics   Replies 
No new posts Attachment(s) Release of G'MIC 3.3

9

No new posts Release of G'MIC 3.1.0

3

No new posts Attachment(s) Release of G'MIC 3.3.5

0

No new posts G'MIC pre-release version 2.8.3

6

No new posts Gimp 3-0 finally has a release schedule

25



* Login  



Powered by phpBB3 © phpBB Group