Richard Popeliš
af2b2aa272
Updated Slovak translation for libgimp
2011-11-27 00:54:55 +01:00
Ville Pätsi
b5097c2c8a
INSTALL: Fix typo in required Cairo version
2011-11-26 15:55:21 +02:00
Michael Natterer
ebbad40885
Doc fixes in both source comments and gtk-doc files
2011-11-25 21:39:55 +01:00
Michael Natterer
c08a47c5e5
README: remove reference to the gimp-announce mailing list
...
and update the other mailing list names.
2011-11-25 14:01:03 +01:00
Michael Natterer
9cd3e005aa
app: fix the PDB GimpBrushSelect dialog
...
It was warning like crazy and not showing opacity and paint mode
widgets.
2011-11-25 13:57:28 +01:00
Michael Natterer
2d260e8de1
script-fu: opacity in SF-BRUSH is 0..100 since at least GIMP 2.2
2011-11-24 22:15:54 +01:00
Michael Natterer
31d443a465
app: don't let applying a tool preset overwrite the tool option's name
...
GimpConfig needs some was to "lock" properties, or some other proper
solution to this problem.
2011-11-24 22:15:23 +01:00
Kevin Cozens
72c89397e4
Removed #include that is now included by another include statement
2011-11-24 15:12:04 -05:00
Michael Natterer
88befd3082
Bug 664591 - Spyrogimp script crashes GIMP
...
Don't let resetting the tool options reset away their name to NULL.
Found by massimo.
2011-11-23 20:55:55 +01:00
Matej Urbančič
53427d7b7e
Updated Slovenian translation
2011-11-22 20:32:07 +01:00
txhuy
4c77eae870
po-plug-ins: updated Vietnamese translation
2011-11-21 21:18:22 +07:00
Nguyễn Thái Ngọc Duy
8f4ea1b663
po-plug-ins/vi.po: import from Damned Lies
2011-11-21 21:18:18 +07:00
Fran Diéguez
140d005255
Updated Galician translations
2011-11-21 14:59:13 +01:00
Michael Natterer
0ab89a42a6
NEWS: typo
2011-11-20 17:26:52 +01:00
Michael Natterer
5c77b78293
NEWS: updates
2011-11-20 17:20:31 +01:00
Mario Blättermann
383f9e274f
[l10n] Updated German translation
2011-11-19 21:32:28 +01:00
Michael Natterer
3673549257
Depend on lots of newer library versions
...
Gegl >= 0.1.8, Babl >= 0.1.6, Gdk-Pixbuf >= 1.24.0, Pango >= 1.29.4,
GLib >= 2.28.8, GTK+ 2.24.7
Which means depending on a gazillion of bug fixes, which means less
pain for GIMP 2.8 users, and less useless bugzilla traffic eating
developer resources.
2011-11-19 18:16:39 +01:00
Massimo Valentini
82480557ea
app: silence a harmless Gimp-Tools-CRITICAL
...
double-clicking on the preview of a newly created path
in paths dockable (to activate the vector tool) used to
show a
Gimp-Tools-CRITICAL **: gimp_draw_tool_add_path: ...
assertion `desc != NULL' failed
2011-11-18 18:36:29 +01:00
Massimo Valentini
c34348a2cd
app: silence a harmless Gimp-Core-CRITICAL
...
Dragging a channel preview (not RGBA) over a layer preview
GIMP used to print:
Gimp-Core-CRITICAL **: gimp_container_get_child_index: ...
assertion `GIMP_IS_CONTAINER (container)' failed
2011-11-18 18:36:20 +01:00
Michael Natterer
0f08e870f4
plug-ins: set the format strings on the PDF loader's resolution menu
...
so it says "pixels/foo" and not just "foo".
2011-11-18 16:40:49 +01:00
Michael Natterer
262cc1c946
Bug 664316 - Searchpath separator required
...
Add constant SEARCHPATH-SEPARATOR (= G_SEARCHPATH_SEPARATOR_S).
2011-11-18 09:40:15 +01:00
Kevin Cozens
df3e43b71f
Call progress_end() when the plug-in has finished.
2011-11-17 21:47:26 -05:00
Benjamín Valero Espinosa
296cd0552c
Updated Spanish translation
2011-11-17 16:48:05 +01:00
Michael Natterer
ca17c91d9e
app: don't unparent the menu_button in gimp_dockbook_dispose()
...
because we don't own it. GTK+ failing to destroy it is no reason, this
needs to be fixed in GtkNotebook.
2011-11-17 00:17:46 +01:00
Michael Natterer
8a20035ea0
Bug 661313 - "None" string needs differentiation (message context)
...
Add translation context to all "None".
2011-11-16 23:13:03 +01:00
Michael Natterer
3669acf0be
Bug 658904 - Wrong behaviour in hidding layers with shift + left mouse click
...
Fix "exclusive visible" for layer trees. Doesn't touch the visibility
of any non-toplevel items that is not in the exclusive item's ancestry.
2011-11-16 22:38:39 +01:00
Michael Natterer
d38ded387d
Bug 663121 - guides are below rotate/transform/shear/perspective preview
...
Add a canvas item group for previews, and a small preview infrastructure
to GimpDrawTool, and put the transform preview into the preview group,
which is below all guides, grid and layer boundaries.
2011-11-16 21:32:29 +01:00
Michael Natterer
ffc9948d6e
app: add a canvas group for tool items
...
so we can control where in the canvas item stack they appear.
Put the group right below the software cursor.
2011-11-16 21:10:43 +01:00
A_Kabanov
57755ee75a
Fixed Russian translation
2011-11-15 00:25:09 +04:00
Claude Paroz
0a0de7ec3b
Updated French translation
2011-11-14 17:57:08 +01:00
Daniel Mustieles
e128fdedfe
Updated Spanish translation
2011-11-10 16:24:45 +01:00
Daniel Mustieles
a11e8d1f79
Updated Spanish translation
2011-11-10 16:24:22 +01:00
Dimitris Spingos
d8224503bc
l10n: Updated Greek translation for gimp
2011-11-10 15:42:25 +02:00
Kevin Cozens
4911777c03
slide.scm: Don't use deprecated procedures (Fixes bug #647834 )
...
Spotted by, and patch from, Alexis Wilhelm with white space changes and
a missing context-set added.
2011-11-09 21:07:13 -05:00
Michael Natterer
0d65fd7ba8
autogen.sh: remove trailing ^M from the #!/bin/sh line... wtf
2011-11-09 23:59:22 +01:00
Michael Natterer
245c22f767
app: port gimp-log to also work with latest GLib
2011-11-09 23:33:55 +01:00
Kevin Cozens
e5f6a6d9ea
distress-select.scm: Limit threshold to 1-254 to avoid loss of selection
...
Fixes bug #595828 .
2011-11-09 15:48:47 -05:00
Kevin Cozens
27bef34bd5
Don't change global context and protect scripts from global context settings.
2011-11-09 02:42:34 -05:00
Alexis Wilhelm
05d4e78830
Removed use of deprecated functions in two Script-Fu scripts (bug #647834 )
2011-11-07 12:37:16 -05:00
Kevin Cozens
176773dcfe
Second stage in removing use of deprecated functions in Script-Fu scripts
...
Applied most of the mega patch from br0cc0li (see bug #647834 ) with
additional de-tabbing and changes in whitespace.
2011-11-07 12:37:16 -05:00
Kevin Cozens
0bd1c2f09f
Fix previous script-fu deprecation commit due to overzealous update script.
2011-11-07 12:37:15 -05:00
Kevin Cozens
a85d21b075
Fixed typo in name text of PROP_SAMPLE_CRITERION enum.
2011-11-07 12:37:15 -05:00
Francisco Vila
02aa7cb370
Updated Spanish translation
2011-11-07 15:45:54 +01:00
Francisco Vila
e2d220953e
Updated Spanish translation
2011-11-07 15:45:28 +01:00
Nguyễn Vũ Hưng
64db540a96
Updated Vietnamese translation
2011-11-07 12:50:34 +07:00
Michael Natterer
44752a0f09
pdbgen: make it work with a read-only srcdir
...
Pass srcdir *and* builddir to all pdbgen scripts, and generate all
temp files in $builddir. They get copied for $srcdir only if they have
actually changed, which should never happen on distcheck.
2011-11-06 17:33:20 +01:00
Michael Natterer
3821eb1a56
app: update test sessionrc files for the moved session config properties
2011-11-05 21:13:16 +01:00
Michael Natterer
60defd6c9b
Regenerate gimprc.5.in and default gimprc after session property moving
2011-11-05 20:52:17 +01:00
Michael Natterer
bcb45524b7
Bug 657505 - Strange behaviour with SWM
...
when window positions aren't automatically saved.
Save "hide-docks" and "single-window-mode" in sessionrc instead of
gimprc, so a session layout is always saved either completely or not
at all. Also change "last-tip-shown" saving a bit so all three
session-saved gimprc properties are implemented the same.
2011-11-05 17:52:45 +01:00
Michael Natterer
847deffc86
libgimpbase: add gimp_scanner_parse_boolean()
...
and complete many api doc stubs.
2011-11-05 17:02:51 +01:00