summary refs log tree commit diff
path: root/include/ChatPage.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move all files under src/Konstantinos Sideris2018-07-171-268/+0
|
* Re-enable groupsKonstantinos Sideris2018-07-141-4/+2
|
* Working D-Bus desktop notifications (#361)Max Sandholm2018-07-111-0/+11
| | | | | | | | | | | | * Working D-Bus desktop notifications * Remove return type on constructor * Fix the Windows placeholder class * Fix wrong variable name * Fix windows and macOS versions of notificationsmanager
* Send image dimensions in m.image eventKonstantinos Sideris2018-07-101-1/+2
| | | | fixes #215
* Fix regressions regarding UI resizingKonstantinos Sideris2018-07-041-0/+8
| | | | The room list would be hidden only through window resizing.
* Add basic support for replies (#292)Konstantinos Sideris2018-06-301-0/+2
|
* Save timeline messages in cache for faster startup timesKonstantinos Sideris2018-06-281-5/+1
|
* Fix bug where cache was initialized twice in a rowKonstantinos Sideris2018-06-121-0/+1
|
* Add support for displaying decrypted messagesKonstantinos Sideris2018-06-101-2/+6
|
* Migrate to mtxclient for the http callsKonstantinos Sideris2018-06-091-11/+54
|
* Refresh the room info on the top bar after syncKonstantinos Sideris2018-05-181-0/+1
|
* Don't use shared pointers for cacheKonstantinos Sideris2018-05-081-4/+0
|
* Replace shared pointers of MatrixClient with a single instanceKonstantinos Sideris2018-05-081-15/+1
|
* Don't send notification for the room that is currently openKonstantinos Sideris2018-05-071-0/+6
|
* Add support for retrieving the notification events (#33)Konstantinos Sideris2018-05-051-0/+2
|
* Handle invalid access tokenKonstantinos Sideris2018-05-021-1/+1
|
* Add prototype room settings menuKonstantinos Sideris2018-04-301-0/+1
|
* Fix UI inconsistencies between room list & communitiesKonstantinos Sideris2018-04-281-2/+0
| | | | | fixes #204 fixes #255
* Fix signal redefinition warningKonstantinos Sideris2018-04-241-1/+1
|
* Clear typing notifications when the user list is emptyKonstantinos Sideris2018-04-241-0/+3
| | | | fixes #304
* Remove map from room_id to QPixmap from ChatPageKonstantinos Sideris2018-04-241-3/+0
| | | | The avatars are loaded from cache
* Implement media cacheKonstantinos Sideris2018-04-211-2/+2
|
* Remove dead codeKonstantinos Sideris2018-04-211-4/+0
|
* Cache refactoringKonstantinos Sideris2018-04-211-44/+16
|
* Track invites so they can be removed outside of nhekoKonstantinos Sideris2018-03-261-2/+9
| | | | fixes #213
* Add border line above the text inputKonstantinos Sideris2018-03-181-2/+0
|
* Add ability to redact messagesKonstantinos Sideris2018-03-171-0/+4
|
* Add context menu option to mark events individually as readKonstantinos Sideris2018-03-111-0/+6
| | | | fixes #261
* Retry initial sync only on specific errorsKonstantinos Sideris2018-03-041-1/+1
| | | | | fixes #233 fixes #89
* Retry initial sync forever (#234)Stuart Mumford2018-03-041-4/+0
|
* Add some missing referencesKonstantinos Sideris2018-02-281-2/+2
|
* Show loading indicator while waiting for /login & /logoutKonstantinos Sideris2018-02-181-0/+1
| | | | fixes #208
* Implement server-side notification countKonstantinos Sideris2018-02-151-0/+2
|
* Remove empty destructorsKonstantinos Sideris2018-02-101-1/+0
|
* Move LeaveRoom dialog to MainWindow (#87)Konstantinos Sideris2018-02-101-0/+1
|
* Add a timeout timer for initial sync (#223, #222)Konstantinos Sideris2018-02-081-1/+4
| | | | Show a better message on the login screen after an initial sync failure.
* Use more stl containers & minor refactoringsKonstantinos Sideris2018-01-241-7/+7
|
* Refactor avatar fetching in one functionKonstantinos Sideris2018-01-211-1/+0
|
* Keep syncing regardless of connectivity (#93)Konstantinos Sideris2018-01-131-1/+1
|
* Use QSharedPointer to save RoomStatesKonstantinos Sideris2018-01-131-5/+6
|
* Make group's sidebar visible through an optionKonstantinos Sideris2018-01-091-0/+2
|
* Communities (#195)Max Sandholm2018-01-091-1/+17
|
* Initial support for read receiptsKonstantinos Sideris2018-01-031-0/+12
|
* Re-order room list based on activityKonstantinos Sideris2017-12-301-1/+7
| | | | fixes #2
* Handle incoming invitesKonstantinos Sideris2017-12-191-0/+1
| | | | fixes #128
* Migrate to matrix-structs for event and response parsingKonstantinos Sideris2017-12-041-17/+54
|
* Remove unnecessary layoutsKonstantinos Sideris2017-11-081-8/+3
|
* Add dummy settings menuKonstantinos Sideris2017-11-021-0/+1
|
* Implemented sending of typing notifications (#105)Thomas Herzog2017-10-311-2/+4
|
* Save the changes between syncs in cacheKonstantinos Sideris2017-10-281-1/+23
| | | | | | - Fixes high cpu issues caused by the serialization of the whole in-memory state. - Display name changes are now visible in the timeline.
* Clean up headersKonstantinos Sideris2017-10-281-13/+17
|
* Retry initial sync (#19)Konstantinos Sideris2017-10-201-0/+7
|
* Move ctrl-k callback to the MainWindowKonstantinos Sideris2017-10-201-4/+1
|
* Remove sync timerKonstantinos Sideris2017-10-201-3/+0
|
* Fix icons for retina displaysKonstantinos Sideris2017-10-151-0/+2
|
* Add /join command supportKonstantinos Sideris2017-10-081-0/+1
|
* Drop the loading screen if consensus can't be achievedKonstantinos Sideris2017-10-081-2/+7
|
* Prevent FOUCKonstantinos Sideris2017-10-071-0/+1
|
* Use shared pointer for the modalsKonstantinos Sideris2017-10-071-2/+2
|
* Receive typing notifications (#88)Konstantinos Sideris2017-10-041-0/+6
|
* React to externally left and joined rooms, and add "leave room" button in ↵Max Sandholm2017-10-011-0/+2
| | | | | | | | | | 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.
* Update the cache state at once to avoid being in an invalid stateKonstantinos Sideris2017-08-261-53/+52
|
* Ghetto room switcherKonstantinos Sideris2017-08-151-0/+8
|
* Initial support for state cacheKonstantinos Sideris2017-07-301-0/+6
| | | | - Adds detection for duplicate events
* Add menu to toggle notificationsKonstantinos Sideris2017-05-311-0/+2
|
* Resolve name and avatar on 1-on-1 roomsKonstantinos Sideris2017-05-261-0/+1
|
* Minimize to trayKonstantinos Sideris2017-05-211-0/+1
|
* Snappy sidebarKonstantinos Sideris2017-05-191-6/+15
|
* Replace include guards with #pragma onceKonstantinos Sideris2017-05-161-4/+1
|
* Use timeline to retrieve state eventsKonstantinos Sideris2017-05-071-3/+7
| | | | | - Rooms without any history will be shown. - Room's state will be kept in sync and any updates will be visible.
* Rename History to TimelineKonstantinos Sideris2017-04-271-2/+2
| | | | In order to be compatible with the Matrix terminology
* Show the unread message count on the window titleKonstantinos Sideris2017-04-151-0/+2
|
* Initial implementation for local echoKonstantinos Sideris2017-04-131-2/+0
| | | | | | | | | | | | | Each HistoryView maintains a list of pending events. Each pending message is validated from the homeserver with either the returned EventId or the body of the message. Currently there is no support to remove invalid messages. Also some small refactoring: - ChatPage doesn't know about the message being sent. The message delivery is solely handled by HistoryViewManager. - Nick coloring function moved to HistoryViewManager.
* Remove capitalizationKonstantinos Sideris2017-04-111-2/+0
|
* Use only a MatrixClient as a shared pointerKonstantinos Sideris2017-04-111-11/+6
|
* Make the timer single shotKonstantinos Sideris2017-04-111-0/+1
|
* Add logout buttonKonstantinos Sideris2017-04-091-0/+4
| | | | Logout from the current session and invalidate the current token
* Use const refs for the deserialized dataKonstantinos Sideris2017-04-061-4/+4
|
* Initial commitKonstantinos Sideris2017-04-061-0/+88