Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix crash when starting a second instance | Aqua-sama | 2018-03-31 | 1 | -1/+1 |
| | |||||
* | Update manpage | Aqua-sama | 2018-03-20 | 1 | -9/+1 |
| | |||||
* | Reworked CMakeLists to be a bit more readable | Aqua-sama | 2018-03-07 | 1 | -1/+1 |
| | |||||
* | Always connect to local socket | Aqua-sama | 2018-01-30 | 1 | -14/+17 |
| | |||||
* | Added profile and plugin list to About dialog | Aqua-sama | 2018-01-30 | 1 | -3/+3 |
| | |||||
* | Split cmd parsing from main into CommandLine class | Aqua-sama | 2018-01-27 | 1 | -80/+24 |
| | |||||
* | help and version option work again | Aqua-sama | 2018-01-27 | 1 | -5/+13 |
| | |||||
* | Passing unknown command line parameters to the Configuration | Aqua-sama | 2018-01-27 | 1 | -2/+36 |
| | | | | - no longer compiling CookiesForm that we don't use | ||||
* | Using boost::program_options instead of libconfig | Aqua-sama | 2018-01-26 | 1 | -6/+11 |
| | |||||
* | Configuration class rework | Aqua-sama | 2018-01-25 | 1 | -2/+9 |
| | | | | | | - castToString is now a free function - setFromString split away from setValue - moved Configuration to src | ||||
* | Configuration class rework | Aqua-sama | 2018-01-24 | 1 | -74/+15 |
| | | | | | | - Moved setValue to the header - Code readability - Removed secondary defaultCfg | ||||
* | Fixed repo location in license headers | Aqua-sama | 2018-01-20 | 1 | -1/+1 |
| | |||||
* | Refactoring MainWindow | Aqua-sama | 2018-01-19 | 1 | -1/+1 |
| | | | | | - Added NavigationBar object that manages the navigation buttons - Removed NavigationButton class that it obsoleted | ||||
* | Configuration creates missing items based on defaults | Aqua-sama | 2018-01-17 | 1 | -25/+10 |
| | |||||
* | Fixed build scripts for use with the mercurial repository | Aqua-sama | 2018-01-16 | 1 | -2/+2 |
| | |||||
* | Minor fixes | Aqua-sama | 2018-01-14 | 1 | -2/+0 |
| | |||||
* | Added .clang-format | Aqua-sama | 2018-01-07 | 1 | -6/+6 |
| | |||||
* | Various minor fixes | Aqua-sama | 2018-01-04 | 1 | -1/+1 |
| | | | | | | | - typo fixes - bumped copyright year - removed a bunch of unused imports - fixed a couple of clazy warnings | ||||
* | Fixed crash with Settings dialog | Aqua-sama | 2018-01-03 | 1 | -28/+33 |
| | | | | | - User Configuration gets completely written, instead of being just overrides | ||||
* | Changed from qbs to cmake | Aqua-sama | 2018-01-03 | 1 | -0/+1 |
| | |||||
* | SettingsDialog patches | Aqua-sama | 2017-12-26 | 1 | -0/+4 |
| | | | | | | | - Added scrollbar, so items are now properly viewable on all sizes - Reset button now works - Editing values causes a crash - Filter path is now in filter.path instead of browser.filterPath | ||||
* | --profile no longer causes a crash | Aqua-sama | 2017-12-25 | 1 | -1/+0 |
| | |||||
* | astyle pass | Aqua-sama | 2017-12-25 | 1 | -1/+1 |
| | |||||
* | Removed SingleApplication::SessionParam | Aqua-sama | 2017-12-23 | 1 | -9/+2 |
| | |||||
* | Single instance check works again | Aqua-sama | 2017-12-22 | 1 | -18/+34 |
| | | | | - In Debug builds, startup time is calculated | ||||
* | Bug fixes | Aqua-sama | 2017-12-20 | 1 | -3/+12 |
| | | | | | | .config/smolbote will now be created if missing Connected profiles to download manager Added missing license from WebPage | ||||
* | Changed license from GPL3+ to GPL3 | Aqua-sama | 2017-12-19 | 1 | -19/+7 |
| | |||||
* | WebView pageMenu implementation | Aqua-sama | 2017-12-15 | 1 | -0/+5 |
| | |||||
* | Fixed crash on startup due to missing browser.filterPath | Aqua-sama | 2017-12-14 | 1 | -1/+2 |
| | |||||
* | Replaced tinytoml with libconfig | Aqua-sama | 2017-12-08 | 1 | -76/+99 |
| | |||||
* | Code cleanup | Aqua-sama | 2017-09-27 | 1 | -5/+1 |
| | |||||
* | Passing full arguments to running instance | Aqua-sama | 2017-09-26 | 1 | -39/+64 |
| | |||||
* | Fixed bug with starting up if the local socket wasn't cleaned up | Aqua-sama | 2017-09-20 | 1 | -6/+0 |
| | |||||
* | Fixed bug opening URLs from the command line while instance is running | Aqua-sama | 2017-09-16 | 1 | -8/+20 |
| | |||||
* | Config should now automatically update when changed | Aqua-sama | 2017-09-10 | 1 | -1/+8 |
| | |||||
* | Implemented Print to PDF action | Aqua-sama | 2017-08-24 | 1 | -3/+3 |
| | |||||
* | Implemented --default-config | Aqua-sama | 2017-08-04 | 1 | -1/+20 |
| | |||||
* | Updated documentation | Aqua-sama | 2017-07-30 | 1 | -2/+19 |
| | |||||
* | Browser class refactoring | Aqua-sama | 2017-06-04 | 1 | -11/+18 |
| | |||||
* | Profile improvements | Aqua-sama | 2017-05-27 | 1 | -2/+4 |
| | | | | | | * Some code refactoring * Profile dialog UI is now only created when needed * Profile selector dialog | ||||
* | Updated pre-commit.rb | Aqua-sama | 2017-04-02 | 1 | -1/+1 |
| | |||||
* | Some code cleanup | Aqua-sama | 2017-04-02 | 1 | -4/+1 |
| | |||||
* | Updated BUILDING.md | Aqua-sama | 2017-03-19 | 1 | -2/+5 |
| | | | | mach script can now build tarballs | ||||
* | Minor features | Aqua-sama | 2017-02-23 | 1 | -0/+3 |
| | | | | | First run check focusAddress and *toolbarMovable options | ||||
* | Single instance | Aqua-sama | 2017-02-21 | 1 | -6/+12 |
| | |||||
* | Settings changes | Aqua-sama | 2017-02-14 | 1 | -13/+4 |
| | |||||
* | AStyle pass | Aqua-sama | 2017-02-01 | 1 | -5/+5 |
| | | | | Added style check to pre-commit hook | ||||
* | Added UrlLineEdit class | Aqua-sama | 2017-01-30 | 1 | -1/+1 |
| | | | | | | | | 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 | ||||
* | Reading version tag from repo | Aqua-sama | 2017-01-29 | 1 | -1/+3 |
| | |||||
* | Made Profile menu a regular menu | Aqua-sama | 2017-01-23 | 1 | -0/+1 |
| |