Commit Graph

11 Commits

Author SHA1 Message Date
7cf14bd390 app: allow to change GimpToolPreset's icon
Also add an image and label that show what tool the preset is for.
This clearly needs more work...
2011-03-22 22:09:03 +01:00
8e49a5fafb app: fix a typo 2011-02-12 18:16:05 +01:00
202124c438 app: implement GObject::constructed() instead of ::constructor() 2011-01-14 09:38:46 +01:00
506469f9f9 app: minor formatting cleanup 2010-04-26 18:52:49 +02:00
5e1c9d228c app: Fix tool preset editor init 2010-04-24 18:51:42 +03:00
06c1b290d0 app: Add tool preset editor to controll what elements get applied
I had to remove the asserrt in tool preset constructor, because with it
it wasnt possible to initalize an empty model object for the editor.
At init time the gimp object passed to the constructor is not yet available.
2010-04-24 17:55:54 +03:00
4c4c861aa1 app: make sure GimpToolPreset got the "gimp" construct property passed
and pass a Gimp when creating the preset editor's local model.
2010-04-11 16:18:21 +02:00
1c786ae5d4 app: don't forget to free the models of the dynamics and preset editors 2010-04-11 15:54:09 +02:00
ccf8d1930d app: add missing bits so GimpToolPresetEditor doesn't warn and crash 2010-04-11 13:40:28 +02:00
c31ad02670 app: some cleanup in the tool preset editor 2010-04-04 15:01:32 +02:00
29f7fe87b0 Base infra for tool presets. 2010-04-03 21:06:15 +03:00