[Gimp-developer] git commit problems

2016-01-11 Thread Kolbjørn Stuestøl
When committing my translation all looks well on my local copy. But my 
translations do not shows up in the https://git.gnome.org/browse/gimp/ 
site. Where is my translations gone?


I downloaded my copies using "git clone ssh://[my 
username]@git.gnome.org/git/gimp".

Updated and translated some po files and then:

   $ git commit -m "Updated Norwegian (nn) translations"
   [master 7b2f8a5] Updated Norwegian (nn) translations
 5 files changed, 13801 insertions(+), 9813 deletions(-)
 mode change 100644 => 100755 po-plug-ins/nn.po
 mode change 100644 => 100755 po-python/nn.po

My local git log shows:

   $ git log
   commit 7b2f8a5cff63bdea6db76b642445cfb8a11d1b0b
   Author: kolbjoern 
   Date:   Mon Jan 11 21:19:53 2016 +0100

Updated Norwegian (nn) translations

   commit 97ea600623b780fc9dba4abbaa45db44e626a10e
   Author: Michael Natterer 
   Date:   Mon Jan 11 20:35:32 2016 +0100

app: s/Default/Color/ in the testing icon theme Makefile rules
   …

My commit must obviously go somewhere but I have no idea where.
How to get it to upload (git push) to the correct gimp repository?

