Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move all files under src/ | Konstantinos Sideris | 2018-07-17 | 73 | -6960/+0 |
| | |||||
* | De-duplicate the m.room.encryption event | Konstantinos Sideris | 2018-07-15 | 1 | -2/+5 |
| | |||||
* | Use the http link for video messages | Konstantinos Sideris | 2018-07-15 | 1 | -0/+4 |
| | | | | Add method to convert matrix content URIs to http links | ||||
* | Remove the v2 namespace from the http client | Konstantinos Sideris | 2018-07-15 | 2 | -3/+1 |
| | |||||
* | Fix Windows build | Konstantinos Sideris | 2018-07-14 | 1 | -1/+1 |
| | |||||
* | Re-enable groups | Konstantinos Sideris | 2018-07-14 | 5 | -46/+27 |
| | |||||
* | Properly display the bottom border on the TopRoomBar | Konstantinos Sideris | 2018-07-12 | 1 | -1/+2 |
| | |||||
* | Allow close events from the session manager (#353) | Konstantinos Sideris | 2018-07-11 | 1 | -0/+2 |
| | |||||
* | Working D-Bus desktop notifications (#361) | Max Sandholm | 2018-07-11 | 2 | -4/+58 |
| | | | | | | | | | | | | * Working D-Bus desktop notifications * Remove return type on constructor * Fix the Windows placeholder class * Fix wrong variable name * Fix windows and macOS versions of notificationsmanager | ||||
* | Send image dimensions in m.image event | Konstantinos Sideris | 2018-07-10 | 3 | -4/+10 |
| | | | | fixes #215 | ||||
* | Add context menu action to request encryption keys | Konstantinos Sideris | 2018-07-07 | 2 | -0/+17 |
| | |||||
* | Add a timeline message when encryption is enabled | Konstantinos Sideris | 2018-07-07 | 2 | -39/+51 |
| | |||||
* | Mark all decrypted messages with a padlock | Konstantinos Sideris | 2018-07-07 | 1 | -1/+9 |
| | | | | fixes #351 | ||||
* | Fix regressions regarding UI resizing | Konstantinos Sideris | 2018-07-04 | 5 | -3/+19 |
| | | | | The room list would be hidden only through window resizing. | ||||
* | Add shortcuts for chat-only & Room List-only views | Konstantinos Sideris | 2018-07-01 | 2 | -0/+13 |
| | | | | | Ctrl-O -> Chat Ctrl-L -> Room list | ||||
* | Mark encrypted messages with a lock icon | Konstantinos Sideris | 2018-07-01 | 2 | -19/+51 |
| | |||||
* | Fix crash on Windows with out_of_range exception & update docs | Konstantinos Sideris | 2018-06-30 | 1 | -3/+3 |
| | |||||
* | Add basic support for replies (#292) | Konstantinos Sideris | 2018-06-30 | 3 | -0/+6 |
| | |||||
* | Allow arbitrary resizing of the main window & restore sidebar's size | Konstantinos Sideris | 2018-06-29 | 2 | -2/+14 |
| | | | | | | | fixes #160 fixes #163 fixes #187 fixes #127 | ||||
* | Save timeline messages in cache for faster startup times | Konstantinos Sideris | 2018-06-28 | 6 | -23/+75 |
| | |||||
* | Upgrade matrix-structs & mtxclient | Konstantinos Sideris | 2018-06-28 | 1 | -18/+7 |
| | |||||
* | Send one claim request per user that includes all devices | Konstantinos Sideris | 2018-06-25 | 1 | -3/+2 |
| | | | | | Add missing megolm algorithm field that was causing the "unknown algorithm" error. | ||||
* | Mark encrypted rooms when processing room state | Konstantinos Sideris | 2018-06-18 | 1 | -1/+6 |
| | |||||
* | Save the olm account after we create new one-time keys | Konstantinos Sideris | 2018-06-18 | 1 | -0/+3 |
| | | | | | | | | Otherwise after a restart the old account will be loaded and we won't be able to decrypt messages from devices using the new one-time keys. Also new one-time key upload requests will fail due to conflicts with the existing keys with the same keyid. | ||||
* | Fix regressions regarding invites & slowness during shutdown | Konstantinos Sideris | 2018-06-17 | 1 | -2/+0 |
| | |||||
* | Correctly mark received messages whose response came after /sync | Konstantinos Sideris | 2018-06-17 | 1 | -0/+5 |
| | |||||
* | Don't try to send megolm session keys to devices with no one-time keys | Konstantinos Sideris | 2018-06-15 | 1 | -0/+21 |
| | |||||
* | Handle OLM_MESSAGE type of messages properly | Konstantinos Sideris | 2018-06-15 | 2 | -12/+28 |
| | |||||
* | Rename the log namespace to avoid symbol clash with the math function | Konstantinos Sideris | 2018-06-14 | 2 | -15/+3 |
| | | | | - Patch the olm repo with a CMakeLists.txt file | ||||
* | Add support for sending encrypted messages | Konstantinos Sideris | 2018-06-13 | 3 | -2/+14 |
| | |||||
* | Add method to convert PendingMessage's to event types | Konstantinos Sideris | 2018-06-12 | 2 | -2/+31 |
| | | | | Add more logging during message sending | ||||
* | Fix bug where cache was initialized twice in a row | Konstantinos Sideris | 2018-06-12 | 1 | -0/+1 |
| | |||||
* | Add menu option to enable encryption in a private room | Konstantinos Sideris | 2018-06-12 | 2 | -8/+15 |
| | |||||
* | Add support for displaying decrypted messages | Konstantinos Sideris | 2018-06-10 | 7 | -5/+211 |
| | |||||
* | Migrate to mtxclient for the http calls | Konstantinos Sideris | 2018-06-09 | 19 | -344/+219 |
| | |||||
* | Show Matrix ID tooltip when hovering over display name | Konstantinos Sideris | 2018-05-26 | 1 | -3/+40 |
| | | | | fixes #212 | ||||
* | Properly resize Audio & File widgets | Konstantinos Sideris | 2018-05-26 | 3 | -2/+4 |
| | | | | Remove empty space between username & timeline widgets | ||||
* | Set fixed height for the DateSeparator & TextLabel | Konstantinos Sideris | 2018-05-26 | 2 | -3/+3 |
| | |||||
* | Fix resize slowness on the TopBar | Konstantinos Sideris | 2018-05-25 | 2 | -16/+30 |
| | |||||
* | Make the number of unread messages fit in the bubble | Konstantinos Sideris | 2018-05-25 | 1 | -0/+1 |
| | | | | fixes #330 | ||||
* | Fix "jumpy messages" regression | Konstantinos Sideris | 2018-05-24 | 1 | -9/+1 |
| | | | | Caused by the commit addressing #193 | ||||
* | Fix line break issue on timeline with long words | Konstantinos Sideris | 2018-05-23 | 1 | -1/+46 |
| | | | | fixes #193 | ||||
* | Retrieve the current room state from cache when the edit modal opens | Konstantinos Sideris | 2018-05-18 | 1 | -0/+2 |
| | |||||
* | Refresh the room info on the top bar after sync | Konstantinos Sideris | 2018-05-18 | 1 | -0/+1 |
| | |||||
* | Add missing header | Konstantinos Sideris | 2018-05-17 | 1 | -1/+2 |
| | | | | [ci skip] | ||||
* | Hide the edit menu when the user doesn't have enough power | Konstantinos Sideris | 2018-05-16 | 2 | -0/+12 |
| | |||||
* | Add menu to modify the name & topic of the room | Konstantinos Sideris | 2018-05-16 | 3 | -38/+138 |
| | | | | fixes #235 | ||||
* | Add read support for room access options (#324) | twahm | 2018-05-13 | 2 | -8/+26 |
| | | | | - Join rules - Guest access | ||||
* | Use the correct avatar size for HiDPI displays | Konstantinos Sideris | 2018-05-11 | 3 | -23/+6 |
| | |||||
* | Make explicit that MatrixClient & Cache are unique pointers | Konstantinos Sideris | 2018-05-11 | 2 | -2/+2 |
| | |||||
* | Start in tray (#319) | Anton Karmanov | 2018-05-08 | 1 | -0/+9 |
| | |||||
* | Hide SnackBar initially & guard against access of an empty list | Konstantinos Sideris | 2018-05-08 | 1 | -4/+4 |
| | |||||
* | Don't use shared pointers for cache | Konstantinos Sideris | 2018-05-08 | 8 | -33/+11 |
| | |||||
* | Replace shared pointers of MatrixClient with a single instance | Konstantinos Sideris | 2018-05-08 | 15 | -91/+36 |
| | |||||
* | Don't send notification for the room that is currently open | Konstantinos Sideris | 2018-05-07 | 1 | -0/+6 |
| | |||||
* | Implement desktop notification for mac | Konstantinos Sideris | 2018-05-05 | 2 | -0/+14 |
| | |||||
* | Add support for retrieving the notification events (#33) | Konstantinos Sideris | 2018-05-05 | 5 | -3/+45 |
| | |||||
* | Fetch user avatars while browsing the member list | Konstantinos Sideris | 2018-05-04 | 2 | -1/+12 |
| | |||||
* | Remove the extra top margin from timeline widgets | Konstantinos Sideris | 2018-05-04 | 1 | -2/+2 |
| | |||||
* | Remove flickering by updating auto-complete menu items in-place | Konstantinos Sideris | 2018-05-03 | 1 | -2/+10 |
| | | | | Instead of deleting the current items and creating new ones. | ||||
* | Add missing header | Konstantinos Sideris | 2018-05-02 | 1 | -0/+1 |
| | |||||
* | Move access token to header | Konstantinos Sideris | 2018-05-02 | 1 | -0/+4 |
| | |||||
* | Handle invalid access token | Konstantinos Sideris | 2018-05-02 | 2 | -1/+3 |
| | |||||
* | Show user avatar for messages on different day or time gap > 15 mins | Konstantinos Sideris | 2018-05-01 | 1 | -8/+31 |
| | | | | fixes #278 | ||||
* | Remove extra semicolon | Konstantinos Sideris | 2018-05-01 | 1 | -1/+1 |
| | |||||
* | Add member list | Konstantinos Sideris | 2018-05-01 | 4 | -0/+77 |
| | |||||
* | Add prototype room settings menu | Konstantinos Sideris | 2018-04-30 | 6 | -3/+106 |
| | |||||
* | More consistent spacing between messages | Konstantinos Sideris | 2018-04-29 | 1 | -4/+6 |
| | |||||
* | Refactor utils::getMessageDescription | Konstantinos Sideris | 2018-04-29 | 4 | -22/+74 |
| | |||||
* | Fix CI errors | Konstantinos Sideris | 2018-04-28 | 1 | -1/+1 |
| | |||||
* | Fix UI inconsistencies between room list & communities | Konstantinos Sideris | 2018-04-28 | 7 | -45/+202 |
| | | | | | fixes #204 fixes #255 | ||||
* | Remove old/unused code | Konstantinos Sideris | 2018-04-28 | 1 | -50/+0 |
| | |||||
* | Add support for displaying m.sticker events | Konstantinos Sideris | 2018-04-27 | 2 | -0/+34 |
| | | | | fixes #291 | ||||
* | Add remove_if for maps | Konstantinos Sideris | 2018-04-27 | 1 | -0/+13 |
| | |||||
* | Fix clicking on room list suggestions | Konstantinos Sideris | 2018-04-27 | 2 | -4/+14 |
| | |||||
* | Improve room searching | Konstantinos Sideris | 2018-04-27 | 3 | -16/+90 |
| | | | | fixes #257 | ||||
* | Improve the date separator widget | Konstantinos Sideris | 2018-04-25 | 1 | -0/+36 |
| | |||||
* | Fix signal redefinition warning | Konstantinos Sideris | 2018-04-24 | 1 | -1/+1 |
| | |||||
* | Adjust completion menu to fit its contents | Konstantinos Sideris | 2018-04-24 | 1 | -0/+3 |
| | |||||
* | Clear typing notifications when the user list is empty | Konstantinos Sideris | 2018-04-24 | 1 | -0/+3 |
| | | | | fixes #304 | ||||
* | Remove map from room_id to QPixmap from ChatPage | Konstantinos Sideris | 2018-04-24 | 2 | -3/+3 |
| | | | | The avatars are loaded from cache | ||||
* | Update invites in the UI after sync | Konstantinos Sideris | 2018-04-22 | 3 | -0/+4 |
| | |||||
* | Properly clean stale invites | Konstantinos Sideris | 2018-04-22 | 1 | -1/+6 |
| | |||||
* | Strip whitespace from room names for QuickSwitcher | Konstantinos Sideris | 2018-04-22 | 1 | -4/+1 |
| | |||||
* | Implement media cache | Konstantinos Sideris | 2018-04-21 | 2 | -6/+9 |
| | |||||
* | Remove dead code | Konstantinos Sideris | 2018-04-21 | 5 | -179/+0 |
| | |||||
* | Clean up Top Bar | Konstantinos Sideris | 2018-04-21 | 1 | -5/+0 |
| | |||||
* | Save read receipts | Konstantinos Sideris | 2018-04-21 | 1 | -1/+3 |
| | |||||
* | Cache refactoring | Konstantinos Sideris | 2018-04-21 | 13 | -162/+385 |
| | |||||
* | Popup improvements | Konstantinos Sideris | 2018-04-14 | 2 | -3/+16 |
| | | | | | | | | | - 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 | -0/+15 |
| | | | | | | | | 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 | -2/+13 |
| | | | | | fixes #254 fixes #246 | ||||
* | Correctly propagate focusOut event on TextEdit | Konstantinos Sideris | 2018-03-28 | 1 | -1/+1 |
| | |||||
* | Update first & last sender after message deletion | Konstantinos Sideris | 2018-03-27 | 1 | -0/+3 |
| | | | | fixes #282 | ||||
* | Add environment variable to allow insecure connections (self-signed certs) | Konstantinos Sideris | 2018-03-27 | 1 | -4/+5 |
| | | | | | | NHEKO_ALLOW_INSECURE_CONNECTIONS=1 ./nheko fixes #260 | ||||
* | Track invites so they can be removed outside of nheko | Konstantinos Sideris | 2018-03-26 | 1 | -2/+9 |
| | | | | fixes #213 | ||||
* | Show avatars in the completion popup | Konstantinos Sideris | 2018-03-25 | 3 | -11/+20 |
| | |||||
* | Add basic support for username auto-completion | Konstantinos Sideris | 2018-03-24 | 4 | -0/+112 |
| | | | | fixes #40 | ||||
* | Be compatible with cmake 3.1 | Konstantinos Sideris | 2018-03-22 | 1 | -1/+1 |
| | |||||
* | Fix text color on room switcher | Konstantinos Sideris | 2018-03-22 | 1 | -3/+4 |
| | | | | fixes #245 | ||||
* | Adjust unread msg bubble | Konstantinos Sideris | 2018-03-20 | 1 | -3/+3 |
| | |||||
* | More stylistic changes & dark theme tweaks | Konstantinos Sideris | 2018-03-19 | 1 | -0/+12 |
| | |||||
* | Use the full with of the roomlist for the last message | Konstantinos Sideris | 2018-03-19 | 1 | -1/+1 |
| | |||||
* | Dark theme revisited | Konstantinos Sideris | 2018-03-18 | 1 | -0/+21 |
| | |||||
* | Add border in community list & minor refactorings (#204) | Konstantinos Sideris | 2018-03-18 | 3 | -0/+22 |
| | |||||
* | Add border line above the text input | Konstantinos Sideris | 2018-03-18 | 2 | -2/+7 |
| | |||||
* | roomlist: Put the message timestamp on the top | Konstantinos Sideris | 2018-03-18 | 2 | -13/+16 |
| | |||||
* | Don't count m.room.member or m.room.reaction events as viewable | Konstantinos Sideris | 2018-03-18 | 1 | -0/+6 |
| | |||||
* | Remove redacted events from other users (#171) | Konstantinos Sideris | 2018-03-18 | 1 | -6/+0 |
| | |||||
* | Add ability to redact messages | Konstantinos Sideris | 2018-03-17 | 4 | -42/+50 |
| | |||||
* | Add fancy snackbar animation | Konstantinos Sideris | 2018-03-16 | 1 | -1/+0 |
| | |||||
* | Remove opacity animation from the scrollbar | Konstantinos Sideris | 2018-03-16 | 1 | -12/+1 |
| | | | | fixes #270 | ||||
* | Add context menu option to save images | Konstantinos Sideris | 2018-03-14 | 2 | -0/+6 |
| | | | | fixes #265 | ||||
* | Implement user registration with reCAPTCHA | Konstantinos Sideris | 2018-03-12 | 6 | -54/+45 |
| | | | | fixes #264 | ||||
* | Update room name & avatar on new rooms | Konstantinos Sideris | 2018-03-12 | 1 | -2/+2 |
| | | | | fixes #253 | ||||
* | Add context menu option to mark events individually as read | Konstantinos Sideris | 2018-03-11 | 4 | -1/+28 |
| | | | | fixes #261 | ||||
* | Crete a proxy for media to uniquely match signal to the caller | Konstantinos Sideris | 2018-03-07 | 3 | -10/+13 |
| | |||||
* | Add a unique id for locally uploaded images | Konstantinos Sideris | 2018-03-07 | 1 | -3/+0 |
| | | | | The event_id will be an empty string because we haven't received yet | ||||
* | Add missing header | Konstantinos Sideris | 2018-03-04 | 1 | -0/+2 |
| | |||||
* | Retry initial sync only on specific errors | Konstantinos Sideris | 2018-03-04 | 2 | -2/+2 |
| | | | | | fixes #233 fixes #89 | ||||
* | Don't open room switcher when another dialog is open | Konstantinos Sideris | 2018-03-04 | 4 | -24/+36 |
| | | | | fixes #251 | ||||
* | Retry initial sync forever (#234) | Stuart Mumford | 2018-03-04 | 1 | -4/+0 |
| | |||||
* | Remove dead code & small refactorings using the std library | Konstantinos Sideris | 2018-03-03 | 2 | -39/+1 |
| | |||||
* | Handle empty matrix ID (regression from 9de1ec1) | Konstantinos Sideris | 2018-03-01 | 1 | -1/+1 |
| | | | | fixes #259 | ||||
* | Fix crash when inviting users | Konstantinos Sideris | 2018-02-28 | 1 | -30/+0 |
| | |||||
* | Add some missing references | Konstantinos Sideris | 2018-02-28 | 1 | -2/+2 |
| | |||||
* | Enable room switcher only in the chat view (#251) | Konstantinos Sideris | 2018-02-26 | 1 | -0/+2 |
| | |||||
* | Replace login request with the one from matrix-structs | Konstantinos Sideris | 2018-02-23 | 2 | -40/+1 |
| | |||||
* | Fix crash when trying to use automatically deleted ImageOverlay dialog | Konstantinos Sideris | 2018-02-20 | 1 | -1/+0 |
| | |||||
* | Be explicit about the captured parameters in lambdas | Konstantinos Sideris | 2018-02-20 | 2 | -3/+3 |
| | |||||
* | Scale down the preview image to fit in the application window | Konstantinos Sideris | 2018-02-19 | 2 | -1/+6 |
| | | | | | 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 | 3 | -3/+28 |
| | |||||
* | Minor adjustments | Konstantinos Sideris | 2018-02-19 | 9 | -22/+22 |
| | |||||
* | Notify the user on upload failures | Konstantinos Sideris | 2018-02-19 | 1 | -0/+1 |
| | |||||
* | Support audio, video, generic file for pasting (#220) | christarazi | 2018-02-18 | 10 | -47/+98 |
| | | | | | | | | | | | | | | | | | | | | | | | | * 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 | -1/+9 |
| | | | | fixes #208 | ||||
* | Remove QPropertyAnimation from modals to work around a regression on Qt ↵ | Konstantinos Sideris | 2018-02-17 | 1 | -15/+0 |
| | | | | 5.10.1 (#87) | ||||
* | Implement server-side notification count | Konstantinos Sideris | 2018-02-15 | 5 | -5/+4 |
| | |||||
* | Remove empty destructors | Konstantinos Sideris | 2018-02-10 | 21 | -30/+3 |
| | |||||
* | Move LeaveRoom dialog to MainWindow (#87) | Konstantinos Sideris | 2018-02-10 | 4 | -23/+11 |
| | |||||
* | Generate a date separator before local messages | Konstantinos Sideris | 2018-02-10 | 1 | -3/+4 |
| | |||||
* | Remove tone emoji | Konstantinos Sideris | 2018-02-09 | 2 | -10/+11 |
| | |||||
* | Add a timeout timer for initial sync (#223, #222) | Konstantinos Sideris | 2018-02-08 | 2 | -2/+5 |
| | | | | Show a better message on the login screen after an initial sync failure. | ||||
* | Apply fixed width for checkmark for all messages | Chris Tarazi | 2018-02-07 | 1 | -0/+2 |
| | |||||
* | Fix #217: create space for checkmark beforehand | Chris Tarazi | 2018-02-07 | 1 | -0/+1 |
| | |||||
* | Render messages received by `/messages` on demand | Konstantinos Sideris | 2018-01-30 | 1 | -0/+4 |
| | |||||
* | Register timeline item so that it will be available | Konstantinos Sideris | 2018-01-29 | 1 | -4/+2 |
| | |||||
* | Erase items using the key | Konstantinos Sideris | 2018-01-25 | 1 | -1/+1 |
| | |||||
* | Resize text input vertically to fit the contents | Konstantinos Sideris | 2018-01-25 | 1 | -1/+2 |
| | |||||
* | Use more stl containers & minor refactorings | Konstantinos Sideris | 2018-01-24 | 8 | -75/+57 |
| | |||||
* | Show the scroll-down button when showing the timeline | Konstantinos Sideris | 2018-01-23 | 1 | -0/+2 |
| | |||||
* | Don't dismiss the loading overlay by clicking | Konstantinos Sideris | 2018-01-22 | 1 | -17/+11 |
| | |||||
* | Remove Accept-Encoding header | Konstantinos Sideris | 2018-01-22 | 1 | -1/+0 |
| | |||||
* | Load the initial cache data without blocking the UI | Konstantinos Sideris | 2018-01-21 | 2 | -4/+12 |
| | |||||
* | Refactor avatar fetching in one function | Konstantinos Sideris | 2018-01-21 | 3 | -7/+4 |
| | |||||
* | Use the Accept-Content header to enable response compression | Konstantinos Sideris | 2018-01-21 | 1 | -0/+1 |
| | | | | | fixes #86 fixes #89 | ||||
* | Automatically focus on input when opening a dialog | Konstantinos Sideris | 2018-01-16 | 3 | -0/+3 |
| | |||||
* | Hack to work around layout flickering when adding new timeline items | Konstantinos Sideris | 2018-01-16 | 1 | -1/+13 |
| | |||||
* | Add borders | Konstantinos Sideris | 2018-01-15 | 1 | -0/+1 |
| | |||||
* | Change cache format to not allow duplicate receipts | Konstantinos Sideris | 2018-01-14 | 2 | -22/+2 |
| | | | | Convert list of receipts to map<userId, timestamp> | ||||
* | 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 |
| |