Roman Joost
ec8b2eb911
Merge branch 'roman-metadata_xmp_model_custom_signals'
...
This merges two commits to add a custom signal (property-changed) to the
XMPModel. See Bug #589474 for more information.
2009-08-16 09:34:20 +10:00
Martin Nordholts
29be769689
Bump version to 2.7.1
2009-08-15 22:02:31 +02:00
Martin Nordholts
2c7e560988
Make GIMP 2.7.0 development release
...
Tweak NEWS and make GIMP 2.7.0 development release.
2009-08-15 21:32:38 +02:00
Martin Nordholts
b8fec538f6
devel-docs: Add "Index of new symbols in GIMP 2.8"
2009-08-15 21:19:58 +02:00
Martin Nordholts
a0caa427ef
data: Lower brush "Round Fuzzy" spacing to 20, that looks better
2009-08-15 21:09:56 +02:00
Martin Nordholts
74ceaab1b6
devel-docs: Warn about using -j for 'make distcheck'
2009-08-15 20:28:02 +02:00
Martin Nordholts
fd481041bb
devel-docs: Update 2.8 symbols (cont.)
2009-08-15 19:38:04 +02:00
Martin Nordholts
eb73424044
devel-docs: Update 2.8 symbols
2009-08-15 17:06:43 +02:00
Martin Nordholts
bdd20b7bf5
Update gimprc with default brush
2009-08-15 14:31:18 +02:00
Martin Nordholts
6b71aaed99
po: Update POTFILES.in
2009-08-15 14:31:04 +02:00
Martin Nordholts
e247791209
devel-docs: Update release-howto.txt
2009-08-15 13:02:01 +02:00
Martin Nordholts
e9f3329ce0
Update NEWS
2009-08-15 12:06:07 +02:00
Martin Nordholts
966b81992b
app: Add "FG to BG (Hardedge)" gradient
...
Add internal gradient "FG to BG (Hardedge)" based on gradient by
Saul Goode. See bug #589371 .
2009-08-15 11:58:08 +02:00
Martin Nordholts
98aaae7cac
app: Clean up internal gradient construction
...
Move code that is not shared between all gradients out of
gimp_gradients_add_gradient() and group the code with comments.
2009-08-15 11:48:36 +02:00
Roman Joost
dc249d4dc3
XMP Model now emits a property-changed signal incl. a detail.
...
The client can now subscribe to a specific property-change signal. The
detail is provided as <xmp-schema-prefix>:<xmp-property-name>. The
xmpdump test program was used to verify that the implementation works.
2009-08-15 19:47:49 +10:00
Roman Joost
f436ffd722
Changed XMPModel to GtkTreeStore based object with one custom signal.
...
The XMPModel now emits a property-changed signal, if the property value
has been changed by xmp_model_set_scalar_property.
2009-08-15 19:47:49 +10:00
Martin Nordholts
e9905896fc
devel-docs: Refer to website for patch submitting instructions
2009-08-15 09:49:10 +02:00
Martin Nordholts
b72e5a35b1
Revert "Add a button to create a group layer to the layers dialog"
...
This reverts commit d2e1f2ac74
. If we
keep the layer group button in 2.7.0 people will expect layer groups
to fully work and get mad when that is not the case. We can enable it
again after the release.
2009-08-15 09:41:20 +02:00
Martin Nordholts
dcfa6b51c3
Update authors for 2.7.0
2009-08-15 09:30:15 +02:00
Martin Nordholts
5d590e220f
po-tags: Update .gitignore
2009-08-14 22:51:37 +02:00
Martin Nordholts
1436cc4e5c
data: Update default tags
2009-08-14 22:51:25 +02:00
Martin Nordholts
3224fab79d
Update NEWS for 2.7.0
2009-08-14 22:02:25 +02:00
Martin Nordholts
8414cf77b0
app: Change default brush to "Round Fuzzy"
2009-08-14 19:57:06 +02:00
Martin Nordholts
a5d75f09a3
data: Obsolete duplicate variants of smaller .gbr brushes
2009-08-14 19:31:47 +02:00
Martin Nordholts
1dbf732943
app: Add temp_buf_dump()
...
Add temp_buf_dump() which can be used to dump TempBufs to disk for
easier analysis, for example with GIMP.
2009-08-14 19:23:01 +02:00
Martin Nordholts
96a6e5c2db
data: Obsolete all duplicate smaller .vbr variants
2009-08-14 08:20:36 +02:00
Martin Nordholts
9e455dd604
data: Add large ~100px variants of .vbr brushes
2009-08-14 08:19:28 +02:00
Martin Nordholts
6ba1cce691
data: Obsolete the square brushes
2009-08-14 07:41:32 +02:00
Martin Nordholts
3d0c025a51
app: Support obsolete data resources
...
Add support for having obsolete data resources. An obsolete resource
is not shown in the UI or managed in any way, but it will be
considered when plug-ins requests resources. This in order to maintain
backwards compatibility for plug-ins.
2009-08-13 21:54:00 +02:00
Martin Nordholts
4df574acd6
Use separate shortcuts for 'File->Export to' and 'File->Overwrite'
...
Since Ctrl+E previously meant something harmless, don't use that
keyboard shortcut for the destructive command 'File->Overwrite'. We
still keep Ctrl+E for 'File->Export to' though, and we do this by
having 'File->Overwrite' as a separate GtkAction with its own keyboard
shortcut slot.
2009-08-13 21:53:23 +02:00
Sven Neumann
60f11e18ae
Bug 591017 – Tablet pan is not working as fast as it should
...
Use motion event compression for display scrolling.
2009-08-13 20:24:14 +02:00
Michael Schumacher
f19e60636a
Bug 551444 – With Python 2.5, module extension should be .pyd
...
libtool >= 2.2 has a new command line option -shrext. Use this to set
the python modules' file name extension to .pyd
2009-08-11 00:08:38 +02:00
Michael Schumacher
2396ecb91a
Require libtool >= 2.2 on Microsoft Windows
...
This is needed for the -shrext command line option, which will be used for e.g. pygimp.
2009-08-11 00:00:22 +02:00
Michael Schumacher
71f2a9f8ae
Use xsltproc -o instead of output redirection for AUTHORS file.
...
This uses the correct (Unix) line endings when building on Microsoft Windows
and thus prevents the file from always being marked as modified.
2009-08-10 22:44:05 +02:00
Massimo Valentini
fc979283de
Bug 569833 – file-jpeg-save erroneous with small quality values
...
Use the passed parameters if the quality setting is 0.01 or greater
instead of rejecting values below 0.05 in non-interactive mode.
2009-08-10 21:26:53 +02:00
Michael Natterer
ae6828c1cc
Add more precondition checks to vectors import functions
...
(gimp_vectors_import_file)
(gimp_vectors_import_buffer): check the parent item the same
way gimp_image_add_vectors() does.
2009-08-10 13:28:14 +02:00
Michael Natterer
d53aad9ffb
Use gimp_image_get_layer_list() instead of layer_iter(), some cleanup
2009-08-10 12:15:54 +02:00
Michael Natterer
28aa03e525
Move gimp_image_raise_layer_to_top() around
...
Reorder functions so layer reorder function are in the same
order as channel and vectors ones.
2009-08-10 00:45:25 +02:00
Michael Natterer
dc53e81705
Make sure items passed as "parent" are actually group items
...
Add precondition checks to all image add() and reorder() functions
2009-08-10 00:45:24 +02:00
Kevin Cozens
7661513746
Updated TinyScheme version number to 1.39.
...
The TinyScheme component of Script-Fu is now in sync with the 1.39
release of the official version of TinyScheme from May 18, 2008.
Previous commit fixed bug #553377 and not #553337 .
2009-08-09 16:01:30 -04:00
Kevin Cozens
01e27e8d6f
Commented call to file_pop() left in inchar() by mistake. Fixes bug #553337 .
...
Several changes to reduce some formatting differences to official TinyScheme.
De-tabified init.scm file.
2009-08-09 15:20:43 -04:00
Jorge González
66a2e41e2e
Updated Spanish translation
2009-08-09 19:36:45 +02:00
Francisco Vila
c3b419e81c
Updated Spanish translation
2009-08-09 19:31:42 +02:00
Martin Nordholts
6e483e95b2
Remove web-browser gimprc option
...
The web-browser plug-in uses gtk_show_uri() now.
2009-08-08 15:26:34 +02:00
Martin Nordholts
29d9a94fd0
Bug 522483 – use gtk_show_uri() instead of calling firefox directly
...
Use gtk_show_uri() instead of g_spawn_async() on a browser.
2009-08-08 15:26:34 +02:00
Martin Nordholts
b1e969cc6d
app: Fix typo gimpgoruplayer
2009-08-08 15:26:34 +02:00
Martin Nordholts
878afb6786
Update gimprc
2009-08-08 15:26:33 +02:00
Martin Nordholts
2591d7e368
app: Don't use plug-in-web-browser in About Dialog
...
The GtkAboutDialog is implemented with a GtkLinkButton which uses
gtk_show_uri(). We don't need to add any hooks.
2009-08-08 14:43:33 +02:00
Martin Nordholts
f8930a5aaf
plug-ins: Translate win32 error messages in web-browser.c
2009-08-08 10:31:11 +02:00
Martin Nordholts
b9b05e7d39
app: Don't reuse the GeglProcessor
...
Don't reuse the GeglProcessor as it can't handle dirty rects when
painting in GIMP, and this makes it harder to make GEGL-wise progress
in other parts of GIMP.
2009-08-08 07:03:15 +02:00