Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed address bar auto-complete | Aqua-sama | 2018-02-07 | 2 | -0/+7 |
| | |||||
* | Rewrote bookmark manager to use QTreeWidget over QTreeView | Aqua-sama | 2018-02-07 | 12 | -732/+232 |
| | | | | | | - cut out all the boilerplate that was BookmarkItem/BookmarksModel - deleting items no longer crash; proper drag'n'drop - Split Xbel into XbelReader and XbelWriter | ||||
* | Bookmarks bugfixes | Aqua-sama | 2018-02-07 | 6 | -15/+59 |
| | | | | | - Overwriting bookmarks file when saving - Added BookmarksModel::removeItem with mystery crash on QVector::count | ||||
* | Bookmarks drag and drop | Aqua-sama | 2018-02-04 | 6 | -47/+92 |
| | |||||
* | UrlLineEdit rework | Aqua-sama | 2018-01-26 | 3 | -264/+0 |
| | | | | | | | | | - 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 | 4 | -263/+1 |
| | | | | | | - castToString is now a free function - setFromString split away from setValue - moved Configuration to src | ||||
* | Configuration class rework | Aqua-sama | 2018-01-24 | 3 | -204/+77 |
| | | | | | | - Moved setValue to the header - Code readability - Removed secondary defaultCfg | ||||
* | Pressing enter/return sets bookmark items | Aqua-sama | 2018-01-20 | 1 | -0/+26 |
| | |||||
* | Saner bookmark editing | Aqua-sama | 2018-01-20 | 6 | -44/+130 |
| | | | | - Fixed bug with bookmarks in folders getting duplicated | ||||
* | Fixed repo location in license headers | Aqua-sama | 2018-01-20 | 20 | -20/+20 |
| | |||||
* | Refactoring MainWindow | Aqua-sama | 2018-01-19 | 3 | -188/+0 |
| | | | | | - 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 | -161/+122 |
| | |||||
* | Multithreaded saving during shutdown | Aqua-sama | 2018-01-13 | 1 | -0/+2 |
| | |||||
* | Writing BookmarksModel to xbel | Aqua-sama | 2018-01-11 | 6 | -42/+118 |
| | |||||
* | Editing bookmark items | Aqua-sama | 2018-01-11 | 3 | -2/+17 |
| | |||||
* | BookmarksModel::insertItem | Aqua-sama | 2018-01-08 | 3 | -1/+87 |
| | |||||
* | Address bar completer doesn't show up if there's nothing to suggest | Aqua-sama | 2018-01-08 | 1 | -4/+7 |
| | |||||
* | Fixed bugs with QDockWidgets | Aqua-sama | 2018-01-08 | 2 | -1/+8 |
| | | | | | | - 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 | 21 | -114/+115 |
| | |||||
* | Searching through BookmarkModel elements | Aqua-sama | 2018-01-07 | 7 | -64/+117 |
| | |||||
* | Added BookmarksModel | Aqua-sama | 2018-01-07 | 10 | -287/+423 |
| | | | | | | TODO: Editing bookmarks TODO: Saving bookmarks BUG: Completer doesn't search through folders | ||||
* | Various minor fixes | Aqua-sama | 2018-01-04 | 9 | -38/+6 |
| | | | | | | | - 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 | 4 | -81/+127 |
| | | | | | - User Configuration gets completely written, instead of being just overrides | ||||
* | Updated PKGBUILD | Aqua-sama | 2018-01-03 | 1 | -1/+1 |
| | |||||
* | Changed from qbs to cmake | Aqua-sama | 2018-01-03 | 25 | -38/+1530 |
| | |||||
* | SettingsDialog patches | Aqua-sama | 2017-12-26 | 3 | -7/+27 |
| | | | | | | | - 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 | ||||
* | astyle pass | Aqua-sama | 2017-12-25 | 4 | -4/+4 |
| | |||||
* | Address bar menu now reads entries from the bookmarks | Aqua-sama | 2017-12-24 | 1 | -0/+1 |
| | |||||
* | Request filter now properly takes hostlists | Aqua-sama | 2017-12-23 | 6 | -296/+0 |
| | | | | - hostslist directory is set in browser.filterPath | ||||
* | smolbote can now compile on Qt 5.7.1 | Aqua-sama | 2017-12-23 | 2 | -3/+0 |
| | |||||
* | Changed license from GPL3+ to GPL3 | Aqua-sama | 2017-12-19 | 9 | -114/+66 |
| | |||||
* | Basic adblock FilterRule | Aqua-sama | 2017-12-18 | 6 | -0/+298 |
| | |||||
* | Updated documentation | Aqua-sama | 2017-12-13 | 1 | -2/+2 |
| | |||||
* | Autogenerating settings dialog | Aqua-sama | 2017-12-11 | 6 | -4/+245 |
| | |||||
* | Replaced tinytoml with libconfig | Aqua-sama | 2017-12-08 | 3 | -24/+58 |
| | |||||
* | libconfig test | Aqua-sama | 2017-11-30 | 3 | -0/+354 |