index
:
matrix/thirdparty/nheko.git
this commit
master
github/master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Cache.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-07-18
Fix variable shadowing on clang
Konstantinos Sideris
1
-3
/
+3
2018-07-17
Mark own read messages with a double checkmark (#377)
Konstantinos Sideris
12
-1
/
+248
2018-07-17
Bump version to v0.5.1
Konstantinos Sideris
4
-9
/
+9
2018-07-17
Fix the download path for the Windows notification lib
Konstantinos Sideris
1
-1
/
+1
2018-07-17
Move all files under src/
Konstantinos Sideris
145
-277
/
+279
2018-07-16
Explicitly set no timeout for notifications
Benedikt Heine
1
-1
/
+1
2018-07-16
Update image_data hint to current notification spec
Benedikt Heine
1
-1
/
+1
2018-07-15
Use a brighter color for button text (#355)
Konstantinos Sideris
1
-1
/
+1
2018-07-15
Properly reset the autocomplete anchor when the popup closes
Konstantinos Sideris
3
-3
/
+7
2018-07-15
Use MainWindow instead of QApplication::activeWindow to reference the main wi...
Konstantinos Sideris
2
-4
/
+12
2018-07-15
De-duplicate the m.room.encryption event
Konstantinos Sideris
2
-4
/
+13
2018-07-15
Use the http link for video messages
Konstantinos Sideris
5
-21
/
+22
2018-07-15
Remove the v2 namespace from the http client
Konstantinos Sideris
19
-179
/
+171
2018-07-15
User reverse iterator instead of while loop
Konstantinos Sideris
1
-7
/
+3
2018-07-15
Add the -v / --version option, which displays the version string of the appli...
Konstantinos Sideris
1
-1
/
+6
2018-07-15
Update issue template
Konstantinos Sideris
1
-4
/
+13
2018-07-15
Bump version to 0.5.0
Konstantinos Sideris
4
-11
/
+11
2018-07-14
Fix Windows build
Konstantinos Sideris
4
-121
/
+114
2018-07-14
Remove the FindOlm.cmake script for the Windows build
Konstantinos Sideris
1
-0
/
+1
2018-07-14
Re-enable groups
Konstantinos Sideris
14
-158
/
+141
2018-07-12
Properly display the bottom border on the TopRoomBar
Konstanti