Commit Graph

1801 Commits

Author SHA1 Message Date
Oleg Shparber
06aa58aa41 ci(github): upload Coverity Scan build log 2023-04-08 19:39:54 -04:00
Oleg Shparber
14f59f0075 ci(github): fetch full commit log for Coverity scan 2023-04-08 19:05:03 -04:00
Oleg Shparber
3932170024 build(cmake): fix build with CMake 3.16
Fixes #1484.
2023-04-08 18:14:34 -04:00
Oleg Shparber
89e8445630
build(cmake): require Qt 6.5 to install runtime dependencies (#1483) 2023-04-08 13:50:02 -04:00
Oleg Shparber
5bde3d37cf ci(github): update run-vcpkg action to v11, vcpkg
Picks up vcpkg-tool 2023-03-29 with binary cashing for GitHub Actions.
2023-04-08 00:36:09 -04:00
Oleg Shparber
5b5f987286 ci(github): ensure single running workflow 2023-04-08 00:31:43 -04:00
ratijas
911c5e8adc
fix(ui): replace QKeySequence::NextChild with manual shortcut (#1478)
Fixes #1465.
2023-04-05 21:58:43 -04:00
ratijas
ef90f245de
fix(ui): fix RTL layout in list delegates (#1475)
Fixes #1463.
2023-04-05 00:06:29 -04:00
ratijas
80d45f753f
feat(browser): add Ctrl+Enter shortcut for Highlight All option (#1476)
Fixes #1467.
2023-04-04 23:56:22 -04:00
ratijas
0655d73654
fix(ui): use Unicode ellipsis instead of triple-dot (#1477) 2023-04-04 23:53:27 -04:00
Oleg Shparber
a617ae5e06 build(cmake): fix Qt 6.3 detection 2023-03-20 03:08:48 -04:00
Oleg Shparber
d6b879bae3 build(cmake): write calculated version to file 2023-03-20 02:23:57 -04:00
Oleg Shparber
6606bb0cac build(cmake): print calculated version 2023-03-20 02:21:26 -04:00
Oleg Shparber
6e5b0bba6c ci(github): prevent storing partial vcpkg cache 2023-03-20 02:14:27 -04:00
Oleg Shparber
49ee764efc
build(cmake): install Qt runtime dependencies on Windows (#1474) 2023-03-20 02:13:01 -04:00
Oleg Shparber
6c2160ff65 build(core): update cpp-httplib to v0.12.1 2023-03-19 01:37:09 -04:00
Oleg Shparber
36e2e27206 chore: update copyright year 2023-03-19 01:25:52 -04:00
Oleg Shparber
c42f31fb37 ci(github): use Ubuntu 22.04 and Qt 6 for CodeQL analysis 2023-03-19 01:25:12 -04:00
Oleg Shparber
c272b6f21c ci(github): rename CodeQL workflow file 2023-03-19 01:24:10 -04:00
Oleg Shparber
b47c2ebc86 ci(github): install git for Coverity scan versioning 2023-03-19 01:22:25 -04:00
Oleg Shparber
f14edae10b ci(github): send app version to Coverity 2023-03-19 01:10:24 -04:00
Oleg Shparber
42734604f7 chore(github): update CODEOWNERS 2023-03-19 00:05:53 -04:00
Oleg Shparber
db84029ff0 ci(github): add Coverity Scan action 2023-03-18 23:55:38 -04:00
Oleg Shparber
ea5151d016 ci(github): update default branch name 2023-03-18 23:30:11 -04:00
Oleg Shparber
34026cea6b docs(readme): fix link to the COPYING file 2023-03-18 23:28:55 -04:00
Oleg Shparber
59d54d1bad build(cmake): do not hard-code default branch name 2023-03-18 23:23:03 -04:00
Oleg Shparber
84f2608abc docs(readme): fix CI build badge 2023-03-18 22:59:41 -04:00
Oleg Shparber
39780b0ba7
ci(github): fix CodeQL analysis (#1473) 2023-03-18 22:58:09 -04:00
dependabot[bot]
2b26c40f5c
ci(github): bump lukka/run-cmake from 3 to 10 (#1462) 2023-03-18 22:19:09 -04:00
WaterBeary
dba2e9cfa0
build(vcpkg): update schema link (#1471) 2023-03-18 22:17:59 -04:00
Oleg Shparber
08d784d380
build(appimage): update to Ubuntu 22.04 (#1472) 2023-03-18 22:16:48 -04:00
Oleg Shparber
74ca9bfef0 build(cmake): use LibArchive imported target 2023-01-17 14:17:50 -05:00
Oleg Shparber
e3844f1026 build(cmake): use built-in FindSQLite3 module 2023-01-17 14:17:24 -05:00
Aleksandr Kravets
5133f8259c
chore(cmake): allow integrated graphics on macOS (#1447) 2023-01-17 13:51:48 -05:00
Joan Marcè i Igual
1dfe783866
chore(gitignore): add CMakeUserPresets.json (#1445) 2022-11-25 21:04:07 -05:00
Oleg Shparber
7ea03e4bb9 chore(core): update cpp-httplib to v0.11.2 2022-10-02 23:44:59 -04:00
Oleg Shparber
9011580fa5
ci(github): use CMake presets for Ubuntu builds (#1432) 2022-10-02 23:25:07 -04:00
Oleg Shparber
f1cccd4135 build(cmake): add basic build presets 2022-10-02 22:49:12 -04:00
Oleg Shparber
68bc8e5ae7 build(cmake): treat compiler warnings as errors
This relies on a new option introduced in CMake 3.24.
2022-10-02 17:42:20 -04:00
Oleg Shparber
1fb6c89c12 fix(ui): correctly use QKeyCombination with Qt 6
QKeyCombination::operator int() is deprecated.
2022-10-02 17:42:15 -04:00
Oleg Shparber
7563d08e02
ci(github): add Qt 6 build on Ubuntu 22.04 (#1431) 2022-10-02 17:35:25 -04:00
Oleg Shparber
6e08964706
ci(github): update Ubuntu and Qt versions (#1430) 2022-10-02 16:23:48 -04:00
Oleg Shparber
990be92541
feat: add Qt 6 support (#1420) 2022-10-02 15:04:33 -04:00
Oleg Shparber
b38a1ccfef build(cmake): move macOS LibArchive fix to core module 2022-10-02 14:01:04 -04:00
yunfeng
294800645e build(cmake): set include path for LibArchive on macOS
Homebrew installs LibArchive in a non-standard location.

Fixes #1364.
Related to #1365 and #1368.
2022-10-02 13:57:44 -04:00
Oleg Shparber
00d4b9ca5b build(cmake): fix warning on Linux 2022-07-23 18:18:02 -04:00
Oleg Shparber
b5cb74ea2b fix(ui): fix typo 2022-07-23 18:13:03 -04:00
Oleg Shparber
d496597ce2 chore(editorconfig): add .json files 2022-07-23 18:08:06 -04:00
Oleg Shparber
483c6f7bcb chore(github): disable Dependabot pull request label 2022-07-23 15:02:49 -04:00
dependabot[bot]
5175b97b69
ci(github): bump actions/upload-artifact from 2 to 3 (#1416) 2022-07-23 14:47:38 -04:00