Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Port to QTextBrowser
Summary: This ports away from the KHTML dependency. Note that QTextBrowser does not support CSS pseudo class selectors, which means that the hover property cannot be set for CSS elements. Thus the results view is changed such that the light-gray background is not bound to the hovering of a mouse courser but is applied to every odd line. Reviewers: yurchor Reviewed By: yurchor Subscribers: yurchor, kde-edu Tags: #kde_edu Maniphest Tasks: T11574 Differential Revision: https://phabricator.kde.org/D25437
- Loading branch information
Showing
with
35 additions
and 93 deletions.
- +6 −6 CMakeLists.txt
- +9 −8 app/CMakeLists.txt
- +3 −4 app/kiten.cpp
- +13 −65 app/resultsview.cpp
- +2 −9 app/resultsview.h
- +2 −1 lib/entrylist.cpp
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters