Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Split off UrlFilter into library | Aqua-sama | 2018-10-02 | 2 | -7/+8 |
| | | | | - add more adblock filter options | ||||
* | ProfileManager: move initial profile loading to ProfileManager | Aqua-sama | 2018-09-29 | 1 | -0/+2 |
| | |||||
* | Update repository path in license headers | Aqua-sama | 2018-09-29 | 6 | -6/+6 |
| | |||||
* | clang-format pass | Aqua-sama | 2018-09-18 | 3 | -11/+12 |
| | |||||
* | Update vendor.cmake | Aqua-sama | 2018-09-18 | 1 | -2/+2 |
| | | | | | - add some more comments - made plugin include paths more generic | ||||
* | Replace ProfileManager::profileList() with ProfileManager::idList() | Aqua-sama | 2018-09-08 | 1 | -10/+6 |
| | |||||
* | Clean up ProfileManager | Aqua-sama | 2018-09-02 | 1 | -1/+1 |
| | |||||
* | WebPage: add render process crash recovery page | Aqua-sama | 2018-08-23 | 2 | -2/+35 |
| | |||||
* | Add mute button to WebView context menu | Aqua-sama | 2018-08-20 | 1 | -2/+15 |
| | |||||
* | WebView: close context menu when buttons are pressed | Aqua-sama | 2018-08-19 | 1 | -3/+14 |
| | |||||
* | Add back/forward/refresh buttons to page context menu | Aqua-sama | 2018-08-19 | 1 | -2/+35 |
| | |||||
* | Move SubWindow to src/subwindow | Aqua-sama | 2018-08-07 | 1 | -1/+1 |
| | |||||
* | WebView: add open image action to context menu | Aqua-sama | 2018-07-31 | 1 | -3/+8 |
| | |||||
* | UrlRequestInterceptor: add filter rules | Aqua-sama | 2018-07-24 | 2 | -14/+42 |
| | |||||
* | AdBlockRule: move matching logic to FilterRule | Aqua-sama | 2018-07-18 | 2 | -25/+0 |
| | |||||
* | WebView: add Open in new tab and Save actions for images | Aqua-sama | 2018-07-12 | 1 | -0/+8 |
| | |||||
* | WebView: always add Open link actions if the link URL is not empty | Aqua-sama | 2018-07-12 | 1 | -59/+67 |
| | |||||
* | WebView: fix context menu transparency with Plasma | Aqua-sama | 2018-07-12 | 1 | -1/+1 |
| | |||||
* | WebView: always add zoom widget to context menu | Aqua-sama | 2018-07-11 | 1 | -21/+21 |
| | |||||
* | Remove PageToolsMenu | Aqua-sama | 2018-07-11 | 4 | -106/+1 |
| | |||||
* | Add custom WebView context menu | Aqua-sama | 2018-07-11 | 1 | -26/+115 |
| | |||||
* | Remove PageMenu | Aqua-sama | 2018-07-08 | 4 | -165/+36 |
| | | | | | Move zoom widget to WebView context menu Move the other page menu actions to main window menu | ||||
* | Integrate urlfilter with urlrequestinterceptor | Aqua-sama | 2018-07-07 | 2 | -6/+38 |
| | |||||
* | Add web/urlfilter | Aqua-sama | 2018-07-05 | 1 | -0/+9 |
| | |||||
* | Add filter.header | Aqua-sama | 2018-07-05 | 2 | -3/+26 |
| | |||||
* | Socket messages are json formatted | Aqua-sama | 2018-06-26 | 2 | -16/+5 |
| | |||||
* | Add ProfileManager | Aqua-sama | 2018-06-24 | 1 | -5/+7 |
| | |||||
* | clang-format pass | Aqua-sama | 2018-06-22 | 4 | -11/+12 |
| | |||||
* | Fix various warnings | Aqua-sama | 2018-06-22 | 3 | -3/+7 |
| | |||||
* | Bookmarks manager bugfixes | Aqua-sama | 2018-06-15 | 1 | -1/+4 |
| | | | | | | | | WebProfile: remove addBookmark signal and member Bookmarks: remove unused '...' button Bookmarks: stop crashing if there's no selected item Bookmarks: activating an item will only open it if it's a bookmark Bookmarks: change header size split | ||||
* | Move load profile menu to page menu from tab menu | Aqua-sama | 2018-06-09 | 2 | -0/+32 |
| | |||||
* | Split webengine/webprofile into lib/web | Aqua-sama | 2018-06-07 | 3 | -263/+1 |
| | |||||
* | Fix clazy warnings in WebProfile | Aqua-sama | 2018-06-05 | 2 | -66/+128 |
| | | | | | | | - add missing notify signals - add more properties - apply defaults to all profiles - update manpage | ||||
* | Clazy fixes | Aqua-sama | 2018-06-02 | 2 | -21/+34 |
| | |||||
* | Profile attributes | Aqua-sama | 2018-05-29 | 2 | -125/+14 |
| | |||||
* | Refactor Subwindow | Aqua-sama | 2018-05-29 | 2 | -5/+5 |
| | |||||
* | Profile properties | Aqua-sama | 2018-05-28 | 2 | -192/+209 |
| | |||||
* | Show view profile instead of window profile in title | Aqua-sama | 2018-05-28 | 2 | -0/+9 |
| | |||||
* | Remove Window::addTab(WebView *view) | Aqua-sama | 2018-05-28 | 1 | -5/+3 |
| | |||||
* | QTBUG-68224 workaround | Aqua-sama | 2018-05-26 | 2 | -0/+30 |
| | |||||
* | Merge address bar menus | Aqua-sama | 2018-05-03 | 2 | -48/+23 |
| | |||||
* | QTBUG-65223 workaround | Aqua-sama | 2018-05-03 | 1 | -0/+8 |
| | |||||
* | Clean up WebView | Aqua-sama | 2018-05-02 | 2 | -34/+6 |
| | |||||
* | Split off addressbar into lib/ | Aqua-sama | 2018-05-01 | 1 | -2/+3 |
| | |||||
* | Load URL/Search page menu actions | Aqua-sama | 2018-04-18 | 3 | -1/+32 |
| | |||||
* | Style pass | Aqua-sama | 2018-04-17 | 2 | -3/+4 |
| | |||||
* | Hovering over links shows them in the status bar again | Aqua-sama | 2018-04-17 | 2 | -10/+0 |
| | |||||
* | Address bar searches work again | Aqua-sama | 2018-04-17 | 4 | -5/+21 |
| | |||||
* | Multiple subwindows interface | Aqua-sama | 2018-04-16 | 8 | -284/+302 |
| | | | | | | | | | | | | Subwindows are similar to tab groups. - Rewrote Browser and MainWindow, so they should be somewhat cleaner now - Moved AboutDialog to lib/about What's broken: - loading bar - search box - address bar bookmark suggestions - plugins | ||||
* | Branch of Qt5.11 features | Aqua-sama | 2018-04-13 | 4 | -62/+1 |
| |