Commit Graph

30509 Commits

Author SHA1 Message Date
dcf84f3910 app: set the correct resolution on the text style overlay's size entry 2011-12-03 23:56:51 +01:00
26b6c9dadd devel-docs: update .gitignore 2011-12-03 23:38:29 +01:00
408595d9d5 devel-docs: update .gitignore 2011-12-03 23:36:24 +01:00
cb61dea8fe plug-ins: fix the PDF save procedures' labels 2011-12-03 23:34:28 +01:00
022db7b639 Added contextual separation for a user visible message 2011-12-04 01:37:18 +04:00
2a55c1cc52 Menu items from file-pdf-save.c are now translatable 2011-12-04 01:02:30 +04:00
4d35037805 Updated Russian translation 2011-12-04 00:23:58 +04:00
ed1ed0e6bc app: make destroying a GimpFilteredContainer not crash
It was never disconnecting from any of the src_container objects'
signals.

GimpFilteredContainer: unref the src_container in finalize() instead
of dispose() because the parent dispose() impl now needs it via
calling gimp_container_clear().

GimpTaggedContainer: implement GimpContainer::clear() and disconnect
from all the src_container objects' signals.
2011-12-01 21:12:55 +01:00
70376b7528 app: GimpTagCache: move variable to local scope 2011-12-01 20:34:18 +01:00
af0570372d app: GimpTagEntry formatting cleanup, no logic changes 2011-12-01 20:24:37 +01:00
a174f5d44a file-svg: Remove obsolete code which was put in to handle librsvg API breakage
GIMP now depends on a more recent version of librsvg.
2011-12-01 22:24:08 +05:30
1d9ca9cdca app: remove gtk_check_version(2,24,7) code from GimpActionGroup 2011-12-01 12:07:43 +01:00
2b1b04bf72 configure: depend on librsvg >= 2.34.2
because old versions use deprecated GLib stuff in their headers.
Don't #undef G_DISABLE_DEPRECATED in file-svg.
2011-12-01 11:36:25 +01:00
79a4f71884 configure: depend on webkitgtk >= 1.6.1
because old versions use deprecated GLib stuff in their headers.
Don't #undef G_DISABLE_DEPRECATED in help-browser and web-page.
2011-12-01 11:26:11 +01:00
2afc3419e5 fix the rgb565 mode of the raw plugin.
The rgb565 mode of the raw plugin was wrong. Some colors accidentially
got bits from the adjacent colors. Fixed by properly masking the resp.
bits and properly extending them to the 8 bit range.
2011-12-01 11:05:09 +01:00
9781aa65ea Bug 658467 - Replace g_format_size_for_display() by g_format_size()
Use g_format_size() instead of g_format_size_for_display() because
the latter is deprecated.
2011-11-30 23:37:55 +01:00
6cff213038 configure: depend on GLib >= 2.30.2
For the reasons mentioned in the last version bump commit below.
2011-11-30 23:32:00 +01:00
1ef3fe7f07 Bug 643348 - Working Path not imported from a PSD
The unsaved "Working Path" was not being loaded from the PSD. Passed
this Working Path resource through the same function call as the
normal path resources, and named it "Working Path"
2011-11-30 23:17:09 +01:00
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