Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |