aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix gcc compile errors and warningsAqua-sama2019-11-033-9/+22
|
* Make gtest optional dependency and remove -DtestingAqua-sama2019-11-032-2/+2
|
* Drop boost dependencyAqua-sama2019-11-0341-655/+645
| | | | | - wrote not-invented-here config file parser and conf class - spent obscene amount of time plugging in said conf class
* Change spdlog from makedepends to dependsjc_gargma2019-10-221-2/+2
|
* Use github.com/Taywee/args to parse command lineAqua-sama2019-10-2212-203/+106
| | | | - This adds 3rd-party/args/args.git subrepository
* Improve meson.build filesAqua-sama2019-10-1312-124/+102
| | | | | - meson should now properly create OpenSSL signing key and hexdump before trying to compile plugin loader
* Add some cpp compiler options and warningsAqua-sama2019-10-111-0/+14
|
* Remove gen-qtcreator-config.pyAqua-sama2019-09-082-71/+0
|
* Add openssl key generation step to meson.buildAqua-sama2019-05-172-3/+15
|
* Merge branch 'master' of originAqua-sama2019-05-051-1/+1
|\
| * Added spdlog makedependjc_gargma2019-05-041-1/+1
| |
| * Added missing qt5-tools makedependjc_gargma2019-05-041-1/+1
| |
* | Add plugin signature verification policiesAqua-sama2019-04-1912-43/+110
|/
* Use scdoc to generate manpagesAqua-sama2019-03-246-92/+125
|
* Added firejail profile workarounds for amd cpu and/or ati graphicsjc_gargma2019-03-221-1/+4
|
* Fix PKGBUILDAqua-sama2019-03-221-4/+6
|
* tools/hexdump: make --output workAqua-sama2019-03-221-8/+9
|
* Replace xxd with python scriptAqua-sama2019-03-225-13/+104
|
* Add PluginLoader classAqua-sama2019-03-117-15/+121
| | | | | | - PluginLoader::verify can be used to check if the plugin has a valid (SHA512/RSA 4096) signature. - Uses nn OpenSSL public key that is embedded during the compile.
* repl: import python moduleAqua-sama2019-03-061-2/+43
|
* Fixed failing build if manpage is disabledAqua-sama2019-02-242-2/+2
|
* Add WIP Python REPL interfaceAqua-sama2019-02-2315-48/+98
| | | | | - Requires Python >= 3.0.0 and linenoise or linenoise-ng - WIP: not built into the browser itself
* SubWindow: closing tab restores previous indexAqua-sama2019-02-152-2/+9
| | | | | SubWindow keeps track of its previous tab index, and when a tab is closed, the previous index should be restored.
* Add configure scriptAqua-sama2019-02-113-0/+75
| | | | | Configure script is not needed when building, it is provided as a convenience tool. Requires python3.
* move add_global_arguments before build targetsAqua-sama2019-02-061-5/+5
|
* Add subprojects/spdlog.wrapAqua-sama2019-02-061-0/+10
|
* Use spdlog for loggingAqua-sama2019-02-0610-30/+21
|
* Fix all profiles being created off-the-recordAqua-sama2019-01-203-15/+1
|
* Add tools/report-clang-tidy.shAqua-sama2019-01-1822-38/+86
| | | | | - Fix various clang-tidy warnings - Fix use-after-free crash when deleting profiles
* Rewrite lib/web to lib/webprofileAqua-sama2019-01-1620-344/+292
| | | | | | | | | | - libweb was supposed to be a general QtWebEngine wrapper, but only turned out to do profiles and profile management. The new name should make this more obvious. - Renamed ProfileManager to WebProfileManager, and cut out duplicate code. - Temporary profiles: temporary profiles are not kept after closing the browser.
* Rewrite lib/urlfilterAqua-sama2019-01-0943-1341/+811
| | | | | | - Make HostList and AdBlockList implementations independent from each other - Move urlfilter tests to lib/urlfilter
* Add assorted unfished doc files to repoAqua-sama2019-01-047-28/+136
|
* Add script to generate QtCreator project filesAqua-sama2019-01-031-0/+65
|
* Add Edit menuAqua-sama2019-01-031-0/+85
|
* Update license yearAqua-sama2019-01-025-22/+5
|
* Connect Developer Tools and View Source actionsAqua-sama2019-01-022-32/+47
|
* Configuration: fix homepath patching for value<QString>Aqua-sama2018-12-301-8/+11
|
* Fix filter.header not workingAqua-sama2018-12-304-36/+17
|
* Add smolbote.5 manpageAqua-sama2018-12-303-0/+124
| | | | Configuration file and Options description manpage
* Bookmarks: track modified state in the model rather than the widgetAqua-sama2018-12-274-21/+34
| | | | | | | | Dragging and dropping bookmarks is done by the QTreeView rather than through the BookmarksWidget, so the widget could not track modification state correctly when items were reordered. BUG: #9 Bookmark reordering does not persist
* Rename TabWidget::deleteTab to TabWidget::removeTabAqua-sama2018-12-255-27/+24
|
* Fix bookmarks context menu exec positionAqua-sama2018-12-222-3/+3
|
* Add BookmarksWidget::showContextMenu signalAqua-sama2018-12-223-0/+43
| | | | | | | | | | Connected the signal to last window's current subwindow. Menu contains: - Open link in current tab - Open link in current tab with profile - Open link in new tab - Open link in new tab with profile BUG: #10 Add right-click menu for bookmarks
* Dropping bookmarks onto a folder now inserts it at the first positionAqua-sama2018-12-221-1/+4
| | | | BUG: #8 Dragging bookmarks onto folders crash
* Add adblocklist classAqua-sama2018-12-217-5/+218
|
* Add ContentsMatcher classAqua-sama2018-12-199-74/+142
|
* Add subwindow list to Window menuAqua-sama2018-12-173-3/+27
|
* Add browser.iconThemeAqua-sama2018-12-162-0/+5
|
* Add restore last tab shortcutAqua-sama2018-12-152-23/+18
|
* Move tab actions to Subwindow menuAqua-sama2018-12-154-29/+190
|