Commit Graph

1849 Commits

Author SHA1 Message Date
dependabot[bot]
319dd28f32
ci(github): bump github/codeql-action from 1 to 2 (#1417) 2022-07-23 13:30:00 -04:00
Oleg Shparber
8cd4a86365 chore(github): set Dependabot commit message 2022-07-23 13:27:42 -04:00
Oleg Shparber
47fea3bdef chore(github): enable Debendabot for GitHub Actions 2022-07-23 13:18:20 -04:00
Oleg Shparber
e5fed9816d
build(cmake): add CMakePresets.json (#1410) 2022-07-23 13:15:48 -04:00
Oleg Shparber
6fee23700f build(app): restructure resources to rely on CMAKE_AUTORCC 2022-04-16 10:55:12 -07:00
Oleg Shparber
e5c1f915bf build(cmake): bump minimum CMake version to 3.16.3
CMake 3.16.3 is provided in Ubuntu 20.04 LTS.
2022-04-16 10:26:45 -07:00
xaizek
763edca12c
fix(browser): prevent WebEngine taking away focus from searchbox (#1322) 2021-12-25 12:28:53 -05:00
nevesnunes
7bd8598387
fix: use system CA certificates for requests (#1367)
Co-authored-by: nevesnunes <maxnevesnunes+gh@gmail.com>
2021-12-25 12:24:41 -05:00
Oleg Shparber
dbb8eb29db refactor(core,registry): use std::async instead of QtConcurrent::run 2021-07-18 20:39:34 -04:00
Oleg Shparber
8854bf5c5b build(appimage): bundle qt5-gtk-platformtheme 2021-07-18 01:33:58 -04:00
Oleg Shparber
53bdb5a0fd docs: update contact information 2021-07-18 00:46:36 -04:00
Oleg Shparber
68185eb5ca chore(core): update cpp-httplib to v0.9.0 2021-07-11 00:12:19 -04:00
Oleg Shparber
f3e5a7ebc9 docs: update IRC links 2021-07-10 20:08:32 -04:00
Oleg Shparber
50f24212c7 refactor(browser): remove unnecessary include 2021-07-10 19:51:06 -04:00
Oleg Shparber
3d1b2cd99e build(cmake): remove reference to .appveyor.yml 2021-07-10 11:12:55 -04:00
Oleg Shparber
2e3c1b791e docs(readme): update build check badge 2021-07-10 11:12:16 -04:00
Oleg Shparber
f92cd02732 ci(appveyor): remove .appveyor.yml 2021-07-10 10:50:36 -04:00
Oleg Shparber
1ce8eda364 ci(github): fix CMake build type selection
Since CMake 3.20 --config option triggers an error, and apparently
it never worked for the configuration step.
2021-07-10 10:39:48 -04:00
Oleg Shparber
d3c5521c50
build(appimage): pin appimage-builder to v0.8.3 (#1318) 2021-01-31 21:27:20 -05:00
Oleg Shparber
fe8b112a6c build(cmake): make unreleased code message more noticeable 2021-01-30 13:52:45 -05:00
Oleg Shparber
259ba0cf01 build(cmake): detect shallow clone, log failed Git checks 2021-01-30 13:51:42 -05:00
Oleg Shparber
1e65256bc5 build(cmake): check for .git directory before calculating version 2021-01-29 22:12:54 -05:00
Alexis López Zubieta
2a135c9d00
build(appimage): add dependencies, disable Qt WebEngine sandbox (#1315) 2021-01-28 00:52:31 -05:00
Oleg Shparber
8a018dc6b9 build(cmake): use full version for source tarballs 2021-01-24 23:33:02 -05:00
Oleg Shparber
09dc238f3e ci(github): fix CodeQL action 2021-01-24 12:52:59 -05:00
Oleg Shparber
1e9fbb362a ci(github): set build type to RelWithDebInfo 2021-01-24 12:42:49 -05:00
Oleg Shparber
6c59d4e7dc build(cmake): add versioning for unstable builds
New SemVer compatible scheme:
Following a stable release the hard-coded version will be bumped to
the next patch.
Builds from untagged revisions will have "-dev" version suffix added.
If Git metadata is present it will be added to the version string as well.
2021-01-24 12:42:49 -05:00
Oleg Shparber
26e10d339d ci(github): checkout full repository 2021-01-24 12:42:49 -05:00
Oleg Shparber
bf855d84dc feat(browser,core,ui): display version with v prefix 2021-01-24 12:42:49 -05:00
Oleg Shparber
9e2bdfe171 feat(ui): make version copyable in the about dialog 2021-01-24 12:42:49 -05:00
Oleg Shparber
fed1d62555 fix(ui): adjust size of the about dialog 2021-01-24 12:42:49 -05:00
Oleg Shparber
d580fe6752 fix(wix): fix ARPHELPLINK 2021-01-24 12:42:49 -05:00
Oleg Shparber
d4d7d35c3e fix(assets): update AppStream ID to org.zealdocs.zeal
AppStream specification strongly encourages lowercase ID.
Flatpak documentation recommends to avoid .desktop suffix in the ID.
2021-01-24 12:42:49 -05:00
Oleg Shparber
5d0f3fb98f fix(assets): fix AppStream validation errors 2021-01-24 12:42:49 -05:00
Oleg Shparber
3469e05c20
fix(core): use QNetworkRequest::RedirectPolicyAttribute (#1313)
QNetworkRequest::FollowRedirectsAttribute is deprecated.
2021-01-24 02:14:58 -05:00
Oleg Shparber
53c5e5881a
ci(github): build with Ninja (#1314) 2021-01-24 01:55:56 -05:00
Oleg Shparber
7864b97887 ci(github): update CodeQL workflow 2021-01-24 01:27:29 -05:00
Oleg Shparber
080ee0435b ci(github): update vcpkg 2021-01-24 01:27:29 -05:00
Oleg Shparber
619e2f4b26 ci(github): update actions 2021-01-24 01:27:29 -05:00
Oleg Shparber
09b13359c9 ci(github): switch AppImage build to Ubuntu 20.04 2021-01-24 01:27:29 -05:00
Yoshihisa Mochihara
043952f6fc
fix(assets): prevent duplicating application icons in GNOME dock (#1286) 2020-11-25 17:42:35 -05:00
Oleg Shparber
3dadb633e7
ci(github): enable code scanning (#1279) 2020-09-13 15:44:28 -04:00
Oleg Shparber
5220b7093e fix(ui): fix crash on tab duplication
The crash occurred when there were selected items in the tree view.
2020-09-08 03:09:04 -04:00
Oleg Shparber
803db6ae34 fix(core): create root directory before extracting files
This fixes a bug where files in the root directory of an archive
would not be extracted if they are encountered before any other directory.
The reason is that QFile::open() cannot create directories.
2020-08-30 13:30:50 -04:00
Andreas Sturmlechner
bab39cd883
build(sidebar): add missing STATIC keyword (#1270)
Fixes unresolved soname dependency after install.

Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
2020-08-18 23:09:19 -04:00
Oleg Shparber
994cc5f6b6 build(wix): bundle Universal C Runtime
Fixes #979.
2020-08-15 15:50:12 -04:00
Oleg Shparber
806d72ee33 build(wix): pack Qt WebEngline and OpenSSL 1.1 2020-08-15 15:30:34 -04:00
Oleg Shparber
57b4be5307 build(wix): rename license file 2020-08-15 15:27:48 -04:00
Oleg Shparber
7b5fcbe4c2 build(wix): add dev build mode 2020-08-15 15:27:00 -04:00
Oleg Shparber
bbb7c6fbf7 chore(git): fix .gitattributes 2020-08-15 15:25:18 -04:00