Commit Graph

30625 Commits

Author SHA1 Message Date
a22507363c NEWS now mentions that PSD loader is capable of reading working paths now. The patch sender is added to authors.xml. 2011-12-05 11:59:00 +04:00
889a1ece60 NEWS: fix some spelling and grammar 2011-12-04 23:08:19 +02:00
f173a673cd Updated Polish translation 2011-12-04 22:01:26 +01:00
090852538b NEWS: add informaion about subfolder tagging 2011-12-04 22:59:51 +02:00
105e9a7c04 Updated Slovenian translation 2011-12-04 21:43:08 +01:00
8d86875b12 Updated Slovenian translation 2011-12-04 21:42:34 +01:00
a4df6e5ea2 Updated Slovenian translation 2011-12-04 21:38:36 +01:00
15bf47c578 Updated Slovenian translation 2011-12-04 21:38:15 +01:00
a2be001d5e Updated Slovenian translation 2011-12-04 21:37:15 +01:00
87c01e4a0a Updated Russian translation 2011-12-04 23:01:14 +04:00
06d5b9e9df app: fix indentation in gimptextool-editor.c 2011-12-04 19:37:35 +01:00
aa9806c687 app: Make resource subfolders elements in the tag cloud
This patch does following things for this purpose:
* Adds intrernal flag to GimpTag api
* Modifies GimpData gimp_data_set_filename to use the last element
  of the path, unless blacklisted, as internal tag for the resource.
* Modify tag cache to not save internal tags
* Removes a check for existing tags when objects are added to tag cache
2011-12-04 20:36:05 +02:00
b6767ba0a6 Typo 2011-12-04 15:42:05 +02:00
1d3ae408b6 libgimpbase: Fix macro name so the dllexports happen on win32 2011-12-04 10:25:27 +05:30
b9e7198f89 Removed i18n from the list of issues. It's done now. 2011-12-04 03:05:45 +04:00
4b897a894c Part of a user visible message is moved to a tooltip in file-pdf-save.c 2011-12-04 03:02:56 +04:00
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