Commit Graph

25671 Commits

Author SHA1 Message Date
Alexandre Prokoudine ae3a0a5b47 Updated Russian translation 2009-07-28 18:12:54 +04:00
Alexandre Prokoudine a5bb58c273 Updated Russian translation 2009-07-28 17:29:34 +04:00
Michael Natterer 1b759561ce Keep the item hash table around permanently
GHashTable has g_hash_table_remove_all() since GLib 2.12, so there is
no need any longer to clear the hash table by destroyung it. Instead,
keep the hash around during the view's entire lifetime and remove all
re-creation code and all checks for its existence.
2009-07-28 15:04:43 +02:00
Denis Arnaud 3c844e867a Updated breton translation 2009-07-28 13:24:08 +02:00
Denis Arnaud e7d541a6d0 Added breton translation for tags 2009-07-28 13:23:41 +02:00
Denis Arnaud 05446a1416 Added br in LINGUAS 2009-07-28 13:23:04 +02:00
Alan Monfort aed2d23e90 Added breton translation 2009-07-28 06:20:27 +02:00
Alan Monfort 6fb5d6051e Added breton translation 2009-07-28 06:18:54 +02:00
Alan Monfort ff849661e8 Added breton translation 2009-07-28 06:18:23 +02:00
Denis Arnaud 3559aeb095 Added breton 2009-07-28 06:16:38 +02:00
Denis Arnaud 0f95e1d57f Added breton 2009-07-28 05:13:34 +02:00
Denis Arnaud fc3e62a469 Added breton 2009-07-28 05:13:21 +02:00
Denis Arnaud 621c991fa6 Added breton 2009-07-28 05:13:07 +02:00
Denis Arnaud 77c54ddf65 Added breton 2009-07-28 05:12:40 +02:00
Alan Monfort 0cbd4a8145 Added breton translation 2009-07-28 05:10:36 +02:00
Alan Monfort 5b770ffb89 Added breton translation 2009-07-28 05:10:02 +02:00
Alan Monfort 82c132bd63 Added breton translation 2009-07-28 05:09:46 +02:00
Alan Monfort b58ffe572c Added breton translation 2009-07-28 05:09:34 +02:00
Alan Monfort 13954c923d Added breton translation 2009-07-28 05:09:02 +02:00
Michael Natterer e4581dbd54 Bug 589783 – Finnish translation typo 2009-07-26 21:05:53 +02:00
Daniel Nylander dee2bc4f38 Updated Swedish translation 2009-07-26 16:44:41 +02:00
Daniel Nylander dd5f64ef6a Updated Swedish translation 2009-07-26 16:37:37 +02:00
Daniel Nylander 9888414c1f Updated Swedish translation 2009-07-26 16:30:57 +02:00
Daniel Nylander 27b9bacfda Updated Swedish translation 2009-07-26 16:29:29 +02:00
Michael Natterer b78b6f6274 Set the tree view's "show-expanders" to FALSE
Don't waste the expander space in all GimpContainerTreeViews. We can
later set it to TRUE in individual subclasses which actually display a
tree and not only a list.
2009-07-26 14:19:58 +02:00
Michael Natterer bc51e8f98c Use the right area for click detection on treeview cells
Use gtk_tree_view_get_cell_area() instead of
gtk_tree_view_get_background_area() because the latter includes things
like expanders, indentation and padding and messes up the x coordinate
of our naive click detection.
2009-07-26 14:13:30 +02:00
Michael Natterer 07ecd55b1c Rename private->hash_table to private->item_hash 2009-07-25 18:21:23 +02:00
Michael Natterer 344f52bbc2 Use GtkTreeStore instead of GtkListStore in GimpContainerTreeView 2009-07-25 17:38:03 +02:00
Michael Natterer 472bf62b67 Some straightforward tool editor cleanups
- split up button callbacks into one callback per button
- add stephen to copyright
- some minor whitespace fixups
2009-07-23 10:28:04 +02:00
Massimo Valentini 61db48ac74 Bug 586851 – Transparent BMP files fail to load
If everything else fails, use gdk_pixbuf_new_from_file().
2009-07-22 18:17:00 +02:00
Martin Nordholts 4572cb9e74 app: Add the GimpToolEditor to preferences
Add the new GimpToolEditor to the Toolbox tab in preferences, which is
a more natural place to have this. See bug #500930.
2009-07-22 00:21:32 +02:00
Martin Nordholts ce5cfe0f1c app: Rename gimptoolview.[ch] to gimptooleditor.[ch]
Rename gimptoolview.[ch] to gimptooleditor.[ch]. The contents of the
file has already gone through this change, we do the file name change
separately for better diffs. Part of fix for bug #500930.
2009-07-22 00:21:31 +02:00
Stephen Griffiths 450db18abb app: Convert GimpToolView into a non-dockable GimpToolEditor
Convert the GimpToolView dockable to a non-dockable GimpToolEditor,
but wait with renaming the file so that we get better diffs. Part of
fix for bug #500930.
2009-07-22 00:21:31 +02:00
Stephen Griffiths c53113d0cc app: Remove Tools dockable
Remove the Tools dockable. The toolbox will be configured from the
Toolbox page in preferences instead. This is part of the fix for
bug #500930.
2009-07-22 00:21:31 +02:00
Sven Neumann 87f25f29d8 Bug 589205 – help-browser uses deprecated (and sometimes broken) webkit call
Use webkit_web_view_load_uri() instead of webkit_web_view_open().
2009-07-21 22:42:47 +02:00
Martin Nordholts cabcc592f0 Bug 582821 – 'Sphere Designer' does not reset correctly...
Make sure to reconstruct the list in the UI when using layers from a
previous invocation.
2009-07-21 18:52:12 +02:00
Barak Itkin 3801e20df8 Bug 582821 – 'Sphere Designer' does not reset correctly...
Make sure to always call rebuildlist() after reseting, including after
interactively clicking the Reset button. Also, we don't need to
restartrender() after rebuildlist() calls since that is done last in
rebuildlist() itself.
2009-07-21 17:53:05 +02:00
Martin Nordholts d815fa32e7 Regenerate gimprc 2009-07-21 17:12:40 +02:00
Martin Nordholts f65905f083 app: Remove blurb for removed menu-mnemonics gimprc setting 2009-07-21 17:12:40 +02:00
Martin Nordholts c6818c5710 app: Remove transient-docks gimprc setting
Remove the transient-docks setting for gimprc. What GIMP tried to
accomplish with this enabled is much better accomplished by the window
manager with the docks set to the 'Utility window' window hint. See
discussion in bug #322577.
2009-07-21 17:12:34 +02:00
Martin Nordholts 19fe919dce plug-ins: Port file plug-ins to new export API 2009-07-21 16:03:58 +02:00
Martin Nordholts 8cd7f148d6 libgimp: Add export dialog API
Add gimp_export_dialog_new() for creating a export dialog and
gimp_export_dialog_get_content_area() for accessing the vbox where
clients can put widgets.
2009-07-21 16:03:53 +02:00
Martin Nordholts 9956fb5348 libgimp: Clarify semantics of gimp_export_image() without format_name 2009-07-21 12:44:26 +02:00
Martin Nordholts 03e9d6de71 Fix more g_mapped_file_free() warnings 2009-07-20 23:08:49 +02:00
Massimo Valentini c78f7d1382 Bug 570353 – first time open of .svg file ignores the requested units
The resolution used to convert the sizes between pixels and units was
only set initially and never updated.
2009-07-20 23:04:41 +02:00
Massimo Valentini e0f21468d4 Bug 555777 – Export to MNG animation fails
'mng_putchunk_plte' and 'mng_putchunk_trns' both copy  the array passed in
as if it was full size even when it is only partly used. This commit wraps
their calls passing the arrays dimensioned correctly.

