846c9586fe
Updated Norwegian bokmål translation
2011-07-18 23:20:16 +02:00
eadceef99b
plug-ins: fix a typo in noise-randomize
...
Applying the filter noise slur on a white image produces
black artifacts at the first rows. Seen in meetthegimp162.mp4.
2011-07-18 20:40:23 +02:00
f53f8432f8
plug-ins: Fix libcurl URI backend compilation
2011-07-17 15:34:48 +02:00
50bf895ba3
l10n: Updated Greek translation for gimp po-tags
2011-07-11 10:55:56 +03:00
055404400a
build: Disable warnings about portable make rules
2011-07-08 22:38:48 +05:30
204d70739d
plug-ins: Stop using gtk_range_set_update_policy() in gfig
2011-07-05 22:13:19 +02:00
008a845aea
app: Undeprecate GimpNavigationEditor
2011-07-05 22:13:18 +02:00
ef5cc5fdee
devel-docs: Undeprecate tools/shooter.c
2011-07-05 22:13:18 +02:00
1c0115ec95
Fix some warnings
2011-07-05 22:13:18 +02:00
b8740d285d
plug-ins: remove curl/types.h include in curl uri backend which was removed in 7.21.7
2011-07-05 19:54:08 +02:00
039d4636f8
plug-ins: add ftp and gopher support to curl uri backend
2011-07-05 19:54:06 +02:00
520d852912
plug-ins: add --progress=dot to work with newer wgets, and add ftp support
...
Fixes bug 653974 - uri-backend-wget backend is broken
2011-07-05 00:14:34 +02:00
14420e6cc5
Update NEWS
...
If I was given a dime each time...
2011-07-03 21:30:39 +02:00
1aa91d0b0d
app: Remove fixme
...
The code works and the comment was never meant to be pushed.
2011-07-03 21:24:22 +02:00
07556242b0
app: Make positioning of new dockables depend on window mode
...
Add GimpWindowingStrategy with create_dockable_dialog() and use it in
dialogs_create_dockable_cmd_callback(). There are two implementations:
GimpSingleWindowStrategy and GimpMultiWindowStrategy. Depending on the
window mode, we want new dockables to appear in different places when
created. In single-window mode, they should appear inside the single
image window. In multi-window mode, a new dock window is created.
2011-07-03 21:20:36 +02:00
682eabfd5b
app: Add gimp_dock_columns_create_dock_and_dockbook()
2011-07-03 21:20:34 +02:00
91b7043aef
app: Add gimp_dockbook_add_from_dialog_factory()
2011-07-03 21:20:20 +02:00
a410716503
app: Remove unused variable
2011-07-03 16:38:37 +02:00
6c880859ea
app/tests: Fix sporadic '/gimp-ui/repeatedly_switch_window_mode' failure
2011-07-03 11:28:42 +02:00
5bf5f91d1a
[l10n]Updated Catalan (Valencian) translation
2011-07-02 20:00:43 +02:00
fee93a0e21
[l10n]Updated Catalan translation
2011-07-02 20:00:37 +02:00
e16cdb1777
l10n: Added Greek translation for gimp-tips
2011-07-01 16:57:39 +03:00
8c0dc1c44e
NEWS for "app: Make 'Export to' fall back to 'Export...'"
...
Easy to forget...
2011-06-30 23:55:13 +02:00
c73bdc0971
app: Make 'Export to' fall back to 'Export...'
...
Make 'Export to' always sensitive (as long as there is an image at
all). And make it fall back to 'Export...' if no export target has
been set yet. Note that it is not necessarily visible at all times,
sometimes 'Overwrite' shadows it. It shall still be invokable though.
Reference:
[Gimp-developer] Isn't this behaviour unintuative?
http://lists.xcf.berkeley.edu/lists/gimp-developer/2011-June/026885.html
2011-06-30 23:45:25 +02:00
9866d70c68
app: image && drawable -> drawable
...
If there is a drawable, there is also an image, so we don't need to
check for that. Now gcc can't complain that we don't have parenthesis
around "image && drawable" for some future statements.
2011-06-30 23:45:25 +02:00
aab6079804
l10n: Added Greek translation for gimp po-tags
2011-06-30 19:02:56 +03:00
8b57ef51cc
app: clean up the new brush outline stuff a bit
2011-06-30 09:27:43 +02:00
e7ade3f8ec
app: add an assert and dirty fix a segfault when starting with SWM
...
Somebody smarter than me needs to take look why for some reason tool is
changed to null during SWM init.
2011-06-29 23:51:27 +03:00
3c3657f780
app: Refactor path code to support styles and add outline style for use in brush outline
2011-06-29 23:05:14 +03:00
40e564711c
gimpcagetool: remove unused parameter for gimp_cage_tool_compute_coef
2011-06-28 23:25:13 +02:00
9ae0dc034b
Make 'w' a mnemonic for File -> Overwrite ...
...
See
[Gimp-developer] Isn't this behaviour unintuative?
http://lists.xcf.berkeley.edu/lists/gimp-developer/2011-June/026885.html
2011-06-28 08:54:15 +02:00
9281f67f32
Updated Greek translation for gimp
2011-06-27 14:04:05 +03:00
ce4ab710f6
modules: gimp_input_device_store_add(): bail out if the device has no parent
2011-06-26 23:39:05 +02:00
df448eb171
app: GimpTransformTool: remove members handle_w and handle_h
...
Instead, return them from the private gimp_transform_tool_handles_recalc()
because they are only needed in the caller.
2011-06-26 23:37:32 +02:00
e0e2befd17
Bug 651462 - On first attempt to save tool preset, stops with an error
...
Create the "tool-presets" directory in gimp-user-install.
2011-06-23 19:21:08 +02:00
f1bb40166b
Bug 592364 - Use GUdev rather than deprecated HAL for GIMP
...
GIMP was probably the only user of libhal on most systems, this had
to stop. Ported the linux-input module to GUdev.
2011-06-23 16:30:58 +02:00
cccddce106
modules: fix indentation in controller-dx-dinput.c
2011-06-23 16:26:55 +02:00
8ed5002e4a
plug-ins: #undef G_DISABLE_DEPRECATED for webkit and rsvg
...
because they use G_CONST_RETURN which is deprecated in glib master.
2011-06-21 22:13:58 +02:00
dd0042f76b
app: implement error handling in gimp_imagefile_icon_callback()
...
Particularly, don't crash if the async operation got cancelled in
dispose().
2011-06-19 23:31:29 +02:00
ab607a0adc
app: add gimp_imagegile_get_gicon() which uses async API and can't block
...
and use it in gimp_view_renderer_imagefile_get_icon().
2011-06-19 23:06:33 +02:00
276ceddec9
app: GimpViewRendererImagefile: don't call g_file_query_info ("standard::icon")
...
This is a quick fix because the call can block and needs to be ported
to the async API. I simply disabled the entire block that gets the
icon from GIO.
2011-06-19 22:20:50 +02:00
c39ca0f74f
Initialize two GtkTreeIter
...
to avoid harmless, but annoying, valgrind warnings on x86_64
2011-06-17 19:02:08 +02:00
fe6e0c1913
Bug 646794 - Get rid of valgrind warnings when changing window mode
2011-06-17 17:52:39 +02:00
3c28ed4303
app: speed up GimpTagCache saving
...
Use g_list_prepend() and g_list_reverse() instead of g_list_append().
2011-06-16 20:22:36 +02:00
580b5ba624
plug-ins: Disable one more debug statement in pygimp/pygimp-pdb.c
2011-06-16 14:03:13 +02:00
e5c137a139
Update NEWS
2011-06-15 13:46:19 +05:30
f55f26c9b8
app/tests: Add single-window mode session files test
...
Rename and copy some session files and add a single-window mode
session files test.
2011-06-14 23:34:12 +02:00
e74d220930
app: Restore docks in an idle handler
...
In single-window mode, gimp_session_managed_set_aux_info() will set
the size of the dock areas at the sides. If we don't wait for those
areas to get their size-allocation, we can't properly restore the
docks inside them, so do that in an idle callback.
Also add a required call to gimp_test_run_mainloop_until_idle()
because of this in the 'automatic_tab_style' test.
2011-06-14 23:34:12 +02:00
00d6f8e655
Move gimp_session_info_clear_info() into gimp_session_info_restore()
...
All callers of gimp_session_info_restore() call
gimp_session_info_clear_info() afterwards, so move that into the
function instead.
2011-06-14 23:34:12 +02:00
f73092bb41
app/tests: Add gimp_init_for_gui_testing_with_rc()
2011-06-14 23:34:11 +02:00