Konstantinos Sideris
5e9d8373e4
Use the white for text on the dark theme
...
fixes #331
7 years ago
Konstantinos Sideris
340c9ab9de
Add menu to modify the name & topic of the room
...
fixes #235
7 years ago
Konstantinos Sideris
701aa93b0a
Add scrollbar in the settings menu
7 years ago
Konstantinos Sideris
763330fd3c
Add member list
7 years ago
Konstantinos Sideris
3097037c3d
Add prototype room settings menu
7 years ago
Konstantinos Sideris
7621dc0cb0
Fix UI inconsistencies between room list & communities
...
fixes #204
fixes #255
7 years ago
Konstantinos Sideris
31f5fbf891
Improve the date separator widget
7 years ago
Konstantinos Sideris
4fd8eccece
Adjust completion menu to fit its contents
7 years ago
Konstantinos Sideris
96617385bc
Bump version to v0.3.1
7 years ago
Konstantinos Sideris
284d200361
Fix invite button colors on the system theme
...
fixes #248
7 years ago
Konstantinos Sideris
553a97c8bb
Add basic support for username auto-completion
...
fixes #40
7 years ago
Konstantinos Sideris
64a6771dc8
Fix text color on room switcher
...
fixes #245
7 years ago
Konstantinos Sideris
480de2d30b
Adjust unread msg bubble
7 years ago
Konstantinos Sideris
d2d65b6662
More stylistic changes & dark theme tweaks
7 years ago
Konstantinos Sideris
bac1f46127
Dark theme revisited
7 years ago
Konstantinos Sideris
48ee36f6b2
Add border in community list & minor refactorings ( #204 )
7 years ago
Konstantinos Sideris
b70e09c7ec
Add border line above the text input
7 years ago
Konstantinos Sideris
4659d0efc2
Implement user registration with reCAPTCHA
...
fixes #264
7 years ago
christarazi
cd9d1a2ec6
Support audio, video, generic file for pasting ( #220 )
...
* Refactor widget items to use same interface
* Support audio, video, generic file for pasting
* Add utils function for human readable file sizes
* Set correct MIME type for media messages
This change also determines the size of the upload once from the
ContentLengthHeader, rather than seeking the QIODevice and asking for
its size. This prevents any future trouble in case the QIODevice is
sequential (cannot be seeked). The MIME type is also determined at
upload once, rather than using the QIODevice and the underlying data
inside.
* Allow for file urls to be used as fall-back
This fixes an issue on macOS which uses `text/uri-list` for copying
files to the clipboard.
fixes #228
7 years ago
Konstantinos Sideris
af5663b6bc
Add borders
7 years ago
christarazi
ddfce136ed
Add support for pasting images into a room ( #180 )
...
fixes #132
7 years ago
Max Sandholm
312df6f3bb
Communities ( #195 )
7 years ago
Konstantinos Sideris
eaf05748ff
Initial support for read receipts
7 years ago
Konstantinos Sideris
ccbcfe9fa4
Bold room names
7 years ago
Konstantinos Sideris
f11044b5eb
Handle incoming invites
...
fixes #128
7 years ago
Konstantinos Sideris
544b623512
Add dialog to create rooms
...
fixes #25
7 years ago
Konstantinos Sideris
3c5241ccd0
Add system theme colors for FloatingButton ( #112 )
7 years ago
Konstantinos Sideris
ef0b0f6879
Add menu to invite users
7 years ago
Konstantinos Sideris
19bae2a2e6
Add gui option for joining rooms ( #25 )
7 years ago
Konstantinos Sideris
6415c4125f
Add style colors for the ScrollBar
7 years ago
Konstantinos Sideris
5573548fb1
Allow audio clip uploads
7 years ago
Konstantinos Sideris
eae069ad93
Group emoji and dialogs with namespaces
7 years ago
Konstantinos Sideris
b21942a3e3
Add read support for m.file messages ( #24 )
7 years ago
Konstantinos Sideris
54cf3418bc
Paint RoomList's background ( #137 )
7 years ago
Konstantinos Sideris
f0ecf6eee6
Add dark theme
7 years ago
Konstantinos Sideris
f36e498503
Update system theme
7 years ago
Konstantinos Sideris
c6cf6c2b41
Fix qss formatting
7 years ago
Konstantinos Sideris
42dac7227f
Fix colors on the scroll-down button
7 years ago
Konstantinos Sideris
56d8be5a27
Fix emoji picker's theme
7 years ago
Konstantinos Sideris
552941118b
Fix minor stylistic issues on the nheko 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