Commit Graph

31156 Commits

Author SHA1 Message Date
7f5a43f3e1 app: rename GimpToolInfo::menu_path to ::menu_label
"path" is a really ancient pre-GtkAction terminology here.
2012-02-14 10:00:26 +01:00
f2fc342101 Bug 670024 - Zoom Tool menu label is not translated
Remove the message context from the zoom tool's menu label. It's not
needed and can't work like that for menu items.
2012-02-14 09:54:29 +01:00
b93cdd8bc5 Updated Slovenian translation 2012-02-13 22:30:01 +01:00
bd94635e02 Updated Spanish translation 2012-02-13 12:10:35 +01:00
43b6d6922c Bug 615227 - Undo while scaling layer freezes GIMP
Don't run into an infinite loop when the undo editor is used
while we're in the middle of an undo group.
2012-02-13 08:17:47 +01:00
b3c8cbd5a5 app: remove all docks from GimpImageWindow in dispose()
Seems to fix irregularly occuring warnings on exit about dialogs
being still around.
2012-02-13 00:12:50 +01:00
f57c9e59fe Updated Polish translation 2012-02-12 21:52:43 +01:00
f07b9606d8 Bug 658610 - Warn when importing PNG images with an offse
Added a dialog about offsets to the PNG loader
2012-02-12 20:49:52 +01:00
ddb1f968b5 app: fix include guards in gimpbrush-transform.h to not use the old filename 2012-02-12 18:41:52 +01:00
0b97416971 etc: use <Primary> instead of <Control> in the default menurc 2012-02-12 15:09:14 +01:00
bdc3f7e7e0 Bug 635615 - Embed page setup dialog in the print dialog
Get rid of the antique separate page setup menu item and dialog.
Started with a patch from Bilal Akhtar but massively changed it, and
fixed some undiscovered bugs on the way.
2012-02-12 13:51:18 +01:00
90065a517e app: try harder to show filename and file size in Image -> Properties
by using gimp_image_get_any_uri() instead of get_filename() or get_uri().
2012-02-11 22:54:06 +01:00
3670fa5ddd devel-docs: all functions in app/ appear in the docs again \o/ 2012-02-11 19:10:55 +01:00
0e6b703794 app: remove unused typedef GimpDynamicsOptions 2012-02-11 18:12:42 +01:00
f70bc837fa app: remove gimpdisplay-utils.[ch], move its only function to gimpdisplay.[ch] 2012-02-11 17:57:27 +01:00
4ec7def1d0 put operators on end of line in long expressions
This fixes commit 3a151bd1a9, GIMP is
deviating from the GNU coding style here.
2012-02-11 16:50:44 +01:00
56d6c1d432 Updated Romanian translation 2012-02-10 19:57:46 +01:00
eb93f484c8 Updated Romanian translation 2012-02-10 19:35:57 +01:00
a48a5925b4 Updated Romanian translation 2012-02-10 19:12:56 +01:00
cfc049adff Updated Romanian translation 2012-02-10 19:05:01 +01:00
3a151bd1a9 app: check top_directory for plausibility 2012-02-10 16:20:15 +01:00
a5838dc3b5 Updated Romanian translation 2012-02-10 16:15:07 +01:00
42107e10e5 Updated Romanian translation 2012-02-10 15:51:22 +01:00
2303d292c3 app: initialize var before usage
to silence valgrind

