aboutsummaryrefslogtreecommitdiff
path: root/meson.build
Commit message (Collapse)AuthorAgeFilesLines
* Add Firefox bookmarks.json format to libbookmarksAqua-sama2020-01-161-0/+1
| | | | | | | | - can only read folders and bookmarks, their title and uri fields Not supported by Bookmark Model: - Separator items - Date added and Date modified fields
* Fix address bar completer deleting url when closing with no item selectedAqua-sama2020-01-121-0/+1
|
* Refactor WebViewContextMenuAqua-sama2020-01-111-4/+0
| | | | - Remove KDE Wallet code
* Disable plugins as brokenAqua-sama2020-01-041-1/+1
| | | | - Fix several Qt deprecated warnings
* PKGBUILD: add install stage for debug symbolsAqua-sama2020-01-031-2/+8
| | | | - make toggling breakpad work properly
* Merge some QoL improvements from staging branchAqua-sama2020-01-031-33/+37
| | | | | | | | - 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/
* Add configuration subcommandAqua-sama2019-11-091-1/+2
| | | | --dump: Write current configuration to stdout and exit
* Move lib/webprofile into src/webengineAqua-sama2019-11-041-1/+0
|
* Make gtest optional dependency and remove -DtestingAqua-sama2019-11-031-1/+1
|
* Drop boost dependencyAqua-sama2019-11-031-11/+22
| | | | | - wrote not-invented-here config file parser and conf class - spent obscene amount of time plugging in said conf class
* Use github.com/Taywee/args to parse command lineAqua-sama2019-10-221-0/+1
| | | | - This adds 3rd-party/args/args.git subrepository
* Improve meson.build filesAqua-sama2019-10-131-30/+17
| | | | | - 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-081-6/+0
|
* Add plugin signature verification policiesAqua-sama2019-04-191-2/+1
|
* Add PluginLoader classAqua-sama2019-03-111-1/+3
| | | | | | - 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.
* Add WIP Python REPL interfaceAqua-sama2019-02-231-26/+25
| | | | | - Requires Python >= 3.0.0 and linenoise or linenoise-ng - WIP: not built into the browser itself
* move add_global_arguments before build targetsAqua-sama2019-02-061-5/+5
|
* Use spdlog for loggingAqua-sama2019-02-061-0/+3
|
* Rewrite lib/web to lib/webprofileAqua-sama2019-01-161-2/+2
| | | | | | | | | | - 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-091-4/+2
| | | | | | - Make HostList and AdBlockList implementations independent from each other - Move urlfilter tests to lib/urlfilter
* Add assorted unfished doc files to repoAqua-sama2019-01-041-0/+6
|
* Rename TabWidget::deleteTab to TabWidget::removeTabAqua-sama2018-12-251-5/+12
|
* Add ContentsMatcher classAqua-sama2018-12-191-1/+3
|
* Add translations meson option to build and install translationsAqua-sama2018-12-131-0/+1
|
* Add Session DialogAqua-sama2018-11-251-1/+1
|
* Add QT_NO_DEBUG to non-debug buildsAqua-sama2018-11-231-2/+8
|
* Fix various build warningsAqua-sama2018-10-251-2/+2
|
* Add test/ meson.buildAqua-sama2018-10-251-1/+4
|
* Remove CMakeListsAqua-sama2018-10-251-1/+1
|
* Use vcs_tag to get version informationAqua-sama2018-10-241-12/+16
|
* Add missing install itemsAqua-sama2018-10-241-0/+1
|
* Add plugins to meson buildAqua-sama2018-10-231-0/+3
|
* Fix plasma dependencyAqua-sama2018-10-231-4/+12
|
* Fix breakpad integrationAqua-sama2018-10-231-0/+3
|
* Remove lib/ as includepathAqua-sama2018-10-231-3/+1
|
* Fix link errorsAqua-sama2018-10-231-0/+5
|
* Initial meson build filesAqua-sama2018-10-231-0/+48