Commit Graph

21528 Commits

Author SHA1 Message Date
Artur Flinta ae12fbb437 Updated Polish translation by GNOME PL Team.
2007-09-21  Artur Flinta  <aflinta@svn.gnome.org>

	* pl.po: Updated Polish translation by GNOME PL Team.


svn path=/trunk/; revision=23607
2007-09-21 17:49:53 +00:00
Artur Flinta c7ad0c72f9 Updated Polish translation by GNOME PL Team.
2007-09-21  Artur Flinta  <aflinta@svn.gnome.org>

	* pl.po: Updated Polish translation by GNOME PL Team.


svn path=/trunk/; revision=23606
2007-09-21 17:49:28 +00:00
Sven Neumann 1f52a786f0 added gimp_layer_flatten.
2007-09-21  Sven Neumann  <sven@gimp.org>

	* libgimp/libgimp-sections.txt: added gimp_layer_flatten.

	* libgimp/tmpl/gimplayer.sgml: regenerated.


svn path=/trunk/; revision=23605
2007-09-21 16:00:43 +00:00
Sven Neumann f36f3e7241 libgimpwidgets/images/gimp-dialog.png
2007-09-21  Sven Neumann  <sven@gimp.org>

	* libgimpwidgets/images/gimp-dialog.png
	* libgimpwidgets/images/gimp-file-entry.png
	* libgimpwidgets/images/gimp-path-editor.png: updated with GTK+	2.12,
	showing off new Tango icons.

