Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Use shared pointer for the modals | Konstantinos Sideris | 2017-10-07 | 6 | -11/+11 | |
| | ||||||
* | Resume sync when connectivity is established | Konstantinos Sideris | 2017-10-05 | 1 | -1/+1 | |
| | ||||||
* | Put typing notifications above the text input | Konstantinos Sideris | 2017-10-04 | 1 | -0/+1 | |
| | ||||||
* | Receive typing notifications (#88) | Konstantinos Sideris | 2017-10-04 | 4 | -5/+40 | |
| | ||||||
* | Recover from corrupted cache data | Konstantinos Sideris | 2017-10-03 | 1 | -7/+3 | |
| | | | | | | Make Cache constructor exception free fixes #74 | |||||
* | React to externally left and joined rooms, and add "leave room" button in ↵ | Max Sandholm | 2017-10-01 | 10 | -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 change | Konstantinos Sideris | 2017-10-01 | 1 | -1/+1 | |
| | ||||||
* | Remove extra clang-format options | Konstantinos Sideris | 2017-10-01 | 6 | -24/+18 | |
| | ||||||
* | Fixes #50. | Rokas Kupstys | 2017-10-01 | 1 | -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 active | Konstantinos Sideris | 2017-09-30 | 1 | -1/+3 | |
| | | | | fixes #55 | |||||
* | Add missing update calls | Konstantinos Sideris | 2017-09-30 | 2 | -0/+5 | |
| | ||||||
* | Remove unnecessary animations | Konstantinos Sideris | 2017-09-30 | 2 | -90/+1 | |
| | ||||||
* | Refactor the welcome page | Konstantinos Sideris | 2017-09-30 | 1 | -21/+2 | |
| | ||||||
* | Merge branch 'images' | Konstantinos Sideris | 2017-09-10 | 10 | -164/+92 | |
|\ | ||||||
| * | Implement image uploads (#24) | Konstantinos Sideris | 2017-09-10 | 10 | -264/+192 | |
| | | ||||||
* | | Style change again | Konstantinos Sideris | 2017-09-10 | 68 | -1466/+1489 | |
|/ | ||||||
* | Add write support for m.emote events | Konstantinos Sideris | 2017-09-03 | 5 | -128/+178 | |
| | | | | closes #41 | |||||
* | Add read support for m.emote events (#41) | Konstantinos Sideris | 2017-09-02 | 2 | -0/+7 | |
| | ||||||
* | Linkify URLs in room topics | Konstantinos Sideris | 2017-08-26 | 1 | -28/+36 | |
| | | | | closes #52 | |||||
* | Remove cache data when the user logs out | Konstantinos Sideris | 2017-08-26 | 1 | -0/+10 | |
| | ||||||
* | Update the cache state at once to avoid being in an invalid state | Konstantinos Sideris | 2017-08-26 | 3 | -105/+107 | |
| | ||||||
* | Remove nick colors | Konstantinos Sideris | 2017-08-26 | 3 | -139/+136 | |
| | ||||||
* | Fix login UX | Konstantinos Sideris | 2017-08-21 | 1 | -0/+2 | |
| | | | | | | | The mxid input will not prevent the user from entering any invalid value. closes #22 | |||||
* | Place the completion popup under the search widget | Konstantinos Sideris | 2017-08-20 | 1 | -0/+11 | |
| | ||||||
* | Small style change | Konstantinos Sideris | 2017-08-20 | 49 | -306/+460 | |
| | ||||||
* | Add missing destructors | Konstantinos Sideris | 2017-08-15 | 1 | -0/+6 | |
| | ||||||
* | Ghetto room switcher | Konstantinos Sideris | 2017-08-15 | 2 | -0/+66 | |
| | ||||||
* | Focus on the text input when switching rooms | Konstantinos Sideris | 2017-08-14 | 1 | -0/+6 | |
| | ||||||
* | Update the last sender from the initial pagination | Konstantinos Sideris | 2017-08-14 | 2 | -2/+3 | |
| | ||||||
* | Display the most recent message instead of the topic | Konstantinos Sideris | 2017-08-06 | 5 | -2/+32 | |
| | | | | closes #11 | |||||
* | Fix full screen image viewer on macOS sierra | Konstantinos Sideris | 2017-08-06 | 1 | -6/+2 | |
| | ||||||
* | Keep fetching history until the scrollbar gets activated | Konstantinos Sideris | 2017-08-05 | 2 | -2/+5 | |
| | ||||||
* | Initial support for state cache | Konstantinos Sideris | 2017-07-30 | 5 | -0/+80 | |
| | | | | - Adds detection for duplicate events | |||||
* | Add serialization on matrix events | Konstantinos Sideris | 2017-07-30 | 15 | -12/+111 | |
| | ||||||
* | Save and restore app's window size | Konstantinos Sideris | 2017-07-30 | 2 | -0/+12 | |
| | | | | closes #46 | |||||
* | Fix small timestamp misalignment | Konstantinos Sideris | 2017-07-15 | 1 | -1/+1 | |
| | ||||||
* | Use pixels to specify the font sizes | Konstantinos Sideris | 2017-07-15 | 7 | -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. | |||||
* | Linting | Konstantinos Sideris | 2017-07-09 | 1 | -2/+0 | |
| | ||||||
* | Improve login flow (#35) | jansol | 2017-07-08 | 3 | -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 spinner | Konstantinos Sideris | 2017-07-02 | 1 | -0/+3 | |
| | ||||||
* | Remove hardcoded font sizes on the top bars and text input | Konstantinos Sideris | 2017-07-01 | 3 | -2/+15 | |
| | ||||||
* | Set emoji size relative to the default font | Konstantinos Sideris | 2017-07-01 | 1 | -0/+3 | |
| | ||||||
* | Remove hardcoded font sizes, margins etc | Konstantinos Sideris | 2017-07-01 | 2 | -4/+11 | |
| | | | | - Fixes small font issue on MacOs | |||||
* | Repaint when the room avatar is received | Konstantinos Sideris | 2017-06-05 | 1 | -0/+1 | |
| | ||||||
* | Lazy load initial timeline events | Konstantinos Sideris | 2017-06-05 | 1 | -1/+1 | |
| | ||||||
* | Fix scrolling flickering on backwards pagination | Konstantinos Sideris | 2017-06-05 | 1 | -1/+5 | |
| | ||||||
* | Experimental support for user avatars in timeline | Konstantinos Sideris | 2017-06-05 | 3 | -4/+72 | |
| | ||||||
* | Show confirmation dialog on logout | Konstantinos Sideris | 2017-06-02 | 3 | -0/+50 | |
| | | | | | | Minor stylistic refactoring closes #29 | |||||
* | Be explicit about the text color on the context menu | Konstantinos Sideris | 2017-05-31 | 1 | -3/+3 | |
| | | | | [ci skip] | |||||
* | Add context menu on RoomList items | Konstantinos Sideris | 2017-05-31 | 2 | -2/+19 | |
| | ||||||
* | Add menu to toggle notifications | Konstantinos Sideris | 2017-05-31 | 4 | -2/+96 | |
| | ||||||
* | Add drop shadow to emoji panel | Konstantinos Sideris | 2017-05-31 | 2 | -13/+110 | |
| | | | | - Minor refactoring | |||||
* | Resolve name and avatar on 1-on-1 rooms | Konstantinos Sideris | 2017-05-26 | 4 | -13/+46 | |
| | ||||||
* | Add custom scrollbar on the timeline | Konstantinos Sideris | 2017-05-24 | 2 | -0/+55 | |
| | ||||||
* | Don't show the landing page when there is an active user | Konstantinos Sideris | 2017-05-22 | 1 | -0/+2 | |
| | ||||||
* | Increase tray icon's bubble size | Konstantinos Sideris | 2017-05-22 | 1 | -1/+1 | |
| | ||||||
* | Minimize to tray | Konstantinos Sideris | 2017-05-21 | 3 | -0/+69 | |
| | ||||||
* | Snappy sidebar | Konstantinos Sideris | 2017-05-19 | 4 | -10/+24 | |
| | ||||||
* | Remove RoomList UI form | Konstantinos Sideris | 2017-05-19 | 1 | -8/+6 | |
| | ||||||
* | Add hover color on RoomList items | Konstantinos Sideris | 2017-05-19 | 1 | -1/+1 | |
| | ||||||
* | Simplify room list item | Konstantinos Sideris | 2017-05-19 | 2 | -30/+54 | |
| | ||||||
* | Replace include guards with #pragma once | Konstantinos Sideris | 2017-05-16 | 66 | -266/+66 | |
| | ||||||
* | Add geometry animation on emoji picker | Konstantinos Sideris | 2017-05-16 | 1 | -1/+11 | |
| | ||||||
* | Show user info even if the display name or avatar are missing | Konstantinos Sideris | 2017-05-16 | 1 | -1/+1 | |
| | ||||||
* | Remove MainWindow ui form | Konstantinos Sideris | 2017-05-14 | 1 | -8/+0 | |
| | ||||||
* | Make InputValidator class members static | Konstantinos Sideris | 2017-05-14 | 3 | -28/+7 | |
| | ||||||
* | Use QSharedPointer to manage TimelineViews and RoomInfoListItems | Konstantinos Sideris | 2017-05-14 | 3 | -3/+2 | |
| | ||||||
* | Update prev_batch only while paginating | Konstantinos Sideris | 2017-05-13 | 1 | -0/+1 | |
| | ||||||
* | Initial support for backwards pagination | Konstantinos Sideris | 2017-05-12 | 3 | -8/+100 | |
| | ||||||
* | Highlight URLs in TimelineView | Konstantinos Sideris | 2017-05-11 | 1 | -2/+2 | |
| | ||||||
* | Save the user defined domain instead of the one provided by login response | Konstantinos Sideris | 2017-05-09 | 1 | -4/+4 | |
| | ||||||
* | Add settings panel for homeserver's domain | Konstantinos Sideris | 2017-05-09 | 3 | -1/+53 | |
| | ||||||
* | Initial support for display names | Konstantinos Sideris | 2017-05-08 | 1 | -0/+3 | |
| | ||||||
* | Fix windows build | Konstantinos Sideris | 2017-05-08 | 1 | -3/+3 | |
| | ||||||
* | Use strongly typed enums | Konstantinos Sideris | 2017-05-08 | 10 | -31/+29 | |
| | ||||||
* | Use timeline to retrieve state events | Konstantinos Sideris | 2017-05-07 | 21 | -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 namespace | Konstantinos Sideris | 2017-05-04 | 13 | -0/+78 | |
| | ||||||
* | Add StateEvent | Konstantinos Sideris | 2017-05-04 | 1 | -0/+67 | |
| | ||||||
* | Add RoomEvent | Konstantinos Sideris | 2017-05-04 | 1 | -0/+94 | |
| | ||||||
* | Add base Event class | Konstantinos Sideris | 2017-05-04 | 1 | -0/+89 | |
| | ||||||
* | Add event contents | Konstantinos Sideris | 2017-05-04 | 10 | -0/+560 | |
| | ||||||
* | macOS fixes (#15) | Matthew Hodgson | 2017-05-04 | 1 | -0/+3 | |
| | | | | | | | - Improve build instructions. - Fix fullscreen image sizing. - Remove horizontal overscroll of RoomInfoListItem. | |||||
* | Add lint rule | Konstantinos Sideris | 2017-04-30 | 3 | -3/+3 | |
| | ||||||
* | Fix MainWindow being out of focus when the fullscreen overlay is closed | Konstantinos Sideris | 2017-04-30 | 1 | -0/+6 | |
| | | | | That was probably a Linux specific issue or my mouse is buggy. | |||||
* | Add full screen overlay for image display | Konstantinos Sideris | 2017-04-30 | 1 | -0/+44 | |
| | ||||||
* | Add initial support for inline images | Konstantinos Sideris | 2017-04-28 | 4 | -2/+87 | |
| | ||||||
* | Rename History to Timeline | Konstantinos Sideris | 2017-04-27 | 4 | -19/+19 | |
| | | | | In order to be compatible with the Matrix terminology | |||||
* | Add spinner to hide uninitialized layout after login | Konstantinos Sideris | 2017-04-26 | 4 | -4/+184 | |
| | ||||||
* | Add full emoji support | Konstantinos Sideris | 2017-04-23 | 7 | -3/+277 | |
| | ||||||
* | Add logo icons | Konstantinos Sideris | 2017-04-21 | 1 | -1/+2 | |
| | ||||||
* | Add initial read-only emoji support | Konstantinos Sideris | 2017-04-19 | 1 | -0/+2 | |
| | ||||||
* | Show the unread message count on the window title | Konstantinos Sideris | 2017-04-15 | 3 | -0/+11 | |
| | ||||||
* | Add initial support for unread message count | Konstantinos Sideris | 2017-04-15 | 5 | -2/+16 | |
| | | | | - Add border width on Badge | |||||
* | Use color generator for nick names | Konstantinos Sideris | 2017-04-14 | 1 | -1/+0 | |
| | ||||||
* | Add proper struct initialization | Konstantinos Sideris | 2017-04-13 | 1 | -0/+8 | |
| | ||||||
* | Initial implementation for local echo | Konstantinos Sideris | 2017-04-13 | 5 | -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 map | Konstantinos Sideris | 2017-04-11 | 2 | -5/+4 | |
| | ||||||
* | Remove halo animation | Konstantinos Sideris | 2017-04-11 | 1 | -34/+0 | |
| | ||||||
* | Remove capitalization | Konstantinos Sideris | 2017-04-11 | 1 | -2/+0 | |
| | ||||||
* | Use only a MatrixClient as a shared pointer | Konstantinos Sideris | 2017-04-11 | 6 | -39/+42 | |
| | ||||||
* | Make the timer single shot | Konstantinos Sideris | 2017-04-11 | 2 | -0/+2 | |
| | ||||||
* | Handle room avatars in top bar without an icon | Konstantinos Sideris | 2017-04-10 | 1 | -0/+1 | |
| | ||||||
* | Use Matrix ID for login | Konstantinos Sideris | 2017-04-10 | 1 | -1/+1 | |
| | ||||||
* | Remove exception specifications | Konstantinos Sideris | 2017-04-09 | 6 | -24/+24 | |
| | ||||||
* | Clear text fields after login | Konstantinos Sideris | 2017-04-09 | 1 | -0/+2 | |
| | ||||||
* | Add logout button | Konstantinos Sideris | 2017-04-09 | 7 | -4/+24 | |
| | | | | Logout from the current session and invalidate the current token | |||||
* | Implement initial registration stage | Konstantinos Sideris | 2017-04-08 | 2 | -3/+84 | |
| | ||||||
* | Use QLabel to display registration errors | Konstantinos Sideris | 2017-04-07 | 1 | -0/+5 | |
| | ||||||
* | Use const refs for the deserialized data | Konstantinos Sideris | 2017-04-06 | 9 | -54/+168 | |
| | ||||||
* | Initial commit | Konstantinos Sideris | 2017-04-06 | 31 | -0/+2338 | |