Changes to 'dev/empty_categories'

Sandro Knauß knauss at kolabsys.com
Mon Jan 12 14:57:54 CET 2015


New branch 'dev/empty_categories' available with the following commits:
commit c9b913a3fd6eb02b587b9e01e1a6ece10be0b0e6
Author: Sandro Knauß <knauss at kolabsys.com>
Date:   Mon Jan 12 14:45:54 2015 +0100

    tagmodel reflect when it is populated
    
    A execution of ItemFetchJob can take some time, so the model should
    reflect, when it is usable aka populated. So the TagWidget for example can update
    it's view, when all tags are fetched.
    Till now the FetchJob was fast enough, that I didn't saw the problem in
    uncompleted tag lists, but I can imagine it could be a problem with a
    big pile of tags.

commit 5db6034ed9a700b0abe418f45d00ec3e47b5ab09
Author: Sandro Knauß <knauss at kolabsys.com>
Date:   Mon Jan 12 14:38:54 2015 +0100

    Event editor tags in categories field empty
    
    KSqueezedTextLabel has a problem when it comes to resizing. everytime
    the window was resized, the text was cleared out. That's why it is empty
    at startup, too. Cause at this point the end size isn't set. As a
    workaround, we now use a simple QLabel.
    QLabel has the disatvantage, that it resizes to its content, so the
    widget grows if the content grows. And so the window. With wordwrap=true
    multiple lines are allowed, that fits a little bit better, but all in
    all this is not a good solution.
    The proper solution is to fix KSqueezedTextLabel.
    
    KOLAB: 4177



More information about the commits mailing list