Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Don't send notification for the room that is currently open | Konstantinos Sideris | 2018-05-07 | 1 | -2/+5 | |
| | ||||||
* | Implement desktop notification for mac | Konstantinos Sideris | 2018-05-05 | 5 | -5/+82 | |
| | ||||||
* | Add support for retrieving the notification events (#33) | Konstantinos Sideris | 2018-05-05 | 5 | -22/+146 | |
| | ||||||
* | Fetch user avatars while browsing the member list | Konstantinos Sideris | 2018-05-04 | 1 | -0/+7 | |
| | ||||||
* | Remove the extra top margin from timeline widgets | Konstantinos Sideris | 2018-05-04 | 1 | -1/+1 | |
| | ||||||
* | Remove flickering by updating auto-complete menu items in-place | Konstantinos Sideris | 2018-05-03 | 1 | -19/+95 | |
| | | | | Instead of deleting the current items and creating new ones. | |||||
* | Default to the first item in room selection menu | Konstantinos Sideris | 2018-05-03 | 2 | -6/+15 | |
| | | | | | | - Add backwards navigation with backtab fixes #316 | |||||
* | Move access token to header | Konstantinos Sideris | 2018-05-02 | 1 | -69/+19 | |
| | ||||||
* | Handle invalid access token | Konstantinos Sideris | 2018-05-02 | 2 | -4/+20 | |
| | ||||||
* | Show user avatar for messages on different day or time gap > 15 mins | Konstantinos Sideris | 2018-05-01 | 1 | -10/+49 | |
| | | | | fixes #278 | |||||
* | Add member list | Konstantinos Sideris | 2018-05-01 | 6 | -15/+220 | |
| | ||||||
* | Add prototype room settings menu | Konstantinos Sideris | 2018-04-30 | 5 | -9/+191 | |
| | ||||||
* | Show room tooltips when the sidebar is collapsed | Konstantinos Sideris | 2018-04-30 | 1 | -0/+5 | |
| | ||||||
* | More consistent spacing between messages | Konstantinos Sideris | 2018-04-29 | 1 | -9/+11 | |
| | ||||||
* | Refactor utils::getMessageDescription | Konstantinos Sideris | 2018-04-29 | 5 | -103/+26 | |
| | ||||||
* | Fix UI inconsistencies between room list & communities | Konstantinos Sideris | 2018-04-28 | 3 | -171/+43 | |
| | | | | | fixes #204 fixes #255 | |||||
* | Remove old/unused code | Konstantinos Sideris | 2018-04-28 | 2 | -37/+8 | |
| | ||||||
* | Add support for displaying m.sticker events | Konstantinos Sideris | 2018-04-27 | 5 | -2/+42 | |
| | | | | fixes #291 | |||||
* | Add remove_if for maps | Konstantinos Sideris | 2018-04-27 | 1 | -7/+4 | |
| | ||||||
* | Fix clicking on room list suggestions | Konstantinos Sideris | 2018-04-27 | 2 | -16/+25 | |
| | ||||||
* | Improve room searching | Konstantinos Sideris | 2018-04-27 | 5 | -138/+175 | |
| | | | | fixes #257 | |||||
* | Improve the date separator widget | Konstantinos Sideris | 2018-04-25 | 1 | -38/+52 | |
| | ||||||
* | Fix signal redefinition warning | Konstantinos Sideris | 2018-04-24 | 2 | -2/+2 | |
| | ||||||
* | Adjust completion menu to fit its contents | Konstantinos Sideris | 2018-04-24 | 1 | -0/+10 | |
| | ||||||
* | Clear typing notifications when the user list is empty | Konstantinos Sideris | 2018-04-24 | 1 | -14/+14 | |
| | | | | fixes #304 | |||||
* | Remove map from room_id to QPixmap from ChatPage | Konstantinos Sideris | 2018-04-24 | 2 | -7/+44 | |
| | | | | The avatars are loaded from cache | |||||
* | Fix CI errors | Konstantinos Sideris | 2018-04-22 | 2 | -3/+3 | |
| | ||||||
* | Update invites in the UI after sync | Konstantinos Sideris | 2018-04-22 | 3 | -1/+40 | |
| | ||||||
* | Properly clean stale invites | Konstantinos Sideris | 2018-04-22 | 1 | -2/+15 | |
| | ||||||
* | Strip whitespace from room names for QuickSwitcher | Konstantinos Sideris | 2018-04-22 | 2 | -40/+24 | |
| | ||||||
* | Initialize views before room list | Konstantinos Sideris | 2018-04-22 | 1 | -1/+1 | |
| | ||||||
* | Implement media cache | Konstantinos Sideris | 2018-04-21 | 4 | -29/+54 | |
| | ||||||
* | Bump cache format version | Konstantinos Sideris | 2018-04-21 | 1 | -1/+1 | |
| | ||||||
* | Remove dead code | Konstantinos Sideris | 2018-04-21 | 5 | -306/+0 | |
| | ||||||
* | Clean up Top Bar | Konstantinos Sideris | 2018-04-21 | 1 | -20/+0 | |
| | ||||||
* | Save read receipts | Konstantinos Sideris | 2018-04-21 | 3 | -20/+14 | |
| | ||||||
* | Cache refactoring | Konstantinos Sideris | 2018-04-21 | 13 | -758/+976 | |
| | ||||||
* | Popup improvements | Konstantinos Sideris | 2018-04-14 | 2 | -23/+56 | |
| | | | | | | | | | - ESC closes the popup. - Up/Down arrows for navigation. - BackTab for backwards navigation. fixes #301 fixes #302 | |||||
* | Implement pressing tab to navigate auto completion (#294) | christarazi | 2018-04-10 | 2 | -3/+58 | |
| | | | | | | | | Fixes #287 * Fix pop-up not showing when less than max * Select suggestion by pressing Enter | |||||
* | Hide emoji panel if it's not under the mouse cursor | Konstantinos Sideris | 2018-04-08 | 2 | -9/+27 | |
| | | | | | fixes #254 fixes #246 | |||||
* | Bump version | Konstantinos Sideris | 2018-04-03 | 1 | -1/+2 | |
| | ||||||
* | Update the room list after a redacted event has been removed | Konstantinos Sideris | 2018-04-03 | 1 | -0/+4 | |
| | | | | fixes #286 | |||||
* | Update first & last sender after message deletion | Konstantinos Sideris | 2018-03-27 | 1 | -0/+14 | |
| | | | | fixes #282 | |||||
* | Fix invite button colors on the system theme | Konstantinos Sideris | 2018-03-27 | 1 | -1/+1 | |
| | | | | fixes #248 | |||||
* | Add environment variable to allow insecure connections (self-signed certs) | Konstantinos Sideris | 2018-03-27 | 1 | -1/+17 | |
| | | | | | | NHEKO_ALLOW_INSECURE_CONNECTIONS=1 ./nheko fixes #260 | |||||
* | Pin invites to the top of the room list | Konstantinos Sideris | 2018-03-26 | 1 | -0/+10 | |
| | | | | fixes #252 | |||||
* | Track invites so they can be removed outside of nheko | Konstantinos Sideris | 2018-03-26 | 1 | -1/+15 | |
| | | | | fixes #213 | |||||
* | Simplify variant usage | Konstantinos Sideris | 2018-03-26 | 1 | -20/+5 | |
| | ||||||
* | Fix CI errors | Konstantinos Sideris | 2018-03-25 | 3 | -9/+10 | |
| | ||||||
* | Replace std::thread with QtConcurrent | Konstantinos Sideris | 2018-03-25 | 1 | -5/+2 | |
| | ||||||
* | Show avatars in the completion popup | Konstantinos Sideris | 2018-03-25 | 9 | -76/+82 | |
| | ||||||
* | Add basic support for username auto-completion | Konstantinos Sideris | 2018-03-24 | 4 | -0/+283 | |
| | | | | fixes #40 | |||||
* | Add version info in the settings menu | Konstantinos Sideris | 2018-03-22 | 1 | -0/+6 | |
| | | | | fixes #239 | |||||
* | Fix text color on room switcher | Konstantinos Sideris | 2018-03-22 | 1 | -4/+8 | |
| | | | | fixes #245 | |||||
* | Adjust unread msg bubble | Konstantinos Sideris | 2018-03-20 | 1 | -7/+11 | |
| | ||||||
* | TimelineView: remove unneeded date separators when deleting a redacted ↵ | Hawkheart | 2018-03-20 | 1 | -4/+17 | |
| | | | | | | message (#279) fixes #276 | |||||
* | More stylistic changes & dark theme tweaks | Konstantinos Sideris | 2018-03-19 | 2 | -9/+10 | |
| | ||||||
* | Use the full with of the roomlist for the last message | Konstantinos Sideris | 2018-03-19 | 1 | -2/+6 | |
| | ||||||
* | Dark theme revisited | Konstantinos Sideris | 2018-03-18 | 2 | -8/+15 | |
| | ||||||
* | Add border in community list & minor refactorings (#204) | Konstantinos Sideris | 2018-03-18 | 3 | -0/+9 | |
| | ||||||
* | Add border line above the text input | Konstantinos Sideris | 2018-03-18 | 2 | -17/+13 | |
| | ||||||
* | roomlist: Put the message timestamp on the top | Konstantinos Sideris | 2018-03-18 | 2 | -36/+47 | |
| | ||||||
* | Don't count m.room.member or m.room.reaction events as viewable | Konstantinos Sideris | 2018-03-18 | 1 | -2/+28 | |
| | ||||||
* | Remove redacted events from other users (#171) | Konstantinos Sideris | 2018-03-18 | 1 | -45/+16 | |
| | ||||||
* | Update matrix-structs library | Konstantinos Sideris | 2018-03-18 | 2 | -3/+3 | |
| | ||||||
* | Add ability to redact messages | Konstantinos Sideris | 2018-03-17 | 5 | -37/+166 | |
| | ||||||
* | Fix CI & adjust snackbar animation | Konstantinos Sideris | 2018-03-17 | 2 | -3/+3 | |
| | ||||||
* | Add fancy snackbar animation | Konstantinos Sideris | 2018-03-16 | 1 | -14/+14 | |
| | ||||||
* | Remove opacity animation from the scrollbar | Konstantinos Sideris | 2018-03-16 | 1 | -49/+1 | |
| | | | | fixes #270 | |||||
* | Add context menu option to save images | Konstantinos Sideris | 2018-03-14 | 2 | -0/+45 | |
| | | | | fixes #265 | |||||
* | Fix CI builds | Konstantinos Sideris | 2018-03-13 | 1 | -1/+1 | |
| | ||||||
* | Implement user registration with reCAPTCHA | Konstantinos Sideris | 2018-03-12 | 6 | -80/+159 | |
| | | | | fixes #264 | |||||
* | Update room name & avatar on new rooms | Konstantinos Sideris | 2018-03-12 | 2 | -20/+23 | |
| | | | | fixes #253 | |||||
* | Add context menu option to mark events individually as read | Konstantinos Sideris | 2018-03-11 | 3 | -5/+36 | |
| | | | | fixes #261 | |||||
* | Remove unused variables | Konstantinos Sideris | 2018-03-10 | 1 | -2/+2 | |
| | ||||||
* | Crete a proxy for media to uniquely match signal to the caller | Konstantinos Sideris | 2018-03-07 | 4 | -39/+45 | |
| | ||||||
* | Add a unique id for locally uploaded images | Konstantinos Sideris | 2018-03-07 | 1 | -14/+13 | |
| | | | | The event_id will be an empty string because we haven't received yet | |||||
* | Show messages in the RoomList after initial sync | Konstantinos Sideris | 2018-03-04 | 1 | -1/+4 | |
| | ||||||
* | Don't handle password when the matrix id is entered | Konstantinos Sideris | 2018-03-04 | 1 | -3/+0 | |
| | ||||||
* | Retry initial sync only on specific errors | Konstantinos Sideris | 2018-03-04 | 2 | -6/+17 | |
| | | | | | fixes #233 fixes #89 | |||||
* | Bump version | Konstantinos Sideris | 2018-03-04 | 1 | -1/+1 | |
| | ||||||
* | Don't open room switcher when another dialog is open | Konstantinos Sideris | 2018-03-04 | 4 | -94/+129 | |
| | | | | fixes #251 | |||||
* | Retry initial sync forever (#234) | Stuart Mumford | 2018-03-04 | 1 | -14/+0 | |
| | ||||||
* | Remove dead code & small refactorings using the std library | Konstantinos Sideris | 2018-03-03 | 4 | -63/+11 | |
| | ||||||
* | Handle empty matrix ID (regression from 9de1ec1) | Konstantinos Sideris | 2018-03-01 | 2 | -40/+27 | |
| | | | | fixes #259 | |||||
* | Propagate errors during /login & /versions | Konstantinos Sideris | 2018-02-28 | 2 | -12/+10 | |
| | ||||||
* | Fix crash when inviting users | Konstantinos Sideris | 2018-02-28 | 4 | -38/+13 | |
| | ||||||
* | Add some missing references | Konstantinos Sideris | 2018-02-28 | 5 | -8/+7 | |
| | ||||||
* | Enable room switcher only in the chat view (#251) | Konstantinos Sideris | 2018-02-26 | 1 | -1/+9 | |
| | ||||||
* | Replace login request with the one from matrix-structs | Konstantinos Sideris | 2018-02-23 | 3 | -54/+16 | |
| | ||||||
* | Relax matrix identifier parsing | Konstantinos Sideris | 2018-02-23 | 1 | -2/+1 | |
| | | | | fixes #241 | |||||
* | Fix crash when trying to use automatically deleted ImageOverlay dialog | Konstantinos Sideris | 2018-02-20 | 1 | -3/+2 | |
| | ||||||
* | Be explicit about the captured parameters in lambdas | Konstantinos Sideris | 2018-02-20 | 22 | -130/+139 | |
| | ||||||
* | Scale down the preview image to fit in the application window | Konstantinos Sideris | 2018-02-19 | 2 | -13/+12 | |
| | | | | | On macOS the modal has some extra space around the main content that might make it unusable with a big enough image. | |||||
* | Move scaleImage() in Utils | Konstantinos Sideris | 2018-02-19 | 2 | -56/+18 | |
| | ||||||
* | Minor adjustments | Konstantinos Sideris | 2018-02-19 | 9 | -15/+15 | |
| | ||||||
* | Notify the user on upload failures | Konstantinos Sideris | 2018-02-19 | 2 | -5/+11 | |
| | ||||||
* | Support audio, video, generic file for pasting (#220) | christarazi | 2018-02-18 | 12 | -347/+449 | |
| | | | | | | | | | | | | | | | | | | | | | | | | * Refactor widget items to use same interface * Support audio, video, generic file for pasting * Add utils function for human readable file sizes * Set correct MIME type for media messages This change also determines the size of the upload once from the ContentLengthHeader, rather than seeking the QIODevice and asking for its size. This prevents any future trouble in case the QIODevice is sequential (cannot be seeked). The MIME type is also determined at upload once, rather than using the QIODevice and the underlying data inside. * Allow for file urls to be used as fall-back This fixes an issue on macOS which uses `text/uri-list` for copying files to the clipboard. fixes #228 | |||||
* | Show loading indicator while waiting for /login & /logout | Konstantinos Sideris | 2018-02-18 | 3 | -27/+35 | |
| | | | | fixes #208 | |||||
* | Properly detect the start of the timeline | Konstantinos Sideris | 2018-02-17 | 1 | -1/+2 | |
| | | | | | | | We can't rely solely on the number of the returned messages because it could be zero if all the event types are unknown. fixes #168 | |||||
* | Remove QPropertyAnimation from modals to work around a regression on Qt ↵ | Konstantinos Sideris | 2018-02-17 | 7 | -57/+18 | |
| | | | | 5.10.1 (#87) | |||||
* | Fix transparency issue on custom dialogs | Konstantinos Sideris | 2018-02-17 | 1 | -2/+0 | |
| | | | | fixes #87 | |||||
* | Hide emoji picker when the app loses focus | Konstantinos Sideris | 2018-02-16 | 1 | -2/+1 | |
| | | | | | fixes #184 fixes #209 | |||||
* | Implement server-side notification count | Konstantinos Sideris | 2018-02-15 | 6 | -77/+18 | |
| | ||||||
* | Simplify variant access with std::visit | Konstantinos Sideris | 2018-02-11 | 1 | -73/+1 | |
| | ||||||
* | RoomList: do not blindly dereference RoomState (#232) | William Pitcock | 2018-02-11 | 1 | -5/+8 | |
| | | | | This can happen when a new room is being created from a different client and thus is created with no known state to the local client. | |||||
* | Remove empty destructors | Konstantinos Sideris | 2018-02-10 | 20 | -56/+4 | |
| | ||||||
* | Move LeaveRoom dialog to MainWindow (#87) | Konstantinos Sideris | 2018-02-10 | 4 | -63/+26 | |
| | ||||||
* | Generate a date separator before local messages | Konstantinos Sideris | 2018-02-10 | 1 | -8/+17 | |
| | ||||||
* | Remove tone emoji | Konstantinos Sideris | 2018-02-09 | 2 | -79/+9 | |
| | ||||||
* | Add a timeout timer for initial sync (#223, #222) | Konstantinos Sideris | 2018-02-08 | 2 | -28/+46 | |
| | | | | Show a better message on the login screen after an initial sync failure. | |||||
* | Create new font for checkmark | Chris Tarazi | 2018-02-07 | 1 | -4/+5 | |
| | ||||||
* | Apply fixed width for checkmark for all messages | Chris Tarazi | 2018-02-07 | 1 | -1/+7 | |
| | ||||||
* | Fix #217: create space for checkmark beforehand | Chris Tarazi | 2018-02-07 | 1 | -5/+10 | |
| | ||||||
* | Handle case with no available rooms | Konstantinos Sideris | 2018-02-02 | 2 | -0/+9 | |
| | | | | fixes #181 | |||||
* | Second attempt to fix failback text size for ImageItem | Konstantinos Sideris | 2018-01-31 | 1 | -2/+2 | |
| | ||||||
* | Add enough space for the failback text in ImageItem | Konstantinos Sideris | 2018-01-30 | 1 | -2/+2 | |
| | ||||||
* | Increase pagination retry timeout | Konstantinos Sideris | 2018-01-30 | 1 | -6/+2 | |
| | ||||||
* | Render messages received by `/messages` on demand | Konstantinos Sideris | 2018-01-30 | 1 | -33/+62 | |
| | ||||||
* | Update user avatars in place | Konstantinos Sideris | 2018-01-30 | 1 | -4/+2 | |
| | ||||||
* | Remove '#' from the room avatars | Konstantinos Sideris | 2018-01-25 | 1 | -3/+8 | |
| | ||||||
* | Add missing processEvents call | Konstantinos Sideris | 2018-01-25 | 1 | -0/+2 | |
| | ||||||
* | Call processEvents while rendering new events | Konstantinos Sideris | 2018-01-25 | 1 | -3/+10 | |
| | ||||||
* | Erase items using the key | Konstantinos Sideris | 2018-01-25 | 5 | -11/+6 | |
| | ||||||
* | Resize text input vertically to fit the contents | Konstantinos Sideris | 2018-01-25 | 1 | -8/+18 | |
| | ||||||
* | Use more stl containers & minor refactorings | Konstantinos Sideris | 2018-01-24 | 8 | -254/+236 | |
| | ||||||
* | Remove trailing whitespace from text messages | Konstantinos Sideris | 2018-01-23 | 1 | -2/+2 | |
| | | | | fixes #216 | |||||
* | Show the scroll-down button when showing the timeline | Konstantinos Sideris | 2018-01-23 | 1 | -9/+17 | |
| | ||||||
* | Don't dismiss the loading overlay by clicking | Konstantinos Sideris | 2018-01-22 | 2 | -1/+2 | |
| | ||||||
* | Disable minimize to tray except for the ChatPage | Konstantinos Sideris | 2018-01-22 | 1 | -1/+5 | |
| | ||||||
* | Fix ci | Konstantinos Sideris | 2018-01-22 | 1 | -3/+1 | |
| | ||||||
* | Remove Accept-Encoding header | Konstantinos Sideris | 2018-01-22 | 1 | -64/+0 | |
| | ||||||
* | Load the initial cache data without blocking the UI | Konstantinos Sideris | 2018-01-21 | 2 | -33/+39 | |
| | ||||||
* | Refactor avatar fetching in one function | Konstantinos Sideris | 2018-01-21 | 4 | -67/+19 | |
| | ||||||
* | Fix iterator crash | Konstantinos Sideris | 2018-01-21 | 1 | -5/+4 | |
| | ||||||
* | Use the Accept-Content header to enable response compression | Konstantinos Sideris | 2018-01-21 | 1 | -2/+72 | |
| | | | | | fixes #86 fixes #89 | |||||
* | Convert 'if' to 'else if' to remove a no-op | Konstantinos Sideris | 2018-01-17 | 1 | -8/+4 | |
| | ||||||
* | Automatically focus on input when opening a dialog | Konstantinos Sideris | 2018-01-16 | 3 | -0/+24 | |
| | ||||||
* | Add some very useful commands | Konstantinos Sideris | 2018-01-16 | 1 | -0/+4 | |
| | ||||||
* | Hack to work around layout flickering when adding new timeline items | Konstantinos Sideris | 2018-01-16 | 1 | -2/+3 | |
| | ||||||
* | Fix emoji as avatars issue for the receipts | Konstantinos Sideris | 2018-01-16 | 1 | -1/+2 | |
| | ||||||
* | Move the cursor to the start/end of the text before we move up/down in history | Konstantinos Sideris | 2018-01-16 | 1 | -2/+18 | |
| | | | | fixes #166 | |||||
* | Add borders | Konstantinos Sideris | 2018-01-15 | 2 | -0/+10 | |
| | ||||||
* | Change cache format to not allow duplicate receipts | Konstantinos Sideris | 2018-01-14 | 2 | -11/+13 | |
| | | | | Convert list of receipts to map<userId, timestamp> | |||||
* | Add option to disable typing notifications | Konstantinos Sideris | 2018-01-14 | 2 | -5/+43 | |
| | | | | fixes #131 | |||||
* | Add a checkmark to messages that have been received by the server (#93) | Konstantinos Sideris | 2018-01-14 | 2 | -1/+13 | |
| | ||||||
* | Move timestamps to the right | Konstantinos Sideris | 2018-01-14 | 1 | -40/+51 | |
| | ||||||
* | Keep syncing regardless of connectivity (#93) | Konstantinos Sideris | 2018-01-13 | 2 | -14/+17 | |
| | ||||||
* | Make some functions inline | Konstantinos Sideris | 2018-01-13 | 1 | -24/+0 | |
| | ||||||
* | Use QSharedPointer to save RoomStates | Konstantinos Sideris | 2018-01-13 | 4 | -91/+84 | |
| | ||||||
* | Upload filter automatically and use filter_id (#201) | krombel | 2018-01-13 | 1 | -0/+56 | |
| | | | | | | | | | | | 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. | |||||
* | Use Q_NULLPTR to be compatible with qt5.7 | Konstantinos Sideris | 2018-01-12 | 1 | -3/+3 | |
| | | | | fixes #199 | |||||
* | Handle surrogate pairs in avatars | Konstantinos Sideris | 2018-01-12 | 4 | -11/+18 | |
| | ||||||
* | Dismiss modal by clicking on the overlay | Konstantinos Sideris | 2018-01-11 | 1 | -0/+8 | |
| | ||||||
* | Lint | Konstantinos Sideris | 2018-01-11 | 1 | -15/+21 | |
| | | | | [ci skip] | |||||
* | Filter out content in sync that is currently unhandled (#198) | krombel | 2018-01-11 | 1 | -9/+29 | |
| | | | | | | | | | | | | | | | 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] | |||||
* | Remove Connection header | Konstantinos Sideris | 2018-01-10 | 1 | -2/+0 | |
| | ||||||
* | Add support for pasting images into a room (#180) | christarazi | 2018-01-10 | 10 | -50/+278 | |
| | | | fixes #132 | |||||
* | Make group's sidebar visible through an option | Konstantinos Sideris | 2018-01-09 | 2 | -5/+47 | |
| | ||||||
* | Communities (#195) | Max Sandholm | 2018-01-09 | 7 | -7/+673 | |
| | ||||||
* | Make usernames in timeline less bold | Konstantinos Sideris | 2018-01-08 | 1 | -1/+1 | |
| | ||||||
* | Enable read receipts on messages sent through nheko | Konstantinos Sideris | 2018-01-05 | 1 | -0/+4 | |
| | ||||||
* | Create widgets on demand for messages added to the end of the timeline | Konstantinos Sideris | 2018-01-05 | 3 | -45/+213 | |
| | ||||||
* | Remove an extra colon from the receipt time | Konstantinos Sideris | 2018-01-04 | 1 | -1/+1 | |
| | | | | [ci skip] | |||||
* | Initial support for read receipts | Konstantinos Sideris | 2018-01-03 | 7 | -27/+297 | |
| | ||||||
* | Load last content from all rooms | Konstantinos Sideris | 2017-12-30 | 1 | -0/+1 | |
| | | | | fixes #175 | |||||
* | Use `toMSecsSinceEpoch` to be compatible with qt < 5.8 | Konstantinos Sideris | 2017-12-30 | 1 | -1/+1 | |
| | ||||||
* | Re-order room list based on activity | Konstantinos Sideris | 2017-12-30 | 4 | -13/+91 | |
| | | | | fixes #2 | |||||
* | Use qobject_cast on TimelineItem | Konstantinos Sideris | 2017-12-30 | 1 | -2/+2 | |
| | ||||||
* | Add date separator in the timeline | Konstantinos Sideris | 2017-12-25 | 2 | -16/+72 | |
| | | | | fixes #157 | |||||
* | Use a better regex to identify URLs | Konstantinos Sideris | 2017-12-24 | 2 | -9/+5 | |
| | ||||||
* | Restrict display name width to 500px | Konstantinos Sideris | 2017-12-23 | 1 | -1/+3 | |
| | ||||||
* | Don't keep fetching history on non-visible timelines | Konstantinos Sideris | 2017-12-23 | 1 | -4/+9 | |
| | | | | | | | | 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. | |||||
* | Use the "state_key" to assign avatars | Konstantinos Sideris | 2017-12-22 | 1 | -1/+1 | |
| | | | | | fixes #113 fixes #173 | |||||
* | Cache room avatars (#139) | Konstantinos Sideris | 2017-12-22 | 4 | -13/+94 | |
| | | | | fixes #107 | |||||
* | Add rounded corners to inline images | Konstantinos Sideris | 2017-12-21 | 1 | -15/+26 | |
| | ||||||
* | Remove the 'Video' prefix from video links | Konstantinos Sideris | 2017-12-21 | 1 | -1/+3 | |
| | ||||||
* | Fix font size inconsistencies | Konstantinos Sideris | 2017-12-21 | 2 | -7/+9 | |
| | ||||||
* | Bold room names | Konstantinos Sideris | 2017-12-21 | 1 | -1/+2 | |
| | ||||||
* | Prevent emoji selector for closing | Konstantinos Sideris | 2017-12-21 | 1 | -18/+0 | |
| | | | | fixes #176 | |||||
* | Handle incoming invites | Konstantinos Sideris | 2017-12-19 | 4 | -63/+268 | |
| | | | | fixes #128 | |||||
* | Remove minimum height limit (#160, #163) | Konstantinos Sideris | 2017-12-17 | 1 | -1/+1 | |
| | ||||||
* | Improve logging on event parsing failure | Konstantinos Sideris | 2017-12-16 | 1 | -1/+1 | |
| | ||||||
* | Allow only one application instance | Konstantinos Sideris | 2017-12-14 | 2 | -5/+148 | |
| | | | | fixes #141 | |||||
* | Valgrind run | Konstantinos Sideris | 2017-12-12 | 1 | -7/+7 | |
| | | | | | - 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 | 4 | -0/+229 | |
| | | | | fixes #25 | |||||
* | Add menu to invite users | Konstantinos Sideris | 2017-12-10 | 6 | -4/+261 | |
| | ||||||
* | Add gui option for joining rooms (#25) | Konstantinos Sideris | 2017-12-10 | 4 | -8/+66 | |
| | ||||||
* | Reset cache on breaking changes | Konstantinos Sideris | 2017-12-10 | 2 | -1/+47 | |
| | | | | fixes #154 | |||||
* | Catch deserialization exceptions on initial /sync | Konstantinos Sideris | 2017-12-06 | 1 | -1/+1 | |
| | ||||||
* | Prevent queue from getting blocked (#142) | Konstantinos Sideris | 2017-12-06 | 2 | -4/+9 | |
| | | | | | Try sending a message when all the sent messages have been received through /sync. | |||||
* | Add style colors for the ScrollBar | Konstantinos Sideris | 2017-12-05 | 1 | -5/+2 | |
| | ||||||
* | Fix travis errors | Konstantinos Sideris | 2017-12-04 | 1 | -1/+1 | |
| | ||||||
* | Migrate to matrix-structs for event and response parsing | Konstantinos Sideris | 2017-12-04 | 33 | -2044/+456 | |
| | ||||||
* | Use std::exception for the login response | Konstantinos Sideris | 2017-12-03 | 1 | -1/+1 | |
| | ||||||
* | Initial integration with matrix-structs | Konstantinos Sideris | 2017-12-03 | 5 | -151/+20 | |
| | ||||||
* | Add basic support for m.video messages | Konstantinos Sideris | 2017-12-01 | 3 | -0/+120 | |
| | | | | fixes #115 | |||||
* | Allow audio clip uploads | Konstantinos Sideris | 2017-12-01 | 7 | -51/+132 | |
| | ||||||
* | Add inline audio clip player (m.audio) (#143) | Konstantinos Sideris | 2017-12-01 | 5 | -73/+285 | |
| | ||||||
* | Group emoji and dialogs with namespaces | Konstantinos Sideris | 2017-11-30 | 14 | -90/+96 | |
| | ||||||
* | Create directories for related files | Konstantinos Sideris | 2017-11-30 | 19 | -31/+43 | |
| | ||||||
* | Use templates for the TimelineItem generation | Konstantinos Sideris | 2017-11-30 | 1 | -130/+11 | |
| | ||||||
* | Simplify timeline item creation | Konstantinos Sideris | 2017-11-30 | 1 | -44/+10 | |
| | ||||||
* | Implement file uploads | Konstantinos Sideris | 2017-11-29 | 7 | -100/+132 | |
| | | | | fixes #24 | |||||
* | Add read support for m.file messages (#24) | Konstantinos Sideris | 2017-11-28 | 5 | -4/+327 | |
| | ||||||
* | Remove another /messages call (#139) | Konstantinos Sideris | 2017-11-26 | 1 | -2/+0 | |
| | ||||||
* | Don't backfill messages automatically (#139) | Konstantinos Sideris | 2017-11-26 | 1 | -1/+0 | |
| | ||||||
* | Reload theme without restart (#137) | Konstantinos Sideris | 2017-11-25 | 2 | -26/+41 | |
| | ||||||
* | Paint RoomList's background (#137) | Konstantinos Sideris | 2017-11-25 | 1 | -0/+9 | |
| | ||||||
* | Add dark theme | Konstantinos Sideris | 2017-11-25 | 6 | -18/+33 | |
| | ||||||
* | Update system theme | Konstantinos Sideris | 2017-11-25 | 3 | -10/+8 | |
| | ||||||
* | Use span tags to prevent html escaping | Konstantinos Sideris | 2017-11-25 | 1 | -8/+3 | |
| | ||||||
* | Send read receipts | Konstantinos Sideris | 2017-11-24 | 6 | -3/+115 | |
| | | | | | | | | Automatically dismiss unread notifications when the window regains focus. fixes #111 fixes #68 | |||||
* | Remove unnecessary comments | Konstantinos Sideris | 2017-11-22 | 9 | -45/+8 | |
| | ||||||
* | Fix emoji picker's theme | Konstantinos Sideris | 2017-11-22 | 3 | -54/+27 | |
| | ||||||
* | Fix minor stylistic issues on the nheko theme | Konstantinos Sideris | 2017-11-22 | 6 | -2/+62 | |
| | ||||||
* | Merge branch 'theme' | Konstantinos Sideris | 2017-11-22 | 18 | -84/+153 | |
|\ | ||||||
| * | Use system color scheme (using a Qt stylesheet) #104 | Max Sandholm | 2017-11-16 | 18 | -86/+155 | |
| | | | | | | | | | | | | | | 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 | 3 | -28/+20 | |
|/ | | | | fixes #134 | |||||
* | Don't send empty messages | Konstantinos Sideris | 2017-11-16 | 1 | -0/+3 | |
| | ||||||
* | Lint | Konstantinos Sideris | 2017-11-15 | 2 | -11/+17 | |
| | ||||||
* | Implement a per-room send queue. (#118) | Jani Mustonen | 2017-11-15 | 4 | -49/+102 | |
| | | | [ci skip] | |||||
* | Improve settings menu layout | Konstantinos Sideris | 2017-11-09 | 1 | -2/+12 | |
| | ||||||
* | Fix roomlist borders | Konstantinos Sideris | 2017-11-09 | 1 | -0/+3 | |
| | ||||||
* | Fix initial sidebar width | Konstantinos Sideris | 2017-11-09 | 2 | -4/+2 | |
| | ||||||
* | Remove unnecessary layouts | Konstantinos Sideris | 2017-11-08 | 6 | -56/+17 | |
| | ||||||
* | Remove obsolete artifact from appveyor | Konstantinos Sideris | 2017-11-07 | 1 | -1/+1 | |
| | ||||||
* | Merge remote-tracking branch 'ralith/fix-newlines' | Konstantinos Sideris | 2017-11-07 | 1 | -4/+4 | |
|\ | ||||||
| * | Fix wacky newline/linkification interaction | Benjamin Saunders | 2017-11-05 | 1 | -4/+4 | |
| | | ||||||
* | | Parse unsigned key | Konstantinos Sideris | 2017-11-06 | 1 | -0/+26 | |
|/ | ||||||
* | Fix newlines not being displayed (#122) | Benjamin Saunders | 2017-11-06 | 1 | -1/+5 | |
| | | | Fixes #64 | |||||
* | Fix a formatting issue that snuck in between PRs (#123) | Benjamin Saunders | 2017-11-06 | 1 | -2/+2 | |
| | ||||||
* | Use C++11 braced list style (#121) | Benjamin Saunders | 2017-11-05 | 24 | -1515/+1515 | |
| | ||||||
* | Add input history, enable multi-line input, refactor commands (#119) | Benjamin Saunders | 2017-11-05 | 1 | -50/+114 | |
| | | | | | | | | | 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. | |||||
* | Exclude modifier keys from triggering typing notifications | Konstantinos Sideris | 2017-11-05 | 1 | -4/+7 | |
| | | | | fixes #116 | |||||
* | Simple SOCKS proxy support (#110) | Jani Mustonen | 2017-11-04 | 1 | -0/+29 | |
| | ||||||
* | Reset the sender's name when paginating backwards | Konstantinos Sideris | 2017-11-03 | 1 | -0/+4 | |
| | | | | | | | | The first message of the timeline would have an avatar and the rest of the messages would use the previous to be configured (whether or not should have an avatar). fixes #63 | |||||
* | Improvements to the quick switcher (#109) | Jani Mustonen | 2017-11-03 | 4 | -12/+28 | |
| | | | | | | | | - Ghetto disambiguation for the quick switcher - Fix the Ctrl+K shortcut - Fix keyboard focus when the quick switcher is closed fixes #114 | |||||
* | Update issue template | Konstantinos Sideris | 2017-11-02 | 1 | -1/+2 | |
| | ||||||
* | Implement a setting for the tray icon (#108) | Jani Mustonen | 2017-11-02 | 3 | -8/+14 | |
| | ||||||
* | Add dummy settings menu | Konstantinos Sideris | 2017-11-02 | 5 | -6/+378 | |
| | ||||||
* | Implemented sending of typing notifications (#105) | Thomas Herzog | 2017-10-31 | 3 | -4/+111 | |
| | ||||||
* | Add missing headers | Konstantinos Sideris | 2017-10-28 | 3 | -2/+2 | |
| | ||||||
* | Display user avatar changes | Konstantinos Sideris | 2017-10-28 | 7 | -23/+29 | |
| | ||||||
* | Save the changes between syncs in cache | Konstantinos Sideris | 2017-10-28 | 10 | -116/+214 | |
| | | | | | | - 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 | 39 | -76/+77 | |
| | ||||||
* | Add scroll-down button | Konstantinos Sideris | 2017-10-27 | 2 | -0/+118 | |
| | ||||||
* | Adjust scrollbar only after pagination (#94) | Konstantinos Sideris | 2017-10-27 | 1 | -1/+10 | |
| | | | | | 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 | 3 | -9/+4 | |
| | ||||||
* | Use callbacks on MatrixClient | Konstantinos Sideris | 2017-10-22 | 1 | -545/+409 | |
| |