svn path=/trunk/; revision=23604
2007-09-21 14:54:04 +00:00
Sven Neumann 24c4243f28 General fix for bug #478657:
2007-09-21  Sven Neumann  <sven@gimp.org>

	General fix for bug #478657:

	* libgimp/gimpaspectpreview.c
	* libgimp/gimpdrawablepreview.c
	* libgimp/gimpzoompreview.c: let all preview widgets store the
	state of the Preview toggle. Declared "toggle" parameter as unused.

	* plug-ins/common/*.c: pass NULL for "toggle" to
	gimp_drawable_preview_new() and gimp_aspect_preview_new().

svn path=/trunk/; revision=23603
2007-09-21 13:27:33 +00:00
Sven Neumann 24c7fc1e8d formatting.
2007-09-21  Sven Neumann  <sven@gimp.org>

	* libgimpwidgets/gimppreview.c: formatting.

	* libgimpwidgets/gimpscrolledpreview.c: make use of freeze/thaw to
	reduce the number of updates during initialization.

svn path=/trunk/; revision=23602
2007-09-21 12:19:00 +00:00
Sven Neumann accb626859 set the image clean after handling the color profile.
2007-09-21  Sven Neumann  <sven@gimp.org>

	* app/file/file-open.c (file_open_image): set the image clean
	after handling the color profile.

svn path=/trunk/; revision=23601
2007-09-21 11:23:03 +00:00
Žygimantas Beručka 7bae73f9a2 Updated Lithuanian translation.
svn path=/trunk/; revision=23600
2007-09-21 09:50:15 +00:00
Žygimantas Beručka 84e1d2f3e9 Updated Lithuanian translation.
svn path=/trunk/; revision=23599
2007-09-21 09:45:11 +00:00
Daniel Nylander 901159ef5d sv.po: Updated Swedish translation
svn path=/trunk/; revision=23598
2007-09-20 22:24:04 +00:00
Sven Neumann 0370078297 added a load_proc member to GimpImage and getters and setters for it.
2007-09-20  Sven Neumann  <sven@gimp.org>

	* app/core/gimpimage.[ch]: added a load_proc member to GimpImage
	and getters and setters for it.

	* app/file/file-open.c (file_open_image): set the load 
procedure,
	but only if it hasn't been set already. Use the MIME type from 
the
	load procedure that is set on the image.

	* tools/pdbgen/pdb/fileops.pdb (file_load_invoker): set the load
	procedure. This causes it to be set when the URI plug-in calls
	gimp-file-load to load the image.

	* app/pdb/fileops_cmds.c: regenerated.

	* app/widgets/gimpimagepropview.c
	(gimp_image_prop_view_label_set_filetype): use the MIME type 
from
	the load procedure, in case that no save procedure is set.


svn path=/trunk/; revision=23597
2007-09-20 21:23:05 +00:00
Sven Neumann 8cdf71ff05 use "application/octet-stream" as MIME type in case that it is unset.
2007-09-20  Sven Neumann  <sven@gimp.org>

	* app/gui/gui-vtable.c (gui_recent_list_add_uri): use
	"application/octet-stream" as MIME type in case that it is 
unset.


svn path=/trunk/; revision=23596
2007-09-20 19:28:39 +00:00
Raphael Quinet 0de56fd922 updated the table of known devices and software, work in progress.
2007-09-20  Raphael Quinet  <raphael@gimp.org>

	* plug-ins/jpeg/jpegqual.c (quant_info): updated the table of
	known devices and software, work in progress.

svn path=/trunk/; revision=23595
2007-09-20 16:01:29 +00:00
Michael Natterer e2fcc1fc6e added placeholder Edit/Preferences and move the preferences and keyboard
2007-09-20  Michael Natterer  <mitch@gimp.org>

	* menus/image-menu.xml.in: added placeholder Edit/Preferences and
	move the preferences and keyboard shortcut dialogs there.

	* plug-ins/common/uniteditor.c (query): register the unit editor
	there too.


svn path=/trunk/; revision=23594
2007-09-20 11:39:32 +00:00
Sven Neumann 2fa523c36b recreated using the new version of the Clearlooks theme (as shipped with
2007-09-20  Sven Neumann  <sven@gimp.org>

	* libgimpwidgets/images/*.png: recreated using the new version of
	the Clearlooks theme (as shipped with GNOME 2.20).

svn path=/trunk/; revision=23593
2007-09-20 08:13:22 +00:00
Sven Neumann 09b972eef3 corrected an entry, reformatted others
svn path=/trunk/; revision=23592
2007-09-20 06:25:25 +00:00
Sven Neumann 05afe3edc1 weight pixels by their alpha value (bug #477689).
2007-09-19  Sven Neumann  <sven@gimp.org>

	* app/base/gimphistogram.c: weight pixels by their alpha value
	(bug #477689).


svn path=/trunk/; revision=23591
2007-09-19 17:21:41 +00:00
Sven Neumann 04b4982220 removed extra arguments that were added to the compose procedures in the
2007-09-19  Sven Neumann  <sven@gimp.org>

	* plug-ins/common/compose.c: removed extra arguments that were
	added to the compose procedures in the 2.3 development cycle.
	Restores compatibility and fixes bug #477795.


svn path=/trunk/; revision=23590
2007-09-19 16:56:34 +00:00
Raphael Quinet 3385f9c482 Re-wrote large parts of the code, still work in progress: use GOption for
2007-09-19  Raphael Quinet  <raphael@gimp.org>

	* plug-ins/jpeg/jpegqual.c: Re-wrote large parts of the code,
	still work in progress: use GOption for command-line options, add
	number of quantization tables in QuantInfo, added info for more
	sources (devices or software) but not verified yet.

svn path=/trunk/; revision=23589
2007-09-19 16:09:00 +00:00
Žygimantas Beručka 7d86a83d4e Updated Lithuanian translation.
svn path=/trunk/; revision=23588
2007-09-19 12:43:48 +00:00
Daniel Nylander cea9e26482 sv.po: Updated Swedish translation
svn path=/trunk/; revision=23587
2007-09-19 11:57:33 +00:00
Daniel Nylander 98238a7d2b sv.po: Updated Swedish translation
svn path=/trunk/; revision=23586
2007-09-19 11:56:24 +00:00
Žygimantas Beručka 3b8d3614c0 Updated Lithuanian translation.
svn path=/trunk/; revision=23585
2007-09-19 11:49:11 +00:00
Raphael Quinet 51a3ee471b plug-ins/jpeg/jpeg-load.c ifdef'ed out some debugging statements so that
2007-09-19  Raphael Quinet  <raphael@gimp.org>

	* plug-ins/jpeg/jpeg-load.c
	* plug-ins/jpeg/jpeg-save.c: ifdef'ed out some debugging
	statements so that they show up only in unstable releases.

	* plug-ins/jpeg/jpeg.c (run): removed calls to gimp_set_data() and
	gimp_get_data() so that changes made to the JPEG save settings for
	one file do not affect other files saved later.

svn path=/trunk/; revision=23584
2007-09-19 11:44:42 +00:00
Žygimantas Beručka dcb16bbaad Updated Lithuanian translation.
svn path=/trunk/; revision=23583
2007-09-19 10:26:16 +00:00
Michael Natterer 6ef79aa6a2 removed...
2007-09-18  Michael Natterer  <mitch@gimp.org>

	* app/gui/gtk-macmenu.[ch]: removed...

	* app/gui/ige-mac-menu.[ch]: ...and replaced by new versions which
	don't use the GTK+ namespace.

	* app/gui/Makefile.am
	* app/gui/gui.c: changed accorgingly.


svn path=/trunk/; revision=23582
2007-09-18 17:43:23 +00:00
Michael Natterer 26e11d5fc3 replaced HAVE_GDK_QUARTZ conditional by --disable-toolbox-menu configure
2007-09-18  Michael Natterer  <mitch@gimp.org>

	* configure.in: replaced HAVE_GDK_QUARTZ conditional by
	--disable-toolbox-menu configure switch which defaults to "yes"
	normally and to "no" on quartz.

	* app/widgets/gimptoolbox.c: changed #ifdef accordingly.

	* app/plug-in/Makefile.am
	* app/plug-in/plug-in-menu-path.[ch]: new generic machanism to map
	around menu locations. If ENABLE_TOOLBOX_MENU is false, map
	"Xtns" and "Help" from <Toolbox> to <Image>.

	* app/plug-in/gimppluginmanager-menu-branch.c
	* app/plug-in/gimppluginprocedure.c: run all menu paths through the
	new mapping function.

	* menus/Makefile.am
	* menus/menus.xsl
	* menus/image-menu.xml.in: add both the "Xtns" and "Help" menus to
	the image menubar if TOOLBOX_MENU is false.


svn path=/trunk/; revision=23581
2007-09-18 14:39:52 +00:00
Jakub Friedl 6293c5bc2e Updated Czech translation
2007-09-17  Jakub Friedl  <jfriedl@suse.cz>

  * cs.po: Updated Czech translation


svn path=/trunk/; revision=23580
2007-09-18 11:41:24 +00:00
Jakub Friedl 145ea041fd Updated Czech translation
2007-09-18  Jakub Friedl  <jfriedl@suse.cz>

  * cs.po: Updated Czech translation


svn path=/trunk/; revision=23579
2007-09-18 11:39:10 +00:00
Michael Natterer 4665c7c459 canonicalize the name of the thumbnail loader procedure too. Fixes bug
2007-09-18  Michael Natterer  <mitch@gimp.org>

	* tools/pdbgen/pdb/fileops.pdb: canonicalize the name of the
	thumbnail loader procedure too. Fixes bug #477917.

	* app/pdb/fileops_cmds.c: regenerated.


svn path=/trunk/; revision=23578
2007-09-18 10:51:58 +00:00
Sven Neumann 9ee3315520 updated Kmer translation (bug #420417).
2007-09-17  Sven Neumann  <sven@gimp.org>

	* km.po: updated Kmer translation (bug #420417).


svn path=/trunk/; revision=23577
2007-09-17 20:26:57 +00:00
Martin Nordholts 88759a35e9 Applied slightly modified patch from John Marshall that drops adjustment
2007-09-17  Martin Nordholts  <martinn@svn.gnome.org>

	* plug-ins/common/psd-load.c (do_layer_record, load_image):
	Applied slightly modified patch from John Marshall that drops
	adjustment and layer group layers when loading PSD files. Fixes
	bug #474718.

svn path=/trunk/; revision=23576
2007-09-17 19:11:25 +00:00
Sven Neumann 57efbc7b70 formatting, added bug number
svn path=/trunk/; revision=23575
2007-09-17 19:08:13 +00:00
Nils Philippsen b4c39928a6 verify that the bytesperline header field (number of bytes to allocate per
2007-09-17  Nils Philippsen  <nphilipp@redhat.com>
* plug-ins/common/pcx.c (load_image): verify that the bytesperline header
field (number of bytes to allocate per plane and line) isn't less than the
width of the image

svn path=/trunk/; revision=23574
2007-09-17 18:56:34 +00:00
Michael Natterer 534833b638 when DND-hovering > 500ms over a notebook tab, switch to that tab's page.
2007-09-17  Michael Natterer  <mitch@gimp.org>

	* app/widgets/gimpdockbook.[ch]: when DND-hovering > 500ms over a
	notebook tab, switch to that tab's page. Suggested by Saul Goode.


svn path=/trunk/; revision=23573
2007-09-17 15:40:01 +00:00
Jakub Friedl cecb21d4b4 Fixed Czech translation
2007-09-17  Jakub Friedl  <jfriedl@suse.cz>

  * cs.po: Fixed Czech translation


svn path=/trunk/; revision=23572
2007-09-17 14:44:45 +00:00
Sven Neumann f7887a99bc use a GimpColorProfileComboBox for profile selection.
2007-09-17  Sven Neumann  <sven@gimp.org>

	* modules/cdisplay_proof.c: use a GimpColorProfileComboBox for
	profile selection.

svn path=/trunk/; revision=23571
2007-09-17 13:37:47 +00:00
Simon Budig 046f0ef21e flush the displays at the end.
2007-09-17  Simon Budig  <simon@gimp.org>

	* plug-ins/common/decompose.c: flush the displays at the end.

	Fixes bug #477008.


svn path=/trunk/; revision=23570
2007-09-17 00:29:28 +00:00
Simon Budig 98222b0359 avoid rendering issues by adding xdelta/2 to xstart.
2007-09-17  Simon Budig  <simon@gimp.org>

	* app/display/gimpdisplayshell-render.c: avoid rendering
	issues by adding xdelta/2 to xstart.

	Probably fixes bug #474509.


svn path=/trunk/; revision=23569
2007-09-16 23:38:37 +00:00
Ilkka Tuohela 8162589d2b Updated Finnish translation (spellchecked)
svn path=/trunk/; revision=23568
2007-09-16 10:48:50 +00:00
Ilkka Tuohela c0ecb3515d Updated Finnish translation (spellchecked)
svn path=/trunk/; revision=23567
2007-09-16 10:48:07 +00:00
Jorge Gonzalez Gonzalez 4af3d4cb4c Updated Spanish translation by Francisco Vila
svn path=/trunk/; revision=23566
2007-09-16 09:34:14 +00:00
Jorge Gonzalez Gonzalez 8de6e7317e Updated Spanish translation by Francisco Vila
svn path=/trunk/; revision=23565
2007-09-16 09:24:21 +00:00
Jorge Gonzalez Gonzalez 1aca322d3f Updated Spanish translation by Francisco Vila
svn path=/trunk/; revision=23564
2007-09-16 09:23:15 +00:00
Jorge Gonzalez Gonzalez 5e3919f314 Updated Spanish translation by Francisco Vila
svn path=/trunk/; revision=23563
2007-09-16 09:22:28 +00:00
Jorge Gonzalez Gonzalez 321fc8130f Updated Spanish translation by Francisco Vila
svn path=/trunk/; revision=23562
2007-09-16 09:21:14 +00:00
Jorge Gonzalez Gonzalez 9874acb7d2 Updated Spanish translation by Francisco Vila
svn path=/trunk/; revision=23561
2007-09-16 09:15:44 +00:00
Wadim Dziedzic 0f40b090ed Updated polish translation
2007-09-16  Wadim Dziedzic  <wadimd@svn.gnome.org>

	* pl.po: Updated polish translation

svn path=/trunk/; revision=23560
2007-09-16 00:25:00 +00:00
Wadim Dziedzic 103f28ca56 Updated polish translation
2007-09-16  Wadim Dziedzic  <wadimd@svn.gnome.org>

	* pl.po: Updated polish translation

svn path=/trunk/; revision=23559
2007-09-16 00:24:01 +00:00
Wadim Dziedzic be77654a24 Updated polish translation
2007-09-16  Wadim Dziedzic  <wadimd@svn.gnome.org>

	* pl.po: Updated polish translation

svn path=/trunk/; revision=23558
2007-09-16 00:22:52 +00:00