aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
...
* Rewrote bookmark manager to use QTreeWidget over QTreeViewAqua-sama2018-02-0712-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 bugfixesAqua-sama2018-02-076-15/+59
| | | | | - Overwriting bookmarks file when saving - Added BookmarksModel::removeItem with mystery crash on QVector::count
* Bookmarks drag and dropAqua-sama2018-02-046-47/+92
|
* UrlLineEdit reworkAqua-sama2018-01-263-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 reworkAqua-sama2018-01-254-263/+1
| | | | | | - castToString is now a free function - setFromString split away from setValue - moved Configuration to src
* Configuration class reworkAqua-sama2018-01-243-204/+77
| | | | | | - Moved setValue to the header - Code readability - Removed secondary defaultCfg
* Pressing enter/return sets bookmark itemsAqua-sama2018-01-201-0/+26
|
* Saner bookmark editingAqua-sama2018-01-206-44/+130
| | | | - Fixed bug with bookmarks in folders getting duplicated
* Fixed repo location in license headersAqua-sama2018-01-2020-20/+20
|
* Refactoring MainWindowAqua-sama2018-01-193-188/+0
| | | | | - Added NavigationBar object that manages the navigation buttons - Removed NavigationButton class that it obsoleted
* Configuration creates missing items based on defaultsAqua-sama2018-01-172-161/+122
|
* Multithreaded saving during shutdownAqua-sama2018-01-131-0/+2
|
* Writing BookmarksModel to xbelAqua-sama2018-01-116-42/+118
|
* Editing bookmark itemsAqua-sama2018-01-113-2/+17
|
* BookmarksModel::insertItemAqua-sama2018-01-083-1/+87
|
* Address bar completer doesn't show up if there's nothing to suggestAqua-sama2018-01-081-4/+7
|
* Fixed bugs with QDockWidgetsAqua-sama2018-01-082-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-formatAqua-sama2018-01-0721-114/+115
|
* Searching through BookmarkModel elementsAqua-sama2018-01-077-64/+117
|
* Added BookmarksModelAqua-sama2018-01-0710-287/+423
| | | | | | TODO: Editing bookmarks TODO: Saving bookmarks BUG: Completer doesn't search through folders
* Various minor fixesAqua-sama2018-01-049-38/+6
| | | | | | | - typo fixes - bumped copyright year - removed a bunch of unused imports - fixed a couple of clazy warnings
* Fixed crash with Settings dialogAqua-sama2018-01-034-81/+127
| | | | | - User Configuration gets completely written, instead of being just overrides
* Updated PKGBUILDAqua-sama2018-01-031-1/+1
|
* Changed from qbs to cmakeAqua-sama2018-01-0325-38/+1530
|
* SettingsDialog patchesAqua-sama2017-12-263-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 passAqua-sama2017-12-254-4/+4
|
* Address bar menu now reads entries from the bookmarksAqua-sama2017-12-241-0/+1
|
* Request filter now properly takes hostlistsAqua-sama2017-12-236-296/+0
| | | | - hostslist directory is set in browser.filterPath
* smolbote can now compile on Qt 5.7.1Aqua-sama2017-12-232-3/+0
|
* Changed license from GPL3+ to GPL3Aqua-sama2017-12-199-114/+66
|
* Basic adblock FilterRuleAqua-sama2017-12-186-0/+298
|
* Updated documentationAqua-sama2017-12-131-2/+2
|
* Autogenerating settings dialogAqua-sama2017-12-116-4/+245
|
* Replaced tinytoml with libconfigAqua-sama2017-12-083-24/+58
|
* libconfig testAqua-sama2017-11-303-0/+354