Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add option to disable typing notifications | Konstantinos Sideris | 2018-01-14 | 1 | -0/+9 |
| | | | | fixes #131 | ||||
* | Add a checkmark to messages that have been received by the server (#93) | Konstantinos Sideris | 2018-01-14 | 1 | -0/+1 |
| | |||||
* | Move timestamps to the right | Konstantinos Sideris | 2018-01-14 | 2 | -8/+27 |
| | |||||
* | Keep syncing regardless of connectivity (#93) | Konstantinos Sideris | 2018-01-13 | 1 | -1/+1 |
| | |||||
* | Make some functions inline | Konstantinos Sideris | 2018-01-13 | 1 | -22/+25 |
| | |||||
* | Use QSharedPointer to save RoomStates | Konstantinos Sideris | 2018-01-13 | 4 | -16/+24 |
| | |||||
* | Upload filter automatically and use filter_id (#201) | krombel | 2018-01-13 | 1 | -0/+1 |
| | | | | | | | | | | | When a custom filter is inserted into nheko.conf or there was no filter defined yet the default filter gets automatically uploaded. After a successful upload the server-side generated filter-id is used. This is done async as it is just an enhancement and it is not required to upload the filter before the first request. | ||||
* | Properly assign default value to QSharedPointer for Qt5.7 | Konstantinos Sideris | 2018-01-12 | 1 | -3/+4 |
| | | | | [ci skip] | ||||
* | Use Q_NULLPTR to be compatible with qt5.7 | Konstantinos Sideris | 2018-01-12 | 1 | -4/+4 |
| | | | | fixes #199 | ||||
* | Handle surrogate pairs in avatars | Konstantinos Sideris | 2018-01-12 | 2 | -2/+7 |
| | |||||
* | Dismiss modal by clicking on the overlay | Konstantinos Sideris | 2018-01-11 | 1 | -0/+4 |
| | |||||
* | Lint | Konstantinos Sideris | 2018-01-11 | 1 | -2/+2 |
| | | | | [ci skip] | ||||
* | Filter out content in sync that is currently unhandled (#198) | krombel | 2018-01-11 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | I had a look at sync.cpp and checked which parts of the sync response are currently handled and which not. As I think it is unnecessary to let the unhandled data be transmitted without being handled I added these filters. In the same term I increased the timeout server-side to 30s as Riot defaults to this value as well. Especially now when a lots of presence-updates are not send anymore this value is more relevant. It is now also possible to use a filter that is defined in`client/sync_filter`. Advanced users might want to set an own filter here. [ci skip] | ||||
* | Add support for pasting images into a room (#180) | christarazi | 2018-01-10 | 9 | -12/+103 |
| | | | fixes #132 | ||||
* | Make group's sidebar visible through an option | Konstantinos Sideris | 2018-01-09 | 2 | -1/+20 |
| | |||||
* | Communities (#195) | Max Sandholm | 2018-01-09 | 8 | -6/+246 |
| | |||||
* | Enable read receipts on messages sent through nheko | Konstantinos Sideris | 2018-01-05 | 1 | -0/+1 |
| | |||||
* | Create widgets on demand for messages added to the end of the timeline | Konstantinos Sideris | 2018-01-05 | 3 | -10/+46 |
| | |||||
* | Add missing <functional> header | Konstantinos Sideris | 2018-01-03 | 1 | -0/+1 |
| | |||||
* | Initial support for read receipts | Konstantinos Sideris | 2018-01-03 | 8 | -5/+132 |
| | |||||
* | Re-order room list based on activity | Konstantinos Sideris | 2017-12-30 | 4 | -3/+34 |
| | | | | fixes #2 | ||||
* | Add date separator in the timeline | Konstantinos Sideris | 2017-12-25 | 4 | -3/+8 |
| | | | | fixes #157 | ||||
* | Use a better regex to identify URLs | Konstantinos Sideris | 2017-12-24 | 2 | -3/+9 |
| | |||||
* | Don't keep fetching history on non-visible timelines | Konstantinos Sideris | 2017-12-23 | 1 | -2/+4 |
| | | | | | | | | If the user switched to another timeline before the current timeline filled up with messages, nheko would keep fetching history. Now it will check periodically if the timeline became visible so it can decide whether or not to stop fetching history. | ||||
* | Cache room avatars (#139) | Konstantinos Sideris | 2017-12-22 | 3 | -1/+13 |
| | | | | fixes #107 | ||||
* | Add rounded corners to inline images | Konstantinos Sideris | 2017-12-21 | 1 | -0/+3 |
| | |||||
* | Fix font size inconsistencies | Konstantinos Sideris | 2017-12-21 | 1 | -1/+5 |
| | |||||
* | Bump font sizes | Konstantinos Sideris | 2017-12-21 | 1 | -6/+6 |
| | |||||
* | Prevent emoji selector for closing | Konstantinos Sideris | 2017-12-21 | 1 | -1/+0 |
| | | | | fixes #176 | ||||
* | Handle incoming invites | Konstantinos Sideris | 2017-12-19 | 4 | -24/+69 |
| | | | | fixes #128 | ||||
* | Allow only one application instance | Konstantinos Sideris | 2017-12-14 | 1 | -0/+31 |
| | | | | fixes #141 | ||||
* | Valgrind run | Konstantinos Sideris | 2017-12-12 | 1 | -1/+1 |
| | | | | | - Fix a memory leak where a layout was created without being used. - Fix uninitialized value. | ||||
* | Add dialog to create rooms | Konstantinos Sideris | 2017-12-11 | 3 | -0/+52 |
| | | | | fixes #25 | ||||
* | Add menu to invite users | Konstantinos Sideris | 2017-12-10 | 4 | -0/+76 |
| | |||||
* | Add gui option for joining rooms (#25) | Konstantinos Sideris | 2017-12-10 | 3 | -3/+21 |
| | |||||
* | Reset cache on breaking changes | Konstantinos Sideris | 2017-12-10 | 1 | -0/+3 |
| | | | | fixes #154 | ||||
* | Add style colors for the ScrollBar | Konstantinos Sideris | 2017-12-05 | 1 | -0/+12 |
| | |||||
* | Migrate to matrix-structs for event and response parsing | Konstantinos Sideris | 2017-12-04 | 35 | -1722/+189 |
| | |||||
* | Initial integration with matrix-structs | Konstantinos Sideris | 2017-12-03 | 3 | -92/+0 |
| | |||||
* | Add basic support for m.video messages | Konstantinos Sideris | 2017-12-01 | 2 | -0/+65 |
| | | | | fixes #115 | ||||
* | Allow audio clip uploads | Konstantinos Sideris | 2017-12-01 | 8 | -5/+15 |
| | |||||
* | Add inline audio clip player (m.audio) (#143) | Konstantinos Sideris | 2017-12-01 | 5 | -17/+175 |
| | |||||
* | Group emoji and dialogs with namespaces | Konstantinos Sideris | 2017-11-30 | 13 | -39/+67 |
| | |||||
* | Create directories for related files | Konstantinos Sideris | 2017-11-30 | 15 | -1/+2 |
| | |||||
* | Use templates for the TimelineItem generation | Konstantinos Sideris | 2017-11-30 | 1 | -9/+79 |
| | |||||
* | Simplify timeline item creation | Konstantinos Sideris | 2017-11-30 | 1 | -10/+26 |
| | |||||
* | Implement file uploads | Konstantinos Sideris | 2017-11-29 | 6 | -2/+79 |
| | | | | fixes #24 | ||||
* | Add read support for m.file messages (#24) | Konstantinos Sideris | 2017-11-28 | 4 | -0/+108 |
| | |||||
* | Reload theme without restart (#137) | Konstantinos Sideris | 2017-11-25 | 1 | -2/+3 |
| | |||||
* | Paint RoomList's background (#137) | Konstantinos Sideris | 2017-11-25 | 1 | -0/+3 |
| | |||||
* | Add dark theme | Konstantinos Sideris | 2017-11-25 | 1 | -1/+3 |
| | |||||
* | Update system theme | Konstantinos Sideris | 2017-11-25 | 2 | -2/+2 |
| | |||||
* | Send read receipts | Konstantinos Sideris | 2017-11-24 | 5 | -1/+11 |
| | | | | | | | | Automatically dismiss unread notifications when the window regains focus. fixes #111 fixes #68 | ||||
* | Remove unnecessary comments | Konstantinos Sideris | 2017-11-22 | 7 | -7/+7 |
| | |||||
* | Fix emoji picker's theme | Konstantinos Sideris | 2017-11-22 | 2 | -9/+3 |
| | |||||
* | Fix minor stylistic issues on the nheko theme | Konstantinos Sideris | 2017-11-22 | 6 | -0/+16 |
| | |||||
* | Merge branch 'theme' | Konstantinos Sideris | 2017-11-22 | 8 | -8/+74 |
|\ | |||||
| * | Use system color scheme (using a Qt stylesheet) #104 | Max Sandholm | 2017-11-16 | 8 | -8/+74 |
| | | | | | | | | | | | | | | The color scheme of nheko obeys the default color theme of Qt (i.e. the system theme). It uses a Qt stylesheet to accomplish this, which means replacing the color theme with a custom theme would only be a matter of writing a new style sheet and loading it into the app. | ||||
* | | Keep track of newly joined rooms in the settings manager | Konstantinos Sideris | 2017-11-21 | 1 | -2/+3 |
|/ | | | | fixes #134 | ||||
* | Lint | Konstantinos Sideris | 2017-11-15 | 2 | -5/+8 |
| | |||||
* | Implement a per-room send queue. (#118) | Jani Mustonen | 2017-11-15 | 3 | -12/+29 |
| | | | [ci skip] | ||||
* | Improve settings menu layout | Konstantinos Sideris | 2017-11-09 | 1 | -2/+7 |
| | |||||
* | Remove unnecessary layouts | Konstantinos Sideris | 2017-11-08 | 1 | -8/+3 |
| | |||||
* | Parse unsigned key | Konstantinos Sideris | 2017-11-06 | 1 | -0/+26 |
| | |||||
* | Add input history, enable multi-line input, refactor commands (#119) | Benjamin Saunders | 2017-11-05 | 1 | -11/+21 |
| | | | | | | | | | This also fixes the transmission of mis-typed commands as messages, fixes inability to send messages that start with a command, and does some initial work towards automatically resizing the input field to fit the input message. | ||||
* | Improvements to the quick switcher (#109) | Jani Mustonen | 2017-11-03 | 2 | -1/+3 |
| | | | | | | | | - Ghetto disambiguation for the quick switcher - Fix the Ctrl+K shortcut - Fix keyboard focus when the quick switcher is closed fixes #114 | ||||
* | Implement a setting for the tray icon (#108) | Jani Mustonen | 2017-11-02 | 1 | -0/+1 |
| | |||||
* | Add dummy settings menu | Konstantinos Sideris | 2017-11-02 | 5 | -0/+199 |
| | |||||
* | Implemented sending of typing notifications (#105) | Thomas Herzog | 2017-10-31 | 3 | -2/+19 |
| | |||||
* | Add missing headers | Konstantinos Sideris | 2017-10-28 | 1 | -0/+1 |
| | |||||
* | Display user avatar changes | Konstantinos Sideris | 2017-10-28 | 1 | -3/+9 |
| | |||||
* | Save the changes between syncs in cache | Konstantinos Sideris | 2017-10-28 | 2 | -2/+28 |
| | | | | | | - 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 headers | Konstantinos Sideris | 2017-10-28 | 32 | -119/+119 |
| | |||||
* | Add scroll-down button | Konstantinos Sideris | 2017-10-27 | 2 | -0/+30 |
| | |||||
* | Adjust scrollbar only after pagination (#94) | Konstantinos Sideris | 2017-10-27 | 1 | -0/+2 |
| | | | | | The scrollbar will stay in the same position if new messages are added to the bottom of the timeline. | ||||
* | Lint | Konstantinos Sideris | 2017-10-23 | 2 | -21/+6 |
| | |||||
* | Use callbacks on MatrixClient | Konstantinos Sideris | 2017-10-22 | 1 | -42/+0 |
| | |||||
* | Remove extra inline keywords | Konstantinos Sideris | 2017-10-22 | 34 | -639/+106 |
| | |||||
* | Remove ui flickering when adding new timeline events | Konstantinos Sideris | 2017-10-21 | 1 | -1/+1 |
| | |||||
* | Retry initial sync (#19) | Konstantinos Sideris | 2017-10-20 | 3 | -3/+12 |
| | |||||
* | Move ctrl-k callback to the MainWindow | Konstantinos Sideris | 2017-10-20 | 2 | -4/+2 |
| | |||||
* | Remove sync timer | Konstantinos Sideris | 2017-10-20 | 1 | -3/+0 |
| | |||||
* | Make sidebar topic expand on click and fix html formatting of elided text. (#96) | Rokas Kupstys | 2017-10-20 | 2 | -2/+29 |
| | | | Fixes #95 | ||||
* | Elide room topic | Konstantinos Sideris | 2017-10-19 | 1 | -8/+5 |
| | |||||
* | Fix icons for retina displays | Konstantinos Sideris | 2017-10-15 | 33 | -178/+195 |
| | |||||
* | Reduce timeline flickering | Konstantinos Sideris | 2017-10-09 | 1 | -4/+3 |
| | |||||
* | Add /join command support | Konstantinos Sideris | 2017-10-08 | 4 | -0/+9 |
| | |||||
* | Add snackbar | Konstantinos Sideris | 2017-10-08 | 1 | -0/+80 |
| | |||||
* | Drop the loading screen if consensus can't be achieved | Konstantinos Sideris | 2017-10-08 | 1 | -2/+7 |
| | |||||
* | Prevent FOUC | Konstantinos Sideris | 2017-10-07 | 3 | -0/+13 |
| | |||||
* | 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 |