Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Disable plugins as broken | Aqua-sama | 2020-01-04 | 13 | -59/+30 | |
| | | | | - Fix several Qt deprecated warnings | |||||
* | Fix configuration not being read unless explicitly specified | Aqua-sama | 2020-01-04 | 2 | -35/+15 | |
| | ||||||
* | PKGBUILD: add install stage for debug symbols | Aqua-sama | 2020-01-03 | 7 | -64/+97 | |
| | | | | - make toggling breakpad work properly | |||||
* | Merge some QoL improvements from staging branch | Aqua-sama | 2020-01-03 | 39 | -749/+441 | |
| | | | | | | | | - Build executable in top-level buildroot - Use meson sourceset - Pull in poi-crash and poi-update from staging - Remove extraneous scripts in tools/ - Pull in configure scripts in scripts/ | |||||
* | WebProfile refactoring | Aqua-sama | 2019-11-22 | 6 | -43/+34 | |
| | | | | | | - Remove WebProfileManager::Profile::value - Make WebProfile constructors protected, and WebProfileManager friend class | |||||
* | Configuration: only try reading it when cfg file can be opened | Aqua-sama | 2019-11-17 | 1 | -6/+7 | |
| | ||||||
* | Bookmarks: move xbel implementation to formats/ | Aqua-sama | 2019-11-15 | 7 | -5/+69 | |
| | ||||||
* | Context menu: add actions for MediaTypeNone | Aqua-sama | 2019-11-09 | 1 | -6/+18 | |
| | | | | | | - Select All - Clear Selection - Copy | |||||
* | Add configuration subcommand | Aqua-sama | 2019-11-09 | 6 | -68/+139 | |
| | | | | --dump: Write current configuration to stdout and exit | |||||
* | Fix manpages not disabled when disabled by meson | Aqua-sama | 2019-11-05 | 2 | -7/+9 | |
| | ||||||
* | Move lib/webprofile into src/webengine | Aqua-sama | 2019-11-04 | 15 | -37/+23 | |
| | ||||||
* | Fix gcc compile errors and warnings | Aqua-sama | 2019-11-03 | 3 | -9/+22 | |
| | ||||||
* | Make gtest optional dependency and remove -Dtesting | Aqua-sama | 2019-11-03 | 2 | -2/+2 | |
| | ||||||
* | Drop boost dependency | Aqua-sama | 2019-11-03 | 41 | -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 depends | jc_gargma | 2019-10-22 | 1 | -2/+2 | |
| | ||||||
* | Use github.com/Taywee/args to parse command line | Aqua-sama | 2019-10-22 | 12 | -203/+106 | |
| | | | | - This adds 3rd-party/args/args.git subrepository | |||||
* | Improve meson.build files | Aqua-sama | 2019-10-13 | 12 | -124/+102 | |
| | | | | | - meson should now properly create OpenSSL signing key and hexdump before trying to compile plugin loader | |||||
* | Add some cpp compiler options and warnings | Aqua-sama | 2019-10-11 | 1 | -0/+14 | |
| | ||||||
* | Remove gen-qtcreator-config.py | Aqua-sama | 2019-09-08 | 2 | -71/+0 | |
| | ||||||
* | Add openssl key generation step to meson.build | Aqua-sama | 2019-05-17 | 2 | -3/+15 | |
| | ||||||
* | Merge branch 'master' of origin | Aqua-sama | 2019-05-05 | 1 | -1/+1 | |
|\ | ||||||
| * | Added spdlog makedepend | jc_gargma | 2019-05-04 | 1 | -1/+1 | |
| | | ||||||
| * | Added missing qt5-tools makedepend | jc_gargma | 2019-05-04 | 1 | -1/+1 | |
| | | ||||||
* | | Add plugin signature verification policies | Aqua-sama | 2019-04-19 | 12 | -43/+110 | |
|/ | ||||||
* | Use scdoc to generate manpages | Aqua-sama | 2019-03-24 | 6 | -92/+125 | |
| | ||||||
* | Added firejail profile workarounds for amd cpu and/or ati graphics | jc_gargma | 2019-03-22 | 1 | -1/+4 | |
| | ||||||
* | Fix PKGBUILD | Aqua-sama | 2019-03-22 | 1 | -4/+6 | |
| | ||||||
* | tools/hexdump: make --output work | Aqua-sama | 2019-03-22 | 1 | -8/+9 | |
| | ||||||
* | Replace xxd with python script | Aqua-sama | 2019-03-22 | 5 | -13/+104 | |
| | ||||||
* | Add PluginLoader class | Aqua-sama | 2019-03-11 | 7 | -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 module | Aqua-sama | 2019-03-06 | 1 | -2/+43 | |
| | ||||||
* | Fixed failing build if manpage is disabled | Aqua-sama | 2019-02-24 | 2 | -2/+2 | |
| | ||||||
* | Add WIP Python REPL interface | Aqua-sama | 2019-02-23 | 15 | -48/+98 | |
| | | | | | - Requires Python >= 3.0.0 and linenoise or linenoise-ng - WIP: not built into the browser itself | |||||
* | SubWindow: closing tab restores previous index | Aqua-sama | 2019-02-15 | 2 | -2/+9 | |
| | | | | | SubWindow keeps track of its previous tab index, and when a tab is closed, the previous index should be restored. | |||||
* | Add configure script | Aqua-sama | 2019-02-11 | 3 | -0/+75 | |
| | | | | | Configure script is not needed when building, it is provided as a convenience tool. Requires python3. | |||||
* | move add_global_arguments before build targets | Aqua-sama | 2019-02-06 | 1 | -5/+5 | |
| | ||||||
* | Add subprojects/spdlog.wrap | Aqua-sama | 2019-02-06 | 1 | -0/+10 | |
| | ||||||
* | Use spdlog for logging | Aqua-sama | 2019-02-06 | 10 | -30/+21 | |
| | ||||||
* | Fix all profiles being created off-the-record | Aqua-sama | 2019-01-20 | 3 | -15/+1 | |
| | ||||||
* | Add tools/report-clang-tidy.sh | Aqua-sama | 2019-01-18 | 22 | -38/+86 | |
| | | | | | - Fix various clang-tidy warnings - Fix use-after-free crash when deleting profiles | |||||
* | Rewrite lib/web to lib/webprofile | Aqua-sama | 2019-01-16 | 20 | -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/urlfilter | Aqua-sama | 2019-01-09 | 43 | -1341/+811 | |
| | | | | | | - Make HostList and AdBlockList implementations independent from each other - Move urlfilter tests to lib/urlfilter | |||||
* | Add assorted unfished doc files to repo | Aqua-sama | 2019-01-04 | 7 | -28/+136 | |
| | ||||||
* | Add script to generate QtCreator project files | Aqua-sama | 2019-01-03 | 1 | -0/+65 | |
| | ||||||
* | Add Edit menu | Aqua-sama | 2019-01-03 | 1 | -0/+85 | |
| | ||||||
* | Update license year | Aqua-sama | 2019-01-02 | 5 | -22/+5 | |
| | ||||||
* | Connect Developer Tools and View Source actions | Aqua-sama | 2019-01-02 | 2 | -32/+47 | |
| | ||||||
* | Configuration: fix homepath patching for value<QString> | Aqua-sama | 2018-12-30 | 1 | -8/+11 | |
| | ||||||
* | Fix filter.header not working | Aqua-sama | 2018-12-30 | 4 | -36/+17 | |
| | ||||||
* | Add smolbote.5 manpage | Aqua-sama | 2018-12-30 | 3 | -0/+124 | |
| | | | | Configuration file and Options description manpage |