dolphin/konq-plugins
2013-01-08 17:15:07 +01:00
..
adblock SVN_SILENT made messages (.desktop file) 2013-01-08 17:15:07 +01:00
akregator SVN_SILENT made messages (.desktop file) 2013-01-08 17:15:07 +01:00
autorefresh SVN_SILENT made messages (.desktop file) 2012-05-10 09:43:29 +02:00
babelfish SVN_SILENT made messages (.desktop file) 2013-01-08 17:15:07 +01:00
dirfilter Fix compile with strict iterator. Please use -DQT_STRICT_ITERATORS 2012-09-23 13:00:22 +02:00
domtreeviewer domtreeviewer: Fix build with clang. 2012-01-02 01:46:01 -02:00
fsview Fixed regressions that prevented file manipulation from working properly. 2012-11-29 07:19:42 -05:00
imagerotation SVN_SILENT made messages (.desktop file) 2012-02-16 10:49:16 +01:00
khtmlsettingsplugin Make sure mConfig is properly initialized even when the part does not support 2012-05-26 15:09:53 -04:00
kimgalleryplugin Add some missing includes. 2012-04-10 00:20:22 +02:00
kttsplugin SVN_SILENT made messages (.desktop file) 2012-12-04 15:24:33 +01:00
microformat SVN_SILENT made messages (.desktop file) 2012-02-16 10:49:16 +01:00
minitools SVN_SILENT made messages (.desktop file) 2012-01-29 11:35:27 +01:00
quickprint SVN_SILENT made messages (.desktop file) 2011-09-12 09:37:32 +02:00
rellinks SVN_SILENT made messages (.desktop file) 2012-08-07 18:26:07 +02:00
searchbar SVN_SILENT made messages (.desktop file) 2012-11-08 06:42:22 +01:00
shellcmdplugin Fixed the shell command plugin to show the selected items when launched. 2012-09-16 09:29:57 -04:00
uachanger SVN_SILENT made messages (.desktop file) 2011-09-12 09:37:32 +02:00
validators Port to feature_summary. 2012-12-30 11:59:35 +01:00
webarchiver i18n: "Ok" -> "OK" 2012-09-15 12:04:06 +02:00
CMakeLists.txt Move all konq plugins together. 2011-02-05 10:38:19 +01:00
COPYING Moved from extragear, to put the konq plugins together with konqueror, as discussed on k-c-d in September. 2011-01-03 09:44:41 +00:00
COPYING.DOC Moved from extragear, to put the konq plugins together with konqueror, as discussed on k-c-d in September. 2011-01-03 09:44:41 +00:00
COPYING.LIB Moved from extragear, to put the konq plugins together with konqueror, as discussed on k-c-d in September. 2011-01-03 09:44:41 +00:00
README Moved from extragear, to put the konq plugins together with konqueror, as discussed on k-c-d in September. 2011-01-03 09:44:41 +00:00
uninstall.desktop Moved from extragear, to put the konq plugins together with konqueror, as discussed on k-c-d in September. 2011-01-03 09:44:41 +00:00

Konqueror Plugins
=====================================================================
This module contains plugins that interact with Konqueror.

babelfish
-------------------
This works on KHTMLPart/KWebKitPart.  It uses BabelFish and other similar sites to
translate the current page to whatever language you want (within
reason).

dirfilter
-------------------
This works on dolphin part.  This allows you to filter the current
directory in a variety of ways.

domtreeviewer
-------------------
Displays the document object model (DOM) in a dialog box.

validators
-------------------
This works on KHTMLPart/KWebKitPart.  It uses the w3c HTML validator to validate
the current page or stylesheet.  This is very handy when creating web pages.

khtmlsettingsplugin
-------------------
This works on KHTMLPart.  This allows you to enable or disable a bunch
of HTML settings without going through the settings dialog.

kimgalleryplugin
-------------------
This works on a directory part.  It creates an HTML page with thumbnails of
all the images in the current directory.

uachanger
-------------------
This works on KHTMLPart/KWebKitPart.  It allows you to change the user agent
without going through the settings dialog.

autorefresh
-------------------
This works on any readonly part (though currently it only plugs into
khtmlpart/kwebkitpart). It lets you tell konqueror to refresh a page automatically
after a specific period. This is useful for things like news pages,
and should be very nice for people using kiosk mode.

fsview
-------------------
Graphical Disk Usage as konqueror plugin for inode/directory, for local files.

akregator
-------------------
This works on KHTMLPart/KWebKitPart and allows you to add feeds to Akregator directly from Konqueror.

minitools
-------------------
This plugin adds implementation for so-called bookmarklets. Bookmarklets are little
Javascript programs which can be saved and used like normal web page bookmarks. Therefore,
they are simple "one-click" tools that can add substantial functionality to the browser.