Konstantinos Sideris
f11044b5eb
Handle incoming invites
...
fixes #128
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
Benjamin Saunders
5bd5555a51
Use C++11 braced list style ( #121 )
7 years ago
Konstantinos Sideris
a17b6dffaf
Clean up headers
7 years ago
Konstantinos Sideris
c0e55378c3
Remove extra inline keywords
7 years ago
Max Sandholm
7ad45d8d64
React to externally left and joined rooms, and add "leave room" button in room menu ( #75 )
...
* Initial "join room" feature.
* React correctly to remotely joined rooms.
* Leaving rooms implemented both locally using the room menu
in nheko, and reacting properly when leaving a room remotely
from another client.
7 years ago
Konstantinos Sideris
0c0ac68bc2
Remove extra clang-format options
7 years ago
Konstantinos Sideris
3d13e1416a
Use white as the background color
7 years ago
Konstantinos Sideris
1bfe48de75
Style change again
7 years ago
Konstantinos Sideris
2644e4acca
Small style change
7 years ago
Konstantinos Sideris
c428ef4b6a
Remove unused variable
7 years ago
Konstantinos Sideris
146aaa8746
Display the most recent message instead of the topic
...
closes #11
7 years ago
Konstantinos Sideris
af0f22fc91
Keep fetching history until the scrollbar gets activated
7 years ago
Konstantinos Sideris
30fb46e25b
Use pixels to specify the font sizes
...
Basically reverts the last font related commits since pointSize isn't
as reliable as pixelSize.
Also some layout values (margins, spacings) have been moved out to Config.h.
7 years ago
Konstantinos Sideris
730a56f58e
Remove hardcoded font sizes, margins etc
...
- Fixes small font issue on MacOs
8 years ago
Konstantinos Sideris
da190593c8
Repaint when the room avatar is received
8 years ago
Konstantinos Sideris
af80c251d7
Add context menu on RoomList items
8 years ago
Konstantinos Sideris
0cd9e3b1e5
Resolve name and avatar on 1-on-1 rooms
8 years ago
Konstantinos Sideris
0e04e4d00e
pixelSize -> pointSize
8 years ago
Konstantinos Sideris
0fddb7ebff
Be explicit about room's name color
8 years ago
Konstantinos Sideris
c480f8f4bc
Snappy sidebar
8 years ago
Konstantinos Sideris
f2ff4772a7
Reverse colors on selection for the unread message bubble
8 years ago
Konstantinos Sideris
48618b438f
Add hover color on RoomList items
8 years ago
Konstantinos Sideris
f4522f9bbf
Simplify room list item
8 years ago
Konstantinos Sideris
ccad3f6bd6
Fix ripple size on RoomListItem
8 years ago
Konstantinos Sideris
1f90c58076
Use timeline to retrieve state events
...
- Rooms without any history will be shown.
- Room's state will be kept in sync and any updates will be visible.
8 years ago
Matthew Hodgson
9cc9b623eb
macOS fixes ( #15 )
...
- Improve build instructions.
- Fix fullscreen image sizing.
- Remove horizontal overscroll of RoomInfoListItem.
8 years ago
Konstantinos Sideris
3d77438878
Don't set the font size with a stylesheet
8 years ago
Konstantinos Sideris
3b0ff1a4cd
Add initial support for unread message count
...
- Add border width on Badge
8 years ago
Konstantinos Sideris
8358720d8e
Use light theme
8 years ago
Konstantinos Sideris
9092ae3db8
Use less contrast on the sidebar
8 years ago
Konstantinos Sideris
e8aae26aea
Small stylistic changes
8 years ago
Konstantinos Sideris
87ecb28558
Sanitize room info for display
8 years ago
Konstantinos Sideris
3d3f2ec33e
Add travis CI
8 years ago
Konstantinos Sideris
4f45575c79
Initial commit
8 years ago