Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix options not getting overwritten by command line | Aqua-sama | 2018-12-08 | 1 | -7/+1 |
| | |||||
* | Split crash handler code off main | Aqua-sama | 2018-12-08 | 1 | -37/+3 |
| | |||||
* | Configuration: parse command line after parsing config file | Aqua-sama | 2018-12-07 | 1 | -30/+23 |
| | | | | - Split CommandLine off Configuration | ||||
* | Add builtins::version, ::build and ::help | Aqua-sama | 2018-12-05 | 1 | -30/+4 |
| | |||||
* | pick-session: pass session data to existing instance if any | Aqua-sama | 2018-11-30 | 1 | -5/+9 |
| | |||||
* | Add --session and --pick-session | Aqua-sama | 2018-11-29 | 1 | -5/+10 |
| | | | | | | -s,--session replaces --browser.session --pick-session shows the SessionDialog instead of creating a session on startup | ||||
* | Remove old session code | Aqua-sama | 2018-11-28 | 1 | -4/+6 |
| | |||||
* | Add Session::view and Session::restoreView | Aqua-sama | 2018-11-26 | 1 | -1/+1 |
| | |||||
* | Add About and Run actions to plugin submenu | Aqua-sama | 2018-11-23 | 1 | -1/+2 |
| | | | | - Remove plugin list from About dialog | ||||
* | Add library check for Plasma and Breakpad configuration toggles | Aqua-sama | 2018-11-22 | 1 | -10/+19 |
| | |||||
* | Use vcs_tag to get version information | Aqua-sama | 2018-10-24 | 1 | -2/+4 |
| | |||||
* | Fix breakpad integration | Aqua-sama | 2018-10-23 | 1 | -1/+8 |
| | |||||
* | Remove lib/ as includepath | Aqua-sama | 2018-10-23 | 1 | -1/+1 |
| | |||||
* | Update CMakeLists option names | Aqua-sama | 2018-10-14 | 1 | -5/+5 |
| | |||||
* | Unlink plugins from lib/ libraries | Aqua-sama | 2018-10-09 | 1 | -18/+19 |
| | |||||
* | Disable Chromium crash handler | Aqua-sama | 2018-10-08 | 1 | -10/+34 |
| | | | | | | Chromium's crash handler prevents breakpad from creating crashdumps. - add browser.crash.path: set minidump location - add browser.crash.handler: call this program after crashing | ||||
* | clazy: fix warnings | Aqua-sama | 2018-10-04 | 1 | -1/+1 |
| | |||||
* | Add Util namespace | Aqua-sama | 2018-10-02 | 1 | -1/+5 |
| | | | | - Util::files lists files in specified .path | ||||
* | Update repository path in license headers | Aqua-sama | 2018-09-29 | 1 | -1/+1 |
| | |||||
* | Turn Session class into namespace | Aqua-sama | 2018-09-28 | 1 | -1/+1 |
| | |||||
* | breakpad: try to write session on crash | Aqua-sama | 2018-09-28 | 1 | -5/+24 |
| | |||||
* | Add breakpad submodule | Aqua-sama | 2018-09-26 | 1 | -12/+31 |
| | |||||
* | Replace ProfileManager::profileList() with ProfileManager::idList() | Aqua-sama | 2018-09-08 | 1 | -0/+1 |
| | |||||
* | MainWindow: fix load session action | Aqua-sama | 2018-08-24 | 1 | -21/+19 |
| | |||||
* | 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 |
| |