aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Ported to qt6aqua3 days6-31/+36
* Turn on more warnings by defaultAqua-sama2020-05-287-27/+35
* libwebengineAqua-sama2020-05-084-1/+8
* Expand pluginloader test coverageAqua-sama2020-04-295-98/+216
* CleanupAqua-sama2020-04-292-10/+5
* Add libfuzzer test to libconfigurationAqua-sama2020-04-217-37/+82
* Rewrite configuration tests in catch2Aqua-sama2020-04-206-164/+223
* move lib/about to src/aboutAqua-sama2020-04-197-638/+0
* Rewrite Session backendAqua-sama2020-04-134-0/+249
* Fix various compiler warningsAqua-sama2020-03-232-14/+0
* lib/configuration improvementsAqua-sama2020-03-228-61/+320
* BookmarkModel: enable drag/drop for the root itemAqua-sama2020-01-301-1/+2
* Remove non-const BookmarkItem::iconAqua-sama2020-01-282-12/+9
* Add bookmarks toolbarAqua-sama2020-01-285-39/+48
* pluginloader: generate keys by mesonAqua-sama2020-01-272-20/+13
* pluginloader: add test for PluginLoader::verifyAqua-sama2020-01-275-46/+95
* Merge branch 'bookmarks-subcommand'Aqua-sama2020-01-182-8/+8
|\
| * Add bookmarks subcommandAqua-sama2020-01-172-8/+8
* | Fix various gcc and clazy compile warningsAqua-sama2020-01-177-51/+53
|/
* Parse Tags and Descriptions in FFJsonAqua-sama2020-01-171-0/+13
* Add Import option to BookmarksWidgetAqua-sama2020-01-171-4/+0
* BookmarkItem::DateAdded and LastModified fieldsAqua-sama2020-01-175-5/+44
* Add Firefox bookmarks.json format to libbookmarksAqua-sama2020-01-165-4/+75
* Move BookmarksWidget out of libbookmarksAqua-sama2020-01-157-547/+5
* Move/rename files for readabilityAqua-sama2020-01-1411-56/+81
* Disable plugins as brokenAqua-sama2020-01-044-22/+16
* Merge some QoL improvements from staging branchAqua-sama2020-01-032-1/+60
* Bookmarks: move xbel implementation to formats/Aqua-sama2019-11-157-5/+69
* Add configuration subcommandAqua-sama2019-11-092-32/+63
* Move lib/webprofile into src/webengineAqua-sama2019-11-045-486/+0
* Fix gcc compile errors and warningsAqua-sama2019-11-032-7/+19
* Make gtest optional dependency and remove -DtestingAqua-sama2019-11-031-1/+1
* Drop boost dependencyAqua-sama2019-11-0317-895/+143
* Use github.com/Taywee/args to parse command lineAqua-sama2019-10-223-139/+1
* Improve meson.build filesAqua-sama2019-10-134-17/+14
* Add openssl key generation step to meson.buildAqua-sama2019-05-171-0/+14
* Add plugin signature verification policiesAqua-sama2019-04-194-3/+161
* Replace xxd with python scriptAqua-sama2019-03-221-0/+29
* Add WIP Python REPL interfaceAqua-sama2019-02-236-16/+11
* Use spdlog for loggingAqua-sama2019-02-061-1/+0
* Fix all profiles being created off-the-recordAqua-sama2019-01-203-15/+1
* Add tools/report-clang-tidy.shAqua-sama2019-01-187-9/+10
* Rewrite lib/web to lib/webprofileAqua-sama2019-01-168-271/+246
* Rewrite lib/urlfilterAqua-sama2019-01-0926-820/+733
* Update license yearAqua-sama2019-01-021-1/+1
* Configuration: fix homepath patching for value<QString>Aqua-sama2018-12-301-8/+11
* Fix filter.header not workingAqua-sama2018-12-301-3/+4
* Bookmarks: track modified state in the model rather than the widgetAqua-sama2018-12-274-21/+34
* Fix bookmarks context menu exec positionAqua-sama2018-12-221-2/+2
* Add BookmarksWidget::showContextMenu signalAqua-sama2018-12-222-0/+12