Nicolas Werner
10eb64de81
Bump required Qt version to 5.8 to support Q_NAMESPACE
5 years ago
Nicolas Werner
c4ba832331
Fix misc CI issues
5 years ago
Nicolas Werner
df1da1e18f
Install quickcontrols in ci
5 years ago
Nicolas Werner
c1ee22a53e
Fix shadow warning
5 years ago
Nicolas Werner
34f5400e99
Implement TextMessage delegate
...
Text selection over multiple items doesn't work yet
5 years ago
Nicolas Werner
56e27ced25
Format date (close to) the old way in qml timeline
5 years ago
Nicolas Werner
ccedbde38b
Add avatar placeholder and scrollbar to qml timeline
5 years ago
Nicolas Werner
2dd636456c
Add basic sections and button placeholders to qml timeline
5 years ago
Nicolas Werner
699fd7b38e
Implement loading of history, when timeline is displayed
5 years ago
Nicolas Werner
47fbfd3f44
Add items to timline
5 years ago
Nicolas Werner
8b5c7b2f2f
Add placeholder timeline model
5 years ago
Nicolas Werner
8e611abe87
Replace timeline with empty qml view
5 years ago
Joe
dc173581f1
Update travis to xcode9.2 for macos
5 years ago
Joe
35759d2c6c
Merge branch '0.7.0-dev' of https://github.com/Nheko-Reborn/nheko into 0.7.0-dev
5 years ago
Joseph Donofry
bdf6e2b028
Fix boost build in FreeBSD
5 years ago
Nicolas Werner
cade911a03
Try to fix slow macos build
...
Try to prevent node upgrade via homebrew
5 years ago
Joseph Donofry
e34622d5ff
Merge pull request #93 from rnhmjoj/pr
...
escape html before parsing commonmark
5 years ago
Nicolas Werner
288bc7fc3d
Try to use an older linuxdeployqt appimage
...
I think the most recent build broke deployments?
5 years ago
rnhmjoj
1659176c0d
escape html before parsing commonmark
5 years ago
Joseph Donofry
15c1cd5d66
Merge pull request #92 from pupper68k/0.7.0-dev-bugfix-71
...
Add settings option to display avatars as squares
5 years ago
Aidan Hahn
34ac2c4f75
re-re-linted
5 years ago
Aidan Hahn
4a223ef508
relinted
5 years ago
Aidan Hahn
5326d29e56
group similar ui options on settings page
5 years ago
Aidan Hahn
69fbaf9ae6
ran make lint to apply style guidelines
5 years ago
Aidan Hahn
3677c58a17
ReImplement UserSettings::setAvatarCircles
5 years ago
Aidan Hahn
a38f390355
Merge branch '0.7.0-dev' of https://github.com/Nheko-Reborn/nheko into 0.7.0-dev-bugfix-71
5 years ago
Aidan Hahn
ce978589b7
removed leftovers from previous refactor
5 years ago
Aidan Hahn
1e6fc6e342
fixed typoes in code, added layout metadata to new settings toggle.
5 years ago
Aidan Hahn
a1c2aed36a
Refactored Avatar and RoomInfoListItem to access rounding settings in place
5 years ago
DeepBlueV7.X
5be967fb1d
Merge pull request #86 from Nheko-Reborn/avatar-memory-usage
...
Try to reduce memory usage by reusing avatar pixmaps
5 years ago
Joseph Donofry
98d4f14bd1
Fix themeing issues on mentions
5 years ago
Aidan Hahn
b10d453bd5
add controll bits for avatar rounding
5 years ago
Aidan Hahn
8a47388ec6
rounding options for Avatar class
5 years ago
Aidan Hahn
26002bf0e4
added logic in avatar class to determine rounding type
5 years ago
Nicolas Werner
c5f0c3221f
Fix usage of deprecated find
5 years ago
Nicolas Werner
8b5515d5c1
Remove unused variables
5 years ago
Nicolas Werner
52056a79fa
Try to reduce memory usage by reusing avatar pixmaps
5 years ago
Joseph Donofry
89015b9f18
Fix SIGNAL SLOT issue on mtx types
5 years ago
Joseph Donofry
8d04236fbd
Fix build issues w/ clang
5 years ago
Joseph Donofry
6a14188cc4
Update README with S3 nightlies listing
5 years ago
Joseph Donofry
54137a5bc3
Update mtxclient version
5 years ago
Joseph Donofry
bcdd97c85f
More updates to mentions functionality
5 years ago
Joseph Donofry
52a2621776
Fix issues with caching and loading of mentions.
...
Mentions are now loaded from the cache instead of
directly from the web request. Mentions are also
properly saved to the cache now (instead of as empty
strings). Still lots of tweaks left on this feature.
5 years ago
Joseph Donofry
f2c4162baa
Update mtxclient version
5 years ago
Joseph Donofry
8839cb7d68
Fix missing include in prior commit
5 years ago
Joseph Donofry
d5bb0936bf
Use 'system' theme as default if QT_QPA_PLATFORMTHEME is set
...
On first launch, before the user has configured any settings,
check the value of the QT_QPA_PLATFORMTHEME environment var.
If it is set, use the system theme as the default instead of the
light theme. This fixes #72 .
5 years ago
Joseph Donofry
7c7889a04d
Fix linting issues w/ the last commit
5 years ago
Joseph Donofry
3f563e1e6e
Cache User Mentions
...
Cache user mentions when they are retrieved from the server.
This logic currently isn't being utilized by the UI. Additionally,
the app should use a 'since' value to only get mentions newer
than those stored in the DB, to avoid excessive web requests.
This will be implemented in a future commit.
5 years ago
Joseph Donofry
41dc420edd
Fix linting issues
5 years ago
Joseph Donofry
dbdaf35907
Cache user mentions
5 years ago