Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Profile command | Aqua-sama | 2018-05-26 | 1 | -3/+2 |
| | |||||
* | Update manpage | Aqua-sama | 2018-05-18 | 1 | -3/+7 |
| | |||||
* | Plugin command-line parameters | Aqua-sama | 2018-05-16 | 1 | -2/+14 |
| | |||||
* | Move help and version functions to main (out of Configuration) | Aqua-sama | 2018-05-15 | 1 | -10/+26 |
| | | | | Make loading profiles a free function in Browser | ||||
* | Stylesheet load setting | Aqua-sama | 2018-05-04 | 1 | -0/+13 |
| | |||||
* | Merge CommandLine functionality into Configuration | Aqua-sama | 2018-04-22 | 1 | -16/+10 |
| | |||||
* | Remove unknown option parsing | Aqua-sama | 2018-04-21 | 1 | -18/+2 |
| | |||||
* | Style pass | Aqua-sama | 2018-04-17 | 1 | -1/+1 |
| | |||||
* | Multiple subwindows interface | Aqua-sama | 2018-04-16 | 1 | -56/+27 |
| | | | | | | | | | | | | 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 | ||||
* | Refactoring TabBar | Aqua-sama | 2018-04-02 | 1 | -1/+1 |
| | | | | | | - cleaned up code - moved to mainwindow/widgets - add Close tabs left/right to context menu | ||||
* | 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 |