1c3a5d3481
Added doap description translation in Italian.
2014-08-08 17:10:51 +02:00
bb758a25fc
Remove extra programming languages from the doap file.
...
and add Scheme
2014-08-07 19:46:57 -04:00
4f852593e8
Update GIMP project meta information.
...
Make gimp.doap compliant to the new DOAP file style (GUADEC 2014):
* Add new mandatory fields 'description' and 'programming-language'.
Add download page URL.
Add bug-tracker URL.
Add programming language.
Set category to Apps.
Move Sven Neumann from maintainer list to AUTHORS after querying him.
Unify description in gimp.doap and gimp.appdata.xml.in.
2014-08-07 21:30:35 +02:00
92f942c71c
build/win: Remove extra poppler hacks.
2014-08-06 00:49:44 -04:00
59dfa2e6e6
app: If the user makes a new gradient, commit the old one
2014-08-04 17:20:58 -04:00
9eb3c4f40f
Fix German translation issue
...
Translate untranslated 'tag' to 'Stichwort' which is the most usual
translation in this domain.
2014-08-04 20:27:53 +02:00
41e2a01976
app: Tweak the blend tool UI for shapebursts
2014-08-04 12:32:45 -04:00
cd99314572
libgimpbase: deprecate the gimp_datafiles functions
2014-08-04 03:41:45 +02:00
9d54a94f53
app: port plug-in loading to GFileEnumerator
2014-08-04 02:39:52 +02:00
9bb3aee163
app: add gimp_file_is_executable() to gimp-utils.[ch]
...
including PATHEXT magic for windows.
2014-08-04 02:38:24 +02:00
cd8fa8cbc3
libgimpmodule: remove obsolete docs from gimp_module_db_load()
2014-08-03 23:09:30 +02:00
48e6199a4f
script-fu: port script loading to GFileEnumerator
2014-08-03 21:49:20 +02:00
50568ae258
app: add gegl:distance-transform to Filters->Generic as "Distance Map"
2014-08-03 21:34:32 +02:00
6209b1f571
libgimpbase, app: move gimp_file_has_extension() to libgimpbase
...
and use it in GimpModuleDB.
2014-08-03 20:47:37 +02:00
8af3fec689
app: use the new distance-transform operation in the blend tool
2014-08-03 20:12:01 +02:00
a0b9e5c702
libgimpmodule, app: port GimpModuleDB to GFileEnumerator
...
this implies passing the UTF-8 encoded raw module path from gimprc to
gimp_module_db_load() and gimp_module_db_refresh(), which is strictly
speaking an API break, but I seriously doubt that anyone but GIMP is
actually using libgimpmodule.
2014-08-03 18:30:02 +02:00
9e265e7855
libgimpmodule: always build the module debug code, just don't call it
...
It was already rotting and had to be fixed.
2014-08-02 23:47:10 +02:00
da26597467
app: add gimp_file_has_extension() and use it in GimpDataFactory
2014-08-02 23:29:00 +02:00
81aaa1decd
app: use g_str_has_suffix() in file_utils_file_get_ext()
...
g_strrstr() is wrong for checking for suffixes.
2014-08-02 15:55:32 +02:00
ab2afa0c1f
app: don't check for a writable dir for each loaded GimpData
...
Instead, do the check once for each element of the data path, and pass
the result to the load functions.
2014-08-02 15:09:33 +02:00
2b1735f784
app: move gimp_file_compare() to gimp-utils.[ch]
...
It's a GCompareFunc to be used for finding GFiles in lists.
2014-08-02 15:07:26 +02:00
6821eb298c
app: port GimpDataFactory file loading to GFileEnumerator
...
Also slightly change the semantics of gimp_data_set_folder_tags()
to be less complicated.
2014-08-01 20:30:45 +02:00
2567a2d1fd
app: typo s/fomat/format/
2014-08-01 18:38:25 +00:00
7d7180dcaa
app: s/uri/file/ in a comment in file-open.c
2014-07-31 12:22:27 +02:00
bf9cb2155e
build/win: Disable libwmf for now.
2014-07-30 16:34:42 -04:00
978f8f2b0c
build/win: Add support for building 64-bit libs in jhbuild.
2014-07-30 16:34:42 -04:00
a4bf1ff1cb
build/win: Reset tarball location on newer jhbuild versions.
2014-07-30 16:34:42 -04:00
ebdb803c33
app: port GimpAppleEventHandler to GFile too, it made opening files crash
2014-07-30 21:34:27 +02:00
2801d9c387
build/win: Mark poppler as optional
...
Compiling it tends to fail on newer mingw releases.
2014-07-29 23:50:22 -04:00
f08c519aa2
build/win: Disable lto in cairo
...
It causes issues with older binutils versions. See:
https://bugs.freedesktop.org/show_bug.cgi?id=77060
2014-07-29 23:50:22 -04:00
cdb7f185a7
build/win: Upgrade libpng to 1.6.12
2014-07-29 23:50:22 -04:00
c077fb8dad
app: add --verbose output when parsing and writing the action history
2014-07-29 18:13:57 +02:00
4ae597c586
plug-ins: use standard error on failed file descriptor in file-pdf-save.
...
The standard message used all over our code is:
"Could not open '%s' for writing: %s".
2014-07-29 16:59:49 +00:00
1155b9c7a7
app: more GFile stuff in gimp_get_temp_file()
2014-07-29 16:32:29 +02:00
85668c8e69
app: filename -> GFile in parse_iso_codes()
2014-07-29 16:32:29 +02:00
eaa4bf2270
Bug 733824 - PDF export fails without warning if open in other application.
...
This happens on the Windows platforms in particular where applications
can lock files, preventing GIMP to obtain a file descriptor for writing.
2014-07-29 15:41:34 +00:00
035c6717e7
app: port menus_clear() to GIO
2014-07-29 14:53:27 +02:00
9751d04b47
app: more filename -> GFile in gimp-fonts.c
2014-07-29 14:40:25 +02:00
e84ef0d7cc
app: use GIO to find the locally installed user manual
2014-07-29 13:04:16 +02:00
969e2b60f1
app: port about_dialog_load_logo() to GIO
2014-07-29 12:48:57 +02:00
0856382713
app: use gimp_directory_file() in gimp_plug_in_manager_get_pluginrc()
2014-07-29 12:37:08 +02:00
50ca9068da
app: more cleanup in the action history code, mostly general consistency
2014-07-29 12:28:18 +02:00
7149a5ac6c
app: use g_file_query_file_type() to check for the GIMP directory
2014-07-29 12:04:17 +02:00
b200345a98
app: change GimpImageMapTool::get_settings_ui()'s "default_folder" to GFile
2014-07-29 11:56:49 +02:00
9a90bfa26a
app: more gimp_directory() -> gimp_directory_file()
2014-07-29 11:56:49 +02:00
fccf7174ab
app: typo s/Premission/Permission/
2014-07-28 19:03:39 +00:00
9c2dbf46c5
Bug 733525 - Japanese characters not rendered from imported PDF.
...
poppler-data is an optional encoding package, necessary to import PDF
with CJK and cyrillic text.
2014-07-28 17:20:38 +00:00
b81f46185e
app: port the action history to GimpConfigWriter, GimpScanner and to GIO
...
which means the file format has changed, but it will silently ignore
the parse error when encountering the old format.
2014-07-28 16:44:44 +02:00
0ac3c56ce8
po: add gimptagcache.c to POTFILES.in
2014-07-28 15:39:52 +02:00
6b2963928e
configure: warning when compiling with old fontconfig on Win32.
...
Fontconfig had a few bugs in the default configuration when compiled for
Windows. These issues are fixed from version 2.11.1. Display a warning
when compiling on win32 platform with older versions.
See in particular bugs 708110 and 703331.
2014-07-28 15:35:50 +00:00