Krita Source Code Documentation
Loading...
Searching...
No Matches
Todo List
Class KisImportExportFilter
the class has no constructor and therefore cannot initialize its private class
Member KisView::slotClearStatusText ()
rename to something more generic
Member KisView::slotSavingStatusMessage (const QString &text, int timeout, bool isAutoSaving=false)
rename to something more generic
Member KoGroupButton::paintEvent (QPaintEvent *event) override
make specific fixes for styles such as Cleanlooks if there's practical no alternative
Member PyKrita::Python::prependPythonPaths (const QStringList &paths)
Heh, boosts' range adaptors would be good here!
Member PyKrita::Python::traceback (const QString &description)
How about to show it somewhere else than "console output"?
Member PyKrita::version::tryObtainVersionFromString (PyObject *version_obj)
Some modules has letters in a version string... For example current pytz version is "2013d".
Member QGIFLibHandler::option (ImageOption option) const override

Member QGIFLibHandler::read (QImage *image) override
is it correct to override default fill color?
Member QGIFLibHandler::write (const QImage &image) override

based on colorCount (or not? we did ask for Format_Indexed8, so the data is always 8-bit, right?)

transparent GIFs (use alpha?)

write to m_device

how to specify which version, or decide based on features in use

how to specify background

foreach of multiple images in an animation...

how to specify dithering method