Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add --no-remote option | Aqua-sama | 2018-07-02 | 1 | -15/+13 |
| | |||||
* | Enable console output on Win32 | Aqua-sama | 2018-07-02 | 1 | -0/+12 |
| | |||||
* | Replace SingleApplication with itay-grudev/SingleApplication | Aqua-sama | 2018-07-02 | 1 | -15/+23 |
| | |||||
* | Code cleanup | Aqua-sama | 2018-07-01 | 1 | -29/+16 |
| | | | | | | Clean up MainWindow Configuration is now a std::unique_ptr Connect downloads and request interceptor to all profiles | ||||
* | Add browser.locale and browser.translation | Aqua-sama | 2018-07-01 | 1 | -0/+20 |
| | |||||
* | Add browser.session | Aqua-sama | 2018-06-29 | 1 | -1/+11 |
| | |||||
* | Add --session parameter to load a session json | Aqua-sama | 2018-06-28 | 1 | -1/+9 |
| | | | | Add Session menu to main window | ||||
* | Socket messages are json formatted | Aqua-sama | 2018-06-26 | 1 | -1/+2 |
| | |||||
* | Sort commands alphabetically | Aqua-sama | 2018-06-23 | 1 | -2/+6 |
| | |||||
* | Add Configuration::setValue and Configuration::setShortcut | Aqua-sama | 2018-06-23 | 1 | -0/+6 |
| | | | | Change MainWindow to use setShortcut | ||||
* | Plugin commands no longer require --command | Aqua-sama | 2018-06-22 | 1 | -21/+45 |
| | |||||
* | 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 |
| |