Nicolas Werner
203ddb20de
Fix crash after sending image caused by the recent refactor
3 years ago
Nicolas Werner
b847623fbe
Reduce allocations and time spent creating delegates by half
3 years ago
Nicolas Werner
7cfb7dcea4
Reduce allocations for presence states a bit
3 years ago
Nicolas Werner
497c3df50e
Prevent copies when querying theme
3 years ago
Nicolas Werner
f21bf5f97e
Cache supported animated image formats
3 years ago
Nicolas Werner
4d54876ea4
Pretty up code with fewer allocations
3 years ago
Nicolas Werner
271b111558
Reduce allocations for accessing event members
3 years ago
Nicolas Werner
0f4b482bb3
Remove a few casts
3 years ago
Nicolas Werner
19dc6cadea
Reserve size of some containers we are filling
3 years ago
Nicolas Werner
812e3b5f03
Reduce allocations required for the palette
3 years ago
Nicolas Werner
d8ead9573b
Reduce allocations using QStringLiteral
3 years ago
Nicolas Werner
a3c4ebc460
use more literals
3 years ago
Nicolas Werner
f3e1941612
Add clazy to CI
3 years ago
Nicolas Werner
5743a6de04
Cleanup remaining clazy issues
3 years ago
DeepBlueV7.X
e7664a43da
Merge pull request #855 from rnhmjoj/master
...
Make nheko usable without a secret storage service
3 years ago
Nicolas Werner
0e9b0c80cd
more cleanups
3 years ago
Nicolas Werner
bb290f9fec
Fix more warnings and remove dead code
3 years ago
Nicolas Werner
409ff22d80
Remove unused button class
3 years ago
Nicolas Werner
5ca98829f7
Some qt6 prep
3 years ago
Nicolas Werner
2866826356
Misc clang-tidy fixes
3 years ago
Nicolas Werner
960cf2995e
Fixup clang-tidy suggestion
3 years ago
DeepBlueV7.X
5a21029423
Merge pull request #853 from MTRNord/MTRNord/clang-tidy
...
Apply selective clang-tidy suggestions
3 years ago
Weblate
b9318a317b
Translated using Weblate (Indonesian)
...
Currently translated at 100.0% (627 of 627 strings)
Co-authored-by: Linerly <linerly@protonmail.com>
Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/id/
Translation: Nheko/nheko
3 years ago
DeepBlueV7.X
bca7309e5f
Merge pull request #858 from tastytea/inline-img-aa
...
Request inline images in the right size and anti-alias them
3 years ago
tastytea
850d139e3d
Make custom emoticons twice as high as the font.
3 years ago
tastytea
5ac1195402
MxcImageProvider: Only use scaledToHeight if width <= 0.
3 years ago
tastytea
7086e23bdd
Request inline images in the right size and anti-alias them
...
- If an inline image has specified a height, add parameters to the
image:// URI.
- Add scaled to the parameters, the images would be cropped otherwise.
- Extract the height from image:// URI and use it for requestSize.
- Use scaledToHeight instead of scaled.
3 years ago
MTRNord
7b2f7e65fd
Run linter
3 years ago
Nicolas Werner
7742f12f30
Use body in alt text of custom emoji
3 years ago
rnhmjoj
9363f0b7c7
Make nheko usable without a secret storage service
...
This change adds the ability to run Nheko without a secrets storage
service[1]. The secrets are stored in plaintext under the [secrets]
section of nheko.conf. Since this is a "I know what I'm doing" type
of feature, it's disabled by default and can only be enabled with an
hidden setting `run_without_secure_secrets_service=true`.
Fixes issue #705 .
[1]: https://freedesktop.org/wiki/Specifications/secret-storage-spec
3 years ago
Nicolas Werner
0897e4c062
Fix inclusion condition for overriden pack types
3 years ago
Nicolas Werner
ea6b19b307
Add an ugly custom emote completer using ~
3 years ago
MTRNord
049613211a
Apply (selective) Clang-tidy const function and new const pointer suggestions on TimelineModel
3 years ago
MTRNord
a872bdf8c5
Apply (selective) Clang-tidy move and some new detected const pointer suggestions on TimelineModel
3 years ago
MTRNord
02fcd0e7cf
Apply (selective) Clang-tidy and clazy suggestions on TimelineModel
3 years ago
tastytea
3e8734dbd5
Add man page ( #851 )
...
This adds a man page which lists command line options, key bindings and
commands. A new CMake option `MAN` is added, enabled by default on
`UNIX` but not `APPLE`.
The man pages are generated with either `a2x` (from asciidoc) or
`asciidoctor`. If both are not found, a fatal error is signaled.
3 years ago
Nicolas Werner
926c7a89ad
Add alternative shortcut to Alt-A for systems, where that is taken already
3 years ago
Nicolas Werner
eb1e54c8df
Make edits replace the previous notification on Linux
3 years ago
DeepBlueV7.X
bccab87a5c
Merge pull request #850 from mlochbaum/master
...
Add note about secret server to Arch installation instructions
3 years ago
Marshall Lochbaum
5beaddff34
Add note about secret server to Arch installation instructions
3 years ago
Nicolas Werner
1ea9dc469b
Use global threadpool
3 years ago
Nicolas Werner
8edc46dc16
Cleanup jdenticon code in the same way as blurhashes
3 years ago
Nicolas Werner
04cccb8283
Cleanup blurhash formatting
3 years ago
Nicolas Werner
d424145ee4
Modernize blurhashprovider implementation
...
Might fix #844
See
https://code.qt.io/cgit/qt/qtdeclarative.git/commit/examples/quick/imageresponseprovider/imageresponseprovider.cpp?h=5.15&id=b1f238568214e6587b829d6695677e55a99b1d40
for context.
3 years ago
Nicolas Werner
b9a4f369e1
Fix date in CHANGELOG and appdata
3 years ago
Nicolas Werner
dfab0c92d7
Release 0.9.1
3 years ago
Weblate
22fa528f73
Translated using Weblate (Indonesian)
...
Currently translated at 100.0% (627 of 627 strings)
Co-authored-by: Linerly <linerly@protonmail.com>
Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/id/
Translation: Nheko/nheko
3 years ago
Nicolas Werner
e907372f21
Bump dep versions
3 years ago
Nicolas Werner
6be752e163
Set the app_id on wayland
3 years ago
Nicolas Werner
9b25ef3c0d
Set notification category
3 years ago