Commit Graph

30591 Commits

Author SHA1 Message Date
7068a15f19 Updated italian translation. 2011-11-30 22:06:09 +01:00
2c4bec813d plug-ins: Properly init international framework 2011-11-30 21:14:16 +01:00
9bab1671c6 file-pdf-save: Fix punctuation 2011-12-01 01:13:53 +05:30
0eccda70c0 file-pdf-save: Mark string for translation 2011-12-01 01:13:11 +05:30
3a63a82789 file-pdf-save: Just use the PDF_DEBUG case as default 2011-12-01 01:12:35 +05:30
de0014f2cc file-pdf-save: Fix bogus C code 2011-12-01 01:10:52 +05:30
65f21e95a7 file-pdf-save: Remove trailing space 2011-12-01 01:10:52 +05:30
7394a60a93 Partially revert "INSTALL: remove trailing whitespace"
This reverts commit a4e8509f9d.
It changed the splash image to the one from gimp 2.1.
2011-11-30 20:23:51 +01:00
a4e8509f9d INSTALL: remove trailing whitespace 2011-11-30 19:04:22 +01:00
168858aa8e Uploaded Ukranian 2011-11-30 13:35:18 +02:00
8b936805ca Even more translatable messages in file-pdf-save.c 2011-11-29 05:33:51 +04:00
372e677c63 User visible messages in file-pdf-save.c are translatable now 2011-11-29 05:27:02 +04:00
263e02a6b8 [l10n] Updated German translation 2011-11-28 20:44:34 +01:00
0e901776e6 Bug 664728 - XCF files with only one layer not loading properly
In file_open_with_proc_and_display(), don't use the passed load_proc
(which can be NULL) but the actually used load_proc to determine if
the file was imported.
2011-11-28 01:34:43 +01:00
22a832b357 Uploaded Ukranian 2011-11-28 02:15:36 +02:00
0b1f62f5ce Even shorter translatable messags in file-pdf-save.c 2011-11-27 18:08:45 +04:00
5e0765d53b Shorter, concise translatable messages in file-pdf-save.c 2011-11-27 17:56:28 +04:00
5cb29d44a6 Added file-pdf-save.c to the list of files with translatable messages 2011-11-27 16:32:33 +04:00
af2b2aa272 Updated Slovak translation for libgimp 2011-11-27 00:54:55 +01:00
b5097c2c8a INSTALL: Fix typo in required Cairo version 2011-11-26 15:55:21 +02:00
ebbad40885 Doc fixes in both source comments and gtk-doc files 2011-11-25 21:39:55 +01:00
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
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
2d260e8de1 script-fu: opacity in SF-BRUSH is 0..100 since at least GIMP 2.2 2011-11-24 22:15:54 +01:00
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
72c89397e4 Removed #include that is now included by another include statement 2011-11-24 15:12:04 -05:00
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
53427d7b7e Updated Slovenian translation 2011-11-22 20:32:07 +01:00
4c77eae870 po-plug-ins: updated Vietnamese translation 2011-11-21 21:18:22 +07:00
8f4ea1b663 po-plug-ins/vi.po: import from Damned Lies 2011-11-21 21:18:18 +07:00
140d005255 Updated Galician translations 2011-11-21 14:59:13 +01:00
0ab89a42a6 NEWS: typo 2011-11-20 17:26:52 +01:00
5c77b78293 NEWS: updates 2011-11-20 17:20:31 +01:00
383f9e274f [l10n] Updated German translation 2011-11-19 21:32:28 +01:00
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
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
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
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
262cc1c946 Bug 664316 - Searchpath separator required
Add constant SEARCHPATH-SEPARATOR (= G_SEARCHPATH_SEPARATOR_S).
2011-11-18 09:40:15 +01:00
df3e43b71f Call progress_end() when the plug-in has finished. 2011-11-17 21:47:26 -05:00
296cd0552c Updated Spanish translation 2011-11-17 16:48:05 +01:00
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
8a20035ea0 Bug 661313 - "None" string needs differentiation (message context)
Add translation context to all "None".
2011-11-16 23:13:03 +01:00
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
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
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
57755ee75a Fixed Russian translation 2011-11-15 00:25:09 +04:00
0a0de7ec3b Updated French translation 2011-11-14 17:57:08 +01:00
e128fdedfe Updated Spanish translation 2011-11-10 16:24:45 +01:00
a11e8d1f79 Updated Spanish translation 2011-11-10 16:24:22 +01:00