17f1f2a2fa
app: use G_N_ELEMENTS() and remove GIMP_N_TAB_STYLE_CANDIDATES define
2012-02-01 20:38:10 +01:00
f7554c299e
app: use deletable flag for sorting user data above system data
...
Previously flag writable was used. This caused ritable and editable
brushes to sort first. This was not clearly understood criteria.
Now user brushes in writable folders are sorted first.
2012-02-01 21:05:16 +02:00
bcb35382c6
data: cleanup default brushes set
2012-02-01 00:51:56 +02:00
d11f9d7dbf
Bug 664885 - Open 'Document History' --> always a additional history tab appears
...
Really find a *widget* in gimp_dialog_factory_find_widget(), don't
just return the first found session info's widget. It's perfectly fine
for a session info to have a NULL widget, if that dialog is not
currently open.
2012-01-31 22:00:17 +01:00
9a4abedb98
plug-ins: fix indentation b0rk from previous commit
2012-01-31 21:28:12 +01:00
2871093626
Bug 669074 - Corrected typo, spotted by David Allen, in BMP file signature.
2012-01-31 14:53:18 -05:00
05bca8c622
build: Make .xz compressed dist tarballs too
2012-01-31 19:01:51 +05:30
cac442c2df
app: port dockable showing in widgets/ to GimpWindowStrategy
2012-01-30 23:52:59 +01:00
0a68527edc
app: move the GimpWindowStrategy interface from display/ to widgets/
2012-01-30 23:33:21 +01:00
325bce54a7
app: port dockable showing to using GimpWindowStrategy API
...
so it works right in SWM. Fixed actions/, tools/, and app/ for now.
2012-01-30 23:24:44 +01:00
79a66d36d2
app: rename GimpWindowStrategy::create_dockable_dialog()
...
to ::show_dockable_dialog() because that's what it wlays does, no
matter if the dialog has to be created or now.
2012-01-30 22:59:09 +01:00
4aa866a8b9
Bug 664885 - Open 'Document History' --> always a additional history tab appears
...
In SWM, try to find an existing dialog in
gimp_single_window_strategy_create_dockable_dialog() before falling
back to creating a new one.
2012-01-30 22:53:43 +01:00
92693f40b6
app: allow to pass an identifier list to gimp_dialog_factory_find_widget()
...
Which is right for all external users, GimpDialogFactory itself splits
the identifier list itself if needed before finding a specific dialog.
2012-01-30 22:51:51 +01:00
dcc9eabbd5
app: formatting fixes in GimpSmudge
2012-01-29 16:59:22 +01:00
993eb14476
Updated italian translation.
2012-01-28 22:10:05 +01:00
e373cf1e52
Updated Lithuanian translation
2012-01-28 13:49:06 +02:00
5454e03ef5
Updated italian translation
2012-01-27 22:36:11 +01:00
7eb2bbd11c
Updated Spanish translation
2012-01-26 13:29:54 +01:00
cc5596c334
Updated Spanish translation
2012-01-26 12:59:37 +01:00
db97f15ad5
Updated Slovenian translation
2012-01-25 21:38:51 +01:00
58defdc380
Updated Belarusian translation.
2012-01-25 22:48:21 +03:00
da14eca758
Updated Spanish translation
2012-01-25 17:25:31 +01:00
2c1a2567fe
Updated Spanish translation
2012-01-25 17:21:58 +01:00
b5e6a60fbf
Updated Polish translation
2012-01-25 17:01:06 +01:00
123f499e30
Bug 668600 - "You can drop dockable dialogs here" not translatable
...
Add app/widgets/gimppanedbox.c to POTFILES.in
2012-01-24 23:36:29 +01:00
569b262e2d
app: various tool options and tool preset fixes
...
- move the code that sets the tool options' "defined" and "serialize"
properties from GimpToolInto to GimpToolOptions so they are always
set correctly.
- make GimpToolOptions fix broken serialized NULL tools automatically.
- make sure a GimpToolPreset's tool options always has a tool set. If all
fails, set a NULL tool explicitly and let the logic in GimpToolOptions
find the right tool.
- set GimpToolPreset's "use" booleans to FALSE for context properties
that have no effect on the tool.
- set GimpToolPresetEditor's toggle insensitive for these properties.
2012-01-23 22:40:49 +01:00
761b566c49
data: fix incorect dynamics preset
2012-01-23 23:08:36 +02:00
313430b738
app: move all GimpToolPresetEditor members to a private struct
2012-01-23 00:56:21 +01:00
6699ed185c
data: Add .gitignore in the new data directories
2012-01-22 21:02:36 +01:00
a77809a13b
Bug 668447 - Rotate tool: wrong keyboard bindings to rotate image interactively
...
Make "Right" rotate right and "Left" rotate left.
2012-01-22 20:47:25 +01:00
e1a819d564
Typo
2012-01-22 21:28:59 +02:00
c3c348e50b
Bug 666949: Segfault when reading XCF file
...
use a guint for Tile's share_count member
2012-01-22 17:58:50 +01:00
005b119f1f
file-ps: Link to Ghostscript library instead of launching another process
2012-01-22 10:33:50 +05:30
ebe0bcc901
build: Add check for Ghostscript
2012-01-22 09:21:15 +05:30
3f7a2dc9a7
build: Add missing SUBDIRS to data/dynamics/Makefile.am
2012-01-22 09:04:08 +05:30
8746d0c51e
build: Cleanup trailing whitespace and some other whitespace
2012-01-21 22:45:16 +05:30
b8e2b8b0d8
data: Make new presets from Ramon Miranda install
2012-01-21 18:16:47 +02:00
b4eb72687f
Rename Hardness 100.vbr -> Hardness_100.vbr
2012-01-21 17:12:27 +05:30
fa9e792b78
build: Install new data files from Ramon Miranda (part 1)
2012-01-21 17:10:47 +05:30
fb0630cfe8
data: New resource files from Ramon Miranda (wo/install)
2012-01-21 13:30:31 +02:00
06f99b7402
app: add safety margin to the smudge buffer not to stamp
2012-01-20 23:31:56 +02:00
4f04c61ed6
app: fix small logical error in smudge
2012-01-20 22:46:44 +02:00
4fe9955b3e
app: fix some brushes not going small enough correctly
...
That limit may need to be removed completely some day...
2012-01-20 21:12:19 +02:00
fefad7a251
More improvements to Russian translation
2012-01-20 05:05:25 +04:00
396806596f
Improved Russian translation
2012-01-20 04:55:19 +04:00
ff8cda8138
app: With dynamics fix Smudge can handle changing brushes too
2012-01-18 23:46:52 +02:00
c021703914
Bug 668077 - Plural forms
...
The two plurals are always constant numbers, but use %d to substitute
the constant. Add translator comments.
2012-01-18 20:53:42 +01:00
1322bed1df
app: Fix smudge so it can cope with dynamic brushes
2012-01-17 22:27:25 +02:00
ccee5fd057
Updated Czech translation
2012-01-17 18:06:36 +01:00
520f1b8f00
Updated Czech translation
2012-01-16 08:32:26 +01:00