Michael Natterer
1ec64abb8b
libgimpwidgets: add GimpColorSelectorClass::icon_name
...
and deprecate its stock_id.
2014-05-10 08:34:42 +02:00
Michael Henning
23ec10b2c6
build/win: Install and use gnome-icon-theme
2014-05-09 23:15:06 -04:00
Michael Henning
8593cae2ee
build/win: Upgrade atk to 2.12.0
2014-05-09 21:09:44 -04:00
Michael Natterer
9331ef2456
libgimpwidgets: change GimpController's stock_id to icon_name
...
This API change is OK since the entire controller API is marked as
unstable and needs a special #define to be visible at all.
2014-05-09 09:19:06 +02:00
Michael Natterer
88d2df0af8
data: s/stock-id/icon-name/ in all tool presets
2014-05-09 02:46:21 +02:00
Michael Natterer
ab6a0fe9cb
app: port GimpIconPicker to named icons
2014-05-09 02:24:42 +02:00
Michael Natterer
63c5508d4d
libgimpwidgets: use the renderer's icon-name in GimpIntComboBox
2014-05-09 02:04:25 +02:00
Michael Natterer
3e4485fdcf
libgimpwidgets: forgot a few image_new_from_stock() -> from_icon_name()
2014-05-09 00:56:25 +02:00
Michael Natterer
ed7cdba5b6
libgimpwidgets: add gimp_prop_icon_image_new()
...
and deprecate gimp_prop_stock_image_new().
2014-05-09 00:56:24 +02:00
Michael Natterer
59bf9ac32a
libgimp: gtk_image_new_from_stock() -> from_icon_name()
2014-05-09 00:56:24 +02:00
Michael Henning
4377dda9e3
build/win: Upgrade gtk2 to 2.24.23
2014-05-08 18:34:46 -04:00
Michael Natterer
6873b130a9
app: don't allow a GimpViewable's compat stock-id to be set to NULL
...
The only purpose of keeping that property around is to load old
config files, and these can never contain NULL stock-ids.
2014-05-08 22:31:36 +02:00
Michael Natterer
9cb81db026
app: actually use named icons for the toolbox icons
2014-05-08 19:00:18 +02:00
Michael Natterer
b2e792eceb
app: add missing include in gimpviewrenderer-frame.c
2014-05-08 12:40:02 +02:00
Michael Natterer
3372ca82da
libgimpwidgets: properly implement GimpCellRendererToggle's icon-name property
...
and change the parameter of new() from stock_id to icon_name.
2014-05-08 12:38:50 +02:00
Michael Natterer
16e9188b1f
icons: rename gimp-eye.png to gimp-visible.png
2014-05-08 12:37:42 +02:00
Michael Natterer
88f29d468c
app: fix formatting of two console error messages
2014-05-08 12:12:19 +02:00
Michael Natterer
239dbeef64
etc: s/stock-id/icon-name/ in the default templaterc
2014-05-08 09:39:10 +02:00
Michael Natterer
2980f18973
libgimpwidgets: use gtk_icon_theme_load_icon() in GimpPageSelector
2014-05-08 09:22:46 +02:00
Michael Natterer
7d0b326359
app: add gimp_widget_load_icon() as replacement for gtk_widget_render_icon()
...
...and use it instead.
2014-05-08 09:11:31 +02:00
Michael Henning
ab36f26e63
libgimpwidgets: Fix error in docs for gimp_enum_combo_box_set_icon_prefix
...
This function was just added in 79bd9c60de
2014-05-07 19:15:52 -04:00
Piotr Drąg
edaebf97b7
Updated Polish translation
2014-05-08 00:09:50 +02:00
Michael Natterer
6203cb5ee0
devel-docs: fix HTML_IMAGES Makefile variable
...
This doesn't fix the build of the stock IDs docs page yet.
2014-05-07 22:12:12 +02:00
Michael Natterer
ae4a41d7a5
themes, icons: move icons from themes/Default/images/ to the toplevel icons/
...
and install them in datadir/icons.
2014-05-07 21:57:21 +02:00
Michael Natterer
6615891990
libgimpwidgets: fix warnings in last commit in GimpHintBox
2014-05-07 21:56:53 +02:00
Michael Natterer
ddc1c1d22d
app: #if 0 some debug code in gui/gui.c which I accidentially pushed
2014-05-07 21:32:09 +02:00
Michael Natterer
17167594ea
app: use the newly added libgimpwidgets icon name APIs
2014-05-07 21:32:09 +02:00
Michael Natterer
79bd9c60de
libgimpwidgets: mostly port from stock IDs to icon names
...
Add some new API and deprecate old one.
2014-05-07 21:32:09 +02:00
Piotr Drąg
233b86b32d
Updated Polish translation
...
Fixes a bug reported by Wojciech Kapusta.
http://bugs.aviary.pl/show_bug.cgi?id=4901
2014-05-07 18:48:20 +02:00
Massimo Valentini
7e80e2e3bc
Bug 707239 - Gimp destroys image file when exporting...
...
as .tif with jpeg compression
make unsensitive the JPEG radio button when the image
is indexed, similarly to Fax Group 3/4 compression
enabled only for monochrome images
move the file creation/truncation after checking for
invalid requests and return a GError in case of error
2014-05-07 18:10:26 +02:00
Michael Natterer
0d2d1c3752
app: port most of app's GUI from stock IDs to icon names
...
There is still quite some stock ID rendering around, stay tuned...
2014-05-07 15:30:38 +02:00
Michael Natterer
b7e50079a6
libgimpwidgets: add a hackich "icon-name" property to GimpCellRendererToggle
...
half-implemented, just for the purpose of having an "icon-name", it
uses the icon name as stock ID, which works as long as we keep
both icon systems around.
2014-05-07 15:28:51 +02:00
Michael Natterer
1814641a50
themes, libgimpwidgets: install an index.theme and prepend our icon theme...
...
to the search path. The index.theme is a copy of the upstream hicolor
index.theme with our custom sizes added, and it has to be first in the
path to be used at all. This. Is. Broken.
2014-05-07 15:02:33 +02:00
Michael Henning
767fc83864
build/win: Upgrade lcms2 to 2.6
2014-05-06 20:09:19 -04:00
Michael Natterer
23037b5230
app: convert all stock IDs kept around by the core by icon names
...
Particularly GimpViewable's stock_id. Make sure old config files
containing stock IDs are still properly parsed.
2014-05-07 01:01:56 +02:00
Michael Natterer
9ed5b3f45e
app: port GimpAction and friends to icon names
2014-05-06 23:47:38 +02:00
Michael Natterer
5ae6f2b8c0
app: try a named icon in the open-location dialog, seems to work :)
2014-05-06 22:45:45 +02:00
Michael Natterer
bfa6edf519
libgimpwidgets: add our installed icon theme to the search path
2014-05-06 22:45:19 +02:00
Michael Natterer
ff8e5f9381
themes: install all icons in an icon theme in share/themes/Default/icons
2014-05-06 22:38:11 +02:00
Michael Natterer
6aa53ed2c6
configure: check for gtk-update-icon-cache
2014-05-06 20:14:39 +02:00
Michael Natterer
cffc8234fa
themes, libgimpwidgets: prepare the icons to be named icons from an icon theme
...
Rename them and move them into folders, e.g.:
stock-foo-16.png -> 16/gimp-foo.png
This change only moves internal stuff around,
it's not visible on any API.
2014-05-06 19:13:04 +02:00
Piotr Drąg
28fa4326dd
Updated Polish translation
2014-05-05 21:04:22 +02:00
Michael Natterer
d9cf36d07d
app: remove gimp:cast-format and use gegl:cast-format
2014-05-05 19:30:21 +02:00
Rickard
5ec413a5e8
Bug 729326 - Errors found using a static code analysis program cppcheck
...
Fixed some memory and file leaks. And removed some code and variables
that are not used.
2014-05-05 10:34:08 +02:00
Massimo Valentini
26738b9ff3
Bug 722487: Something in the attached .gimp-2.8 directory makes...
...
GIMP fail on start
Make gimp_tool_preset_load() robust against completely failed
deserializing.
2014-05-05 10:34:08 +02:00
Michael Natterer
a601e21281
app: add gegl:noise-cell and gegl:noise-reduction to the menus
2014-05-05 02:06:10 +02:00
Marco Ciampa
2321dd39ea
Updated italian translation
2014-05-04 23:52:14 +02:00
Michael Natterer
64290145a2
pdb. plug-ins: remove the noise-rgb plug-in and add PDB compat wrappers
2014-05-04 23:43:02 +02:00
Michael Natterer
ff59aebbe8
pdb, plug-ins: remove the blur-gauss plug-in and add compat procedures
...
Add a utility function to wrap PDB compat nodes in gimp:cast-format
ops, so we can use ops that are now implemented in linear RGB for
plug-in compat procedures, which are all supposed to work on gamma
corrected RGB.
2014-05-04 22:53:29 +02:00
Michael Natterer
84ce7f1a9a
app: add a "Gamma hack" toggle to the GimpImageMap dialog
2014-05-04 20:42:58 +02:00