Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update repository path in license headers | Aqua-sama | 2018-09-29 | 2 | -2/+2 |
| | |||||
* | Multiple subwindows interface | Aqua-sama | 2018-04-16 | 3 | -234/+0 |
| | | | | | | | | | | | | 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 | ||||
* | Added manpage | Aqua-sama | 2018-02-17 | 1 | -0/+2 |
| | |||||
* | Added profile and plugin list to About dialog | Aqua-sama | 2018-01-30 | 3 | -9/+34 |
| | |||||
* | Passing unknown command line parameters to the Configuration | Aqua-sama | 2018-01-27 | 2 | -6/+5 |
| | | | | - no longer compiling CookiesForm that we don't use | ||||
* | Using boost::program_options instead of libconfig | Aqua-sama | 2018-01-26 | 1 | -7/+4 |
| | |||||
* | Added result label to search form | Aqua-sama | 2018-01-20 | 3 | -136/+0 |
| | |||||
* | Fixed repo location in license headers | Aqua-sama | 2018-01-20 | 6 | -6/+6 |
| | |||||
* | Added revision and branch to about dialog | Aqua-sama | 2018-01-19 | 1 | -29/+22 |
| | |||||
* | Refactoring MainWindow | Aqua-sama | 2018-01-19 | 1 | -1/+1 |
| | | | | | - Added NavigationBar object that manages the navigation buttons - Removed NavigationButton class that it obsoleted | ||||
* | Fixed build scripts for use with the mercurial repository | Aqua-sama | 2018-01-16 | 1 | -2/+2 |
| | |||||
* | Moved ProfileView to ProfileEditorPlugin | Aqua-sama | 2018-01-15 | 3 | -404/+0 |
| | |||||
* | Multithreaded saving during shutdown | Aqua-sama | 2018-01-13 | 1 | -3/+2 |
| | |||||
* | Added .clang-format | Aqua-sama | 2018-01-07 | 8 | -29/+32 |
| | |||||
* | Various minor fixes | Aqua-sama | 2018-01-04 | 3 | -3/+1 |
| | | | | | | | - 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 | 2 | -15/+24 |
| | |||||
* | astyle pass | Aqua-sama | 2017-12-25 | 6 | -7/+7 |
| | |||||
* | Edited documentation | Aqua-sama | 2017-12-21 | 1 | -1/+3 |
| | | | | | | - Search highlighting is removed when you close the search box - Fixed PKGBUILD not working - PKGBUILD can now pick compiler and optimization | ||||
* | Added Search Box | Aqua-sama | 2017-12-21 | 3 | -0/+134 |
| | |||||
* | Changed license from GPL3+ to GPL3 | Aqua-sama | 2017-12-19 | 6 | -114/+42 |
| | |||||
* | ProfileView dialog | Aqua-sama | 2017-12-17 | 6 | -273/+13 |
| | |||||
* | Using Q_CHECK_PTR instead of Q_ASSERT on pointers | Aqua-sama | 2017-12-14 | 1 | -4/+1 |
| | |||||
* | Fixed getCompiler build failure with gcc | Aqua-sama | 2017-12-14 | 1 | -7/+7 |
| | |||||
* | Replaced tinytoml with libconfig | Aqua-sama | 2017-12-08 | 4 | -41/+51 |
| | |||||
* | Split off DownloadsWidget into library | Aqua-sama | 2017-10-10 | 3 | -209/+0 |
| | | | | Fixed bug with BookmarksWidget crashing the program on exit | ||||
* | Code cleanup | Aqua-sama | 2017-09-27 | 3 | -7/+11 |
| | |||||
* | Split off Bookmarks into static lib | Aqua-sama | 2017-09-04 | 4 | -273/+2 |
| | |||||
* | Profile window fixes | Aqua-sama | 2017-08-04 | 5 | -38/+37 |
| | |||||
* | Added homepage and newtab to profile widget | Aqua-sama | 2017-07-03 | 2 | -52/+82 |
| | |||||
* | Configuration defaults file | Aqua-sama | 2017-07-01 | 1 | -2/+3 |
| | |||||
* | Added new profile button | Aqua-sama | 2017-06-10 | 3 | -14/+78 |
| | |||||
* | Hiding ProfileView until a profile is selected | Aqua-sama | 2017-06-01 | 1 | -0/+11 |
| | |||||
* | Profiles dialog | Aqua-sama | 2017-05-28 | 6 | -80/+73 |
| | |||||
* | Profile improvements | Aqua-sama | 2017-05-27 | 4 | -1/+179 |
| | | | | | | * Some code refactoring * Profile dialog UI is now only created when needed * Profile selector dialog | ||||
* | clazy fixes | Aqua-sama | 2017-04-22 | 1 | -2/+1 |
| | |||||
* | Updated pre-commit.rb | Aqua-sama | 2017-04-02 | 10 | -10/+10 |
| | |||||
* | Some code cleanup | Aqua-sama | 2017-04-02 | 1 | -3/+9 |
| | |||||
* | Moved CookiesForm into the ProfileDialog | Aqua-sama | 2017-04-01 | 5 | -44/+151 |
| | |||||
* | Added cookie widget | Aqua-sama | 2017-03-31 | 3 | -0/+181 |
| | |||||
* | Dockable DownloadsWidget | Aqua-sama | 2017-03-20 | 6 | -189/+99 |
| | |||||
* | Fixed bug where the BookmarksWidget was not re-openable | Aqua-sama | 2017-03-20 | 2 | -2/+24 |
| | |||||
* | Fixed opening bookmarks with multiple windows | Aqua-sama | 2017-03-20 | 4 | -144/+140 |
| | |||||
* | Dockable bookmarks dialog | Aqua-sama | 2017-03-20 | 3 | -53/+24 |
| | | | | Fixed bugs in bookmarks dialog | ||||
* | Added custom about box | Aqua-sama | 2017-03-20 | 3 | -0/+214 |
| | |||||
* | Blocker rewrites | Aqua-sama | 2017-02-28 | 3 | -301/+0 |
| | | | | | | Some code commenting Moved Blocker files for src/blocker Keyboard shortcut for Blocker dialog | ||||
* | Settings class rework | Aqua-sama | 2017-02-24 | 2 | -7/+4 |
| | | | | Using toml as format | ||||
* | Download manager | Aqua-sama | 2017-02-23 | 2 | -10/+29 |
| | | | | | Added total size to widget Added default file name | ||||
* | Download manager improvements | Aqua-sama | 2017-02-23 | 3 | -4/+68 |
| | | | | | | | Added shortcut for download dialog Dialog has proper title Settings replaces ~ with home location Showing download item details | ||||
* | Global bookmarks and downloads dialogs | Aqua-sama | 2017-02-14 | 2 | -5/+16 |
| | |||||
* | Settings changes | Aqua-sama | 2017-02-14 | 1 | -2/+4 |
| |