Nicolas Werner
da2f80df60
Fix translation loading
...
Explanation see here:
https://www.kdab.com/fixing-a-common-antipattern-when-loading-translations-in-qt/
4 years ago
Nicolas Werner
150c9b1dbc
Fix scale factor setting
5 years ago
Nicolas Werner
db93e6b853
Fix warning about not registered Presence type
5 years ago
Nicolas Werner
576269c9e5
Prevent timeline being black on some platforms
5 years ago
Nicolas Werner
dd1dca3751
Add --debug switch
5 years ago
Nicolas Werner
e96241265e
Use third_party singleapplication helper
...
This may still not raise the application correctly on some WMs, because
they don't allow disturbing the user with windows popping up. I don't
think we want to work around that.
fixes #84
fixes #113
5 years ago
Nicolas Werner
8c5e4db42c
Remove embedded fonts
5 years ago
Nicolas Werner
3bbd034781
Fix transitive dependencies on iostream
5 years ago
Nicolas Werner
ceb6f85ccb
Actually include header that provides std::signal instead of signal
5 years ago
Nicolas Werner
7d6a015f36
Add qml debugging option
5 years ago
Nicolas Werner
512db8c6ff
Actually set attributes before starting the app
...
fixes "Attribute Qt::AA_EnableHighDpiScaling must be set before
QCoreApplication is created."
5 years ago
Joseph Donofry
c0a010acbb
Fix deprecated function call issues with Qt 5.13
...
Update to mtxclient 0.3.0
5 years ago
redsky17
df5d24c87f
Revert "Remove built-in emoji picker"
...
This reverts commit 4b807229aa
.
6 years ago
redsky17
654b652db4
Add User Font Setting
...
User can now select a font from the installed fonts on their system
This font currently will only be applied when nheko is restarted
(similar to how font size and scaling currently work). This will
be addressed in a future commit. Additionally, the dropdown
does not correctly select the previously-chosen user font, and
instead defaults to the first font available on the system
(alphabetically). This is similar to the issue with the 'Theme'
combo defaulting to 'Light' even when another theme is selected.
6 years ago
Konstantinos Sideris
2295d681a4
Remove the bundled open sans font
6 years ago
Konstantinos Sideris
4b807229aa
Remove built-in emoji picker
6 years ago
Konstantinos Sideris
3a57d1018e
Add option to configure the font size
...
fixes #161
6 years ago
Konstantinos Sideris
4b1b062388
Enable debug logs
6 years ago
Konstantinos Sideris
d1e08e0008
Remove obsolete font/size setting
6 years ago
Konstantinos Sideris
1b7816f7ca
macOS: Use the native emoji picker
...
fixes #79
6 years ago
Konstantinos Sideris
72333aec59
Enable Qt auto scaling
...
fixes #397
6 years ago
Colin Lord
bcd92c0604
Enable compilation on FreeBSD ( #403 )
6 years ago
Konstantinos Sideris
6b42e3b202
Simplify the message shown when another app instance is detected
6 years ago
Konstantinos Sideris
85e93a88a6
Add option to specify the scale factor
...
fixes #357
fixes #335
fixes #230
6 years ago
Konstantinos Sideris
0e814da91c
Move all files under src/
6 years ago
Konstantinos Sideris
33490eddab
Remove the v2 namespace from the http client
6 years ago
Konstantinos Sideris
4059f17e15
Add the -v / --version option, which displays the version string of the application.
6 years ago
Konstantinos Sideris
4073d61045
Add shortcuts for chat-only & Room List-only views
...
Ctrl-O -> Chat
Ctrl-L -> Room list
6 years ago
Konstantinos Sideris
ccc6cd8dab
Mark encrypted messages with a lock icon
6 years ago
Konstantinos Sideris
a72eca339f
Immediately shutdown the http client on exit
7 years ago
Konstantinos Sideris
197b2dac74
Fix regressions regarding invites & slowness during shutdown
7 years ago
Konstantinos Sideris
8e9d210a2a
Rename the log namespace to avoid symbol clash with the math function
...
- Patch the olm repo with a CMakeLists.txt file
7 years ago
Konstantinos Sideris
a97528b432
Fix bug where cache was initialized twice in a row
7 years ago
Konstantinos Sideris
626c680911
Add support for displaying decrypted messages
7 years ago
Konstantinos Sideris
b89257a34b
Migrate to mtxclient for the http calls
7 years ago
Anton Karmanov
17896b1c82
Start in tray ( #319 )
7 years ago
Konstantinos Sideris
8dc17ccecb
Bump version
7 years ago
Konstantinos Sideris
7fc33a71fd
Bump version
7 years ago
Konstantinos Sideris
65672d3dfb
Allow only one application instance
...
fixes #141
7 years ago
Konstantinos Sideris
0dad256743
Reload theme without restart ( #137 )
7 years ago
Konstantinos Sideris
f0ecf6eee6
Add dark theme
7 years ago
Max Sandholm
19b526d453
Use system color scheme (using a Qt stylesheet) #104
...
The color scheme of nheko obeys the default color theme of Qt
(i.e. the system theme). It uses a Qt stylesheet to accomplish this,
which means replacing the color theme with a custom theme would only
be a matter of writing a new style sheet and loading it into the app.
7 years ago
Jani Mustonen
8c5a331c73
Simple SOCKS proxy support ( #110 )
7 years ago
Konstantinos Sideris
a17b6dffaf
Clean up headers
7 years ago
Konstantinos Sideris
96562c078d
Add custom logging format
7 years ago
Konstantinos Sideris
b45f35cb51
Remove hdpi scaling
7 years ago
Konstantinos Sideris
e7b7bf86c5
Do not capitalise the organization name
7 years ago
Konstantinos Sideris
1bfe48de75
Style change again
7 years ago
Konstantinos Sideris
2644e4acca
Small style change
7 years ago
Konstantinos Sideris
622fc3f9c3
Save and restore app's window size
...
closes #46
7 years ago