
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
This software implements a plugin for Netscape-compatible browsers in a Unix environment. This plugin uses KDE's KParts technology to embed file viewers (e.g. for PDF files) into non-KDE browsers. Tested browsers include both Mozilla Firefox and Opera.
With this plugin, you can e.g. view PDF files in Firefox using Okular as an embedded plugin.
8 years ago
2012-07-23
* Applying patch by Arno Rehn to avoid blacklisting in
Oxygen-transparent style
2012-06-05
* Using URL to create a default filename when saving
copy of document
* Minor change in UI to place long mime type labels
in one line
* Adding push button to copy URL into clipboard
2012-05-29
* Fixing some minor compilation errors
* Adding KCModule (System Settings module) to configure
which mime types shall be supported, removing this
option from the plugin itself
2012-05-24
* Rearranging GUI to be more compact vertically
* Porting from KBibTeX support for custom keyboard shorts
* Refactoring drop-down menu to tree view for mime type
configuration
2012-04-22
* Adding patch by Rex Dieter
set installation directory by parameter to cmake
* Fixing print menu item issue for Okular part
* Menus and toolbars know separators now
2012-04-19
* Various minor changes
* Adding experimental support for menus and toolbars
from embedded part
2012-04-11
* Adding various mimetypes to blacklist
2011-08-23
* Blacklisting some more Java mimetypes: application/java-archive and video/x-javafx
2011-08-06
* Minor code clean-up and refactoring (no functional changes)
2011-06-06
* Added .pot file for translations
(no actual translations yet)
2010-12-16
* Adding "application/googletalk" to blacklisted mime types
2010-12-08
* Adding "application/futuresplash" to blacklisted mime types
* Checking if mime type is valid when reading data to avoid crash
* Minor tweaks in user interface strings
2010-07-23
* Manually raising dialog to select part (if multiple
KParts available for same mime type)
* Minor GUI improvements
2010-07-22
* Showing current mime type in GUI (right to buttons)
* Adding more mime types to built-in blacklisted list
("application/force-download", everything starting
with "x-")
* Adding release date to internal description
(see "about:plugins" in Firefox)
2010-07-06
* Marking some mime types as built-in blacklisted, e.g.
application/x-shockwave-flash
* Adding more mime types to built-in blacklist to avoid
problems with Thunderbird
2010-06-29
* Adding dialog to choose which KPart to use if several
parts are available. User can set preference to avoid
getting this dialog again for the same mime type.
2010-06-27
* Adding comments throughout the code
* Enabling/disabling mime types possible in GUI
(new push button with menu)
* Improved focus handling using code from Jeremy Sanders
* Make installation path 32/64-bit aware
* Minor GUI improvements
2010-06-04
* Major refactoring
* Supported mime types determined through KDE-internal
functions; hard-coded list no longer necessary
* Adding support for keyboard focus.
Tip from Jeremy Sanders (http://barmag.net/)
2010-06-02
* Saving file failed if part was not loaded properly.
2010-06-01
* CMakeLists.txt contains a variable with installation
directory
* New script src/generate-mimetype-includes.sh to enhance
"raw" source files to final files containing a list of
objects (one for each supported mime type)
List of mime types can be controlled via text file
src/mimetypes.txt
* Showing a list of compiled-in/supported mime types
while waiting for the file's data
* Open and save buttons are available even if no part
is available to show the file's data
* Fixing warnings
2010-05-21
* Initial release
8 years ago
2012-07-23
* Applying patch by Arno Rehn to avoid blacklisting in
Oxygen-transparent style
2012-06-05
* Using URL to create a default filename when saving
copy of document
* Minor change in UI to place long mime type labels
in one line
* Adding push button to copy URL into clipboard
2012-05-29
* Fixing some minor compilation errors
* Adding KCModule (System Settings module) to configure
which mime types shall be supported, removing this
option from the plugin itself
2012-05-24
* Rearranging GUI to be more compact vertically
* Porting from KBibTeX support for custom keyboard shorts
* Refactoring drop-down menu to tree view for mime type
configuration
2012-04-22
* Adding patch by Rex Dieter
set installation directory by parameter to cmake
* Fixing print menu item issue for Okular part
* Menus and toolbars know separators now
2012-04-19
* Various minor changes
* Adding experimental support for menus and toolbars
from embedded part
2012-04-11
* Adding various mimetypes to blacklist
2011-08-23
* Blacklisting some more Java mimetypes: application/java-archive and video/x-javafx
2011-08-06
* Minor code clean-up and refactoring (no functional changes)
2011-06-06
* Added .pot file for translations
(no actual translations yet)
2010-12-16
* Adding "application/googletalk" to blacklisted mime types
2010-12-08
* Adding "application/futuresplash" to blacklisted mime types
* Checking if mime type is valid when reading data to avoid crash
* Minor tweaks in user interface strings
2010-07-23
* Manually raising dialog to select part (if multiple
KParts available for same mime type)
* Minor GUI improvements
2010-07-22
* Showing current mime type in GUI (right to buttons)
* Adding more mime types to built-in blacklisted list
("application/force-download", everything starting
with "x-")
* Adding release date to internal description
(see "about:plugins" in Firefox)
2010-07-06
* Marking some mime types as built-in blacklisted, e.g.
application/x-shockwave-flash
* Adding more mime types to built-in blacklist to avoid
problems with Thunderbird
2010-06-29
* Adding dialog to choose which KPart to use if several
parts are available. User can set preference to avoid
getting this dialog again for the same mime type.
2010-06-27
* Adding comments throughout the code
* Enabling/disabling mime types possible in GUI
(new push button with menu)
* Improved focus handling using code from Jeremy Sanders
* Make installation path 32/64-bit aware
* Minor GUI improvements
2010-06-04
* Major refactoring
* Supported mime types determined through KDE-internal
functions; hard-coded list no longer necessary
* Adding support for keyboard focus.
Tip from Jeremy Sanders (http://barmag.net/)
2010-06-02
* Saving file failed if part was not loaded properly.
2010-06-01
* CMakeLists.txt contains a variable with installation
directory
* New script src/generate-mimetype-includes.sh to enhance
"raw" source files to final files containing a list of
objects (one for each supported mime type)
List of mime types can be controlled via text file
src/mimetypes.txt
* Showing a list of compiled-in/supported mime types
while waiting for the file's data
* Open and save buttons are available even if no part
is available to show the file's data
* Fixing warnings
2010-05-21
* Initial release
poomerang
9 years ago
Report
fischer
9 years ago
The only practical solution I see right now is that you have to open the PDF in an external viewer, which gives you all features you want.
Report
poomerang
9 years ago
Report
fischer
9 years ago
Report
poomerang
9 years ago
BTW, it seems kpartsplugin will make it into Debian - http://ftp-master.debian.org/new/kpartsplugin_20101216-1.html :)
Report
fischer
9 years ago
BTW, my favorite distribution contains it was well: http://packages.gentoo.org/package/www-plugins/kpartsplugin
Report
poomerang
9 years ago
maybe you want to check it by yourself https://github.com/jeremysanders/okularplugin
Report
poomerang
9 years ago
https://launchpad.net/~poomerang/+archive/extra
thanks for the great work :)
Report
fischer
9 years ago
Report
thomasjfedora
9 years ago
yum install kpartsplugin
BTW, thanks for this great software.
Report
fischer
9 years ago
Report
nerdykid
10 years ago
Report
fischer
10 years ago
About the Google Talk problem: Should have been fixed with the next version (see ChangeLog).
About the Java problem. Can you verify this problem with different browsers (Firefox, Opera, Chrome, Arora, ...)? If yes, please provide me with an example URL to test it.
Report
nerdykid
10 years ago
I tried it with konquerer, rekonq, opera, firefox, and chrome and none of them had the issue except for chrome. I am using 8.0.552.224 -- stable latest.
heres a screenie: http://img440.imageshack.us/img440/3602/bugi.png
thanks!
Report
kudlaty
10 years ago
http://dl.dropbox.com/u/5090693/kpartsjava.png
Report
flyingsheep
9 years ago
about:plugins says otherwise, but the kparts plugin does abduct java applets
Report
fischer
9 years ago
If the Java applet is working correctly, I would need the URL where you observed the problem for my own testing.
Report
flyingsheep
9 years ago
thank you!
Report
flyingsheep
9 years ago
Report
fischer
9 years ago
Report
roctheme
10 years ago
sudo apt-get update
sudo apt-get install kpartsplugin
cd /usr/lib/mozilla/plugins
sudo ln -s /usr/lib/nsbrowser/plugins/libkpartsplugin.so
If you have adobereader installed too, you must manually remove the npwrapper.nppdf.so softlink from the directory /usr/lib/mozilla/plugins
After this, you have all plugins from Konqueror in Firefox.
Thanks.
Report
roctheme
9 years ago
So you only have to remove the npwrapper.nppdf.so softlink from the directory /usr/lib/mozilla/plugins after every update of adobereader, if you want to use okularpart in firefox, opera or chromium as pdf-plugin.
Report
franciscot
9 years ago
Report
roctheme
9 years ago
I use since natty this ppa:
https://launchpad.net/~poomerang/+archive/extra
But your old package for maverick works too in natty with kde 4.6.
But the package from Michele Gastaldo and the old one from you, I cannot detect a conflict with acroread/adobereader.
Due too my poor English, I hope I have understand you correct and you can translate what I try to say.
Report
franciscot
9 years ago
Report