Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Multithreading UrlRequestInterceptor | Aqua-sama | 2018-04-08 | 2 | -51/+52 |
| | | | | | - Add parse() free function to UrlRequestInterceptor - hostlists are loaded in parallel via QtConcurrent | ||||
* | Only create developer tools page when action is triggered | Aqua-sama | 2018-04-02 | 4 | -23/+35 |
| | |||||
* | Refactoring TabBar | Aqua-sama | 2018-04-02 | 4 | -14/+20 |
| | | | | | | - cleaned up code - moved to mainwindow/widgets - add Close tabs left/right to context menu | ||||
* | Page menus refactoring | Aqua-sama | 2018-04-01 | 6 | -106/+237 |
| | | | | | | | | - Split off menus into their own classes Page tools menu - Shows injected scripts - Shows dev tools page in another dialog | ||||
* | Page feature permission request dialog | Aqua-sama | 2018-03-30 | 2 | -9/+50 |
| | |||||
* | More informative SSL error message | Aqua-sama | 2018-03-30 | 1 | -5/+22 |
| | |||||
* | Cookie filter | Aqua-sama | 2018-03-23 | 6 | -216/+169 |
| | | | | | - Requires Qt 5.11 (now required) - New settings: filter.cookies: block.all, block.thirdParty, path | ||||
* | Reworked CMakeLists to be a bit more readable | Aqua-sama | 2018-03-07 | 1 | -2/+2 |
| | |||||
* | Connected WebView::newBookmark signal | Aqua-sama | 2018-02-08 | 1 | -2/+2 |
| | |||||
* | Fixed bug where refresh button and loading bar would get stuck in loading state | Aqua-sama | 2018-01-31 | 2 | -2/+11 |
| | |||||
* | UrlLineEdit rework | Aqua-sama | 2018-01-26 | 4 | -13/+8 |
| | | | | | | | | | - moved UrlLineEdit to src/addressbar - added UrlLineEdit::connectWebView - removed UrlLineEdit::pageAction - UrlLineEdit restores the text format when losing focus - Split off completer code into Completer class - WebPage now displays a warning message box instead on certificate errors | ||||
* | Fixed repo location in license headers | Aqua-sama | 2018-01-20 | 10 | -10/+10 |
| | |||||
* | Refactoring MainWindow | Aqua-sama | 2018-01-19 | 2 | -2/+28 |
| | | | | | - Added NavigationBar object that manages the navigation buttons - Removed NavigationButton class that it obsoleted | ||||
* | CookieInterceptor, making all cookies session cookies | Aqua-sama | 2018-01-13 | 4 | -0/+76 |
| | |||||
* | Added .clang-format | Aqua-sama | 2018-01-07 | 7 | -52/+51 |
| | |||||
* | Various minor fixes | Aqua-sama | 2018-01-04 | 2 | -4/+2 |
| | | | | | | | - typo fixes - bumped copyright year - removed a bunch of unused imports - fixed a couple of clazy warnings | ||||
* | Changed from qbs to cmake | Aqua-sama | 2018-01-03 | 1 | -1/+1 |
| | |||||
* | Off-the-record profile settings | Aqua-sama | 2017-12-29 | 3 | -67/+121 |
| | | | | | - all profiles can load configs now - fullscreen requests are no longer ignored | ||||
* | UrlRequestInterceptor fixes | Aqua-sama | 2017-12-26 | 4 | -98/+30 |
| | | | | | - Using QHash to store HostRule's, so lookup should be faster - HostRule is now a struct | ||||
* | astyle pass | Aqua-sama | 2017-12-25 | 6 | -6/+6 |
| | |||||
* | Request filter now properly takes hostlists | Aqua-sama | 2017-12-23 | 4 | -34/+123 |
| | | | | - hostslist directory is set in browser.filterPath | ||||
* | smolbote can now compile on Qt 5.7.1 | Aqua-sama | 2017-12-23 | 2 | -4/+4 |
| | |||||
* | Bug fixes | Aqua-sama | 2017-12-20 | 3 | -1/+18 |
| | | | | | | .config/smolbote will now be created if missing Connected profiles to download manager Added missing license from WebPage | ||||
* | Added SSL cert warnings | Aqua-sama | 2017-12-20 | 4 | -4/+47 |
| | |||||
* | Can now open links in new tab | Aqua-sama | 2017-12-20 | 2 | -4/+44 |
| | |||||
* | Changed license from GPL3+ to GPL3 | Aqua-sama | 2017-12-19 | 6 | -114/+42 |
| | |||||
* | WebView pageMenu implementation | Aqua-sama | 2017-12-15 | 2 | -8/+93 |
| |