Piotr Drąg
f173a673cd
Updated Polish translation
2011-12-04 22:01:26 +01:00
Alexia Death
090852538b
NEWS: add informaion about subfolder tagging
2011-12-04 22:59:51 +02:00
Martin Srebotnjak
105e9a7c04
Updated Slovenian translation
2011-12-04 21:43:08 +01:00
Martin Srebotnjak
8d86875b12
Updated Slovenian translation
2011-12-04 21:42:34 +01:00
Martin Srebotnjak
a4df6e5ea2
Updated Slovenian translation
2011-12-04 21:38:36 +01:00
Martin Srebotnjak
15bf47c578
Updated Slovenian translation
2011-12-04 21:38:15 +01:00
Martin Srebotnjak
a2be001d5e
Updated Slovenian translation
2011-12-04 21:37:15 +01:00
Alexandre Prokoudine
87c01e4a0a
Updated Russian translation
2011-12-04 23:01:14 +04:00
Michael Natterer
06d5b9e9df
app: fix indentation in gimptextool-editor.c
2011-12-04 19:37:35 +01:00
Alexia Death
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
Khaled Hosny
b6767ba0a6
Typo
2011-12-04 15:42:05 +02:00
Mukund Sivaraman
1d3ae408b6
libgimpbase: Fix macro name so the dllexports happen on win32
2011-12-04 10:25:27 +05:30
Alexandre Prokoudine
b9e7198f89
Removed i18n from the list of issues. It's done now.
2011-12-04 03:05:45 +04:00
Alexandre Prokoudine
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
Michael Natterer
dcf84f3910
app: set the correct resolution on the text style overlay's size entry
2011-12-03 23:56:51 +01:00
Michael Natterer
26b6c9dadd
devel-docs: update .gitignore
2011-12-03 23:38:29 +01:00
Michael Natterer
408595d9d5
devel-docs: update .gitignore
2011-12-03 23:36:24 +01:00
Michael Natterer
cb61dea8fe
plug-ins: fix the PDF save procedures' labels
2011-12-03 23:34:28 +01:00
Alexandre Prokoudine
022db7b639
Added contextual separation for a user visible message
2011-12-04 01:37:18 +04:00
Alexandre Prokoudine
2a55c1cc52
Menu items from file-pdf-save.c are now translatable
2011-12-04 01:02:30 +04:00
Alexandre Prokoudine
4d35037805
Updated Russian translation
2011-12-04 00:23:58 +04:00
Michael Natterer
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
Michael Natterer
70376b7528
app: GimpTagCache: move variable to local scope
2011-12-01 20:34:18 +01:00
Michael Natterer
af0570372d
app: GimpTagEntry formatting cleanup, no logic changes
2011-12-01 20:24:37 +01:00
Mukund Sivaraman
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
Michael Natterer
1d9ca9cdca
app: remove gtk_check_version(2,24,7) code from GimpActionGroup
2011-12-01 12:07:43 +01:00
Michael Natterer
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
Michael Natterer
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
Simon Budig
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
Michael Natterer
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
Michael Natterer
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
Mike Melancon
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
Marco Ciampa
7068a15f19
Updated italian translation.
2011-11-30 22:06:09 +01:00
Massimo Valentini
2c4bec813d
plug-ins: Properly init international framework
2011-11-30 21:14:16 +01:00
Mukund Sivaraman
9bab1671c6
file-pdf-save: Fix punctuation
2011-12-01 01:13:53 +05:30
Mukund Sivaraman
0eccda70c0
file-pdf-save: Mark string for translation
2011-12-01 01:13:11 +05:30
Mukund Sivaraman
3a63a82789
file-pdf-save: Just use the PDF_DEBUG case as default
2011-12-01 01:12:35 +05:30
Mukund Sivaraman
de0014f2cc
file-pdf-save: Fix bogus C code
2011-12-01 01:10:52 +05:30
Mukund Sivaraman
65f21e95a7
file-pdf-save: Remove trailing space
2011-12-01 01:10:52 +05:30
Mikael Magnusson
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
Nils Philippsen
a4e8509f9d
INSTALL: remove trailing whitespace
2011-11-30 19:04:22 +01:00
Daniel Korostil
168858aa8e
Uploaded Ukranian
2011-11-30 13:35:18 +02:00
Alexandre Prokoudine
8b936805ca
Even more translatable messages in file-pdf-save.c
2011-11-29 05:33:51 +04:00
Alexandre Prokoudine
372e677c63
User visible messages in file-pdf-save.c are translatable now
2011-11-29 05:27:02 +04:00
Mario Blättermann
263e02a6b8
[l10n] Updated German translation
2011-11-28 20:44:34 +01:00
Michael Natterer
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
Daniel Korostil
22a832b357
Uploaded Ukranian
2011-11-28 02:15:36 +02:00
Alexandre Prokoudine
0b1f62f5ce
Even shorter translatable messags in file-pdf-save.c
2011-11-27 18:08:45 +04:00
Alexandre Prokoudine
5e0765d53b
Shorter, concise translatable messages in file-pdf-save.c
2011-11-27 17:56:28 +04:00
Alexandre Prokoudine
5cb29d44a6
Added file-pdf-save.c to the list of files with translatable messages
2011-11-27 16:32:33 +04:00