Commit Graph

21146 Commits

Author SHA1 Message Date
c3e06d274b moved misplaced entry to the correct ChangeLog file
svn path=/trunk/; revision=23371
2007-08-24 19:30:17 +00:00
91d99d4d63 new function that swaps the vertical and horizontal axis for the saved
2007-08-24  Raphael Quinet  <raphael@gimp.org>

	* plug-ins/jpeg/jpeg-settings.c (jpeg_swap_original_settings): new
	function that swaps the vertical and horizontal axis for the saved
	subsampling parameters and quantization tables.

	* plug-ins/jpeg/jpeg-exif.c (jpeg_exif_rotate): swap the saved
	settings when the image is rotated.  Fixes bug #466593.

	* devel-docs/release-howto.txt: added note about having admin
	access to Bugzilla and to the news section on www.gimp.org.

svn path=/trunk/; revision=23370
2007-08-24 18:38:30 +00:00
a2bf6db38a added note about having admin access to Bugzilla and to news on www.gimp.org
svn path=/trunk/; revision=23369
2007-08-24 17:53:21 +00:00
2e7b1bd12d fixed incorrect description of gimp-selection-is-empty, reported by pk.
2007-08-24  Raphael Quinet  <raphael@gimp.org>

	* tools/pdbgen/pdb/selection.pdb: fixed incorrect description of
	gimp-selection-is-empty, reported by pk.  This function returns
	TRUE when the selection is empty, but the description stated the
	opposite.

	* app/pdb/selection_cmds.c
	* libgimp/gimpselection_pdb.c: regenerated.

