summary refs log tree commit diff
path: root/include (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
| | | | | | Make Cache constructor exception free fixes #74
* React to externally left and joined rooms, and add "leave room" button in ↵Max Sandholm2017-10-0110-0/+124
| | | | | | | | | | 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 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
| | | | | | On KDE desktop icon failed to appear because TrayIcon requested a zero-size rect. Implementing MsgCountComposedIcon::availableSizes() method fixes that. After icon became visible it was not transparent, and places that should have been transparent contained artifacts likely due to uninitialized memory. Implementing MsgCountComposedIcon::pixmap() which returns a pixmap with alpha channel fixes that.
* Don't move scrollbar to the bottom when it's activeKonstantinos Sideris2017-09-301-1/+3
| | | | fixes #55
* 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
| | | | closes #41
* Add read support for m.emote events (#41)Konstantinos Sideris2017-09-022-0/+7
|
* Linkify URLs in room topicsKonstantinos Sideris2017-08-261-28/+36
| | | | closes #52
* 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
| | | | | | | The mxid input will not prevent the user from entering any invalid value. closes #22
* 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
| | | | closes #11
* 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
| | | | - Adds detection for duplicate events
* Add serialization on matrix eventsKonstantinos Sideris2017-07-3015-12/+111
|
* Save and restore app's window sizeKonstantinos Sideris2017-07-302-0/+12
| | | | closes #46
* Fix small timestamp misalignmentKonstantinos Sideris2017-07-151-1/+1
|
* Use pixels to specify the font sizesKonstantinos Sideris2017-07-157-24/+71
| | | | | | | Basically reverts the last font related commits since pointSize isn't as reliable as pixelSize. Also some layout values (margins, spacings) have been moved out to Config.h.
* LintingKonstantinos Sideris2017-07-091-2/+0
|
* Improve login flow (#35)jansol2017-07-083-19/+36
| | | | | * Validate both inferred and explicitly entered server addresses by attempting to call the /versions endpoint * If the domain from the mxid fails validation, try prefixing it with 'matrix' * Only show server address field if address validation ultimately fails
* 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
| | | | - Fixes small font issue on MacOs
* 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
| | | | | | Minor stylistic refactoring closes #29
* Be explicit about the text color on the context menuKonstantinos Sideris2017-05-311-3/+3
| | | | [ci skip]
* 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
| | | | - Minor refactoring
* 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
| | | | | - Rooms without any history will be shown. - Room's state will be kept in sync and any updates will be visible.
* 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
| | | | | | | - Improve build instructions. - Fix fullscreen image sizing. - Remove horizontal overscroll of RoomInfoListItem.
* 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
| | | | That was probably a Linux specific issue or my mouse is buggy.
* 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
| | | | In order to be compatible with the Matrix terminology
* 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
| | | | - Add border width on Badge
* 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
| | | | | | | | | | | | | 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.
* 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
| | | | Logout from the current session and invalidate the current token
* 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