Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add Plasma option to cmake that turns on KF5 blur window effect | Aqua-sama | 2018-06-16 | 1 | -0/+7 |
| | |||||
* | Split webengine/webprofile into lib/web | Aqua-sama | 2018-06-07 | 1 | -0/+1 |
| | |||||
* | Fix hg bookmark not showing up in arch build version | Aqua-sama | 2018-06-01 | 1 | -3/+7 |
| | |||||
* | Profile editor plugin | Aqua-sama | 2018-05-15 | 1 | -1/+1 |
| | |||||
* | Bump cmake version | Aqua-sama | 2018-05-05 | 1 | -2/+1 |
| | |||||
* | Split off addressbar into lib/ | Aqua-sama | 2018-05-01 | 1 | -0/+1 |
| | |||||
* | message Boost lib | Aqua-sama | 2018-04-21 | 1 | -0/+1 |
| | |||||
* | Comment out ProfileEditor | Aqua-sama | 2018-04-21 | 1 | -1/+1 |
| | |||||
* | Multiple subwindows interface | Aqua-sama | 2018-04-16 | 1 | -4/+9 |
| | | | | | | | | | | | | 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 | -1/+1 |
| | |||||
* | Multithreading UrlRequestInterceptor | Aqua-sama | 2018-04-08 | 1 | -0/+7 |
| | | | | | - Add parse() free function to UrlRequestInterceptor - hostlists are loaded in parallel via QtConcurrent | ||||
* | Add FeatureSummary to CMakeLists | Aqua-sama | 2018-04-03 | 1 | -1/+20 |
| | | | | - Add MercurialRepo option | ||||
* | Cookie filter | Aqua-sama | 2018-03-23 | 1 | -4/+1 |
| | | | | | - Requires Qt 5.11 (now required) - New settings: filter.cookies: block.all, block.thirdParty, path | ||||
* | Moved Configuration class into library | Aqua-sama | 2018-03-15 | 1 | -0/+1 |
| | |||||
* | Reworked CMakeLists to be a bit more readable | Aqua-sama | 2018-03-07 | 1 | -86/+4 |
| | |||||
* | Added poi-config | Aqua-sama | 2018-03-05 | 1 | -0/+2 |
| | | | | - view default configuration | ||||
* | Split cmd parsing from main into CommandLine class | Aqua-sama | 2018-01-27 | 1 | -1/+1 |
| | |||||
* | Passing unknown command line parameters to the Configuration | Aqua-sama | 2018-01-27 | 1 | -3/+3 |
| | | | | - no longer compiling CookiesForm that we don't use | ||||
* | Using boost::program_options instead of libconfig | Aqua-sama | 2018-01-26 | 1 | -4/+2 |
| | |||||
* | UrlLineEdit rework | Aqua-sama | 2018-01-26 | 1 | -4/+8 |
| | | | | | | | | | - moved UrlLineEdit to src/addressbar - added UrlLineEdit::connectWebView - removed UrlLineEdit::pageAction - UrlLineEdit restores the text format when losing focus - Split off completer code into Completer class - WebPage now displays a warning message box instead on certificate errors | ||||
* | Configuration class rework | Aqua-sama | 2018-01-25 | 1 | -0/+2 |
| | | | | | | - castToString is now a free function - setFromString split away from setValue - moved Configuration to src | ||||
* | Added result label to search form | Aqua-sama | 2018-01-20 | 1 | -7/+9 |
| | |||||
* | Added revision and branch to about dialog | Aqua-sama | 2018-01-19 | 1 | -2/+4 |
| | |||||
* | Refactoring MainWindow | Aqua-sama | 2018-01-19 | 1 | -6/+6 |
| | | | | | - Added NavigationBar object that manages the navigation buttons - Removed NavigationButton class that it obsoleted | ||||
* | Fixed build scripts for use with the mercurial repository | Aqua-sama | 2018-01-16 | 1 | -3/+3 |
| | |||||
* | Moved ProfileView to ProfileEditorPlugin | Aqua-sama | 2018-01-15 | 1 | -3/+0 |
| | |||||
* | Initial plugins testing | Aqua-sama | 2018-01-14 | 1 | -1/+8 |
| | |||||
* | Minor fixes | Aqua-sama | 2018-01-14 | 1 | -0/+1 |
| | |||||
* | CookieInterceptor, making all cookies session cookies | Aqua-sama | 2018-01-13 | 1 | -0/+2 |
| | |||||
* | Multithreaded saving during shutdown | Aqua-sama | 2018-01-13 | 1 | -1/+2 |
| | |||||
* | Fixed bugs with QDockWidgets | Aqua-sama | 2018-01-08 | 1 | -1/+15 |
| | | | | | | - QDockWidgets are now deleted on close - Opening a new BookmarksWidget no longer leaves an empty dock widget - Fixed crash with deleting dock widgets | ||||
* | Fixed crash with Settings dialog | Aqua-sama | 2018-01-03 | 1 | -0/+1 |
| | | | | | - User Configuration gets completely written, instead of being just overrides | ||||
* | Updated PKGBUILD | Aqua-sama | 2018-01-03 | 1 | -2/+2 |
| | |||||
* | Changed from qbs to cmake | Aqua-sama | 2018-01-03 | 1 | -0/+96 |