Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add missing includes | Aqua-sama | 2018-03-23 | 1 | -0/+1 | |
| | ||||||
* | Cookie filter | Aqua-sama | 2018-03-23 | 9 | -236/+199 | |
| | | | | | - Requires Qt 5.11 (now required) - New settings: filter.cookies: block.all, block.thirdParty, path | |||||
* | poi-config saving config | Aqua-sama | 2018-03-21 | 1 | -14/+2 | |
| | ||||||
* | Update manpage | Aqua-sama | 2018-03-20 | 3 | -13/+1 | |
| | ||||||
* | Moved Configuration class into library | Aqua-sama | 2018-03-15 | 3 | -188/+3 | |
| | ||||||
* | Reworked CMakeLists to be a bit more readable | Aqua-sama | 2018-03-07 | 11 | -14/+98 | |
| | ||||||
* | Show local branch and commit in updater | Aqua-sama | 2018-03-06 | 3 | -4/+24 | |
| | ||||||
* | Added poi-config | Aqua-sama | 2018-03-05 | 1 | -1/+18 | |
| | | | | - view default configuration | |||||
* | Added manpage | Aqua-sama | 2018-02-17 | 1 | -0/+2 | |
| | ||||||
* | Connected WebView::newBookmark signal | Aqua-sama | 2018-02-08 | 3 | -3/+17 | |
| | ||||||
* | Fixed address bar auto-complete | Aqua-sama | 2018-02-07 | 5 | -17/+13 | |
| | ||||||
* | Rewrote bookmark manager to use QTreeWidget over QTreeView | Aqua-sama | 2018-02-07 | 1 | -1/+1 | |
| | | | | | | - cut out all the boilerplate that was BookmarkItem/BookmarksModel - deleting items no longer crash; proper drag'n'drop - Split Xbel into XbelReader and XbelWriter | |||||
* | Fixed bug where refresh button and loading bar would get stuck in loading state | Aqua-sama | 2018-01-31 | 7 | -5/+20 | |
| | ||||||
* | Always connect to local socket | Aqua-sama | 2018-01-30 | 5 | -39/+38 | |
| | ||||||
* | Profile menu lists loadable profiles | Aqua-sama | 2018-01-30 | 4 | -25/+19 | |
| | ||||||
* | Added profile and plugin list to About dialog | Aqua-sama | 2018-01-30 | 8 | -19/+52 | |
| | ||||||
* | Split cmd parsing from main into CommandLine class | Aqua-sama | 2018-01-27 | 3 | -80/+179 | |
| | ||||||
* | help and version option work again | Aqua-sama | 2018-01-27 | 1 | -5/+13 | |
| | ||||||
* | Passing unknown command line parameters to the Configuration | Aqua-sama | 2018-01-27 | 5 | -20/+57 | |
| | | | | - no longer compiling CookiesForm that we don't use | |||||
* | Using boost::program_options instead of libconfig | Aqua-sama | 2018-01-26 | 6 | -202/+117 | |
| | ||||||
* | Added warning when trying to get value of non-existent options | Aqua-sama | 2018-01-26 | 1 | -0/+1 | |
| | ||||||
* | UrlLineEdit rework | Aqua-sama | 2018-01-26 | 9 | -17/+350 | |
| | | | | | | | | | - 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 | 5 | -6/+264 | |
| | | | | | | - castToString is now a free function - setFromString split away from setValue - moved Configuration to src | |||||
* | Configuration class rework | Aqua-sama | 2018-01-24 | 1 | -74/+15 | |
| | | | | | | - Moved setValue to the header - Code readability - Removed secondary defaultCfg | |||||
* | Added result label to search form | Aqua-sama | 2018-01-20 | 4 | -9/+17 | |
| | ||||||
* | Fixed repo location in license headers | Aqua-sama | 2018-01-20 | 31 | -31/+31 | |
| | ||||||
* | Added revision and branch to about dialog | Aqua-sama | 2018-01-19 | 2 | -32/+29 | |
| | ||||||
* | Added shortcuts to navbar actions | Aqua-sama | 2018-01-19 | 1 | -1/+16 | |
| | ||||||
* | Refactoring MainWindow | Aqua-sama | 2018-01-19 | 15 | -73/+267 | |
| | | | | | - Added NavigationBar object that manages the navigation buttons - Removed NavigationButton class that it obsoleted | |||||
* | Configuration creates missing items based on defaults | Aqua-sama | 2018-01-17 | 2 | -26/+14 | |
| | ||||||
* | Fixed build scripts for use with the mercurial repository | Aqua-sama | 2018-01-16 | 3 | -8/+8 | |
| | ||||||
* | Moved ProfileView to ProfileEditorPlugin | Aqua-sama | 2018-01-15 | 8 | -460/+50 | |
| | ||||||
* | Initial plugins testing | Aqua-sama | 2018-01-14 | 4 | -2/+44 | |
| | ||||||
* | Minor fixes | Aqua-sama | 2018-01-14 | 2 | -3/+3 | |
| | ||||||
* | CookieInterceptor, making all cookies session cookies | Aqua-sama | 2018-01-13 | 6 | -1/+80 | |
| | ||||||
* | Multithreaded saving during shutdown | Aqua-sama | 2018-01-13 | 3 | -9/+12 | |
| | ||||||
* | Address bar completer doesn't show up if there's nothing to suggest | Aqua-sama | 2018-01-08 | 1 | -3/+1 | |
| | ||||||
* | Fixed bugs with QDockWidgets | Aqua-sama | 2018-01-08 | 2 | -23/+38 | |
| | | | | | | - QDockWidgets are now deleted on close - Opening a new BookmarksWidget no longer leaves an empty dock widget - Fixed crash with deleting dock widgets | |||||
* | Added .clang-format | Aqua-sama | 2018-01-07 | 26 | -133/+133 | |
| | ||||||
* | Various minor fixes | Aqua-sama | 2018-01-04 | 11 | -23/+4 | |
| | | | | | | | - typo fixes - bumped copyright year - removed a bunch of unused imports - fixed a couple of clazy warnings | |||||
* | Fixed crash with Settings dialog | Aqua-sama | 2018-01-03 | 2 | -30/+36 | |
| | | | | | - User Configuration gets completely written, instead of being just overrides | |||||
* | Changed from qbs to cmake | Aqua-sama | 2018-01-03 | 30 | -1847/+33 | |
| | ||||||
* | Download items' width should no longer exceed the list width | Aqua-sama | 2018-01-01 | 7 | -34/+221 | |
| | ||||||
* | UrlCompleter searches the bookmarks tree (folder href) | Aqua-sama | 2017-12-31 | 6 | -6/+63 | |
| | ||||||
* | Using QCompleter to provide address bar completions | Aqua-sama | 2017-12-29 | 6 | -90/+27 | |
| | | | | - known issue: it doesn't search trees well | |||||
* | Off-the-record profile settings | Aqua-sama | 2017-12-29 | 4 | -90/+127 | |
| | | | | | - all profiles can load configs now - fullscreen requests are no longer ignored | |||||
* | Download manager fixes | Aqua-sama | 2017-12-27 | 10 | -91/+71 | |
| | | | | | | | | | | DownloadsWidget - Download widget now in landscape - Download widget no longer docks in the main window, but is a dialog DownloadItemWidget - Download item widget looks more compact - Download details are now a part of the item widgets instead - Download details: save path | |||||
* | UrlRequestInterceptor fixes | Aqua-sama | 2017-12-26 | 4 | -98/+30 | |
| | | | | | - Using QHash to store HostRule's, so lookup should be faster - HostRule is now a struct | |||||
* | SettingsDialog patches | Aqua-sama | 2017-12-26 | 2 | -3/+8 | |
| | | | | | | | - Added scrollbar, so items are now properly viewable on all sizes - Reset button now works - Editing values causes a crash - Filter path is now in filter.path instead of browser.filterPath | |||||
* | --profile no longer causes a crash | Aqua-sama | 2017-12-25 | 3 | -49/+39 | |
| |