Review Request 110429: Patch that implements resource categorizing via tags.

Sascha Suelzer s_suelzer at lavabit.com
Wed May 15 03:03:33 BST 2013


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://git.reviewboard.kde.org/r/110429/
-----------------------------------------------------------

(Updated May 15, 2013, 2:03 a.m.)


Review request for Calligra.


Description (updated)
-------

Hi. :)

I've attached a patch that improves the way the user can organize
resources into named sets that can be added, deleted and chosen from a
drop down menu that I've added to KoResourceItemChooser. This made the
changes available to the paintoppreset choosers, the gradient choosers
and the pattern choosers.

Currently only adding and deleting categories is supported, renaming them
is in the code but lacks an UI feature, which I was unable to implement.
(I wanted the unfiltered view to be immutable and tried dis and enabling
the editable state of the drop down box based on which index was active,
but that introduced a segfault.)
All in all the UI parts I've written aren't exactly amazing, maybe
someone more experienced can take care of that.

I have removed the `show all' checkbox in the paintop preset docker and
all references to that functionality since it made filtering a bit more
complicated as well as just not making too much sense with the
improvements to the tagging system.

I have also removed the proxy adapter in KisPresetChooser since it
didn't do anything useful after these changes, yet required attention
since it overloaded some now improved functions.

Current shortcomings of the system:
- Since I used the already existing KoResourceTagging class to handle all
 the tagging bits, and ultimately save tags to disk, in alphabetical
 order, restarting Krita, and thus repopulating the combo boxes also
 fills them in alphabetical order and not in the order they might have
been defined by the user.
- No way to assign resources to tags with the mouse. Textual filtering
 works but isn't exactly friendly for pin point single changes.
 A right click -> add resource to tag x would be friendlier.
- UI bits are awkward, especially adding a new tag in a pop-up chooser.
 The brush preset docker works fine since it stays visible without focus.
 Gradient and pattern popups close when asked for a name for the new tag
 since I used an input dialog after failing to implement it with combobox
 editing.

I also had a crash at one point in time where some brush presets got
changed around in master and clicking some resources in the brush preset
box crashed the program, but I was not able to reproduce that after a
clean rebuild of my local workspace and changing presets around
externally, so it might not be an issue, but I'm including it for
completeness sake.

Hm, also noticed that combo boxes aren't updated for all item choosers.
For example adding a few categories in the preset docker does not update
the combo box in the preset chooser popup that can be found in the toolbar.
Makes sense since there is no code for that, boxes only get filled on startup,
which updates all relevant item choosers correctly.


Diffs
-----

  libs/widgets/KoResourceItemChooser.cpp 61273fe 

Diff: http://git.reviewboard.kde.org/r/110429/diff/


Testing
-------

I have only tested for Krita, no problems I could detect.


Thanks,

Sascha Suelzer

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/calligra-devel/attachments/20130515/cd6518de/attachment.htm>


More information about the calligra-devel mailing list