You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdeaddons/konq-plugins
Michele Calgaro eca129a312
Replace Q_SIGNALS and Q_SLOTS
3 months ago
..
adblock Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 months ago
akregator Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 months ago
arkplugin Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 months ago
autorefresh Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 months ago
babelfish Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 months ago
crashes Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 months ago
dirfilter Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 months ago
domtreeviewer Replace Q_SIGNALS and Q_SLOTS 3 months ago
fsview Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 months ago
imagerotation konqueror plugin: improve code for image conversion. This resolves issue TDE/tdebase#376. 9 months ago
kimgalleryplugin Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 months ago
kuick Replace Q_SIGNALS and Q_SLOTS 3 months ago
microformat Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 months ago
minitools Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 months ago
rellinks Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 months ago
rsync Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 months ago
searchbar Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 months ago
sidebar Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 months ago
smbmounter Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
tdehtmlsettingsplugin Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 months ago
uachanger Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 months ago
validators Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 months ago
webarchiver Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 months ago
CMakeL10n.txt Desktop file translations: 4 years ago
CMakeLists.txt Removed mediarealfolder konqueror plugin, which will be integrated into 4 years ago
Makefile.am Rename a number of libraries and executables to avoid conflicts with KDE4 11 years ago
README Rename kiobuffer and KHTML 11 years ago
uninstall.desktop Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago

README

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

babelfish
-------------------
This works on TDEHTMLPart.  It uses AltaVista's BabelFish site to
translate the current page to whatever language you want (within
reason).

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

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

htmlvalidator
-------------------
This works on TDEHTMLPart.  It uses the w3c HTML validator to validate
the current page.  This is very handy when creating web pages.

cssvalidator
-------------------
This works on TDEHTMLPart.  It uses the w3c HTML validator to validate
the current page.  This is very handy when debugging Cascading Style Sheets.

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

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

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

kuick
-------------------
This works on KonqPopupMenuPlugin. It allows to select a bunch of files
and copy and move them really quick.

smbmounter
-------------------
This works on KonqDirPart. It works together with the smbro ioslave
and provides two menus items to smbmount/umount the current samba share.

autorefresh
-------------------
This works on any readonly part (though currently it only plugs into
tdehtmlpart). 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.

sidebar
------------------
In this subdirectory you will find plugins for konqueror's extended sidebar

sidebar/mediaplayer
-------------------
It's a small embedded mediaplayer, onto which you can drag songs or videos for preview

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

arkplugin
-------------------
This lets you quickly archive or unarchive files from Konqueror, using Ark

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

mediarealfolder
-------------------
This adds a service menu to konqueror allowing to open a medium mountpoint
directly by right clicking on it.

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.