Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix compile warnings | Konstantinos Sideris | 2018-09-18 | 2 | -5/+7 |
| | |||||
* | Clean up unread rooms after initial sync | Konstantinos Sideris | 2018-09-16 | 2 | -3/+2 |
| | |||||
* | Bump cache version due to incompatible changes | Konstantinos Sideris | 2018-09-16 | 1 | -1/+1 |
| | |||||
* | Ignore sessions that cannot be parsed | Konstantinos Sideris | 2018-09-16 | 1 | -1/+8 |
| | |||||
* | Implement import/export of megolm session keys (#358) | Konstantinos Sideris | 2018-09-15 | 4 | -26/+194 |
| | |||||
* | Update mtxclient | Konstantinos Sideris | 2018-09-15 | 1 | -8/+7 |
| | |||||
* | Mark unread rooms as such in the room list | Konstantinos Sideris | 2018-09-13 | 11 | -18/+127 |
| | | | | fixes #313 | ||||
* | Temporary fix to work with mx-reply tags | Konstantinos Sideris | 2018-09-13 | 2 | -6/+15 |
| | |||||
* | Strip paragraph tags | Konstantinos Sideris | 2018-09-13 | 4 | -22/+21 |
| | | | | fixes #438 | ||||
* | Use <em></em> for m.emote messages | Konstantinos Sideris | 2018-09-12 | 1 | -8/+21 |
| | |||||
* | Remove italics from m.notice messages | Konstantinos Sideris | 2018-09-12 | 1 | -2/+0 |
| | |||||
* | Open user profile on matrix.to links | Konstantinos Sideris | 2018-09-12 | 2 | -0/+51 |
| | |||||
* | Add context menu option to show the raw message | Konstantinos Sideris | 2018-09-12 | 6 | -4/+111 |
| | | | | fixes #437 | ||||
* | Move some info logs to debug | Konstantinos Sideris | 2018-09-12 | 1 | -4/+4 |
| | |||||
* | Trim whitespace from text messages | Konstantinos Sideris | 2018-09-12 | 4 | -20/+13 |
| | |||||
* | Enable html attributes | Konstantinos Sideris | 2018-09-12 | 1 | -1/+8 |
| | |||||
* | Don't break the layout on empty text messages | Konstantinos Sideris | 2018-09-12 | 1 | -3/+0 |
| | |||||
* | Switch to libcmark | Konstantinos Sideris | 2018-09-11 | 1 | -5/+10 |
| | |||||
* | Enable Qt auto scaling | Konstantinos Sideris | 2018-09-08 | 1 | -0/+3 |
| | | | | fixes #397 | ||||
* | Show sidebar after initial sync | Konstantinos Sideris | 2018-09-08 | 3 | -4/+4 |
| | | | | fixes #412 | ||||
* | Remove custom stylesheet for qmenu | Konstantinos Sideris | 2018-09-08 | 1 | -16/+5 |
| | |||||
* | macOs: Add missing border on the TopBar | Konstantinos Sideris | 2018-09-08 | 1 | -0/+3 |
| | |||||
* | Small refactoring on the EditModal | Konstantinos Sideris | 2018-09-08 | 2 | -67/+80 |
| | |||||
* | Remove debug prints | Konstantinos Sideris | 2018-09-07 | 1 | -3/+0 |
| | |||||
* | Initial support for sending markdown formatted messages | Konstantinos Sideris | 2018-09-07 | 4 | -7/+52 |
| | | | | fixes #283 | ||||
* | Fix double href links on username pills | Konstantinos Sideris | 2018-09-07 | 3 | -9/+59 |
| | |||||
* | Use proxy objects on lambdas instead of raw pointers | Konstantinos Sideris | 2018-09-07 | 9 | -67/+78 |
| | | | | | | | When the object is destroyed the connections will be removed automatically by Qt. fixes #433 | ||||
* | Put back removed links | Konstantinos Sideris | 2018-09-06 | 1 | -0/+5 |
| | |||||
* | Add initial support for displaying formatted messages | Konstantinos Sideris | 2018-09-06 | 2 | -20/+33 |
| | |||||
* | Remove captcha dialog from the member list | Konstantinos Sideris | 2018-09-05 | 2 | -44/+37 |
| | |||||
* | Fallback to the login screen when the one-time keys cannot be uploaded | Konstantinos Sideris | 2018-09-05 | 1 | -6/+13 |
| | |||||
* | Enable colors in console logger | Konstantinos Sideris | 2018-09-04 | 1 | -2/+2 |
| | |||||
* | Merge matrix-structs into the client lib | Konstantinos Sideris | 2018-09-01 | 9 | -87/+91 |
| | |||||
* | Guard against flickering for items added to the top of the timeline | Konstantinos Sideris | 2018-08-31 | 2 | -7/+12 |
| | |||||
* | Retry initial sync on generic network errors (#422) | Konstantinos Sideris | 2018-08-31 | 2 | -0/+9 |
| | |||||
* | Don't block on empty from token | Konstantinos Sideris | 2018-08-31 | 1 | -7/+0 |
| | |||||
* | Handle some more edge cases in timeline | Konstantinos Sideris | 2018-08-31 | 3 | -5/+37 |
| | |||||
* | Stop calling /messages if the prev_batch token is empty | Konstantinos Sideris | 2018-08-31 | 1 | -1/+1 |
| | |||||
* | Fix a use-after-free error during logout | Konstantinos Sideris | 2018-08-31 | 6 | -28/+34 |
| | |||||
* | Add temp fix to work with servers that don't support e2ee endpoints | Konstantinos Sideris | 2018-08-30 | 1 | -0/+6 |
| | | | | fixes #371 | ||||
* | Only call /sync when retrying initial sync (#422) | Konstantinos Sideris | 2018-08-30 | 3 | -18/+24 |
| | |||||
* | Increase LMDB's map size (#413) | Konstantinos Sideris | 2018-08-29 | 1 | -1/+1 |
| | |||||
* | Make lambda that updates avatar a class method | Konstantinos Sideris | 2018-08-29 | 2 | -91/+91 |
| | |||||
* | Add the ability to change the room avatar | Konstantinos Sideris | 2018-08-29 | 3 | -10/+181 |
| | | | | fixes #418 | ||||
* | Call adjustSize before showing the timeline widget | Konstantinos Sideris | 2018-08-28 | 4 | -26/+34 |
| | |||||
* | Remove unnecessary height setting for timeline messages | Konstantinos Sideris | 2018-08-27 | 1 | -1/+0 |
| | | | | This will remove some minor flickering (hopefully for good) | ||||
* | Show the room id in the room settings modal | Konstantinos Sideris | 2018-08-26 | 1 | -0/+19 |
| | | | | fixes #416 | ||||
* | Add method to delete old messages periodically | Konstantinos Sideris | 2018-08-25 | 3 | -2/+77 |
| | | | | fixes #413 | ||||
* | Add device ID and device fingerprint to settings page like in Riot. (#407) | Rudi Floren | 2018-08-21 | 4 | -1/+77 |
| | |||||
* | Remove pixel ratio from image scaling | Konstantinos Sideris | 2018-08-20 | 1 | -6/+0 |
| | |||||
* | Fix crash on logout | Konstantinos Sideris | 2018-08-13 | 1 | -0/+2 |
| | |||||
* | Install the bundled spdlog | Konstantinos Sideris | 2018-08-12 | 1 | -1/+1 |
| | |||||
* | Enable compilation on FreeBSD (#403) | Colin Lord | 2018-08-12 | 3 | -4/+6 |
| | |||||
* | Add option to disable desktop notifications | Konstantinos Sideris | 2018-08-11 | 3 | -6/+32 |
| | | | | fixes #388 | ||||
* | Increase the minimum modal size | Konstantinos Sideris | 2018-08-11 | 4 | -9/+25 |
| | |||||
* | Simplify dialog creation | Konstantinos Sideris | 2018-08-11 | 16 | -274/+181 |
| | |||||
* | Add solid background in TypingDisplay | Konstantinos Sideris | 2018-08-10 | 2 | -2/+12 |
| | |||||
* | Add bottom border line on Linux | Konstantinos Sideris | 2018-08-09 | 2 | -2/+6 |
| | |||||
* | Remove the reserved space gap for the typing notifications | Konstantinos Sideris | 2018-08-09 | 6 | -19/+44 |
| | |||||
* | Allow user to configure join rules for a room | Konstantinos Sideris | 2018-08-09 | 2 | -41/+188 |
| | |||||
* | Add missing update() on typing display | Konstantinos Sideris | 2018-08-09 | 1 | -0/+2 |
| | |||||
* | Use archives instead of repos to fetch dependencies | Konstantinos Sideris | 2018-08-08 | 1 | -1/+2 |
| | |||||
* | Remove hover event from emoji picker | Konstantinos Sideris | 2018-08-08 | 3 | -9/+22 |
| | | | | fixes #398 | ||||
* | Add tooltips for the message indicators (#377) | Konstantinos Sideris | 2018-08-08 | 1 | -0/+19 |
| | |||||
* | Remove hardcoded colors from the typing display | Konstantinos Sideris | 2018-08-08 | 2 | -20/+26 |
| | |||||
* | Remove unwanted whitespace from the user settings menu | Konstantinos Sideris | 2018-08-01 | 1 | -2/+6 |
| | |||||
* | Consider the scale ratio when scaling down images | Konstantinos Sideris | 2018-08-01 | 5 | -31/+37 |
| | | | | fixes #393 | ||||
* | Use double instead of int when scaling pixmaps (#393) | Konstantinos Sideris | 2018-07-30 | 1 | -1/+3 |
| | |||||
* | Add tab-completion for usernames | Konstantinos Sideris | 2018-07-29 | 2 | -11/+49 |
| | | | | fixes #394 | ||||
* | Fix background color on the room list widget | Konstantinos Sideris | 2018-07-26 | 1 | -0/+1 |
| | |||||
* | Add missing tooltips on buttons | Konstantinos Sideris | 2018-07-25 | 5 | -8/+16 |
| | | | | fixes #249 | ||||
* | Use repaint instead of update on the loading animation | Konstantinos Sideris | 2018-07-25 | 1 | -1/+1 |
| | |||||
* | Improve the style of snackbar a bit | Konstantinos Sideris | 2018-07-25 | 3 | -54/+43 |
| | |||||
* | Enable scrollbar on the room list for macOS (#174) | Konstantinos Sideris | 2018-07-25 | 1 | -2/+6 |
| | |||||
* | Use native scrollbar in the timeline | Konstantinos Sideris | 2018-07-25 | 2 | -6/+2 |
| | |||||
* | Align timeline widgets to the bottom | Konstantinos Sideris | 2018-07-25 | 1 | -0/+1 |
| | |||||
* | Fix issue with missing communities due to an unregistered metatype | Konstantinos Sideris | 2018-07-25 | 3 | -5/+1 |
| | |||||
* | Disable paint updates when removing the room filter | Konstantinos Sideris | 2018-07-24 | 1 | -0/+2 |
| | |||||
* | Remove spacer & set sizePolicy on the timeline view & widgets | Konstantinos Sideris | 2018-07-23 | 4 | -19/+23 |
| | | | | | This was causing some flickering when many messages were added. Mostly visible on macOS. | ||||
* | Simplify the message shown when another app instance is detected | Konstantinos Sideris | 2018-07-22 | 2 | -39/+6 |
| | |||||
* | Minor modal adjustments | Konstantinos Sideris | 2018-07-22 | 2 | -8/+3 |
| | |||||
* | Add option to specify the scale factor | Konstantinos Sideris | 2018-07-22 | 7 | -5/+99 |
| | | | | | | fixes #357 fixes #335 fixes #230 | ||||
* | Add input field to specify the device name on login | Konstantinos Sideris | 2018-07-22 | 2 | -18/+24 |
| | |||||
* | Remove pixel values from modals, use pointSize instead | Konstantinos Sideris | 2018-07-22 | 12 | -99/+154 |
| | |||||
* | Add option to ignore key requests altogether | Konstantinos Sideris | 2018-07-22 | 6 | -2/+70 |
| | |||||
* | Refactor the room settings menu to look like the user profile | Konstantinos Sideris | 2018-07-22 | 3 | -192/+88 |
| | |||||
* | Reject key requests for users that are not members of the room | Konstantinos Sideris | 2018-07-22 | 3 | -0/+24 |
| | |||||
* | Disable paint updates while applying room filtering (#380) | Konstantinos Sideris | 2018-07-21 | 1 | -0/+5 |
| | |||||
* | Reuse the profile modal & adjust its spacing relative to the font size | Konstantinos Sideris | 2018-07-21 | 3 | -22/+59 |
| | |||||
* | Lower the complexity of the group filtering algorithm (#380) | Konstantinos Sideris | 2018-07-21 | 6 | -44/+52 |
| | | | | | | | | The old algorithm during filtering will check every room if it's part of the group. O(N*G) The room ids for a group are now stored in a map for faster lookup so the search can be completed in a single pass. O(N) | ||||
* | Clear timeline widgets when they exceed a certain limit (#158) | Konstantinos Sideris | 2018-07-21 | 2 | -2/+45 |
| | | | | | That's a fix to deal with long running sessions which will end up taking more & more memory given enough time. | ||||
* | Use a smaller icon size in the sidebar | Konstantinos Sideris | 2018-07-20 | 1 | -1/+1 |
| | |||||
* | Show device list in user profile & add option to create 1-1 chat | Konstantinos Sideris | 2018-07-20 | 7 | -21/+162 |
| | |||||
* | Create user profile modal | Konstantinos Sideris | 2018-07-20 | 9 | -12/+251 |
| | |||||
* | Add user avatar after the 'encryption is enabled' message | Konstantinos Sideris | 2018-07-19 | 1 | -0/+3 |
| | | | | fixes #378 | ||||
* | Fix variable shadowing on clang | Konstantinos Sideris | 2018-07-18 | 1 | -3/+3 |
| | |||||
* | Mark own read messages with a double checkmark (#377) | Konstantinos Sideris | 2018-07-17 | 9 | -1/+246 |
| | |||||
* | Move all files under src/ | Konstantinos Sideris | 2018-07-17 | 142 | -133/+7096 |
| | |||||
* | Explicitly set no timeout for notifications | Benedikt Heine | 2018-07-16 | 1 | -1/+1 |
| | | | | | | | | | | | The notification spec handles -1 and 0 as special values: -1 -> representation for "undef" 0 -> infinitely values above 0 represent the timeout in ms. The notification messages should disappear again and with 0, this insn't the case. Setting it to -1 lets the notification manager decide the timeout and displays the notification like all others. | ||||
* | Update image_data hint to current notification spec | Benedikt Heine | 2018-07-16 | 1 | -1/+1 |
| | | | | | The current notification spec says image-data should get used instead of image_data. | ||||
* | Properly reset the autocomplete anchor when the popup closes | Konstantinos Sideris | 2018-07-15 | 3 | -3/+7 |
| | | | | fixes #305 | ||||
* | Use MainWindow instead of QApplication::activeWindow to reference the main ↵ | Konstantinos Sideris | 2018-07-15 | 2 | -4/+12 |
| | | | | | | | | window The latter will not always return a valid pointer. fixes #363 | ||||
* | De-duplicate the m.room.encryption event | Konstantinos Sideris | 2018-07-15 | 1 | -2/+8 |
| | |||||
* | Use the http link for video messages | Konstantinos Sideris | 2018-07-15 | 4 | -21/+18 |
| | | | | Add method to convert matrix content URIs to http links | ||||
* | Remove the v2 namespace from the http client | Konstantinos Sideris | 2018-07-15 | 17 | -179/+173 |
| | |||||
* | User reverse iterator instead of while loop | Konstantinos Sideris | 2018-07-15 | 1 | -7/+3 |
| | |||||
* | Add the -v / --version option, which displays the version string of the ↵ | Konstantinos Sideris | 2018-07-15 | 1 | -1/+6 |
| | | | | application. | ||||
* | Fix Windows build | Konstantinos Sideris | 2018-07-14 | 3 | -120/+113 |
| | |||||
* | Re-enable groups | Konstantinos Sideris | 2018-07-14 | 6 | -110/+109 |
| | |||||
* | Allow close events from the session manager (#353) | Konstantinos Sideris | 2018-07-11 | 1 | -5/+9 |
| | |||||
* | Working D-Bus desktop notifications (#361) | Max Sandholm | 2018-07-11 | 4 | -10/+221 |
| | | | | | | | | | | | | * 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 | ||||
* | Use QSharedPointer::data to be compatible with Qt < 5.11 | Konstantinos Sideris | 2018-07-11 | 1 | -1/+1 |
| | |||||
* | Send image dimensions in m.image event | Konstantinos Sideris | 2018-07-10 | 3 | -44/+59 |
| | | | | fixes #215 | ||||
* | Don't pre-load messages from caches | Konstantinos Sideris | 2018-07-09 | 1 | -1/+1 |
| | | | | | | Requires backfilling which is not implemented. fixes #365 | ||||
* | Add -Wshadow | Konstantinos Sideris | 2018-07-08 | 1 | -7/+7 |
| | |||||
* | Fix variable shadowing that caused the key response to be null | Konstantinos Sideris | 2018-07-08 | 2 | -2/+5 |
| | |||||
* | Add context menu action to request encryption keys | Konstantinos Sideris | 2018-07-07 | 4 | -8/+293 |
| | |||||
* | Add a timeline message when encryption is enabled | Konstantinos Sideris | 2018-07-07 | 2 | -65/+125 |
| | |||||
* | Mark all decrypted messages with a padlock | Konstantinos Sideris | 2018-07-07 | 1 | -10/+14 |
| | | | | fixes #351 | ||||
* | Don't download dependencies during build | Konstantinos Sideris | 2018-07-04 | 2 | -2/+2 |
| | | | | fixes #346 | ||||
* | Fix regressions regarding UI resizing | Konstantinos Sideris | 2018-07-04 | 4 | -75/+114 |
| | | | | The room list would be hidden only through window resizing. | ||||
* | Add shortcuts for chat-only & Room List-only views | Konstantinos Sideris | 2018-07-01 | 4 | -4/+100 |
| | | | | | Ctrl-O -> Chat Ctrl-L -> Room list | ||||
* | Mark encrypted messages with a lock icon | Konstantinos Sideris | 2018-07-01 | 3 | -82/+142 |
| | |||||
* | Implement dekstop notifications on Windows (#290) | Konstantinos Sideris | 2018-07-01 | 1 | -2/+43 |
| | |||||
* | Add basic support for replies (#292) | Konstantinos Sideris | 2018-06-30 | 4 | -1/+35 |
| | |||||
* | Allow arbitrary resizing of the main window & restore sidebar's size | Konstantinos Sideris | 2018-06-29 | 3 | -2/+43 |
| | | | | | | | fixes #160 fixes #163 fixes #187 fixes #127 | ||||
* | Save timeline messages in cache for faster startup times | Konstantinos Sideris | 2018-06-28 | 7 | -40/+196 |
| | |||||
* | Upgrade matrix-structs & mtxclient | Konstantinos Sideris | 2018-06-28 | 1 | -11/+27 |
| | |||||
* | Send one claim request per user that includes all devices | Konstantinos Sideris | 2018-06-25 | 2 | -46/+94 |
| | | | | | Add missing megolm algorithm field that was causing the "unknown algorithm" error. | ||||
* | Allow copying the version info in the settings page | Konstantinos Sideris | 2018-06-23 | 1 | -2/+2 |
| | |||||
* | Immediately shutdown the http client on exit | Konstantinos Sideris | 2018-06-22 | 1 | -2/+2 |
| | |||||
* | Verify signature of identity keys before sharing the megolm session | Konstantinos Sideris | 2018-06-20 | 1 | -16/+32 |
| | | | | Ignore devices that fail the verification. | ||||
* | Handle olm & lmdb exceptions during message decryption | Konstantinos Sideris | 2018-06-19 | 1 | -11/+39 |
| | | | | fixes #345 | ||||
* | Mark encrypted rooms when processing room state | Konstantinos Sideris | 2018-06-18 | 2 | -11/+2 |
| | |||||
* | Save the olm account after we create new one-time keys | Konstantinos Sideris | 2018-06-18 | 2 | -2/+12 |
| | | | | | | | | 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. | ||||
* | Improve logging a bit | Konstantinos Sideris | 2018-06-18 | 2 | -3/+8 |
| | |||||
* | Fix regressions regarding invites & slowness during shutdown | Konstantinos Sideris | 2018-06-17 | 2 | -2/+4 |
| | |||||
* | Setup BinTray | Konstantinos Sideris | 2018-06-17 | 1 | -8/+8 |
| | |||||
* | Correctly mark received messages whose response came after /sync | Konstantinos Sideris | 2018-06-17 | 2 | -6/+14 |
| | |||||
* | Update CI instructions | Konstantinos Sideris | 2018-06-17 | 1 | -3/+3 |
| | |||||
* | Don't try to send megolm session keys to devices with no one-time keys | Konstantinos Sideris | 2018-06-15 | 1 | -79/+75 |
| | |||||
* | Handle OLM_MESSAGE type of messages properly | Konstantinos Sideris | 2018-06-15 | 3 | -80/+159 |
| | |||||
* | Fix CI errors on macOS & Windows | Konstantinos Sideris | 2018-06-14 | 2 | -5/+5 |
| | | | | | - Run the linter - Explicitly use cmake for installing olm | ||||
* | Rename the log namespace to avoid symbol clash with the math function | Konstantinos Sideris | 2018-06-14 | 19 | -237/+272 |
| | | | | - Patch the olm repo with a CMakeLists.txt file | ||||
* | Add support for sending encrypted messages | Konstantinos Sideris | 2018-06-13 | 3 | -10/+331 |
| | |||||
* | Add method to convert PendingMessage's to event types | Konstantinos Sideris | 2018-06-12 | 3 | -56/+120 |
| | | | | Add more logging during message sending | ||||
* | Fix bug where cache was initialized twice in a row | Konstantinos Sideris | 2018-06-12 | 3 | -60/+88 |
| | |||||
* | Add menu option to enable encryption in a private room | Konstantinos Sideris | 2018-06-12 | 4 | -6/+126 |
| | |||||
* | Add support for displaying decrypted messages | Konstantinos Sideris | 2018-06-10 | 10 | -93/+656 |
| | |||||
* | Migrate to mtxclient for the http calls | Konstantinos Sideris | 2018-06-09 | 21 | -2082/+1400 |
| | |||||
* | Include mtxclient in the build | Konstantinos Sideris | 2018-06-04 | 1 | -0/+3 |
| | |||||
* | Show Matrix ID tooltip when hovering over display name | Konstantinos Sideris | 2018-05-26 | 1 | -9/+31 |
| | | | | fixes #212 | ||||
* | Properly resize Audio & File widgets | Konstantinos Sideris | 2018-05-26 | 3 | -21/+53 |
| | | | | Remove empty space between username & timeline widgets | ||||
* | Set fixed height for the DateSeparator & TextLabel | Konstantinos Sideris | 2018-05-26 | 1 | -0/+2 |
| | |||||
* | Fix resize slowness on the TopBar | Konstantinos Sideris | 2018-05-25 | 2 | -63/+12 |
| | |||||
* | Make the number of unread messages fit in the bubble | Konstantinos Sideris | 2018-05-25 | 1 | -11/+21 |
| | | | | fixes #330 | ||||
* | Fix line break issue on timeline with long words | Konstantinos Sideris | 2018-05-23 | 1 | -7/+1 |
| | | | | fixes #193 | ||||
* | Retrieve the current room state from cache when the edit modal opens | Konstantinos Sideris | 2018-05-18 | 1 | -8/+14 |
| | |||||
* | Refresh the room info on the top bar after sync | Konstantinos Sideris | 2018-05-18 | 1 | -1/+11 |
| | |||||
* | Fix crash on unfinished animation & center the edit modal | Konstantinos Sideris | 2018-05-18 | 2 | -0/+11 |
| | |||||
* | Hide the edit menu when the user doesn't have enough power | Konstantinos Sideris | 2018-05-16 | 2 | -19/+80 |
| | |||||
* | Add menu to modify the name & topic of the room | Konstantinos Sideris | 2018-05-16 | 1 | -40/+199 |
| | | | | fixes #235 | ||||
* | Add read support for room access options (#324) | twahm | 2018-05-13 | 2 | -5/+108 |
| | | | | - Join rules - Guest access | ||||
* | Use the correct avatar size for HiDPI displays | Konstantinos Sideris | 2018-05-11 | 6 | -11/+42 |
| | |||||
* | Make explicit that MatrixClient & Cache are unique pointers | Konstantinos Sideris | 2018-05-11 | 4 | -10/+10 |
| | |||||
* | Add scrollbar in the settings menu | Konstantinos Sideris | 2018-05-09 | 2 | -16/+13 |
| | |||||
* | Start in tray (#319) | Anton Karmanov | 2018-05-08 | 2 | -1/+32 |
| | |||||
* | Hide SnackBar initially & guard against access of an empty list | Konstantinos Sideris | 2018-05-08 | 2 | -16/+20 |
| | |||||
* | Don't use shared pointers for cache | Konstantinos Sideris | 2018-05-08 | 9 | -63/+75 |
| | |||||
* | Replace shared pointers of MatrixClient with a single instance | Konstantinos Sideris | 2018-05-08 | 15 | -178/+159 |
| | |||||
* | 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 |