In function 'respin_cmap', when 'find_unused_ia_colour' returns an index
suitable for transparency the number of colors in the colormap, the
following loop used to access three values beyond the end of the array
'before'.

Finally fix a typo in a call to mng_putchunk_text().
2009-07-20 22:55:43 +02:00
Martin Nordholts 580b932c8c po: Update POTFILES.in 2009-07-20 17:51:29 +02:00
Massimo Valentini b28b0e4687 Bug 493778 – metadata plug-in crashes on some images
The problem is that the parser adds an empty property value when
parsing an empty Alt-array, "<rdf:Alt/>".

But when it is encoded it is expected to be in the form of a NULL
terminated array of pairs of property values, with the result that the
NULL terminator is considered the second element of the first pair and
the loop encoding these properties goes beyond the end of the array,
thus dereferencing invalid pointers.

This commit alters the parser to avoid adding dummy values when empty
rdf:Alt, rdf:Bag and rdf:Seq elements are found.
2009-07-20 17:51:21 +02:00
Martin Nordholts cfbcdbd207 app: Add WM debug output 2009-07-20 13:16:30 +02:00
Martin Nordholts 6318349bf8 app: Add GIMP_LOG_WM
Add GIMP_LOG_WM domain to be used for window management related
output.
2009-07-20 13:16:30 +02:00