Commit graph

41952 commits

Author SHA1 Message Date
Michael Natterer
bab75b7365 Change a bazillion URLs to https://
Including all user-visible link and links called from code, like
the help pages.
2018-07-14 14:19:27 +02:00
Michael Natterer
c7272d779c po-python: apparently I missed one bugzilla URL before 2018-07-14 13:58:34 +02:00
Michael Natterer
02160a26b0 libgimpthumb: update the URL of the thumbnail spec 2018-07-14 13:25:41 +02:00
Bruno Lopes da Silva
491ebb0619 Update Brazilian Portuguese translation
(cherry picked from commit a7e98a33f5)
2018-07-14 01:07:59 +00:00
Michael Natterer
0fa991fb5f app: undeprecate gimpdisplayshell-selection.c 2018-07-13 19:09:01 +02:00
Michael Natterer
44b469e493 Issue #1841 - Export As... mng swaps width and height
layer_cols and layer_rows were swapped.
2018-07-13 17:55:19 +02:00
Jehan
573ab95315 build: add Wayland socket and bump LibRaw.
Apparently the LibRaw 0.18 was taken down as soon as 0.19 got released.
Thanks to solid_black for reporting it on IRC.
2018-07-13 16:25:11 +02:00
Bruno Lopes da Silva
a88279ba4d Update Brazilian Portuguese translation
(cherry picked from commit 9340b68e81)
2018-07-13 14:05:15 +00:00
Michael Natterer
149e4af170 app: remove forgotten prototype from gui.c 2018-07-13 15:28:25 +02:00
Michael Natterer
ab30b9537c app: include extensions-dialog.h in dialogs-constructors.c 2018-07-13 15:01:13 +02:00
Michael Natterer
af44a5161d libgimpwidgets: fix GimpIntComboBox popup-shown appearance
The old hack doesn't work any longer, there is only one cell layout in
GTK+ 3.x, not separate ones for the button and the popup. Switch back
to recreating the cells in notify::popup-shown.

Also simplify the code, we only need to remember one cell renderer in
our struct, and remove manual resizing code that was only needed in
older GTK+ 2.x vrsions.
2018-07-13 14:50:06 +02:00
Michael Natterer
03feba0f35 libgimpbase, app: remove the plug-in menu_path compat code
Registering a full menu path as a procedure's menu label is now
forbidden and causes the procedure to be rejected.

Bump the plug-in protocol version so a pluginrc containing such cruft
is not used.
2018-07-13 14:07:44 +02:00
Michael Natterer
9ef39b507b app: relax precondition checks in gimp_operation_config_get_type()
Only require the parent type if the requested type is not already
registered.
2018-07-13 13:57:02 +02:00
Daniel Mustieles
fd29af341d Update Spanish translation
(cherry picked from commit bfc3b5f780)
2018-07-13 11:54:18 +00:00
Michael Natterer
9629fc8785 app: small formatting fix in gimpfiltertool-widgets.c 2018-07-13 12:39:49 +02:00
Caio Nascimento
55707166f5 Update Brazilian Portuguese translation 2018-07-13 09:17:57 +00:00
Bruno Lopes da Silva
ac8b70aa48 Update Brazilian Portuguese translation
(cherry picked from commit edd1d01b41)
2018-07-13 08:42:50 +00:00
Michael Natterer
b5b48e51c8 app: remove duplicate include in gimpcurvesconfig.c 2018-07-13 01:17:16 +02:00
Bruno Lopes da Silva
a918437f81 Update Brazilian Portuguese translation
(cherry picked from commit 127a982232)
2018-07-12 16:16:55 +00:00
Michael Natterer
397ae027ba Issue #1834 - (gimp-context-get-gradient) could return a gradient name...
...not found if language changed since last session

For various reasons, (gimp-context-get-brush, pattern, gradient, ...)
can return "Standard" which is the untranslatable name of the internal
fallback object.

Therefore, we must accept "Standard" as fallback in all PDB functions
that take brush, pattern, gradient etc. names.
2018-07-12 12:42:49 +02:00
Michael Natterer
c3d37140eb Issue #1833 - (gimp-context-get-gradient-repeat-mode) always warns...
...and successfully fails

Commit d2ad2928 removed "gradient-repeat" from GimpPaintOptions, not
considering that it is also used in the PDB.

