Last indexation completed on 2024-03-24 06:03:46 UTC

 
  Name Size Date (UTC) Last indexed Description
  Name Size Date (UTC) Last indexed Description
folder Parent directory - 2024-02-11 01:46:39

KIPI Library (KDE Image Program Interface)
-- AUTHORS See AUTHORS file for details.
-- ABOUT Libkipi is an interface to use kipi-plugins from a KDE image management program.
The library documentation is available on header files.


SEE ALSO: README

folder common/ - 2024-02-11 01:46:39  
folder kipicmd/ - 2024-02-11 01:46:39

kipicmd - Allows you to start kipi-plugins from the command line
This program can be used to easily start kipi-plugins from the command line which is useful when developing plugins. You can specify which action of the plugin should be called and which images/albums should be reported as 'currently selected'.
Example command flow:
# list the available plugins and actions:


SEE ALSO: README

folder kxmlkipicmd/ - 2024-02-11 01:46:39

kxmlkipicmd - XML-GUI Kipi host demo application to test kipi-plugins integration.

folder plugins/ - 2024-02-11 01:46:39

This is a sample kipi plugin to demonstrate how to start to implement a new tool.
A plugin is at least constituate of these files :
- CMakeLists.txt : a rules to compile tool. - kipiplugin_helloworld.desktop : a KDE desktop file to make visible this tool from KIPI host applications. - plugin_kxmlhelloworld.h : the definition of tool based on KIPI::Plugin class. - plugin_kxmlhelloworld.cpp : the implemention of tool. Usually we name plugin entry class file as plugin_*.h/.cpp with * the name of tool.
We also provide 2 documentation text files :
- README : to give a minimum information about tool - TODO : to list all pending tasks to implement.
It's highly recommend to read comments from source to know how to start the implementation of a new tool. Take a look also to shared libkipi and kipiplugins/common/libkipiplugins private API.

file CMakeLists.txt 2697 bytes 2024-02-11 01:46:39 -