Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove lib/ as includepath | Aqua-sama | 2018-10-23 | 1 | -2/+2 |
| | |||||
* | Add Kconfiglib to parse Kconfig/.config | Aqua-sama | 2018-10-20 | 1 | -1/+2 |
| | |||||
* | unstable: KWallet integration | Aqua-sama | 2018-10-13 | 1 | -0/+12 |
| | |||||
* | 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 | 1 | -1/+1 |
| | |||||
* | clang-format pass | Aqua-sama | 2018-09-18 | 1 | -3/+4 |
| | |||||
* | 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 |
| | |||||
* | 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 |
| | |||||
* | 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 | 1 | -3/+1 |
| | |||||
* | Add custom WebView context menu | Aqua-sama | 2018-07-11 | 1 | -26/+115 |
| | |||||
* | Remove PageMenu | Aqua-sama | 2018-07-08 | 1 | -7/+34 |
| | | | | | Move zoom widget to WebView context menu Move the other page menu actions to main window menu | ||||
* | Fix various warnings | Aqua-sama | 2018-06-22 | 1 | -0/+1 |
| | |||||
* | Refactor Subwindow | Aqua-sama | 2018-05-29 | 1 | -3/+3 |
| | |||||
* | Show view profile instead of window profile in title | Aqua-sama | 2018-05-28 | 1 | -0/+8 |
| | |||||
* | Remove Window::addTab(WebView *view) | Aqua-sama | 2018-05-28 | 1 | -5/+3 |
| | |||||
* | QTBUG-65223 workaround | Aqua-sama | 2018-05-03 | 1 | -0/+8 |
| | |||||
* | Clean up WebView | Aqua-sama | 2018-05-02 | 1 | -26/+0 |
| | |||||
* | Style pass | Aqua-sama | 2018-04-17 | 1 | -2/+2 |
| | |||||
* | Hovering over links shows them in the status bar again | Aqua-sama | 2018-04-17 | 1 | -7/+0 |
| | |||||
* | Address bar searches work again | Aqua-sama | 2018-04-17 | 1 | -2/+8 |
| | |||||
* | Multiple subwindows interface | Aqua-sama | 2018-04-16 | 1 | -23/+24 |
| | | | | | | | | | | | | 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 | ||||
* | Only create developer tools page when action is triggered | Aqua-sama | 2018-04-02 | 1 | -16/+1 |
| | |||||
* | Refactoring TabBar | Aqua-sama | 2018-04-02 | 1 | -0/+11 |
| | | | | | | - cleaned up code - moved to mainwindow/widgets - add Close tabs left/right to context menu | ||||
* | Page menus refactoring | Aqua-sama | 2018-04-01 | 1 | -102/+33 |
| | | | | | | | | - Split off menus into their own classes Page tools menu - Shows injected scripts - Shows dev tools page in another dialog | ||||
* | 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 | 1 | -0/+5 |
| | |||||
* | UrlLineEdit rework | Aqua-sama | 2018-01-26 | 1 | -7/+1 |
| | | | | | | | | | - 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 | 1 | -1/+1 |
| | |||||
* | Refactoring MainWindow | Aqua-sama | 2018-01-19 | 1 | -1/+22 |
| | | | | | - Added NavigationBar object that manages the navigation buttons - Removed NavigationButton class that it obsoleted | ||||
* | Added .clang-format | Aqua-sama | 2018-01-07 | 1 | -7/+7 |
| | |||||
* | Various minor fixes | Aqua-sama | 2018-01-04 | 1 | -2/+0 |
| | | | | | | | - typo fixes - bumped copyright year - removed a bunch of unused imports - fixed a couple of clazy warnings | ||||
* | astyle pass | Aqua-sama | 2017-12-25 | 1 | -1/+1 |
| | |||||
* | smolbote can now compile on Qt 5.7.1 | Aqua-sama | 2017-12-23 | 1 | -0/+2 |
| | |||||
* | Bug fixes | Aqua-sama | 2017-12-20 | 1 | -1/+2 |
| | | | | | | .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 | 1 | -3/+13 |
| | |||||
* | Can now open links in new tab | Aqua-sama | 2017-12-20 | 1 | -2/+38 |
| | |||||
* | Changed license from GPL3+ to GPL3 | Aqua-sama | 2017-12-19 | 1 | -19/+7 |
| | |||||
* | WebView pageMenu implementation | Aqua-sama | 2017-12-15 | 1 | -7/+91 |
| | |||||
* | Using Q_CHECK_PTR instead of Q_ASSERT on pointers | Aqua-sama | 2017-12-14 | 1 | -1/+1 |
| |