redsky17
50e382f554
Modified the code that generates user's colors so that it will
...
work regardless of the theme choices the user makes. The code
now incorporates the contrast between the background color and the
color generated by the user_name when picking colors. It currently
has two 'big' issues:
1. Colors are not cached. I am planning on adding a QHash for this
a little later. This should improve performance by not calculating
the color for the same users over and over and over again.
2. Theme changes do not trigger the colors to get refreshed.
Currently, you will have to switch to a different room and back
to get the colors to refresh.
6 years ago
redsky17
1882198e4b
Make the author text slightly large.
...
Add author color generated based on user id.
6 years ago
redsky17
10095b8704
Merge branch 'master' of github.com:nheko-reborn/nheko
6 years ago
redsky17
55883ec2de
Remove the code that removed paragraph tags from markdown -> html.
...
This fixes #2 , but reverts mujx#438. I do not think mujx#438 was a
valid issue, as it complained about the display of valid HTML on riot,
which speaks more to how Riot styles things than about an issue in
nheko itself.
6 years ago
Joe
600ec27857
Merge branch 'master' of https://github.com/redsky17/nheko
6 years ago
Joe
341c0303ec
Update travis.yml to include webhook for posting build
...
status to nheko-reborn matrix room
6 years ago
redsky17
996a4c9590
Fix clang-format linting issue
6 years ago
redsky17
88665b0925
Update the README to point to updated endpoints for the various CI
...
projects.
Update the appveyor configuration to no longer use mujx keys.
Travis-CI keys still need to be updated.
6 years ago
Joe
d21fa0efa4
Update deps CMake config to point to nheko-reborn mtxclient
6 years ago
Joseph Donofry
87349fd164
Merge pull request #1 from aaronraimist/readme-redsky-room
...
Update README to link to the room for the fork
6 years ago
Aaron Raimist
50780c0ef2
Update README to link to the room for the fork
6 years ago
redsky17
bcabf2fb73
Update travis ci config to point to redsky17 config and try to fix lint
...
errors
6 years ago
redsky17
c930b36799
Update README to point to redsky17 travis-ci and appveyor vs mujx.
6 years ago
redsky17
3fceaeb203
Add hover color for timestamp.
...
Update dark and system themes to provide
colors for the hover states for title, subtitle, and timestamp.
6 years ago
Joe Donofry
ae91bab07d
Tweak some of the colors in the CSS rules for nheko.
...
Add room list hover title/subtitle color change support.
6 years ago
Konstantinos Sideris
6a90ed574e
Increase the height of the roomlist items
6 years ago
Konstantinos Sideris
a671bd62c4
v0.6.2
6 years ago
Konstantinos Sideris
184c8b28e9
Use a smaller font size for the timestamp
6 years ago
Konstantinos Sideris
f272d9221e
Use alignment instead of stretch
6 years ago
Konstantinos Sideris
aa486a5c0c
Adjustments for the minimized sidebar
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
c2faaa4d39
Add the correct parent to scaleCombo
6 years ago
Konstantinos Sideris
4865f852d8
Remove room re-ordering option
6 years ago
Konstantinos Sideris
3fdfc9b69f
Remove Scrollbar
6 years ago
Konstantinos Sideris
675f1be777
Adjust the height of the bottom widgets
6 years ago
Konstantinos Sideris
f58cbd7281
Remove debug logs from Windows builds
6 years ago
Konstantinos Sideris
748c5898be
Adjust the font sizes of the welcome page
6 years ago
Konstantinos Sideris
844443a324
Adjust the widget size of the room list items
6 years ago
Konstantinos Sideris
420937ab83
Derive widget sizing from the font size
6 years ago
Konstantinos Sideris
be1478183e
Remove some unnecessary calls
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
8f89ad15f7
Change the minimum width for modals
6 years ago
Konstantinos Sideris
9038c950ae
Remove pixel value from fonts
6 years ago
Konstantinos Sideris
d1e08e0008
Remove obsolete font/size setting
6 years ago
Konstantinos Sideris
29f442a9f9
Remove pixel values from the text input widget
6 years ago
Konstantinos Sideris
758be07a5a
Make the height of the bottom bar smaller
6 years ago
Victor Berger
18a98a7c1d
Display tags as sorting items in the community panel ( #401 )
6 years ago
Konstantinos Sideris
59a1b6b47c
Don't enable tray by default
6 years ago
Konstantinos Sideris
bbf37bf633
Don't clear selection when a context menu is requested
6 years ago
Konstantinos Sideris
c64a1bf759
Move TextLabel into its own file
6 years ago
Konstantinos Sideris
9bc7b6305e
Lint
6 years ago
Konstantinos Sideris
5ea47920ab
v0.6.1
6 years ago
Konstantinos Sideris
c9427c7f17
Clear text selection when focus is lost
...
fixes #409
6 years ago
Konstantinos Sideris
7a288cc2cb
Add infinite scroll in member list
...
fixes #446
6 years ago
Konstantinos Sideris
39b4c83bb0
Don't clear the member list when the modal is hidden
...
fixes #447
6 years ago
Konstantinos Sideris
c852cd7646
ci: Update qt installer framework
6 years ago
Konstantinos Sideris
14e1545c9a
Remove bintray from the readme
6 years ago
Konstantinos Sideris
adf2019c56
Use QPushButton on the preview modal
6 years ago