Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Fixed showing bookmarks and downloads widgets | Aqua-sama | 2017-12-08 | 1 | -4/+4 |
| | |||||
* | Replaced tinytoml with libconfig | Aqua-sama | 2017-12-08 | 1 | -37/+22 |
| | |||||
* | Split off DownloadsWidget into library | Aqua-sama | 2017-10-10 | 1 | -3/+4 |
| | | | | Fixed bug with BookmarksWidget crashing the program on exit | ||||
* | Code cleanup | Aqua-sama | 2017-09-27 | 1 | -12/+7 |
| | |||||
* | Fixed bug with starting up if the local socket wasn't cleaned up | Aqua-sama | 2017-09-20 | 1 | -13/+15 |
| | |||||
* | Fixed bug opening URLs from the command line while instance is running | Aqua-sama | 2017-09-16 | 1 | -1/+1 |
| | |||||
* | Config should now automatically update when changed | Aqua-sama | 2017-09-10 | 1 | -1/+1 |
| | |||||
* | Split off Bookmarks into static lib | Aqua-sama | 2017-09-04 | 1 | -1/+4 |
| | |||||
* | Browser class refactoring | Aqua-sama | 2017-06-04 | 1 | -11/+9 |
| | |||||
* | Adding plugin action to the menu bar | Aqua-sama | 2017-06-03 | 1 | -0/+4 |
| | |||||
* | Profile improvements | Aqua-sama | 2017-05-27 | 1 | -0/+1 |
| | | | | | | * Some code refactoring * Profile dialog UI is now only created when needed * Profile selector dialog | ||||
* | Reenabled Blocker | Aqua-sama | 2017-04-22 | 1 | -0/+3 |
| | |||||
* | Updated pre-commit.rb | Aqua-sama | 2017-04-02 | 1 | -1/+1 |
| | |||||
* | Some code cleanup | Aqua-sama | 2017-04-02 | 1 | -3/+8 |
| | |||||
* | Dockable DownloadsWidget | Aqua-sama | 2017-03-20 | 1 | -3/+3 |
| | |||||
* | Fixed opening bookmarks with multiple windows | Aqua-sama | 2017-03-20 | 1 | -3/+3 |
| | |||||
* | Updated BUILDING.md | Aqua-sama | 2017-03-19 | 1 | -0/+6 |
| | | | | mach script can now build tarballs | ||||
* | Blocker rewrites | Aqua-sama | 2017-02-28 | 1 | -0/+4 |
| | | | | | | Some code commenting Moved Blocker files for src/blocker Keyboard shortcut for Blocker dialog | ||||
* | Settings class rework | Aqua-sama | 2017-02-24 | 1 | -0/+5 |
| | | | | Using toml as format | ||||
* | Minor features | Aqua-sama | 2017-02-23 | 1 | -0/+1 |
| | | | | | First run check focusAddress and *toolbarMovable options | ||||
* | Single instance | Aqua-sama | 2017-02-21 | 1 | -0/+8 |
| | |||||
* | Global bookmarks and downloads dialogs | Aqua-sama | 2017-02-14 | 1 | -0/+8 |
| | |||||
* | Settings changes | Aqua-sama | 2017-02-14 | 1 | -3/+5 |
| | |||||
* | AStyle pass | Aqua-sama | 2017-02-01 | 1 | -5/+5 |
| | | | | Added style check to pre-commit hook | ||||
* | Added license headers | Aqua-sama | 2017-01-16 | 1 | -26/+46 |
| |