Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2018-08-31 | Handle some more edge cases in timeline | Konstantinos Sideris | 3 | -5/+37 | |
2018-08-31 | Stop calling /messages if the prev_batch token is empty | Konstantinos Sideris | 1 | -1/+1 | |
2018-08-31 | Fix a use-after-free error during logout | Konstantinos Sideris | 6 | -28/+34 | |
2018-08-30 | Add temp fix to work with servers that don't support e2ee endpoints | Konstantinos Sideris | 1 | -0/+6 | |
fixes #371 | |||||
2018-08-30 | Only call /sync when retrying initial sync (#422) | Konstantinos Sideris | 3 | -18/+24 | |
2018-08-29 | Increase LMDB's map size (#413) | Konstantinos Sideris | 1 | -1/+1 | |
2018-08-29 | Make lambda that updates avatar a class method | Konstantinos Sideris | 2 | -91/+91 | |
2018-08-29 | Add the ability to change the room avatar | Konstantinos Sideris | 3 | -10/+181 | |
fixes #418 | |||||
2018-08-28 | Call adjustSize before showing the timeline widget | Konstantinos Sideris | 4 | -26/+34 | |
2018-08-27 | Remove unnecessary height setting for timeline messages | Konstantinos Sideris | 1 | -1/+0 | |
This will remove some minor flickering (hopefully for good) | |||||
2018-08-26 | Show the room id in the room settings modal | Konstantinos Sideris | 1 | -0/+19 | |
fixes #416 | |||||
2018-08-25 | Add method to delete old messages periodically | Konstantinos Sideris | 3 | -2/+77 | |
fixes #413 | |||||
2018-08-21 | Bump version to v0.5.4 | Konstantinos Sideris | 4 | -8/+9 | |
2018-08-21 | i18n: Update Polish translation (#411) | Marcin Mikołajczak | 1 | -21/+71 | |
Signed-off-by: Marcin Mikołajczak <me@m4sk.in> | |||||
2018-08-21 | Add device ID and device fingerprint to settings page like in Riot. (#407) | Rudi Floren | 4 | -1/+77 | |
2018-08-20 | Remove pixel ratio from image scaling | Konstantinos Sideris | 1 | -6/+0 | |
2018-08-13 | Fix crash on logout | Konstantinos Sideris | 1 | -0/+2 | |
2018-08-12 | Update readme | Konstantinos Sideris | 1 | -1/+1 | |
2018-08-12 | Bump version to 0.5.3 | Konstantinos Sideris | 5 | -35/+9 | |
2018-08-12 | Install the bundled spdlog | Konstantinos Sideris | 2 | -2/+2 | |
2018-08-12 | Enable compilation on FreeBSD (#403) | Colin Lord | 3 | -4/+6 | |
2018-08-11 | Add option to disable desktop notifications | Konstantinos Sideris | 3 | -6/+32 | |
fixes #388 | |||||
2018-08-11 | Increase the minimum modal size | Konstantinos Sideris | 4 | -9/+25 | |
2018-08-11 | Simplify dialog creation | Konstantinos Sideris | 16 | -274/+181 | |
2018-08-10 | Add solid background in TypingDisplay | Konstantinos Sideris | 5 | -2/+15 | |
2018-08-09 | Update polish translation (#402) | Marcin Mikołajczak | 1 | -1/+1 | |
2018-08-09 | Add bottom border line on Linux | Konstantinos Sideris | 2 | -2/+6 | |
2018-08-09 | Remove the reserved space gap for the typing notifications | Konstantinos Sideris | 6 | -19/+44 | |
2018-08-09 | Allow user to configure join rules for a room | Konstantinos Sideris | 2 | -41/+188 | |
2018-08-09 | Add missing update() on typing display | Konstantinos Sideris | 1 | -0/+2 | |
2018-08-08 | Don't use bundled spdlog | Konstantinos Sideris | 2 | -8/+1 | |
2018-08-08 | Remove dash from version string when building outside of git | Konstantinos Sideris | 1 | -1/+5 | |
2018-08-08 | Use archives instead of repos to fetch dependencies | Konstantinos Sideris | 7 | -22/+35 | |
2018-08-08 | Import appdata file from flatpak | Konstantinos Sideris | 1 | -21/+23 | |
2018-08-08 | Remove hover event from emoji picker | Konstantinos Sideris | 3 | -9/+22 | |
fixes #398 | |||||
2018-08-08 | Add tooltips for the message indicators (#377) | Konstantinos Sideris | 1 | -0/+19 | |
2018-08-08 | Remove hardcoded colors from the typing display | Konstantinos Sideris | 5 | -20/+38 | |
2018-08-03 | Add flatpak installation | Konstantinos Sideris | 1 | -0/+6 | |
2018-08-01 | Remove unwanted whitespace from the user settings menu | Konstantinos Sideris | 1 | -2/+6 | |
2018-08-01 | Consider the scale ratio when scaling down images | Konstantinos Sideris | 5 | -31/+37 | |
fixes #393 | |||||
2018-07-31 | Add install instructions for macOS (#395) | Sireesh Kodali | 1 | -0/+8 | |
2018-07-30 | Use double instead of int when scaling pixmaps (#393) | Konstantinos Sideris | 1 | -1/+3 | |
2018-07-29 | Add tab-completion for usernames | Konstantinos Sideris | 2 | -11/+49 | |
fixes #394 | |||||
2018-07-28 | v0.5.2 | Konstantinos Sideris | 4 | -9/+9 | |
2018-07-27 | i18n: Update Polish translation (#390) | Marcin Mikołajczak | 1 | -39/+98 | |
Signed-off-by: Marcin Mikołajczak <me@m4sk.in> | |||||
2018-07-26 | Don't use the generic json type for joined_groups | Konstantinos Sideris | 1 | -1/+1 | |
fixes #389 | |||||
2018-07-26 | Add foreground color for disabled buttons on the dark theme | Konstantinos Sideris | 1 | -0/+1 | |
2018-07-26 | Increase the opacity of the hover color on the room list | Konstantinos Sideris | 2 | -4/+4 | |
2018-07-26 | Fix background color on the room list widget | Konstantinos Sideris | 3 | -0/+9 | |
2018-07-25 | Add missing tooltips on buttons | Konstantinos Sideris | 5 | -8/+16 | |
fixes #249 | |||||
2018-07-25 | Use repaint instead of update on the loading animation | Konstantinos Sideris | 1 | -1/+1 | |
2018-07-25 | Improve the style of snackbar a bit | Konstantinos Sideris | 6 | -54/+63 | |
2018-07-25 | Enable scrollbar on the room list for macOS (#174) | Konstantinos Sideris | 4 | -2/+13 | |
2018-07-25 | Use native scrollbar in the timeline | Konstantinos Sideris | 5 | -6/+13 | |
2018-07-25 | Align timeline widgets to the bottom | Konstantinos Sideris | 1 | -0/+1 | |
2018-07-25 | Fix issue with missing communities due to an unregistered metatype | Konstantinos Sideris | 3 | -5/+1 | |
2018-07-24 | Disable paint updates when removing the room filter | Konstantinos Sideris | 1 | -0/+2 | |
2018-07-23 | Remove spacer & set sizePolicy on the timeline view & widgets | Konstantinos Sideris | 4 | -19/+23 | |
This was causing some flickering when many messages were added. Mostly visible on macOS. | |||||
2018-07-22 | Simplify the message shown when another app instance is detected | Konstantinos Sideris | 2 | -39/+6 | |
2018-07-22 | Minor modal adjustments | Konstantinos Sideris | 2 | -8/+3 | |
2018-07-22 | Add option to specify the scale factor | Konstantinos Sideris | 7 | -5/+99 | |
fixes #357 fixes #335 fixes #230 | |||||
2018-07-22 | Add input field to specify the device name on login | Konstantinos Sideris | 2 | -18/+24 | |
2018-07-22 | Remove pixel values from modals, use pointSize instead | Konstantinos Sideris | 12 | -99/+154 | |
2018-07-22 | Add option to ignore key requests altogether | Konstantinos Sideris | 6 | -2/+70 | |
2018-07-22 | Refactor the room settings menu to look like the user profile | Konstantinos Sideris | 10 | -196/+94 | |
2018-07-22 | Reject key requests for users that are not members of the room | Konstantinos Sideris | 3 | -0/+24 | |
2018-07-22 | i18n: Update Polish translation (#382) | Marcin Mikołajczak | 1 | -49/+165 | |
Signed-off-by: Marcin Mikołajczak <me@m4sk.in> | |||||
2018-07-21 | Add note about e2ee | Konstantinos Sideris | 1 | -0/+5 | |
2018-07-21 | Disable paint updates while applying room filtering (#380) | Konstantinos Sideris | 1 | -0/+5 | |
2018-07-21 | Reuse the profile modal & adjust its spacing relative to the font size | Konstantinos Sideris | 3 | -22/+59 | |
2018-07-21 | Lower the complexity of the group filtering algorithm (#380) | Konstantinos Sideris | 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) | |||||
2018-07-21 | Clear timeline widgets when they exceed a certain limit (#158) | Konstantinos Sideris | 2 | -2/+45 | |
That's a fix to deal with long running sessions which will end up taking more & more memory given enough time. | |||||
2018-07-20 | Use a smaller icon size in the sidebar | Konstantinos Sideris | 1 | -1/+1 | |
2018-07-20 | Show device list in user profile & add option to create 1-1 chat | Konstantinos Sideris | 15 | -21/+162 | |
2018-07-20 | Create user profile modal | Konstantinos Sideris | 27 | -13/+265 | |
2018-07-19 | Add user avatar after the 'encryption is enabled' message | Konstantinos Sideris | 1 | -0/+3 | |
fixes #378 | |||||
2018-07-18 | Fix variable shadowing on clang | Konstantinos Sideris | 1 | -3/+3 | |
2018-07-17 | Mark own read messages with a double checkmark (#377) | Konstantinos Sideris | 12 | -1/+248 | |
2018-07-17 | Bump version to v0.5.1 | Konstantinos Sideris | 4 | -9/+9 | |
2018-07-17 | Fix the download path for the Windows notification lib | Konstantinos Sideris | 1 | -1/+1 | |
2018-07-17 | Move all files under src/ | Konstantinos Sideris | 145 | -280/+282 | |
2018-07-16 | Explicitly set no timeout for notifications | Benedikt Heine | 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. | |||||
2018-07-16 | Update image_data hint to current notification spec | Benedikt Heine | 1 | -1/+1 | |
The current notification spec says image-data should get used instead of image_data. | |||||
2018-07-15 | Use a brighter color for button text (#355) | Konstantinos Sideris | 1 | -1/+1 | |
2018-07-15 | Properly reset the autocomplete anchor when the popup closes | Konstantinos Sideris | 3 | -3/+7 | |
fixes #305 | |||||
2018-07-15 | Use MainWindow instead of QApplication::activeWindow to reference the main ↵ | Konstantinos Sideris | 2 | -4/+12 | |
window The latter will not always return a valid pointer. fixes #363 | |||||
2018-07-15 | De-duplicate the m.room.encryption event | Konstantinos Sideris | 2 | -4/+13 | |
2018-07-15 | Use the http link for video messages | Konstantinos Sideris | 5 | -21/+22 | |
Add method to convert matrix content URIs to http links | |||||
2018-07-15 | Remove the v2 namespace from the http client | Konstantinos Sideris | 19 | -182/+174 | |
2018-07-15 | User reverse iterator instead of while loop | Konstantinos Sideris | 1 | -7< |