Commit Graph

30451 Commits

Author SHA1 Message Date
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
Alexia Death 5b4db22ae1 data: New dev splash 2011-11-05 14:30:19 +02:00
Michael Natterer a547cc0940 app: don't leak GimpViewRendererImagefile's GtkIconInfo 2011-11-04 01:32:50 +01:00
Michael Natterer f39399c9fc app: don't leak GimpInkOption's GtkSizeGroup 2011-11-04 01:32:17 +01:00
Michael Natterer 15cf0e9659 app: don't leak all GParamSpecs of GimpProcedures 2011-11-04 01:31:45 +01:00
Michael Natterer 76638a6c67 app: don't leak the GRand used in GimpOperationPointLayerMode 2011-11-04 01:31:13 +01:00
Michael Natterer fb87cd1c5d app: don't leak the list returned by gimp_get_image_windows() 2011-11-04 01:30:40 +01:00
Michael Natterer e46aee647d libgimp: missed to commit a generated comment change 2011-11-03 22:47:12 +01:00
Michael Natterer eced912746 Bug 607928 - Switching from levels to curves does not result in same changes
Apply patch from Alexis Wilhelm which nicely approximates the gamma
curve with GimpCurve segments.
2011-11-02 23:50:53 +01:00
Massimo Valentini 834225803a Bug 662219 Rotate does not rotate; the image is ...
gone except for a small rectangle

atan2 returns an angle between -pi, pi. Here it is needed
between 0, 2pi. Simpler to invert both axes.
2011-11-02 17:55:57 +01:00
Kevin Cozens 5e015aebba First stage in removing use of deprecated functions in Script-Fu scripts
This commit replaces the names of deprecated procedures with the name of
the new procedure where the new procedure takes the same argument list.
2011-11-02 03:05:07 -04:00
Michael Natterer c166e494ce Bug 662948 - Wilber is squeezed
Separate Wilber sizing from GimpDock::set_host_geometry_hints()
because that method is never called in single-window mode.
2011-11-02 00:31:23 +01:00
Michael Natterer d1346d5eb4 pdb: distribute enums.pl
It's in git, so it should also be in the tarball. Fixed distcheck
after we have maintainer mode on by default (also in tarballs).
2011-11-01 17:49:00 +01:00
Michael Natterer 634cf6d620 pdb: add gimp-dynamics-refresh and gimp-dynamics-get-list 2011-10-31 22:22:19 +01:00
Michael Natterer 6ee7b22153 pdb: use the newly added GimpPDBContext paint options for painting
so all paint context settings take part in the push/pop logic.
2011-10-31 22:08:53 +01:00
Michael Natterer 01344f811d pdb: add dynamics accessors to the context procedures 2011-10-31 21:08:12 +01:00
Michael Natterer 5144e7e47c configure: the right way to check for maintainer-mode is $USE_MAINTAINER_MODE 2011-10-29 23:51:50 +02:00
Michael Natterer 553e05ec6e app: add a function to get the paint options from GimpPDBContext 2011-10-29 23:39:46 +02:00
Michael Natterer b1108c0bd7 app: add a complete set of paint options to GimpPDBContext
still no real changes, just preparation for proper PDB API
for paint tools.
2011-10-29 22:43:55 +02:00
Mattias Põldaru 30dfb22a5b [l10n] Updated Estonian translation 2011-10-29 20:56:56 +03:00
Michael Natterer 30f638516e app: add gimp_get_paint_info_iter(), I need it later for PDB context fixing 2011-10-29 19:37:58 +02:00
Michael Natterer ad83b656a7 app: port the client side of the unique impl to GDBus 2011-10-28 09:34:59 +02:00
Michael Natterer 9adf67e2a5 plug-ins: remove unused "labels" variable, leftover from GtkTree code 2011-10-28 09:34:59 +02:00