==12105== Conditional jump or move depends on uninitialised value(s)
==12105==    at 0x6B069C: gimp_data_set_folder_tags (gimp/app/core/gimpdata.c:885)
==12105==    by 0x6B155E: gimp_data_factory_load_data (gimp/app/core/gimpdatafactory.c:922)
==12105==    by 0x64F34D0: gimp_datafiles_read_directories (gimp/libgimpbase/gimpdatafiles.c:155)
==12105==    by 0x6B1293: gimp_data_factory_data_load (gimp/app/core/gimpdatafactory.c:354)
==12105==    by 0x6B1E1C: gimp_data_factory_data_init (gimp/app/core/gimpdatafactory.c:239)
==12105==    by 0x6871D2: gimp_restore (gimp/app/core/gimp.c:952)
==12105==    by 0x47EABA: app_run (gimp/app/app.c:217)
==12105==    by 0x47E64D: main (gimp/app/main.c:440)
==12105==  Uninitialised value was created by a stack allocation
==12105==    at 0x6B1190: gimp_data_factory_data_load (gimp/app/core/gimpdatafactory.c:319)
2012-02-10 12:24:32 +01:00
2e3e941de3 devel-docs: make app/ docs build again and update them a bit
It's now less bad than before but still a horror.
2012-02-10 01:28:29 +01:00
258b3f6623 Updated Polish translation 2012-02-09 22:15:37 +01:00
0e9ed614c3 Updated POTFILES.in 2012-02-09 22:13:24 +01:00
f0a7d04cfa app: Fix a segfault in paint core 2012-02-09 21:59:25 +02:00
af6b840aaf Bug 666561 - Clicking on the expand icon next to a group expands the wrong group
gimp_item_tree_view_row_expanded(): only select the active item if its
immediate parent was expanded, not if *any* group was expanded.
2012-02-09 20:38:46 +01:00
b994280473 Bug 668814: Cannot move cursor right in on canvas editor
One possible way to decrease the incompatibilities
between letter spacing in a tagged gtk_text_buffer
and in an equivalent pango_layout

Remove also a valgrind reported invalid write in
gimptextbuffer.c
2012-02-09 12:36:43 +01:00
0729c25bc0 app: set tags for all subdirectories a data file lives in
GimpData: add gimp_data_set_folder_tags() and remove the tag logic
from gimp_data_set_filename(). The function gets the toplevel data
directory passed so it knows where to stop assigning tags.

GimpDataFactory: when loading data, keep track of the currently
processed data hierachy's toplevel directory, and pass it to above new
function. Also make sure obsolete files don't get folder-tagged.
2012-02-09 10:02:49 +01:00
08ed48fffc Bug 669616 - openraster plugin saves invalid files under some circumstances
If the label contains an URL, the double slashes (//) make very
poor filenames inside the ZIP container.

http://forum.intilinux.com/mypaint-help-and-tips/gimp-corrupting-ora-files/msg10284/#msg10284
2012-02-08 20:22:18 +01:00
3d4c7f8d4b Updated Belarusian translation. 2012-02-08 10:45:13 +03:00
59ab77d7b1 Updated italian translation 2012-02-08 08:20:56 +01:00
4cccb20c6e INSTALL: recommend some more libs to install for optional plugins 2012-02-08 00:36:03 +01:00
23ca29855c NEWS: Apply some typo fanaticism 2012-02-07 21:03:55 +01:00
d0d78ed284 NEWS: updates 2012-02-07 21:00:44 +01:00
2414301799 Review the last few commits and apply some style fanaticism
some completely unrelated,
2012-02-07 20:36:55 +01:00
052bce733b Typo 2012-02-07 17:35:06 +01:00
7cf2ee6397 Bug 586451: Alpha Logo scripts incorrectly become...
sensitive after "Refresh Scripts"
2012-02-07 17:32:02 +01:00
05aa83270d Bug 554359: text tool should compress undo steps...
when the rectangle is manipulated
2012-02-07 17:32:02 +01:00
39368a410d plugged memory leaks 2012-02-07 17:32:02 +01:00
73a3b56ec9 data: clean up brushes Makefiles and remove duplicate files 2012-02-07 09:30:13 +01:00
ec9187e69b Bug 669382 - corrupt png file theme-22.png in Default theme
Re-save the file so trailing junk gets stripped.
2012-02-06 22:53:34 +01:00
4f61e58bb8 app: set the sensitivity of the tool options' preset menu items
based on "editable" and "deletable".
2012-02-06 22:04:34 +01:00
79d997457b app: set GimpToolPresetEditor insensitive for non-editable presets 2012-02-06 22:03:30 +01:00
41b00e2e6b app: Make palette part of paint tools context mask 2012-02-06 21:57:20 +02:00
fe946a7501 data: More new brush set cleanup, underscore hunt edition 2012-02-06 21:57:20 +02:00
f72806bbcd app: fix GimpContainerTreeView name editing so it always works the same
no matter how editing was started (double click, keyboard activate, F2).

Connect to "editing-started" of the name cell and set the object's
real name directly on the GtkCellEditable, instead of trying to hack
around in the tree store before the actual editing starts.
2012-02-06 19:28:37 +01:00
b4988ef00f Added Telugu translation by Swecha Team 2012-02-06 13:30:48 +05:30