Re: [Mypaint-discuss] Desktop file translations

2011-02-17 Thread Jon Nordby
On 15 February 2011 23:07, Andrew Chadwick (list subscriptions)
andrewc-email-li...@piffle.org wrote:
 The desktop file MyPaint uses for KDE and GNOME desktops needs
 translating into the various languages we support. I also thought the
 old from scratch wording sounded a bit awkward and off-putting to
 new users. I've asked around on IRC about some updated wording, and I
 think we're good to go with

  Name=MyPaint
  Comment=Painting program for digital artists
  GenericName=Raster Graphics Editor

Thanks for fixing this up. I'd give you the Norwegian Bokmål strings,
but our faithful Norwegian Nynorsk translator did them before I got to
it!

-- 
Regards Jon Nordby - www.jonnor.com

___
Mypaint-discuss mailing list
Mypaint-discuss@gna.org
https://mail.gna.org/listinfo/mypaint-discuss


Re: [Mypaint-discuss] Norwegian Nynorsk translation updates

2011-02-17 Thread Jon Nordby
On 16 February 2011 20:22, Tor Egil Hoftun Kvæstad
toregi...@hotmail.com wrote:
 Hello
 I've updated the Norwegian Nynorsk translation, and added Norwegian comments
 to the desktop file (nn_NO and nb_NO).

Committed! Thanks for your continued contributions.

-- 
Jon Nordby - www.jonnor.com

___
Mypaint-discuss mailing list
Mypaint-discuss@gna.org
https://mail.gna.org/listinfo/mypaint-discuss


[Mypaint-discuss] Branch dockable-panels: call for review

2011-02-17 Thread Andrew Chadwick (list subscriptions)
Could I canvass people's opinion and review on the dockable-panels
branch in the main git repo? If it's not too broken or weird, I'd like
to rebase it into master before the next major release (i.e. after
0.9.1). Probably needs some fixups first though...

There's a forum thread on it at
http://forum.intilinux.com/mypaint-development-and-suggestions/dockable-sidebar-panels-for-the-interface-(dev-work-in-progress)/

-- 
Andrew Chadwick

___
Mypaint-discuss mailing list
Mypaint-discuss@gna.org
https://mail.gna.org/listinfo/mypaint-discuss


[Mypaint-discuss] french translation update

2011-02-17 Thread Popolon

Here is an update of the translation for the last release.

I worked about one year ago on a big correction with two peoples, but I 
lost everything in a format by error without backup traditionnal crash. 
If you still read the list I would like to work again on this, because 
some terms was really better after our common work. I could still have 
the mail adress of those people on my mail server ???


One question about vocabulary :
Should we be oriented :
* Pure real media painter.
* Computer artists (should be the case if I follow the Mypaint motto)
* Both (big headache for me).

Because some terms seems to me to be between those two worlds.

This question doesn't need answer, but if you have one this could help 
for future direction.




fr.po.bz2
Description: application/bzip
___
Mypaint-discuss mailing list
Mypaint-discuss@gna.org
https://mail.gna.org/listinfo/mypaint-discuss


Re: [Mypaint-discuss] Branch dockable-panels: call for review

2011-02-17 Thread Jon Nordby
On 17 February 2011 23:20, Andrew Chadwick (list subscriptions)
andrewc-email-li...@piffle.org wrote:
 Could I canvass people's opinion and review on the dockable-panels
 branch in the main git repo? If it's not too broken or weird, I'd like
 to rebase it into master before the next major release (i.e. after
 0.9.1). Probably needs some fixups first though...

As I said in the forum and on the mailing list I think this change is
really useful. But there are some issues.

First of all, the license of gui/layout.py is set to GPLv3. MyPaint,
is GPLv2+ (LGPLv2+ for brushlib). While not incompatible, this would
require us to distribute MyPaint under GPLv3, effectively a license
change for downstream recipients. I would really like to avoid that,
so please change the license to GPLv2 (and use the standard MyPaint
license header).

Also, a big change like this is impossible to review properly when
delivered in essentially one huge commit. I'll therefore only comment
on superficial things regarding the code. Please split the commit into
several smaller pieces so we can review properly, and squash in fixup
commits.

Code
- Several hundred lines of code is duplicated in layerswindow.py. We
can't have that.
- Moving MainWindow from windowing.py to layout.py looks to be unnecessary,
- I do not see the benefit of instantiating the menu-bar, et.c from
MainWindow, instead of just letting it happen within DrawingWindow
like before
- There is no status-bar at the moment, why does the code have logic for it?
- There is dead code (commented out) several places that needs to be removed.
- I'm fairly certain it was not necessary to instantiate the
backgroundWindow or brushSettingsWindow before, please check this

Regressions
- Main window does not obey window manager, is set to floating,
maximized by default
- Subwindows defaults to minimum size instead of something sane
- Subwindows no longer show up in front of main window

Strange behavior
- When scaling the sidebar, the canvas follows somewhat, but not
completely. Same when toggling the sidebar
- Gtk color selector resizing behaves strangely (as you noted).
Because of this the default color selector is colorsampler
Please fix this so that we can keep the Gtk one as default.

-- 
Jon Nordby - www.jonnor.com

___
Mypaint-discuss mailing list
Mypaint-discuss@gna.org
https://mail.gna.org/listinfo/mypaint-discuss