summary refs log tree commit diff
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add dummy settings menuKonstantinos Sideris2017-11-025-0/+199
* Implemented sending of typing notifications (#105)Thomas Herzog2017-10-313-2/+19
* Add missing headersKonstantinos Sideris2017-10-281-0/+1
* Display user avatar changesKonstantinos Sideris2017-10-281-3/+9
* Save the changes between syncs in cacheKonstantinos Sideris2017-10-282-2/+28
* Clean up headersKonstantinos Sideris2017-10-2832-119/+119
* Add scroll-down buttonKonstantinos Sideris2017-10-272-0/+30
* Adjust scrollbar only after pagination (#94)Konstantinos Sideris2017-10-271-0/+2
* LintKonstantinos Sideris2017-10-232-21/+6
* Use callbacks on MatrixClientKonstantinos Sideris2017-10-221-42/+0
* Remove extra inline keywordsKonstantinos Sideris2017-10-2234-639/+106
* Remove ui flickering when adding new timeline eventsKonstantinos Sideris2017-10-211-1/+1
* Retry initial sync (#19)Konstantinos Sideris2017-10-203-3/+12
* Move ctrl-k callback to the MainWindowKonstantinos Sideris2017-10-202-4/+2
* Remove sync timerKonstantinos Sideris2017-10-201-3/+0
* Make sidebar topic expand on click and fix html formatting of elided text. (#96)Rokas Kupstys2017-10-202-2/+29
* Elide room topicKonstantinos Sideris2017-10-191-8/+5
* Fix icons for retina displaysKonstantinos Sideris2017-10-1533-178/+195
* Reduce timeline flickeringKonstantinos Sideris2017-10-091-4/+3
* Add /join command supportKonstantinos Sideris2017-10-084-0/+9
* Add snackbarKonstantinos Sideris2017-10-081-0/+80
* Drop the loading screen if consensus can't be achievedKonstantinos Sideris2017-10-081-2/+7
* Prevent FOUCKonstantinos Sideris2017-10-073-0/+13
* Use shared pointer for the modalsKonstantinos Sideris2017-10-076-11/+11
* Resume sync when connectivity is establishedKonstantinos Sideris2017-10-051-1/+1
* Put typing notifications above the text inputKonstantinos Sideris2017-10-041-0/+1
* Receive typing notifications (#88)Konstantinos Sideris2017-10-044-5/+40
* Recover from corrupted cache dataKonstantinos Sideris2017-10-031-7/+3
* React to externally left and joined rooms, and add "leave room" button in roo...Max Sandholm2017-10-0110-0/+124
* Update badge counter only on changeKonstantinos Sideris2017-10-011-1/+1
* Remove extra clang-format optionsKonstantinos Sideris2017-10-016-24/+18
* Fixes #50.Rokas Kupstys2017-10-011-0/+2
* Don't move scrollbar to the bottom when it's activeKonstantinos Sideris2017-09-301-1/+3
* Add missing update callsKonstantinos Sideris2017-09-302-0/+5
* Remove unnecessary animationsKonstantinos Sideris2017-09-302-90/+1
* Refactor the welcome pageKonstantinos Sideris2017-09-301-21/+2
* Merge branch 'images'Konstantinos Sideris2017-09-1010-164/+92
|\
| * Implement image uploads (#24)Konstantinos Sideris2017-09-1010-264/+192
* | Style change againKonstantinos Sideris2017-09-1068-1466/+1489
|/
* Add write support for m.emote eventsKonstantinos Sideris2017-09-035-128/+178
* Add read support for m.emote events (#41)Konstantinos Sideris2017-09-022-0/+7
* Linkify URLs in room topicsKonstantinos Sideris2017-08-261-28/+36
* Remove cache data when the user logs outKonstantinos Sideris2017-08-261-0/+10
* Update the cache state at once to avoid being in an invalid stateKonstantinos Sideris2017-08-263-105/+107
* Remove nick colorsKonstantinos Sideris2017-08-263-139/+136
* Fix login UXKonstantinos Sideris2017-08-211-0/+2
* Place the completion popup under the search widgetKonstantinos Sideris2017-08-201-0/+11
* Small style changeKonstantinos Sideris2017-08-2049-306/+460
* Add missing destructorsKonstantinos Sideris2017-08-151-0/+6
* Ghetto room switcherKonstantinos Sideris2017-08-152-0/+66
* Focus on the text input when switching roomsKonstantinos Sideris2017-08-141-0/+6
* Update the last sender from the initial paginationKonstantinos Sideris2017-08-142-2/+3
* Display the most recent message instead of the topicKonstantinos Sideris2017-08-065-2/+32
* Fix full screen image viewer on macOS sierraKonstantinos Sideris2017-08-061-6/+2
* Keep fetching history until the scrollbar gets activatedKonstantinos Sideris2017-08-052-2/+5
* Initial support for state cacheKonstantinos Sideris2017-07-305-0/+80
* Add serialization on matrix eventsKonstantinos Sideris2017-07-3015-12/+111
* Save and restore app's window sizeKonstantinos Sideris2017-07-302-0/+12
* Fix small timestamp misalignmentKonstantinos Sideris2017-07-151-1/+1
* Use pixels to specify the font sizesKonstantinos Sideris2017-07-157-24/+71
* LintingKonstantinos Sideris2017-07-091-2/+0
* Improve login flow (#35)jansol2017-07-083-19/+36
* Slow down spinnerKonstantinos Sideris2017-07-021-0/+3
* Remove hardcoded font sizes on the top bars and text inputKonstantinos Sideris2017-07-013-2/+15
* Set emoji size relative to the default fontKonstantinos Sideris2017-07-011-0/+3
* Remove hardcoded font sizes, margins etcKonstantinos Sideris2017-07-012-4/+11
* Repaint when the room avatar is receivedKonstantinos Sideris2017-06-051-0/+1
* Lazy load initial timeline eventsKonstantinos Sideris2017-06-051-1/+1
* Fix scrolling flickering on backwards paginationKonstantinos Sideris2017-06-051-1/+5
* Experimental support for user avatars in timelineKonstantinos Sideris2017-06-053-4/+72
* Show confirmation dialog on logoutKonstantinos Sideris2017-06-023-0/+50
* Be explicit about the text color on the context menuKonstantinos Sideris2017-05-311-3/+3
* Add context menu on RoomList itemsKonstantinos Sideris2017-05-312-2/+19
* Add menu to toggle notificationsKonstantinos Sideris2017-05-314-2/+96
* Add drop shadow to emoji panelKonstantinos Sideris2017-05-312-13/+110
* Resolve name and avatar on 1-on-1 roomsKonstantinos Sideris2017-05-264-13/+46
* Add custom scrollbar on the timelineKonstantinos Sideris2017-05-242-0/+55
* Don't show the landing page when there is an active userKonstantinos Sideris2017-05-221-0/+2
* Increase tray icon's bubble sizeKonstantinos Sideris2017-05-221-1/+1
* Minimize to trayKonstantinos Sideris2017-05-213-0/+69
* Snappy sidebarKonstantinos Sideris2017-05-194-10/+24
* Remove RoomList UI formKonstantinos Sideris2017-05-191-8/+6
* Add hover color on RoomList itemsKonstantinos Sideris2017-05-191-1/+1
* Simplify room list itemKonstantinos Sideris2017-05-192-30/+54
* Replace include guards with #pragma onceKonstantinos Sideris2017-05-1666-266/+66
* Add geometry animation on emoji pickerKonstantinos Sideris2017-05-161-1/+11
* Show user info even if the display name or avatar are missingKonstantinos Sideris2017-05-161-1/+1
* Remove MainWindow ui formKonstantinos Sideris2017-05-141-8/+0
* Make InputValidator class members staticKonstantinos Sideris2017-05-143-28/+7
* Use QSharedPointer to manage TimelineViews and RoomInfoListItemsKonstantinos Sideris2017-05-143-3/+2
* Update prev_batch only while paginatingKonstantinos Sideris2017-05-131-0/+1
* Initial support for backwards paginationKonstantinos Sideris2017-05-123-8/+100
* Highlight URLs in TimelineViewKonstantinos Sideris2017-05-111-2/+2
* Save the user defined domain instead of the one provided by login responseKonstantinos Sideris2017-05-091-4/+4
* Add settings panel for homeserver's domainKonstantinos Sideris2017-05-093-1/+53
* Initial support for display namesKonstantinos Sideris2017-05-081-0/+3
* Fix windows buildKonstantinos Sideris2017-05-081-3/+3
* Use strongly typed enumsKonstantinos Sideris2017-05-0810-31/+29
* Use timeline to retrieve state eventsKonstantinos Sideris2017-05-0721-73/+727
* Add matrix::events namespaceKonstantinos Sideris2017-05-0413-0/+78
* Add StateEventKonstantinos Sideris2017-05-041-0/+67
* Add RoomEventKonstantinos Sideris2017-05-041-0/+94
* Add base Event classKonstantinos Sideris2017-05-041-0/+89
* Add event contentsKonstantinos Sideris2017-05-0410-0/+560
* macOS fixes (#15)Matthew Hodgson2017-05-041-0/+3
* Add lint ruleKonstantinos Sideris2017-04-303-3/+3
* Fix MainWindow being out of focus when the fullscreen overlay is closedKonstantinos Sideris2017-04-301-0/+6
* Add full screen overlay for image displayKonstantinos Sideris2017-04-301-0/+44
* Add initial support for inline imagesKonstantinos Sideris2017-04-284-2/+87
* Rename History to TimelineKonstantinos Sideris2017-04-274-19/+19
* Add spinner to hide uninitialized layout after loginKonstantinos Sideris2017-04-264-4/+184
* Add full emoji supportKonstantinos Sideris2017-04-237-3/+277
* Add logo iconsKonstantinos Sideris2017-04-211-1/+2
* Add initial read-only emoji supportKonstantinos Sideris2017-04-191-0/+2
* Show the unread message count on the window titleKonstantinos Sideris2017-04-153-0/+11
* Add initial support for unread message countKonstantinos Sideris2017-04-155-2/+16
* Use color generator for nick namesKonstantinos Sideris2017-04-141-1/+0
* Add proper struct initializationKonstantinos Sideris2017-04-131-0/+8
* Initial implementation for local echoKonstantinos Sideris2017-04-135-4/+44
* Use a single nick to color mapKonstantinos Sideris2017-04-112-5/+4
* Remove halo animationKonstantinos Sideris2017-04-111-34/+0
* Remove capitalizationKonstantinos Sideris2017-04-111-2/+0
* Use only a MatrixClient as a shared pointerKonstantinos Sideris2017-04-116-39/+42
* Make the timer single shotKonstantinos Sideris2017-04-112-0/+2
* Handle room avatars in top bar without an iconKonstantinos Sideris2017-04-101-0/+1
* Use Matrix ID for loginKonstantinos Sideris2017-04-101-1/+1
* Remove exception specificationsKonstantinos Sideris2017-04-096-24/+24
* Clear text fields after loginKonstantinos Sideris2017-04-091-0/+2
* Add logout buttonKonstantinos Sideris2017-04-097-4/+24
* Implement initial registration stageKonstantinos Sideris2017-04-082-3/+84
* Use QLabel to display registration errorsKonstantinos Sideris2017-04-071-0/+5
* Use const refs for the deserialized dataKonstantinos Sideris2017-04-069-54/+168
* Initial commitKonstantinos Sideris2017-04-0631-0/+2338