SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for kwebkitpart-1.3.4-5.1.x86_64.rpm :
Fri May 26 14:00:00 2017 wbauerAATTtmo.at
- Update to latest git master to fix build with Qt 5.9 (kde#377490)
- Update translations to the latest versions from svn

Wed Dec 7 13:00:00 2016 wbauerAATTtmo.at
- Update to latest KF5 based git master, necessary to be used with
konqueror as that is KF5 based too now
- Drop sanitize-html.patch and README.html.bz2, no longer needed or
relevant

Fri Feb 12 13:00:00 2016 wbauerAATTtmo.at
- Update to 1.3.4

* Bugfixes:

* Show correct SSL information on redirection.

* Copy only the email address and not the mailto link.

* Fixed context based ad blocking for iframe objects.
- Removed upstreamed patches included in this release:
0001-Fixed-context-based-ad-blocking-for-iframe-objects.patch,
0002-Copy-only-the-email-address-and-not-the-mailto-link.patch and
0003-Show-correct-SSL-information-on-redirection.patch
- Updated translations to the latest version

Mon Mar 9 13:00:00 2015 hrvoje.senjanAATTgmail.com
- Added sanitize-html.patch, CVE-2014-8600

Thu May 29 14:00:00 2014 hrvoje.senjanAATTgmail.com
- Added patches from upstream:
0001-Fixed-context-based-ad-blocking-for-iframe-objects.patch,
0002-Copy-only-the-email-address-and-not-the-mailto-link.patch and
0003-Show-correct-SSL-information-on-redirection.patch
(kde#319177, kde#334961, kde#335389)

Sat Jun 22 14:00:00 2013 hrvoje.senjanAATTgmail.com
- Update to 1.3.3

* Bugfix release

Mon Feb 18 13:00:00 2013 hrvoje.senjanAATTgmail.com
- Update to 1.3.2

* Bugfixes

* Make user defined custom style sheet work

* Disable filters with options since they are not correctly
supported

Fri Nov 23 13:00:00 2012 hrvoje.senjanAATTgmail.com
- Update to 1.3.1

* Features and changes

* Removed unnecessary debug statements

* Removed no longer necessary namespace use.

* Make sure the curent focus widget is restored when
closing the searchbar.

* Removed no longer necessary #include statements.

* On view frame or document source, open the actual file
when it is local page

* Bugfixes

* Protect against potential random crashes. kde#310521

* On view frame or document source,
open the actual file when it is local page

* Fix search shortcuts. kde#307394

* Do not crash when QWebHitTestResult::frame() returns NULL.
kde#306102

Fri Nov 16 13:00:00 2012 hrvoje.senjanAATTgmail.com
- Update to 1.3.0

* Features and changes

* Added manual spell checking support (no spell-check as you type) for form input widgets. kde#300382

* Added on demand plugin loading that honors Konqueror\'s settings. kde#298592

* Added ability to copy the text of a link without selecting it. kde#299738

* Added Access key support. kde#265028

* Added automatic scrolling support. kde#247672

* Added support for using Konqueror\'s nsplugin for displaying flash and java applets. kde#232736

* Bugfixes

* No favicon in bookmarks page with Webkit. kde#300317

* Open in This Window action missing. kde#293709

* konqueror crashed when trying to print current page as PDF file. kde#289453

* Adding URLs to adblock list fails in konqueror. kde#287153

* ~/.kde/share/apps/kwebkitpart/autosave/ growing to insane sizes. kde#284383

* JavaScript Policy (window.open) not honored when using webkit browser engine. kde#282166

* Cannot un-blacklist a site for password storing. kde#203901

* Fixed compilation on Windows.

* View Document Source does not work for JS-generated pages. kde#244136

Mon Apr 16 14:00:00 2012 dmuellerAATTsuse.com
- make it build on older distros

Sun Apr 15 14:00:00 2012 dmuellerAATTsuse.com
- reduce buildrequires

Sat Apr 7 14:00:00 2012 tittiatcokeAATTgmail.com
- Translation update

Fri Jan 20 13:00:00 2012 giecriljAATTstegny.2a.pl
- Add documentation (bnc#742492)

Thu Oct 20 14:00:00 2011 idonmezAATTsuse.com
- Update to 1.2.0git20111019

* Fixes bko#284383

Mon Oct 17 14:00:00 2011 herbertAATTgraeber-clan.de
- Fix build of packages depending on kwebkitpart-devel for
openSUSE 11.3 and 11.4

Thu Oct 13 14:00:00 2011 wstephensonAATTsuse.com
- Update to 1.2.0

* Features and changes

* Added a context menu for blocking/allowing iframe ads.

* Simplified and improved the ad blocking code based on the
changes in khtml.

* Added support for KIO put-ioslave-onhold functionality.
Requires KDE v4.7 and higher.

* Enabled WebGL support by default. Depends on the feature
being enabled in QtWebKit.

* Made the code that shows the status bar text when hovering
over a link more efficient.

* Made sure the URL shown on mouse over links is safe from
malicious URL spoofing attacks.

* Removed the \"U\" from the user-agent string sent to websites.

* Bugfixes

* Automatically close empty new windows created through a JS
call whenever the request is handled by external application.
(bko#171029)

* Make sure urls copied from links and HTML 5 media elements
are properly precent encoded. bko#255070.

* Workaround the percent encoding of URLs bug during drag and
drop in QtWebkit. bko#263788.

* Fixed memory leak when handling unsupportedContent signal
from QtWebKit.

* Fixed a crash that occurs when closing Konqueror while the
WebKit web inspector is shown.

* Fixed window.open events done through javascript.

* Fixed page reload requests.

Thu Aug 18 14:00:00 2011 toddrme2178AATTgmail.com
- Added url (fix for RPMLINT warning)
- Changed summary and description (fix for RPMLINT warning)
- Removed redundant buildrequires
- Cleaned up spec file formatting

Fri Jul 22 14:00:00 2011 idonmezAATTnovell.com
- Update to 1.1.0.60.git2207201

* Memory leak fixes

* Misc bugfixes

* No longer provides headers for external use

Wed Jan 5 13:00:00 2011 johannesobermayrAATTgmx.de
- Update to 1.1.0

Thu Dec 30 13:00:00 2010 johannesobermayrAATTgmx.de
- Update to latest git
- Create extra lang package

Sat Jul 31 14:00:00 2010 tittiatcokeAATTgmail.com
- update to version 0.9.6

* Combined the selector query into one.

* Don\'t lock history when creating new windows. (bko#234642)

* Handle error conditions using QWebPage\'s built-in error handling
classes instead of own implementation. Simplifies things quite a
bit and results in the removal of one internal signal.

* Update the background color only as needed on search text match...

* Only handle unsupported content when the request originated from
the main frame. Fixes viewing usatoday.com

* Properly handle content-disposition

* Do not enable case matching by default when searching for text.
(bko#237231)

* Fixed bugs and enhanced restoration of data in input elements
when going back in navigation history.

* Added support for conditional completed to allow user to cancel
scheduled page refresh. This feature will be activated only
when kwebkitpart is compiled against Qt 4.7. (bko#239074)

* Honor the auto page refresh config settings.

* Fixed left clicking on the KWallet status bar icon.

* Warn user when closing a tab that contains form data which has
not yet been submitted. (bko#239076)

* Finally figured out how to integrate Konqueror\'s history
management with QtWebKit\'s!

* Show the correct url in the location bar whenever an error page
is encountered.

* Added the ability to change the default encoding in a web page
(View->Set Encoding) (bko#228917 bko#242370)

* Use the page icon specified through the tag. (bko#242842)

Thu Mar 11 13:00:00 2010 tittiatcokeAATTgmail.com
- Update to version 0.9

* Package resides now in extragear

* Updated translations

* Implemented the statusbar icon for wallet management. Now you
can launch the wallet manager or remove passwords from it just
as can be done when using khtml.

* Make it possible to compile kwebkitpart support into konq-plugins
without first having to compile and install the kwebkitpart.

* Instantiated a KParts::StatusBarExtension so that it can be used
by konq-plugins that support kwebkitpart.

* Added temporary code to detect mixed secure/non-secure web pages
and set the SSL icon accordingly.

* Changed exec() to open() for launching the SSL info dialog and
made sure it does not cause a memory leak.

* Fixed the connection to slotSelectionClipboardUrlPasted.

* Set the link style settings on children frames too.

* Restore user entered form data when navigating back to previous
page. Fixes bko#219649

* Honor the konqueror \"Middle click opens URL in selection\" option.

* Do not send referrer meta data when opening link in new tab/window.

* Commented out several debug statements to reduce noise.

Thu Mar 11 13:00:00 2010 wstephensonAATTsuse.de
- Fix packaging error (bnc#575668)

Mon Mar 8 13:00:00 2010 llunakAATTnovell.com
- shorten dependency chain - this doesn\'t require
kdebase4-workspace-devel

Fri Feb 12 13:00:00 2010 llunakAATTnovell.com
- own %{_kde4_appsdir}/kwebkitpart/kpartplugins where other
packages put plugins

Mon Feb 1 13:00:00 2010 tittiatcokeAATTgmail.com
- update to latest svn version.

* kpart has been moved to kdereview and renamed to kwebkitpart

Mon Jan 11 13:00:00 2010 tittiatcokeAATTgmail.com
- update to latest SVN version

* webkit libraries are now part of kdelibs. Only kpart remain

Sun Oct 4 14:00:00 2009 beineriAATTopensuse.org
- updated translations from SVN

Mon Aug 24 14:00:00 2009 beineriAATTopensuse.org
- use createtarball script for svn snapshot, include translations

Thu Aug 13 14:00:00 2009 beineriAATTopensuse.org
- update to SVN 1010659, workaround for the crash when leaving
pages that contain a flash plug-in

Tue Aug 11 14:00:00 2009 beineriAATTopensuse.org
- update to SVN 1008707, libkdenetwork part is gone again

Mon Aug 3 14:00:00 2009 tittiatcokeAATTgmail.com
- Split off libkdenetwork part. The remaining parts of webkitpart require
this libkdenetwork.

Thu Jul 23 14:00:00 2009 beineriAATTopensuse.org
- update to SVN 1001692

Wed Jun 3 14:00:00 2009 beineriAATTopensuse.org
- update to SVN 976977

Mon May 18 14:00:00 2009 beineriAATTopensuse.org
- update file list

Wed May 13 14:00:00 2009 beineriAATTopensuse.org
- update to SVN 967285

* prevent crash when part is null

* improve zoom actions behavior

* performace optimization: create page when it is needed only

Thu Apr 23 14:00:00 2009 beineriAATTopensuse.org
- update to SVN 958332

* better behavior on mouse middle click

* fix crash on deleting WebView showing page with flash

* fix redirection

* add the possibility to kdewebkit to block external content.

* improve handling of download file names

Sat Mar 21 13:00:00 2009 beineriAATTopensuse.org
- update to SVN 943033:

* Ctrl-click should also open link in new tab

* Add copy link location and save link to link context menu

* Save page / frame functionality

* Print frame functionality


 
ICM