svn path=/trunk/; revision=23368
2007-08-24 17:50:04 +00:00
c3d79369e2 don't use SCALEX()/SCALEY() on x/y *and* width/height of the highlight
2007-08-24  Michael Natterer  <mitch@gimp.org>

	* app/display/gimpdisplayshell-draw.c
	(gimp_display_shell_draw_area): don't use SCALEX()/SCALEY() on x/y
	*and* width/height of the highlight rectangle because that adds up
	the error introduced by the ceil() contained in these macros.
	Instead, scale manually and use ceil() on x/y and floor() on
	width/height. Fixes off-by-one rendering artifacts (bug #467972).


svn path=/trunk/; revision=23367
2007-08-24 16:56:13 +00:00
b0cd81cde7 don't use g_slice_dup(), that's in GLib 2.14 only.
2007-08-24  Michael Natterer  <mitch@gimp.org>

	* app/display/gimpdisplayshell.c: don't use g_slice_dup(), that's
	in GLib 2.14 only.


svn path=/trunk/; revision=23366
2007-08-24 16:46:34 +00:00
8f8c98d1cc s/compute_sample/box_filter/.
* app/display/gimpdisplayshell-render.c: s/compute_sample/box_filter/.

svn path=/trunk/; revision=23365
2007-08-24 16:13:27 +00:00
29759cd892 allocate shell->highlight with GSlice.
2007-08-24  Michael Natterer  <mitch@gimp.org>

	* app/display/gimpdisplayshell.c: allocate shell->highlight with
	GSlice.


svn path=/trunk/; revision=23364
2007-08-24 16:07:44 +00:00
8f5819a5f6 swapped center and middle terms around (now center means horizontal
* app/display/gimpdisplayshell-render.c: swapped center and middle
terms around (now center means horizontal (betwen left and right )and
middle means vertical (between top and bottom)).

svn path=/trunk/; revision=23363
2007-08-24 16:00:48 +00:00
a3a6253291 removed a temporary variable, simplified logic slightly.
* app/display/gimpdisplayshell-render.c: (compute_sample): removed
a temporary variable, simplified logic slightly.
(render_image_tile_fault, render_image_tile_fault_one_row): moved
sum computation out of loop.

svn path=/trunk/; revision=23362
2007-08-24 15:58:49 +00:00
d51e3c42f7 Replaced signed integres with unsigned ones for weights etc to gain some
* app/display/gimpdisplayshell-render.c: Replaced signed integres with
unsigned ones for weights etc to gain some additional bits of
precision. Enabled anti-aliasing for zoomlevels between 100% and 200%
to improve the smoothness of the display at the levels where the size
differences between pixels yields the most distracting artifacts.

svn path=/trunk/; revision=23361
2007-08-24 15:39:23 +00:00
42433749d6 Reshuffled shifting code in fixed point code of display to improve
quality.
* app/display/gimpdisplayshell-render.c:
(compute_sample): reshuffle a bit of the fixed point induced
shifting to allow higher precision.
(render_image_tile_fault): remove need to disable box-filter
for some non square zoom ratios that was needed before
compute_sample cleanup.
, (render_image_tile_fault_one_row): fetch source sample #1
from the correct tile.

svn path=/trunk/; revision=23360
2007-08-24 14:33:44 +00:00
091b202065 stylistic cleanup.
2007-08-24  Michael Natterer  <mitch@gimp.org>

	* plug-ins/common/scatter_hsv.c: stylistic cleanup.


svn path=/trunk/; revision=23359
2007-08-24 13:49:05 +00:00
5669fb5da3 fixing bug #469519 and some cleanup.
2007-08-24  Jakub Friedl  <jfriedl@suse.cz>

  * plug-ins/common/scatter_hsv.c: fixing
    bug #469519 and some cleanup.


svn path=/trunk/; revision=23358
2007-08-24 12:46:48 +00:00
306e21b354 fixed a division by zero issue.
* app/display/gimpdisplayshell-render.c: (compute_sample)
fixed a division by zero issue.

svn path=/trunk/; revision=23357
2007-08-24 02:34:06 +00:00
70e204d49d applied patch from Tim Mooney which fixes configure output if libexif is
2007-08-24  Michael Natterer  <mitch@gimp.org>

	* configure.in: applied patch from Tim Mooney which fixes
	configure output if libexif is not found. Fixes bug #469708.


svn path=/trunk/; revision=23356
2007-08-23 23:01:59 +00:00
94f2404a43 added a static global variable with configuration. (compute_sample): moved
* app/display/gimpdisplayshell-render.c: added a static global
variable with configuration.
(compute_sample): moved common computation of alpha*weight factors 
for channel out of loop.

svn path=/trunk/; revision=23355
2007-08-23 20:12:49 +00:00
408f51ca59 refactored to use arrays of tiles/source pixels instead of individual
* app/display/gimpdisplayshell-render.c: (compute_sample),
(render_image_tile_fault), (render_image_tile_fault_one_row):
refactored to use arrays of tiles/source pixels instead of individual
variables, also modified the order of the 0..8 numbers to sorted
in increasing row-major order.

svn path=/trunk/; revision=23354
2007-08-23 13:37:13 +00:00
6a0935d235 refactored to use arrays of tiles/source pixels instead of individual
* app/display/gimpdisplayshell-render.c: (compute_sample),
(render_image_tile_fault), (render_image_tile_fault_one_row):
refactored to use arrays of tiles/source pixels instead of individual
variables, also modified the order of the 0..8 numbers to sorted
in increasing row-major order.

svn path=/trunk/; revision=23353
2007-08-23 13:25:30 +00:00
f5ad81b59b Major Brazilian Portuguese update from 2.2 to 2.4
2007-08-23 Joao S. O. Bueno Calligaris <gwidion@mpc.com.br>

       * pt_BR.po: Major Brazilian Portuguese update from 2.2 to 2.4

svn path=/trunk/; revision=23352
2007-08-23 04:45:05 +00:00
c0b304bb4c Updated Czech translation.
2007-08-22  Jakub Friedl <jfriedl@suse.cz>

  * cs.po: Updated Czech translation.


svn path=/trunk/; revision=23351
2007-08-22 16:05:28 +00:00
17ac225558 modified some constants and shifts to avoid checkerboard artifacts
svn path=/trunk/; revision=23350
2007-08-22 15:25:16 +00:00
91c63e4956 replaced bilinear interpolation from next larger pyramid level with a
* app/display/gimpdisplayshell-render.c: replaced bilinear
interpolation from next larger pyramid level with a boxfilter
of the next larger pyramid level.
This is probably the last update to the quality of the display
in GIMP 2.4.

svn path=/trunk/; revision=23349
2007-08-22 14:31:22 +00:00
d13d59f203 Updated Spanish translation by Francisco Vila
svn path=/trunk/; revision=23348
2007-08-22 12:54:16 +00:00
e7fbd1467b Updated Spanish translation
svn path=/trunk/; revision=23347
2007-08-22 12:41:27 +00:00
b4c4091f24 Updated Spanish translation by Francisco Vila
svn path=/trunk/; revision=23346
2007-08-22 12:40:26 +00:00
2757906644 sv.po: Swedish translation updated
svn path=/trunk/; revision=23345
2007-08-22 06:40:12 +00:00
9cd530fc4f Updated French translation by Jean-Luc Coulon and Stéphane Raimbault.
svn path=/trunk/; revision=23344
2007-08-21 23:12:59 +00:00
6b8026a5fd Don't adjust the rectangle shape if it is is merely being moved.
2007-08-21  Martin Nordholts  <martinn@svn.gnome.org>

	* app/tools/gimprectangletool.c
	(gimp_rectangle_tool_update_with_coord): Don't adjust the
	rectangle shape if it is is merely being moved.

svn path=/trunk/; revision=23343
2007-08-21 19:52:00 +00:00
8d8642ad38 sv.po: Swedish translation updated
svn path=/trunk/; revision=23342
2007-08-21 14:39:05 +00:00
9042c293bc sv.po: Swedish translation updated
svn path=/trunk/; revision=23341
2007-08-21 13:00:25 +00:00
f1c884db54 Translation updated by Tino Meinen.
2007-08-20  Vincent van Adrighem  <adrighem@gnome.org>

	* nl.po: Translation updated by Tino Meinen.

svn path=/trunk/; revision=23340
2007-08-20 18:19:06 +00:00
403442a32d sv.po: Swedish translation updated
svn path=/trunk/; revision=23339
2007-08-20 17:06:21 +00:00
96db442bb8 s/MAINTAINERCLEAN_FILES/MAINTAINERCLEANFILES/ Fixes bug #468336.
2007-08-20  Michael Natterer  <mitch@gimp.org>

	* menus/Makefile.am: s/MAINTAINERCLEAN_FILES/MAINTAINERCLEANFILES/
	Fixes bug #468336.


svn path=/trunk/; revision=23338
2007-08-20 14:34:13 +00:00
70661a417d argh, gimp_profile_chooser_dialog_new -> _get_type
2007-08-20  Michael Natterer  <mitch@gimp.org>

	* app/app.types: argh, gimp_profile_chooser_dialog_new -> _get_type


svn path=/trunk/; revision=23337
2007-08-20 10:42:01 +00:00
cbc67f37f5 Updated italian translation
svn path=/trunk/; revision=23336
2007-08-20 09:58:09 +00:00
28e009d7d6 Simon Budig <simon@gimp.org> Øyvind Kolås <pippin@gimp.org> Roman Joost
2007-08-18  Michael Natterer  <mitch@gimp.org>
	    Simon Budig  <simon@gimp.org>
	    Øyvind Kolås  <pippin@gimp.org>
	    Roman Joost  <romanofski@gimp.org>

	* app/sven.c: changed license from free to bus2342. Congratulations!


svn path=/trunk/; revision=23335
2007-08-20 08:38:50 +00:00
e5bebb0591 pt_BR.po Brazilian Portuguese major update from 2.2 to 2.4
2007-08-19 Joao S. O. Bueno Calligaris <gwidion@mpc.com.br>

        * pt_BR.po Brazilian Portuguese major update from 2.2 to 2.4

svn path=/trunk/; revision=23334
2007-08-20 02:42:05 +00:00
00d0b574e1 sv.po: Swedish translation updated
svn path=/trunk/; revision=23333
2007-08-19 22:16:19 +00:00
cf2870ea26 sv.po: Swedish translation updated
svn path=/trunk/; revision=23332
2007-08-19 21:47:34 +00:00
29dbcd74c3 sv.po: Swedish translation updated
svn path=/trunk/; revision=23331
2007-08-19 19:37:03 +00:00
bfad13b2bc Updated Occitan translation
svn path=/trunk/; revision=23330
2007-08-19 17:14:51 +00:00
63dc4ad297 Updated and revised German translation for 2.4.
2007-08-19  Hendrik Brandt  <heb@gnome-de.org>

        * de.po: Updated and revised German translation for 2.4.


svn path=/trunk/; revision=23329
2007-08-19 16:01:57 +00:00
061ac816fe sv.po: Swedish translation updated
svn path=/trunk/; revision=23328
2007-08-19 15:05:05 +00:00
15463276ba Main Brazilian Portuguese update, from 2.2 to 2.4
2007-08-19 Joao S. O. Bueno Calligaris <gwidion@mpc.com.br>

        * pt_BR.po: Main Brazilian Portuguese update, from 2.2 to 2.4

svn path=/trunk/; revision=23327
2007-08-19 03:10:10 +00:00
4e8c0ac280 use _() instead of N_() when setting the label of "Revert Zoom" directly.
2007-08-18  Michael Natterer  <mitch@gimp.org>

	* app/actions/view-actions.c (view_actions_update): use _()
	instead of N_() when setting the label of "Revert Zoom"
	directly. Fixes bug #467933.


svn path=/trunk/; revision=23326
2007-08-18 13:27:24 +00:00
3702957b0f Fixed Czech some bugs
2007-08-18  Jakub Friedl  <jfriedl@suse.cz>

  * cs.po: Fixed Czech some bugs


svn path=/trunk/; revision=23325
2007-08-18 11:14:14 +00:00
74338ac6bd Updated and revised German translation for 2.4.
2007-08-18  Hendrik Brandt  <heb@gnome-de.org>

        * de.po: Updated and revised German translation for 2.4.


svn path=/trunk/; revision=23324
2007-08-18 10:50:50 +00:00
7df4508482 Fixed Czech some bugs
2007-08-18  Jakub Friedl  <jfriedl@suse.cz>

  * cs.po: Fixed Czech some bugs


svn path=/trunk/; revision=23323
2007-08-18 10:49:45 +00:00
e8f1c51214 Updated and revised German translation for 2.4.
2007-08-18  Hendrik Brandt  <heb@gnome-de.org>

        * de.po: Updated and revised German translation for 2.4.


svn path=/trunk/; revision=23322
2007-08-18 10:38:40 +00:00