Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moved ProfileView to ProfileEditorPlugin | Aqua-sama | 2018-01-15 | 1 | -11/+2 |
| | |||||
* | Added .clang-format | Aqua-sama | 2018-01-07 | 1 | -5/+5 |
| | |||||
* | Various minor fixes | Aqua-sama | 2018-01-04 | 1 | -1/+0 |
| | | | | | | | - typo fixes - bumped copyright year - removed a bunch of unused imports - fixed a couple of clazy warnings | ||||
* | Download manager fixes | Aqua-sama | 2017-12-27 | 1 | -6/+4 |
| | | | | | | | | | | DownloadsWidget - Download widget now in landscape - Download widget no longer docks in the main window, but is a dialog DownloadItemWidget - Download item widget looks more compact - Download details are now a part of the item widgets instead - Download details: save path | ||||
* | astyle pass | Aqua-sama | 2017-12-25 | 1 | -1/+1 |
| | |||||
* | Changed license from GPL3+ to GPL3 | Aqua-sama | 2017-12-19 | 1 | -19/+7 |
| | |||||
* | ProfileView dialog | Aqua-sama | 2017-12-17 | 1 | -13/+21 |
| | |||||
* | Moved MainWindow toolbars to mainwindow.ui | Aqua-sama | 2017-12-16 | 1 | -0/+2 |
| | |||||
* | WebView pageMenu implementation | Aqua-sama | 2017-12-15 | 1 | -12/+2 |
| | |||||
* | Using Q_CHECK_PTR instead of Q_ASSERT on pointers | Aqua-sama | 2017-12-14 | 1 | -1/+1 |
| | |||||
* | Autogenerating settings dialog | Aqua-sama | 2017-12-11 | 1 | -0/+1 |
| | |||||
* | Fixed showing bookmarks and downloads widgets | Aqua-sama | 2017-12-08 | 1 | -26/+19 |
| | |||||
* | Replaced tinytoml with libconfig | Aqua-sama | 2017-12-08 | 1 | -23/+35 |
| | |||||
* | Split off DownloadsWidget into library | Aqua-sama | 2017-10-10 | 1 | -2/+9 |
| | | | | Fixed bug with BookmarksWidget crashing the program on exit | ||||
* | Code cleanup | Aqua-sama | 2017-09-27 | 1 | -6/+6 |
| | |||||
* | Split off Bookmarks into static lib | Aqua-sama | 2017-09-04 | 1 | -0/+2 |
| | |||||
* | Implemented Print to PDF action | Aqua-sama | 2017-08-24 | 1 | -13/+18 |
| | |||||
* | Profile window fixes | Aqua-sama | 2017-08-04 | 1 | -3/+0 |
| | |||||
* | 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 | 1 | -0/+83 |
* Some code refactoring * Profile dialog UI is now only created when needed * Profile selector dialog |