Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MainWindow: rework menu bar | Aqua-sama | 2018-12-13 | 1 | -29/+13 |
| | | | | | Split off menu bar into its own class out of MainWindow Menu bar now has a 'Find in menus' function | ||||
* | Configuration: parse command line after parsing config file | Aqua-sama | 2018-12-07 | 1 | -1/+1 |
| | | | | - Split CommandLine off Configuration | ||||
* | Remove old session code | Aqua-sama | 2018-11-28 | 1 | -42/+0 |
| | |||||
* | Rewrite Session saving and loading | Aqua-sama | 2018-11-28 | 1 | -1/+1 |
| | |||||
* | Adding and Removing plugins at runtime | Aqua-sama | 2018-11-23 | 1 | -19/+60 |
| | |||||
* | Loading and unloading of plugins at runtime | Aqua-sama | 2018-11-23 | 1 | -5/+6 |
| | |||||
* | Add About and Run actions to plugin submenu | Aqua-sama | 2018-11-23 | 1 | -28/+16 |
| | | | | - Remove plugin list from About dialog | ||||
* | Add AboutPlugin dialog | Aqua-sama | 2018-11-22 | 1 | -13/+26 |
| | |||||
* | Use vcs_tag to get version information | Aqua-sama | 2018-10-24 | 1 | -1/+2 |
| | |||||
* | Remove lib/ as includepath | Aqua-sama | 2018-10-23 | 1 | -7/+7 |
| | |||||
* | Fix SingleApplication segfault | Aqua-sama | 2018-10-23 | 1 | -2/+2 |
| | |||||
* | Fix link errors | Aqua-sama | 2018-10-23 | 1 | -2/+2 |
| | |||||
* | Add Kconfiglib to parse Kconfig/.config | Aqua-sama | 2018-10-20 | 1 | -2/+3 |
| | |||||
* | Update CMakeLists option names | Aqua-sama | 2018-10-14 | 1 | -1/+1 |
| | |||||
* | Unlink plugins from lib/ libraries | Aqua-sama | 2018-10-09 | 1 | -26/+47 |
| | |||||
* | Create .profile file when adding a new profile | Aqua-sama | 2018-10-08 | 1 | -1/+10 |
| | |||||
* | Expand HTTP header settings #4 | Aqua-sama | 2018-10-07 | 1 | -2/+4 |
| | | | | | | | - add doc/Usage/Filter.asciidoc to explain the usage of the filter headers - add HTTP headers to Profile (section "headers") - Use request interceptor to apply filter headers, then profile headers - add insert/delete actions to ProfileEditor | ||||
* | clazy: fix warnings | Aqua-sama | 2018-10-04 | 1 | -3/+3 |
| | |||||
* | Update remaining repository paths in license headers | Aqua-sama | 2018-10-02 | 1 | -1/+1 |
| | |||||
* | Add Util namespace | Aqua-sama | 2018-10-02 | 1 | -6/+13 |
| | | | | - Util::files lists files in specified .path | ||||
* | ProfileManager: move initial profile loading to ProfileManager | Aqua-sama | 2018-09-29 | 1 | -36/+22 |
| | |||||
* | ProfileEditor plugin: fix delete button | Aqua-sama | 2018-09-29 | 1 | -2/+2 |
| | |||||
* | Add bookmark auto-save (5min) | Aqua-sama | 2018-09-22 | 1 | -0/+6 |
| | |||||
* | Update vendor.cmake | Aqua-sama | 2018-09-18 | 1 | -3/+3 |
| | | | | | - add some more comments - made plugin include paths more generic | ||||
* | Replace ProfileManager::profileList() with ProfileManager::idList() | Aqua-sama | 2018-09-08 | 1 | -6/+0 |
| | |||||
* | Move ProfileManager to libweb | Aqua-sama | 2018-09-07 | 1 | -0/+5 |
| | |||||
* | Clean up ProfileManager | Aqua-sama | 2018-09-02 | 1 | -17/+12 |
| | |||||
* | PluginEditor: implement add plugin action | Aqua-sama | 2018-08-27 | 1 | -0/+12 |
| | |||||
* | Add BrowserInterface to simplify plugins a bit | Aqua-sama | 2018-08-25 | 1 | -21/+15 |
| | |||||
* | Move SubWindow to src/subwindow | Aqua-sama | 2018-08-07 | 1 | -1/+1 |
| | |||||
* | Remove PageMenu | Aqua-sama | 2018-07-08 | 1 | -0/+1 |
| | | | | | Move zoom widget to WebView context menu Move the other page menu actions to main window menu | ||||
* | Add filter.header | Aqua-sama | 2018-07-05 | 1 | -1/+1 |
| | |||||
* | Add --no-remote option | Aqua-sama | 2018-07-02 | 1 | -4/+2 |
| | |||||
* | Add nullptr profile check to createSession | Aqua-sama | 2018-07-02 | 1 | -0/+2 |
| | |||||
* | Replace SingleApplication with itay-grudev/SingleApplication | Aqua-sama | 2018-07-02 | 1 | -1/+3 |
| | |||||
* | Code cleanup | Aqua-sama | 2018-07-01 | 1 | -13/+24 |
| | | | | | | Clean up MainWindow Configuration is now a std::unique_ptr Connect downloads and request interceptor to all profiles | ||||
* | Add --session parameter to load a session json | Aqua-sama | 2018-06-28 | 1 | -2/+3 |
| | | | | Add Session menu to main window | ||||
* | Socket messages are json formatted | Aqua-sama | 2018-06-26 | 1 | -18/+31 |
| | |||||
* | Add ProfileManager | Aqua-sama | 2018-06-24 | 1 | -21/+8 |
| | |||||
* | Add Session class | Aqua-sama | 2018-06-24 | 1 | -2/+2 |
| | |||||
* | Add ConfigurationEditor plugin | Aqua-sama | 2018-06-23 | 1 | -9/+18 |
| | | | | Removed poi-config | ||||
* | Add Configuration::setValue and Configuration::setShortcut | Aqua-sama | 2018-06-23 | 1 | -2/+2 |
| | | | | Change MainWindow to use setShortcut | ||||
* | clang-format pass | Aqua-sama | 2018-06-22 | 1 | -13/+9 |
| | |||||
* | Plugin commands no longer require --command | Aqua-sama | 2018-06-22 | 1 | -95/+20 |
| | |||||
* | Update manpage | Aqua-sama | 2018-06-22 | 1 | -2/+1 |
| | |||||
* | Add Browser::about | Aqua-sama | 2018-06-21 | 1 | -0/+11 |
| | |||||
* | Sort .profile by time | Aqua-sama | 2018-06-16 | 1 | -22/+37 |
| | | | | | | | Remove ProfileInterface::setProfiles ProfileView: Add General tab ProfileView: some cleanup ProfileView: Add Cookies tab | ||||
* | Bookmarks manager bugfixes | Aqua-sama | 2018-06-15 | 1 | -1/+0 |
| | | | | | | | | WebProfile: remove addBookmark signal and member Bookmarks: remove unused '...' button Bookmarks: stop crashing if there's no selected item Bookmarks: activating an item will only open it if it's a bookmark Bookmarks: change header size split | ||||
* | AboutDialog: add profile list to details tab | Aqua-sama | 2018-06-15 | 1 | -0/+6 |
| | |||||
* | Better profile loading | Aqua-sama | 2018-06-08 | 1 | -26/+17 |
| | | | | | | | | First load all profiles from profile.path, and then the profile.default if missing, after which set the default profile. Profile names and whether they're otr can be set by .profile name=string and otr=bool. |