It is currently Sat Jul 20, 2024 6:24 pm


All times are UTC - 5 hours [ DST ]



Post new topic Reply to topic  [ 32 posts ]  Go to page Previous  1, 2
Author Message
 Post subject: Re: AdaptableGimp - pretty cool idea.
PostPosted: Fri Sep 09, 2011 2:03 pm  (#21) 
Offline
Global Moderator
User avatar

Joined: Oct 06, 2010
Posts: 4050
Rod: From your explanations and images, nothing indicates an answer to what I am asking, which is if the toolbox can be returned to its standard format (like in our older versions of GIMP). From the images, I see its modified to work only with the format they are introducing. It really doesn't matter, though, because GIMP is always one link away from being downloaded, I just didn't want to download the program to see if it accepted my toolbox configuration file.

_________________
"In order to attain the impossible, one must attempt the absurd."
~ Miguel de Cervantes


Top
 Post subject: Re: AdaptableGimp - pretty cool idea.
PostPosted: Fri Sep 09, 2011 2:36 pm  (#22) 
Offline
GimpChat Member
User avatar

Joined: Jan 13, 2011
Posts: 2260
Location: Poland
I am trying this program for several days:
- It is based on Gimp version 2.6.10 (lots of errors)
- How far do not work well without any connections with the Wiki (with no selection option - plus rebellion System - you can ignore the clock firewall)
- I can not add to the action - what most important to me and skript-plugin.

For me (filter plugins enabled), the best solution is to use the test version gimpscripter:
http://registry.gimp.org/node/25305
https://github.com/bootchk/gimpscripter/archives/master


Attachments:
Gimpscripter.png
Gimpscripter.png [ 29.91 KiB | Viewed 2278 times ]

_________________
Image

Slava
Ukraini!
Top
 Post subject: Re: AdaptableGimp - pretty cool idea.
PostPosted: Fri Sep 09, 2011 3:40 pm  (#23) 
Offline
GimpChat Member
User avatar

Joined: May 16, 2010
Posts: 14715
Location: USA
Well i got Python , PSPI, and Themes working in it :lol
Image

8bf's
Image

I also got rid of all errors by moving some things around a little.
Mainly by trashing the paths gimp creates to the user/gimp-2.6 directory for plug ins and scripts and just placing the extra scripts and plugins in the programs plugin and scripts directories inside the adaptable program itself.
The rest of the paths Gimp adaptable creates are fine to keep.


@ Mahvin i understand where you are coming from.

I just think it would be pretty cool to show off your actions with the wiki. :)
People could learn a lot from each other with this.It is a nice learning tool.

_________________
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: AdaptableGimp - pretty cool idea.
PostPosted: Fri Sep 09, 2011 3:58 pm  (#24) 
Offline
GimpChat Member
User avatar

Joined: Jan 13, 2011
Posts: 2260
Location: Poland
Does it require a combination of the Wiki (On-line) ??? - if you have any other ideas (off-line) ?


Attachments:
UTS.png
UTS.png [ 100.26 KiB | Viewed 2240 times ]

_________________
Image

Slava
Ukraini!
Top
 Post subject: Re: AdaptableGimp - pretty cool idea.
PostPosted: Fri Sep 09, 2011 4:18 pm  (#25) 
Offline
GimpChat Member
User avatar

Joined: May 16, 2010
Posts: 14715
Location: USA
MareroQ wrote:
Does it require a combination of the Wiki (On-line) ??? - if you have any other ideas (off-line) ?


Do you mean are you able to create actions without the wiki i believe you can start the program in non wiki mode yes.
This program was developed to teach others about Gimp though so why not share on the wiki?

MORE ABOUT THEMES -
I also found that just as auroras darker themes wouldn't work with the 2.7 interface the same goes for this interface.
After switching to ClearIce dark though all is well.
The problem was imaging in the layers, brushes,gradients, and patterns dialogs not showing unless you moused over them.The image below shows the ClearIce dark theme.Which works excellent.

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: AdaptableGimp - pretty cool idea.
PostPosted: Fri Sep 09, 2011 5:09 pm  (#26) 
Offline
GimpChat Member
User avatar

Joined: May 16, 2010
Posts: 14715
Location: USA
AHAH!

I noticed the interface is built using Glade so i decided to try the lineborder plugin and yippie! :)

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: AdaptableGimp - pretty cool idea.
PostPosted: Fri Sep 09, 2011 5:11 pm  (#27) 
Offline
Global Moderator
User avatar

Joined: Oct 06, 2010
Posts: 4050
That sort of made me chuckle, Rod. But great news since you can now use Line Border 2. :)

_________________
"In order to attain the impossible, one must attempt the absurd."
~ Miguel de Cervantes


Top
 Post subject: Re: AdaptableGimp - pretty cool idea.
PostPosted: Fri Sep 09, 2011 6:36 pm  (#28) 
Offline
GimpChat Member
User avatar

Joined: Jan 13, 2011
Posts: 2260
Location: Poland
Not necessarily - is still unresolved riddle.
For some works have always been - for others not at all

_________________
Image

Slava
Ukraini!


Top
 Post subject: Re: AdaptableGimp - pretty cool idea.
PostPosted: Fri Sep 09, 2011 10:54 pm  (#29) 
Offline
GimpChat Member
User avatar

Joined: May 16, 2010
Posts: 14715
Location: USA
Introducing Neon-Blue-Theme - zip attached with engine included.
Menu items in blue are active white are not active.

I created this theme because i wanted something darker.Aurora will not allow for images in the widgets so i used clean ice instead. :)

Loaded filter
Image

First load of Gimp
Image

Menu colors
Image

Filter dialogs running
Image

Non active items in menu are white
Image

Before save...
Image

After clicking save ....
Image

Code for gtkrc file
# Edit these colors and fonts however you like, after copying the file to
# another theme directory.
# This Theme is called NEON_BLUE_byRod

style "default"
{
  # Normal


  bg[SELECTED] = "#000000"
  base[SELECTED] = "#ff0000" # save image name text bg color
  base[INSENSITIVE] = "#181818" # bg opacity percentage area and save dialog bg area
  base[ACTIVE] = "#000000" #
  #
  fg[SELECTED] = "#000000"
  text[SELECTED] = "#ff0000" # layer name select text color
  text[INSENSITIVE] = "#ff0000" # save as dialog hi-lite text
  text[ACTIVE] = "#ff0000" # Active layer name text color - save dialog folder select text color



  bg[ACTIVE] = "#181818"  #dialog tab bg non-selected - button select bg - bg loading bar
  fg[ACTIVE] = "#417da2"

  bg[NORMAL] = "#000000" # interface bg - menu bg - dialog bg
  bg[PRELIGHT] = "#417da2" # loading bar color - menu bg hover color
  fg[PRELIGHT] = "#ffffff" # menu text hover color - button text hover color - non active menu items text color
  bg[INSENSITIVE] = "#181818" # button bg

  fg[NORMAL] = "#417da2" # menu text

  base[NORMAL]          = "#181818"     # list item background

  engine "cleanice"
  {
  }
}
widget_class "*" style "default"




Attachment:
File comment: Neon Blue theme with engine and instructions in README
Neon-Blue_byRod.zip [15.98 KiB]
Downloaded 115 times


Enjoy!

Please let me know if you have any issues or bugs.
Thanks!

_________________
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: AdaptableGimp - pretty cool idea.
PostPosted: Fri Sep 09, 2011 11:51 pm  (#30) 
Offline
GimpChat Member

Joined: Apr 12, 2010
Posts: 5870
downloaded the theme i was just needed a dark theme for gimp

About AdatableGimp still i don't understand a basic point :
"task" are a sort of "action" right ?
The process to create this task is cumbersome and timewasting as may seems from the video and the descrition or is just needed to get used to it
And if you create a "task" when you are not connected to the wiki could you share it later on ?

PS Not too important but the wiki info on "last page update" are totally wrong,
i saw there some task created by rod so last change should be very recent...instead the wiky say that
"This page was last modified on 13 May 2011, at 20:13.

_________________
My 3D Gallery on Deviantart http://photocomix2.deviantart.com/
Main gallery http://www.flickriver.com/photos/photocomix-mandala/
Mandala and simmetry http://www.flickriver.com/photos/photocomix_mandala/

Image

Mrs Wilbress


Top
 Post subject: Re: AdaptableGimp - pretty cool idea.
PostPosted: Sat Sep 10, 2011 12:13 am  (#31) 
Offline
GimpChat Member
User avatar

Joined: May 16, 2010
Posts: 14715
Location: USA
I am not sure PC why the wiki says that.Maybe their time stamp is off?
I do believe you can create actions and add them later.I know you can load the program without selecting a user.
So i assume you can be offline to use it.
You can edit your commands directly into the wiki page through the interface if you are online too.
You can edit your commands without being online so i assume you can create them without the wiki connection also.

You should test it yourself though.You know what you want, or need from the program.

_________________
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: AdaptableGimp - pretty cool idea.
PostPosted: Sat Sep 10, 2011 9:12 am  (#32) 
Offline
GimpChat Member
User avatar

Joined: May 16, 2010
Posts: 14715
Location: USA
Has anyone else tried this program yet?I am curious to know how other platforms handle it, and what others think about it.

_________________
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 new topic Reply to topic  [ 32 posts ]  Go to page Previous  1, 2

All times are UTC - 5 hours [ DST ]


   Similar Topics   Replies 
No new posts Attachment(s) More than just a pretty font '23

27

No new posts Attachment(s) @mahvin: an idea for a new animated brush

24

No new posts Attachment(s) GEGL Outline Glow Types - potential plugin idea

1

No new posts Really cool AI technology for brush artists.

2

No new posts Really cool pattern generator site - FREE

8



* Login  



Powered by phpBB3 © phpBB Group