Commit Graph

30786 Commits

Author SHA1 Message Date
520f1b8f00 Updated Czech translation 2012-01-16 08:32:26 +01:00
f593175924 app: GimpCurveView: clean up code and better axis label positioning 2012-01-15 22:54:57 +01:00
c00457382e app: GimpColorFrame: no need to cairo_fill() after pango_cairo_show_layout() 2012-01-15 22:48:55 +01:00
8d0016023b app: fix get/set mixup in curve view 2012-01-15 21:37:30 +02:00
1c6a1a2aec [l10n]Updated Catalan translation 2012-01-15 17:48:00 +01:00
3f7ee00469 app: Add axis lables to dynamics curves and curveview 2012-01-15 02:56:35 +02:00
b26216f1d3 app: gimp_rectangle_tool_auto_shrink(): honor the drawable's offset 2012-01-14 21:28:34 +01:00
23ed56d75d app: gimp_data_factory_load_data(): fix handling of obsolete and writable
Make sure obsolete files are immutable, and propagate a folder's
"writable" state into its subfolders. Also clean up the function's
control flow to not fry the reader's brain.
2012-01-14 20:54:35 +01:00
e34ee392e6 file-compressor: Add dir to po-script-fu/POTFILES.skip 2012-01-13 21:49:22 +01:00
af55474d5d file-compressor: Add dir to po-python/POTFILES.skip 2012-01-13 16:25:48 +05:30
aff4d24e8c Updated Czech translation 2012-01-13 03:55:54 +01:00
9f60e9a534 build: Show if file-compressor will be built in configure status 2012-01-12 21:10:58 +05:30
addab2343b file-compressor: Update help text 2012-01-12 19:48:41 +05:30
7295ae4c70 file-compressor: Fix POTFILES.in entry 2012-01-12 14:21:36 +05:30
bebf9bbc68 file-compressor: Rewrite code for students who didn't like sitting in Dijkstra's class 2012-01-12 05:54:18 +05:30
f2b9b5eaa4 file-compressor: Update comment about requiring gzip and bzip2 2012-01-12 05:29:42 +05:30
42659606d0 Update Arabic translation 2012-01-11 22:51:58 +02:00
915da4517d Bug 666853 - Auto shrink selection doesn't work 2012-01-11 21:12:58 +01:00
5db85ad9e1 file-compressor: Move to own directory under plug-ins/ 2012-01-11 20:27:18 +05:30
f80892bf50 file-compressor: Use compression libraries instead of programs
This commit will temporarily cause the build to break, because
file-compressor doesn't link -lz and -lbz2 after this commit. I'll fix
it soon, but if any of you want to kill me for breaking the build, feel
free to revert it. The commit will stay and can be used later.

This change was made so that file-compressor isn't crappy on Windows. It
also removes win32-specific code.
2012-01-11 19:29:32 +05:30
4ac7bcc624 app: Add 'create_containers' to gimp_dialog_factory_dialog_new_internal()
Because to fix bug 664885 we will want to pass context = NULL while
still not having any containers created for us.
2012-01-10 21:13:08 +01:00
40d98b79cb app: A '|' in identifiers is not a special case 2012-01-10 20:51:08 +01:00
6335190ff7 app/tests: The single-window-mode setting is in the sessionrc now
We don't need to have a special gimprc because of it.
2012-01-10 19:47:52 +01:00
64d2dc122a app: Add and use gimp_dialog_factory_find_widget() 2012-01-10 19:47:52 +01:00
7137a4d56d [l10n]Updated Turkish translation 2012-01-10 15:48:19 +02:00
72fb271e00 app: Bug 667241 - Unable to paint after switching away from paint tool using fade tapering
Make sure we up the pixel count when we bail in interpolate on 0-sized brush.
2012-01-09 23:31:33 +02:00
899c35e4df plug-ins: fix coding style in the last commit 2012-01-09 20:49:45 +01:00
fd66a38dd6 Bug 653907 - Help-browser fails to sort top-level items
Sort help-browser items by a new attribute "sort", if available (to be
provided by the "gimp-help.xml" file).
2012-01-09 20:04:28 +01:00
3e5c0c6a74 [l10n]Updated Catalan (Valencian) translation 2012-01-09 00:48:45 +01:00
f7c4567054 [l10n]Updated Catalan (Valencian) translation 2012-01-09 00:48:34 +01:00
264858aa4b [l10n]Updated Catalan (Valencian) translation 2012-01-09 00:48:27 +01:00
2d7d6e64b6 [l10n]Updated Catalan (Valencian) translation 2012-01-09 00:48:02 +01:00
cca3ecc33d [l10n]Updated Catalan (Valencian) translation 2012-01-09 00:47:50 +01:00
76be894dc8 [l10n]Updated Catalan (Valencian) translation 2012-01-09 00:47:30 +01:00
f782e5010e [l10n]Updated Catalan (Valencian) translation 2012-01-09 00:47:00 +01:00
e43d76077c Updated italian translation. 2012-01-09 00:07:54 +01:00
d0878ca6e7 Updated Slovenian translation 2012-01-08 21:53:38 +01:00
508978450d Updated Slovenian translation 2012-01-08 21:51:30 +01:00
bb797762d1 [l10n]Updated Turkish translation 2012-01-08 19:55:45 +02:00
126acfc7de build: Drop atk required version to 2.0.1
Building apparently works with this version too.
2012-01-08 22:14:15 +05:30
3804f518ac [l10n]Updated Turkish translation 2012-01-08 18:02:50 +02:00
d2d5a3db62 build: Check for atk >= 2.2.0 (bug #667127) 2012-01-08 20:16:45 +05:30
04ac72d46f Updated Czech translation 2012-01-08 14:48:42 +01:00
4b0a256819 Updated Czech translation 2012-01-08 13:50:31 +01:00
791b449df2 Updated Belarusian translation. 2012-01-08 15:22:56 +03:00
63c0db45ae app: For generated brushes scale is applied to radius, so divide by 2 2012-01-08 13:45:09 +02:00
e89b9ff72a Updated Lithuanian translation 2012-01-08 00:25:43 +02:00
9668bbb3c9 Updated Polish translation 2012-01-07 23:07:07 +01:00
c34239c0bb Bug 667367 - Bad widget hint
Remove the tooltip of GimpTransformOptions:constrain from the param
spec and add it manually, so it is different for rotate and scale.
2012-01-07 22:18:22 +01:00
92e86baa2d Bug 667427 - Bad ink shape hint
Add translatable descriptions to enum GimpInkBlobType so they appear
as tooltips instead of "GIMP_INK_BLOB_TYPE_FOO".
2012-01-07 22:09:18 +01:00