Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add SingleApplication as a git submodule | Aqua-sama | 2018-10-02 | 1 | -3/+1 |
| | |||||
* | Update remaining repository paths in license headers | Aqua-sama | 2018-10-02 | 1 | -1/+1 |
| | |||||
* | ProfileManager: move initial profile loading to ProfileManager | Aqua-sama | 2018-09-29 | 1 | -0/+1 |
| | |||||
* | ProfileEditor plugin: fix delete button | 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 | -3/+3 |
| | |||||
* | Replace ProfileManager::profileList() with ProfileManager::idList() | Aqua-sama | 2018-09-08 | 1 | -1/+0 |
| | |||||
* | Move ProfileManager to libweb | Aqua-sama | 2018-09-07 | 1 | -0/+2 |
| | |||||
* | PluginEditor: implement add plugin action | Aqua-sama | 2018-08-27 | 1 | -3/+6 |
| | |||||
* | Add BrowserInterface to simplify plugins a bit | Aqua-sama | 2018-08-25 | 1 | -3/+3 |
| | |||||
* | Add --no-remote option | Aqua-sama | 2018-07-02 | 1 | -1/+1 |
| | |||||
* | Replace SingleApplication with itay-grudev/SingleApplication | Aqua-sama | 2018-07-02 | 1 | -1/+1 |
| | |||||
* | Code cleanup | Aqua-sama | 2018-07-01 | 1 | -4/+4 |
| | | | | | | Clean up MainWindow Configuration is now a std::unique_ptr Connect downloads and request interceptor to all profiles | ||||
* | Socket messages are json formatted | Aqua-sama | 2018-06-26 | 1 | -1/+1 |
| | |||||
* | Add ProfileManager | Aqua-sama | 2018-06-24 | 1 | -8/+2 |
| | |||||
* | clang-format pass | Aqua-sama | 2018-06-22 | 1 | -3/+3 |
| | |||||
* | Plugin commands no longer require --command | Aqua-sama | 2018-06-22 | 1 | -12/+2 |
| | |||||
* | Add Browser::about | Aqua-sama | 2018-06-21 | 1 | -0/+4 |
| | |||||
* | WebProfile: cache a list of cookies | Aqua-sama | 2018-06-17 | 1 | -1/+1 |
| | | | | | ProfileView: delete selected items rather than current item Browser: store profiles in QMap instead of QHash | ||||
* | Sort .profile by time | Aqua-sama | 2018-06-16 | 1 | -0/+3 |
| | | | | | | | Remove ProfileInterface::setProfiles ProfileView: Add General tab ProfileView: some cleanup ProfileView: Add Cookies tab | ||||
* | Bookmarks manager bugfixes | Aqua-sama | 2018-06-15 | 1 | -0/+5 |
| | | | | | | | | 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/+5 |
| | |||||
* | Clazy fixes | Aqua-sama | 2018-06-02 | 1 | -2/+2 |
| | |||||
* | Changing Window profile | Aqua-sama | 2018-05-28 | 1 | -0/+8 |
| | |||||
* | Profile command | Aqua-sama | 2018-05-26 | 1 | -2/+2 |
| | |||||
* | Plugin command-line parameters | Aqua-sama | 2018-05-16 | 1 | -0/+8 |
| | |||||
* | Move help and version functions to main (out of Configuration) | Aqua-sama | 2018-05-15 | 1 | -0/+2 |
| | | | | Make loading profiles a free function in Browser | ||||
* | Profile editor plugin | Aqua-sama | 2018-05-15 | 1 | -0/+2 |
| | |||||
* | Style pass | Aqua-sama | 2018-04-17 | 1 | -1/+0 |
| | |||||
* | Multiple subwindows interface | Aqua-sama | 2018-04-16 | 1 | -31/+10 |
| | | | | | | | | | | | | 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 | ||||
* | Branch of Qt5.11 features | Aqua-sama | 2018-04-13 | 1 | -2/+0 |
| | |||||
* | Refactoring TabBar | Aqua-sama | 2018-04-02 | 1 | -8/+10 |
| | | | | | | - 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 | -2/+2 |
| | |||||
* | Cookie filter | Aqua-sama | 2018-03-23 | 1 | -3/+3 |
| | | | | | - Requires Qt 5.11 (now required) - New settings: filter.cookies: block.all, block.thirdParty, path | ||||
* | Reworked CMakeLists to be a bit more readable | Aqua-sama | 2018-03-07 | 1 | -1/+1 |
| | |||||
* | Added profile and plugin list to About dialog | Aqua-sama | 2018-01-30 | 1 | -1/+9 |
| | |||||
* | Configuration class rework | Aqua-sama | 2018-01-25 | 1 | -1/+1 |
| | | | | | | - castToString is now a free function - setFromString split away from setValue - moved Configuration to src | ||||
* | Fixed repo location in license headers | Aqua-sama | 2018-01-20 | 1 | -1/+1 |
| | |||||
* | Moved ProfileView to ProfileEditorPlugin | Aqua-sama | 2018-01-15 | 1 | -2/+6 |
| | |||||
* | Initial plugins testing | Aqua-sama | 2018-01-14 | 1 | -1/+3 |
| | |||||
* | CookieInterceptor, making all cookies session cookies | Aqua-sama | 2018-01-13 | 1 | -0/+2 |
| | |||||
* | Multithreaded saving during shutdown | Aqua-sama | 2018-01-13 | 1 | -2/+1 |
| | |||||
* | Added .clang-format | Aqua-sama | 2018-01-07 | 1 | -1/+1 |
| | |||||
* | --profile no longer causes a crash | Aqua-sama | 2017-12-25 | 1 | -3/+2 |
| | |||||
* | astyle pass | Aqua-sama | 2017-12-25 | 1 | -1/+1 |
| | |||||
* | Removed SingleApplication::SessionParam | Aqua-sama | 2017-12-23 | 1 | -1/+1 |
| | |||||
* | Single instance check works again | Aqua-sama | 2017-12-22 | 1 | -3/+3 |
| | | | | - In Debug builds, startup time is calculated | ||||
* | Changed license from GPL3+ to GPL3 | Aqua-sama | 2017-12-19 | 1 | -25/+7 |
| | |||||
* | Bug fixes | Aqua-sama | 2017-12-19 | 1 | -3/+3 |
| | | | | | Switching between tabs should work properly now. Refactored MainWindowTabBar (was WebViewTabBar) | ||||
* | Simple filterlist | Aqua-sama | 2017-12-11 | 1 | -6/+2 |
| |