User:Dhaumann: Difference between revisions

    From KDE TechBase
     
    Line 7: Line 7:


    Maybe [http://api.kde.org/4.x-api/kdelibs-apidocs/kdeui/html/classKPassivePopup.html KPassivePopup] works, too. It can show arbitrary widgets as content. But it's more ugly.
    Maybe [http://api.kde.org/4.x-api/kdelibs-apidocs/kdeui/html/classKPassivePopup.html KPassivePopup] works, too. It can show arbitrary widgets as content. But it's more ugly.
    == Kate Cleanups ==
    KateDocManager derives from QStandardItemModel. Since the view is a plugin now, this should be converted back to a simple list.


    == TODO ==
    == TODO ==

    Latest revision as of 20:34, 25 June 2011

    Kate in KDE5

    Use Okular / Amarok's passive popup class to display things like "13 replacements done" or "Document successfully loaded". The needed class is PageViewMessage in the files pageviewutils.cpp and pageview.h. Maybe it is a good idea to alter the function slightly from

    void display( const QString & message, const QString & details = QString(), Icon icon = Info, int durationMs = 4000 );
    

    to

    void display( const QString & message, const QString & details = QString(), Icon icon = Info, Qt::Corner corner = Qt::TopLeft, durationMs = 4000 );
    

    Maybe KPassivePopup works, too. It can show arbitrary widgets as content. But it's more ugly.

    Kate Cleanups

    KateDocManager derives from QStandardItemModel. Since the view is a plugin now, this should be converted back to a simple list.

    TODO

    attic

    Setup a KDE4 development environment