You chose the wrong base in the second version.
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Feed All Stories
All Stories
All Stories
Jul 13 2024
Jul 13 2024
Do not delete session when logout.
Add facility for deleting recorded sessions
- Add cmn-Hans translations
- Use qCWarning instead of qDebug
- Check json format, fix a template call
Jul 12 2024
Jul 12 2024
Remove ID while creating MainPage
Refine logout, response only after logout has been performed.
Add docs for action-mock-utils.hpp
Update tutorial 0 to reflect thread-safety problems
Update local notifications when syncing
Implement calculating local notifications
Fix kazvtestfixtures withEventSenderId()
- Use try-catch for exception
Jul 11 2024
Jul 11 2024
Implemented in https://lily-is.land/kazv/kazv/-/merge_requests/99
Set cmake indent to 2 in .editorconfig
Add -fexceptions to kazvbase compile options
Add hard logout
Apply 1 suggestion(s) to 1 file(s)
Apply 1 suggestion(s) to 1 file(s)
Apply 1 suggestion(s) to 1 file(s)
Apply 1 suggestion(s) to 1 file(s)
Jul 10 2024
Jul 10 2024
tusooa moved T107: Embed translation files into qrc from Chores to Review on the the Kazv Project board.
tusooa moved T49: View event edit history from To Do for next release to In Progress on the the Kazv Project board.
tusooa moved T61: Display date of events in timeline from To Do for next release to Review on the the Kazv Project board.
tusooa added a revision to T61: Display date of events in timeline: D112: Add a tooltip for event date in timeline.
tusooa closed T59: Create a custom context menu for SendMessageBox, a subtask of T3: Paste directly to upload a file, as Resolved.
Resolved in https://lily-is.land/kazv/kazv/-/merge_requests/106 .
Fix incorrect login page isSwitchingAccount
tusooa committed rK2b9254bf7a90: Add context menu for SendMessageBox text area (authored by apr3vau).
Add context menu for SendMessageBox text area
Change style, add menu items
apr3vau committed rK12c179c08966: Merge branch 'text-area-menu' of lily-is.land:kazv/kazv into text-area-menu.
Merge branch 'text-area-menu' of lily-is.land:kazv/kazv into text-area-menu
Jul 9 2024
Jul 9 2024
Add context menu for SendMessageBox text area.
Add context menu for SendMessageBox text area.
Show user id on UserPage, and style change
Jul 8 2024
Jul 8 2024
tusooa committed rK901eaa572da7: Change the visual style of Recent/Favourite buttons (authored by apr3vau).
Change the visual style of Recent/Favourite buttons
tusooa committed rKfbec7944f922: Change the visual style of reply bubble in SendMessageBox.qml (authored by apr3vau).
Change the visual style of reply bubble in SendMessageBox.qml
tusooa closed T64: Show room id on RoomSettingsPage, a subtask of T76: kazv rel3 (v0.5.0), as Resolved.
tusooa moved T52: Display notification count for room from To Do for next release to Review on the the Kazv Project board.
tusooa committed rK46555e340d8b: Show room id on RoomSettingsPage, add avatars and icons (authored by apr3vau).
Show room id on RoomSettingsPage, add avatars and icons
Jul 7 2024
Jul 7 2024
Add Room::unreadNotificationEventIds() getter
Add qt6-imageformats as dependency
Jul 6 2024
Jul 6 2024
Count of unread events is simple: it can be done by calculating the position of my own read receipt in the timeline (O(log|timeline|)).