Move "gradient-repeat" from GimpGradientOptions back to
GimpPaintOptions, and add a comment that it is only used by the
gradient tool, not for painting.
2018-07-12 11:39:42 +02:00
Michael Natterer
829f12040d Forgot two license links... 2018-07-12 00:11:22 +02:00
Michael Natterer
5f700549e7 Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
Michael Natterer
8eb77376c4 More bugzilla -> gitlab in various files 2018-07-11 22:24:02 +02:00
Matej Urbančič
c3d6140f5b Added Slovenian translation 2018-07-11 22:18:55 +02:00
Michael Natterer
1b386dfe04 po*: change Report-Msgid-Bugs-To URL to gitlab.gnome.org 2018-07-11 21:56:14 +02:00
Rafael Fontenelle
fb73f46570 Update Brazilian Portuguese translation
(cherry picked from commit 9c06f323e4)
2018-07-10 18:07:57 +00:00
Caio Nascimento
66c1199354 Update Brazilian Portuguese translation 2018-07-10 16:29:50 +00:00
Bruno Lopes da Silva
20efe74834 Update Brazilian Portuguese translation
(cherry picked from commit 6b096baf66)
2018-07-10 15:49:15 +00:00
Michael Natterer
6e971a3fe2 app: remove the <Toolbox> compat menu path for plug-ins
Plug-ins will now get an error when trying to register something
in <Toolbox> which has been deprecated for ages.
2018-07-10 11:49:05 +02:00
Piotr Drąg
238748c3ce Update Polish translation 2018-07-10 05:53:36 +02:00
Michael Natterer
aeec0f7f49 app: small improvement to previous GimpPaletteEditor commit 2018-07-09 22:12:55 +02:00
Sergio Jiménez Herena
ea27fd912c app: add color index label to the palette editor. 2018-07-09 20:04:09 +00:00
Daniel Mustieles
de6f469c16 Update Spanish translation 2018-07-09 11:11:09 +00:00
Daniel Mustieles
66d465abfc Updated Spanish translation 2018-07-09 08:52:32 +02:00
Bruno Lopes da Silva
eeb61e5b42 Update Brazilian Portuguese translation 2018-07-08 17:34:22 +00:00
Piotr Drąg
a6ee02b72b Update Polish translation 2018-07-08 17:37:49 +02:00
Michael Natterer
a1f2464ed6 libgimpwidgets: forgot one s/H/h/ in LCh 2018-07-08 17:29:55 +02:00
Piotr Drąg
ac05d72072 Update Polish translation 2018-07-08 17:23:18 +02:00
Michael Natterer
926dc070ef app, libgimp*: make user visible color model labels consistent
- "LCh" intead of "LCH"
- "CIE LCh" instead of "CIELCh"
- "HSV Hue" instead of "Hue (HSV)" for all models/components
2018-07-08 16:15:13 +02:00
Michael Natterer
6c3b1112be app: make the rectangle options a bit narrower, still too wide... 2018-07-08 14:45:48 +02:00
Vinzenz Vietzke
3c96ba4d84 Update German translation 2018-07-07 20:48:45 +00:00
Michael Natterer
370680f9bc Issue #1805 - Sample Points keep resetting themselves to "Pixel"
Don't destroy the color frames when the number of points changes.
Instead, simply hide them so they keep their color model, but add an
upper limit of an arbitrary number of 16 frames to keep around.
2018-07-07 19:17:58 +02:00
Snehalata B Shirude
c6b63589c2 Added Marathi translations
Forward port of 9a08f499c6 from gimp-2-10.
2018-07-07 18:20:31 +02:00
Jehan
de649f4d7a po: adding app/dialogs/extensions-dialog.c in POTFILES.in.
Fixing the CI build!
2018-07-07 18:11:09 +02:00
Jehan
a4c1d73b75 icons: toilet paper should always be white!
I know that the idea of black toilet paper is traumatizing nomis! ;-)
So here it is, using the CSS "!important" trick to override GTK+ CSS
recoloring code.
In order for the icon to be always visible, even on light background, I
am adding a path around the toilet paper shape (which this time will
be properly recolored by GTK+ with the foreground color, hence making
the icon clearly visible).
2018-07-07 17:08:02 +02:00
Jehan
56717f80cc icons: fix symbolic icon gtk-select-color.
There was again a visible square.
2018-07-07 16:23:43 +02:00
Jehan
22099db280 app: new GimpExtensionDetails widget.
The extension dialog will show details about an extension (long
description, screenshot, upstream URLs, etc.) with this widget.

Update the GimpExtensionList to send a "extension-activated" signal on
double click, and make the extensions dialog react on it to display the
extension details for the activated extension.

This is all still mostly a skeleton GUI, but it is starting to get into
shape.
2018-07-07 16:10:51 +02:00
Jehan
869f345ff0 app: new GimpExtensionList widget.
This is used to show the user/system or uninstalled extensions.
2018-07-07 16:10:51 +02:00
Jehan
ff12c2d903 app: a skeleton for the extension GUI.
This is using GTK+3 widgets, so I make sure to keep it well separated
from core code. The gimp-2-10 version will have to rework the GUI, but
the GtkListBox and GtkSwitch are nice and make things easier, so it is
worth using them here).
2018-07-07 16:10:50 +02:00