Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | astyle pass | Aqua-sama | 2017-12-25 | 6 | -6/+6 |
| | |||||
* | Added SSL cert warnings | Aqua-sama | 2017-12-20 | 1 | -2/+2 |
| | |||||
* | Can now open links in new tab | Aqua-sama | 2017-12-20 | 2 | -4/+4 |
| | |||||
* | Changed license from GPL3+ to GPL3 | Aqua-sama | 2017-12-19 | 6 | -114/+42 |
| | |||||
* | Bug fixes | Aqua-sama | 2017-12-19 | 2 | -38/+43 |
| | | | | | Switching between tabs should work properly now. Refactored MainWindowTabBar (was WebViewTabBar) | ||||
* | Some bugfixes | Aqua-sama | 2017-12-18 | 2 | -6/+8 |
| | |||||
* | ProfileView dialog | Aqua-sama | 2017-12-17 | 2 | -14/+24 |
| | |||||
* | Moved MainWindow toolbars to mainwindow.ui | Aqua-sama | 2017-12-16 | 1 | -0/+2 |
| | |||||
* | WebView pageMenu implementation | Aqua-sama | 2017-12-15 | 2 | -14/+2 |
| | |||||
* | Using Q_CHECK_PTR instead of Q_ASSERT on pointers | Aqua-sama | 2017-12-14 | 2 | -2/+2 |
| | |||||
* | Autogenerating settings dialog | Aqua-sama | 2017-12-11 | 1 | -0/+1 |
| | |||||
* | Fixed showing bookmarks and downloads widgets | Aqua-sama | 2017-12-08 | 2 | -26/+23 |
| | |||||
* | Replaced tinytoml with libconfig | Aqua-sama | 2017-12-08 | 3 | -31/+42 |
| | |||||
* | Split off DownloadsWidget into library | Aqua-sama | 2017-10-10 | 6 | -346/+9 |
| | | | | Fixed bug with BookmarksWidget crashing the program on exit | ||||
* | Cleaned up WebViewTabBar | Aqua-sama | 2017-09-30 | 2 | -38/+0 |
| | |||||
* | Fixed bug with tab bar not showing up | Aqua-sama | 2017-09-29 | 1 | -1/+1 |
| | |||||
* | Code cleanup | Aqua-sama | 2017-09-27 | 2 | -9/+9 |
| | |||||
* | Removed Settings::contains | Aqua-sama | 2017-09-11 | 1 | -24/+19 |
| | |||||
* | Split off Bookmarks into static lib | Aqua-sama | 2017-09-04 | 2 | -0/+4 |
| | |||||
* | Implemented Print to PDF action | Aqua-sama | 2017-08-24 | 2 | -13/+22 |
| | |||||
* | Split address bar off into static library | Aqua-sama | 2017-08-23 | 2 | -252/+0 |
| | |||||
* | Added URL bar completer | Aqua-sama | 2017-08-19 | 2 | -0/+48 |
| | |||||
* | Profile window fixes | Aqua-sama | 2017-08-04 | 2 | -4/+1 |
| | |||||
* | Added homepage button | Aqua-sama | 2017-07-02 | 2 | -1/+21 |
| | |||||
* | Status bar height capped; loading bar now hides after 2s | Aqua-sama | 2017-06-30 | 2 | -4/+7 |
| | |||||
* | Some MainWindow and WebViewTabBar cleanup | Aqua-sama | 2017-06-24 | 2 | -5/+14 |
| | |||||
* | Fixed crash when closing last tab | Aqua-sama | 2017-06-11 | 2 | -6/+30 |
| | |||||
* | Browser class refactoring | Aqua-sama | 2017-06-04 | 1 | -2/+2 |
| | |||||
* | Adding plugin action to the menu bar | Aqua-sama | 2017-06-03 | 1 | -0/+13 |
| | |||||
* | Hiding ProfileView until a profile is selected | Aqua-sama | 2017-06-01 | 1 | -1/+0 |
| | |||||
* | Profile improvements | Aqua-sama | 2017-05-27 | 2 | -0/+123 |
| | | | | | | * Some code refactoring * Profile dialog UI is now only created when needed * Profile selector dialog | ||||
* | clazy fixes | Aqua-sama | 2017-04-22 | 2 | -2/+2 |
| | |||||
* | Address bar menu and search | Aqua-sama | 2017-04-13 | 2 | -2/+72 |
| | |||||
* | Added page action tool buttons | Aqua-sama | 2017-04-03 | 2 | -0/+20 |
| | |||||
* | Updated pre-commit.rb | Aqua-sama | 2017-04-02 | 10 | -11/+11 |
| | |||||
* | Dockable DownloadsWidget | Aqua-sama | 2017-03-20 | 5 | -0/+344 |
| | |||||
* | Fixed crash when closing the first tab | Aqua-sama | 2017-02-27 | 2 | -8/+12 |
| | |||||
* | UI changes | Aqua-sama | 2017-02-26 | 1 | -6/+6 |
| | |||||
* | Settings class rework | Aqua-sama | 2017-02-24 | 1 | -8/+7 |
| | | | | Using toml as format | ||||
* | Tab shortcuts | Aqua-sama | 2017-02-15 | 2 | -0/+39 |
| | | | | Config location is displayed in about window | ||||
* | Added loading bar to status bar | Aqua-sama | 2017-02-02 | 5 | -9/+104 |
| | | | | Hovered links now display in status bar | ||||
* | AStyle pass | Aqua-sama | 2017-02-01 | 4 | -22/+22 |
| | | | | Added style check to pre-commit hook | ||||
* | Updated license script | Aqua-sama | 2017-02-01 | 2 | -0/+40 |
| | | | | | Added missing license headers Added pre-commit hook to check for missing licenses | ||||
* | Cleaned up UrlLineEdit | Aqua-sama | 2017-01-30 | 2 | -10/+32 |
| | |||||
* | Added UrlLineEdit class | Aqua-sama | 2017-01-30 | 4 | -0/+75 |
| | | | | | | | | Address bar should highlight the host name WebView widget should now be focused on startup instead of the address bar Added names to the toolbars to make their context menu useful Tabs now have a set width of 200 | ||||
* | Added license headers | Aqua-sama | 2017-01-16 | 2 | -0/+40 |
| | |||||
* | Swapping profiles now works | Aqua-sama | 2017-01-13 | 2 | -2/+19 |
| | |||||
* | Minor changes | Aqua-sama | 2017-01-11 | 1 | -0/+4 |
| | | | | | Tabs now show the icon of the webpage Warning box when closing multiple tabs | ||||
* | Initial commit0.1.0 | Aqua-sama | 2017-01-11 | 2 | -0/+81 |