Last time I uploaded my files (2016.01.07) I got the error message 
"remote: error: refname 'GIMP_HELP_2_8_2' is ambiguous" (but the "git 
push" succeeded) and I was told to run "git config --global push.default 
matching" and/or
"git config --global push.default simple". I did this in that order. No 
error messages.


Kolbjørn
___
gimp-developer-list mailing list
List address:gimp-developer-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-developer-list
List archives:   https://mail.gnome.org/archives/gimp-developer-list


Re: [Gimp-developer] Missing from the roadmap

2016-01-11 Thread Sven Claussner

Hi,

just for a better understanding:
- Is it for something that goes beyond assigning and converting to
other color spaces? I think of native support of larger gamut color
spaces than sRGB in Babl, GEGL and GIMP, am I right?
- What exactly means 'supporting gamma-encodings other than the sRGB
TRC' for intense GIMP users (artists and scientists)?
- Is it something that happens only in GEGL and Babl or would also
GIMP's code need to be touched?

Greetings

Sven
___
gimp-developer-list mailing list
List address:gimp-developer-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-developer-list
List archives:   https://mail.gnome.org/archives/gimp-developer-list


Re: [Gimp-developer] Testers requested for our new Mac OS X DMG release!,

2016-01-11 Thread Sven Claussner



On  10.1.2016 at 1:21 AM Alexandre Prokoudine wrote:

On Sun, Jan 10, 2016 at 3:11 AM, Alexandre Prokoudine wrote:


1. Negotiate a release date between mitch (GIMP maintainer), pippin
(GEGL/babl maintainer), Jernej (Win builds), and Kris (OSX builds).


Also, I think whoever is in charge of the user manual these days
should have a say here, but the problem is that I have no idea who
that person is (Julien?), and I don't think this person is ever on IRC
where most communication is taking place. It would be _amazing_ to
have stakeholders connected to the release procedure and tuned to
actual gimp development.

Alex



I fully agree to your two posts, Alex.

Greetings

Sven

___
gimp-developer-list mailing list
List address:gimp-developer-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-developer-list
List archives:   https://mail.gnome.org/archives/gimp-developer-list


[Gimp-developer] gimp-developer-list

2016-01-11 Thread Americo Gobbo
Hi all,
I am trying compile the last git master, today... but I find these errors
com gimp compile:

$: ~/devel/gimp-2.9$ make -j4
make  all-recursive
make[1]: Entering directory `/home/jag/devel/gimp-2.9'
Making all in m4macros
make[2]: Entering directory `/home/jag/devel/gimp-2.9/m4macros'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/jag/devel/gimp-2.9/m4macros'
Making all in cursors
make[2]: Entering directory `/home/jag/devel/gimp-2.9/cursors'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/jag/devel/gimp-2.9/cursors'
Making all in icons
make[2]: Entering directory `/home/jag/devel/gimp-2.9/icons'
Making all in Color
make[3]: Entering directory `/home/jag/devel/gimp-2.9/icons/Color'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/jag/devel/gimp-2.9/icons/Color'
Making all in Symbolic
make[3]: Entering directory `/home/jag/devel/gimp-2.9/icons/Symbolic'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/jag/devel/gimp-2.9/icons/Symbolic'
Making all in Symbolic-Inverted
make[3]: Entering directory
`/home/jag/devel/gimp-2.9/icons/Symbolic-Inverted'
ln -s ../../icons/Symbolic/12/gimp-default-colors.png
12/gimp-default-colors.png
ln: failed to create symbolic link ‘12/gimp-default-colors.png’: File exists
make[3]: *** [12/gimp-default-colors.png] Error 1
make[3]: Leaving directory
`/home/jag/devel/gimp-2.9/icons/Symbolic-Inverted'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/jag/devel/gimp-2.9/icons'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/jag/devel/gimp-2.9'
make: *** [all] Error 2
$:~/devel/gimp-2.9$ git pull -r
Current branch master is up to date.


___
gimp-developer-list mailing list
List address:gimp-developer-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-developer-list
List archives:   https://mail.gnome.org/archives/gimp-developer-list

___
gimp-developer-list mailing list
List address:gimp-developer-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-developer-list
List archives:   https://mail.gnome.org/archives/gimp-developer-list


Re: [Gimp-developer] gimp-developer-list

2016-01-11 Thread Alexandre Prokoudine
11 янв. 2016 г. 20:00 пользователь "Elle Stone" написал:

> Well, maybe, but I just did git pull, and recompiled, with the following
errors:

Did you rerun autogen.sh?

Alex
___
gimp-developer-list mailing list
List address:gimp-developer-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-developer-list
List archives:   https://mail.gnome.org/archives/gimp-developer-list


Re: [Gimp-developer] gimp-developer-list

2016-01-11 Thread Elle Stone

On 01/11/2016 10:10 AM, Alexandre Prokoudine wrote:

On Mon, Jan 11, 2016 at 6:10 PM, Elle Stone wrote:

On 01/11/2016 08:23 AM, Americo Gobbo wrote:


Hi all,
I am trying compile the last git master, today... but I find these errors
com gimp compile:

$: ~/devel/gimp-2.9$ make -j4
make  all-recursive
`/home/jag/devel/gimp-2.9/icons/Symbolic-Inverted'
ln -s ../../icons/Symbolic/12/gimp-default-colors.png
12/gimp-default-colors.png
ln: failed to create symbolic link ‘12/gimp-default-colors.png’: File
exists
make[3]: *** [12/gimp-default-colors.png] Error 1
make[3]: Leaving directory
`/home/jag/devel/gimp-2.9/icons/Symbolic-Inverted'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/jag/devel/gimp-2.9/icons'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/jag/devel/gimp-2.9'
make: *** [all] Error 2



I encountered similar errors.


Benoit has already fixed this in master.


Well, maybe, but I just did git pull, and recompiled, with the following 
errors:


/usr/bin/install: cannot stat ‘./12/gimp-default-colors.png’: No such 
file or directory

Makefile:1086: recipe for target 'install-icons12DATA' failed
make[3]: *** [install-icons12DATA] Error 1
make[3]: Leaving directory 
'/home/elle/code/gimpdefault/build/gimp/icons/Symbolic-Inverted'

Makefile:1408: recipe for target 'install-am' failed
make[2]: *** [install-am] Error 2
make[2]: Leaving directory 
'/home/elle/code/gimpdefault/build/gimp/icons/Symbolic-Inverted'

Makefile:547: recipe for target 'install-recursive' failed
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory '/home/elle/code/gimpdefault/build/gimp/icons'
Makefile:718: recipe for target 'install-recursive' failed
make: *** [install-recursive] Error 1

Elle


___
gimp-developer-list mailing list
List address:gimp-developer-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-developer-list
List archives:   https://mail.gnome.org/archives/gimp-developer-list


Re: [Gimp-developer] gimp-developer-list

2016-01-11 Thread Elle Stone

On 01/11/2016 12:07 PM, Alexandre Prokoudine wrote:

11 янв. 2016 г. 20:00 пользователь "Elle Stone" написал:


Well, maybe, but I just did git pull, and recompiled, with the following

errors:

Did you rerun autogen.sh?


No. But I just did rerun autogen.sh, with the same result.

Elle

___
gimp-developer-list mailing list
List address:gimp-developer-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-developer-list
List archives:   https://mail.gnome.org/archives/gimp-developer-list


Re: [Gimp-developer] "Diagonal neighbors" option for fuzzy-select and paint-bucket tools

2016-01-11 Thread Ell


On 11/01/2016 05:28, Jehan Pagès wrote:
> Hello,
> 
> On Sun, Jan 10, 2016 at 4:32 PM, Ell  wrote:
>> Hi, Gimpers!
>>
>> I have a small patchset that I wonder if might be of interest. It adds a
>> "diagonal neighbors" option to the fuzzy-select and paint-bucket tools.
>> When activated, the tools consider diagonally neighboring pixels as
>> connected when calculating the affected area. In other words, instead of
>> just looking at the four orthogonal neighbors of each pixel, they look
>> at all eight neighbors. This comes in handy when working with thin lines
>> and curves, as shown in http://i.imgur.com/fLDUlEf.png.
>>
>> Any takers?
> 
> Why not creating a feature request with your patch in it on our
> bugtracker? This way, we can have a closer look to your proposition.
> The bugtracker: https://bugzilla.gnome.org/enter_bug.cgi?product=GIMP
> 
> Thanks!
> 

Done:

https://bugzilla.gnome.org/show_bug.cgi?id=760481

--
Ell
___
gimp-developer-list mailing list
List address:gimp-developer-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-developer-list
List archives:   https://mail.gnome.org/archives/gimp-developer-list


Re: [Gimp-developer] gimp-developer-list

2016-01-11 Thread Alexandre Prokoudine
On Mon, Jan 11, 2016 at 6:10 PM, Elle Stone wrote:
> On 01/11/2016 08:23 AM, Americo Gobbo wrote:
>>
>> Hi all,
>> I am trying compile the last git master, today... but I find these errors
>> com gimp compile:
>>
>> $: ~/devel/gimp-2.9$ make -j4
>> make  all-recursive
>> `/home/jag/devel/gimp-2.9/icons/Symbolic-Inverted'
>> ln -s ../../icons/Symbolic/12/gimp-default-colors.png
>> 12/gimp-default-colors.png
>> ln: failed to create symbolic link ‘12/gimp-default-colors.png’: File
>> exists
>> make[3]: *** [12/gimp-default-colors.png] Error 1
>> make[3]: Leaving directory
>> `/home/jag/devel/gimp-2.9/icons/Symbolic-Inverted'
>> make[2]: *** [all-recursive] Error 1
>> make[2]: Leaving directory `/home/jag/devel/gimp-2.9/icons'
>> make[1]: *** [all-recursive] Error 1
>> make[1]: Leaving directory `/home/jag/devel/gimp-2.9'
>> make: *** [all] Error 2
>
>
> I encountered similar errors.

Benoit has already fixed this in master.

Alex
___
gimp-developer-list mailing list
List address:gimp-developer-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-developer-list
List archives:   https://mail.gnome.org/archives/gimp-developer-list


Re: [Gimp-developer] gimp-developer-list

2016-01-11 Thread Elle Stone

On 01/11/2016 08:23 AM, Americo Gobbo wrote:

Hi all,
I am trying compile the last git master, today... but I find these errors
com gimp compile:

$: ~/devel/gimp-2.9$ make -j4
make  all-recursive
`/home/jag/devel/gimp-2.9/icons/Symbolic-Inverted'
ln -s ../../icons/Symbolic/12/gimp-default-colors.png
12/gimp-default-colors.png
ln: failed to create symbolic link ‘12/gimp-default-colors.png’: File exists
make[3]: *** [12/gimp-default-colors.png] Error 1
make[3]: Leaving directory
`/home/jag/devel/gimp-2.9/icons/Symbolic-Inverted'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/jag/devel/gimp-2.9/icons'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/jag/devel/gimp-2.9'
make: *** [all] Error 2


I encountered similar errors.


___
gimp-developer-list mailing list
List address:gimp-developer-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-developer-list
List archives:   https://mail.gnome.org/archives/gimp-developer-list


Re: [Gimp-developer] Missing from the roadmap

2016-01-11 Thread Elle Stone

On 01/11/2016 01:19 PM, Alexandre Prokoudine wrote:

The roadmap was never intended to mention every single thng we want adding


Maybe not. But leaving support for RGB working spaces other than sRGB 
altogether off the roadmap gives the impression that support for RGB 
working spaces other than sRGB isn't considered to be of very high 
importance, and therefore might not happen until some unspecified time 
well after "Future" (the roadmap lists items planned for 3.0, 3.2, and 
"Future").


I'm aware that support for RGB working spaces other than sRGB won't 
happen for 2.10 and isn't too likely to happen for 3.0, as 3.0 will be 
about converting from GTK2 to GTK3.


It would be nice if support for RGB working spaces other than sRGB, and 
also for "gamma" encodings other than the sRGB TRC, could be put on the 
roadmap for GIMP 3.2 as actual listed goals.



Elle

___
gimp-developer-list mailing list
List address:gimp-developer-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-developer-list
List archives:   https://mail.gnome.org/archives/gimp-developer-list


[Gimp-developer] Missing from the roadmap

2016-01-11 Thread Elle Stone
Something critically important is missing from the roadmap: 
http://wiki.gimp.org/wiki/Roadmap


There is no mention of supporting RGB working spaces other than sRGB.

Also there is no mention of supporting gamma-encodings other than the 
sRGB TRC.



Elle
--
http://ninedegreesbelow.com
Color management and free/libre photography
___
gimp-developer-list mailing list
List address:gimp-developer-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-developer-list
List archives:   https://mail.gnome.org/archives/gimp-developer-list


Re: [Gimp-developer] Missing from the roadmap

2016-01-11 Thread Alexandre Prokoudine
11 янв. 2016 г. 20:52 пользователь "Elle Stone"  написал:
>
> Something critically important is missing from the roadmap:
http://wiki.gimp.org/wiki/Roadmap
>
> There is no mention of supporting RGB working spaces other than sRGB.
>
> Also there is no mention of supporting gamma-encodings other than the
sRGB TRC.

The roadmap was never intended to mention every single thng we want adding
:)

Alex
___
gimp-developer-list mailing list
List address:gimp-developer-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-developer-list
List archives:   https://mail.gnome.org/archives/gimp-developer-list