summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* Fill out missing fields in Info.plistKonstantinos Sideris2018-08-311-3/+4
| | | | fixes #423
* Handle some more edge cases in timelineKonstantinos Sideris2018-08-313-5/+37
|
* Stop calling /messages if the prev_batch token is emptyKonstantinos Sideris2018-08-311-1/+1
|
* Fix a use-after-free error during logoutKonstantinos Sideris2018-08-316-28/+34
|
* Add temp fix to work with servers that don't support e2ee endpointsKonstantinos Sideris2018-08-301-0/+6
| | | | fixes #371
* Only call /sync when retrying initial sync (#422)Konstantinos Sideris2018-08-303-18/+24
|
* Increase LMDB's map size (#413)Konstantinos Sideris2018-08-291-1/+1
|
* Make lambda that updates avatar a class methodKonstantinos Sideris2018-08-292-91/+91
|
* Add the ability to change the room avatarKonstantinos Sideris2018-08-293-10/+181
| | | | fixes #418
* Call adjustSize before showing the timeline widgetKonstantinos Sideris2018-08-284-26/+34
|
* Remove unnecessary height setting for timeline messagesKonstantinos Sideris2018-08-271-1/+0
| | | | This will remove some minor flickering (hopefully for good)
* Show the room id in the room settings modalKonstantinos Sideris2018-08-261-0/+19
| | | | fixes #416
* Add method to delete old messages periodicallyKonstantinos Sideris2018-08-253-2/+77
| | | | fixes #413
* Bump version to v0.5.4Konstantinos Sideris2018-08-214-8/+9
|
* i18n: Update Polish translation (#411)Marcin Mikołajczak2018-08-211-21/+71
| | | Signed-off-by: Marcin Mikołajczak <me@m4sk.in>
* Add device ID and device fingerprint to settings page like in Riot. (#407)Rudi Floren2018-08-214-1/+77
|
* Remove pixel ratio from image scalingKonstantinos Sideris2018-08-201-6/+0
|
* Fix crash on logoutKonstantinos Sideris2018-08-131-0/+2
|
* Update readmeKonstantinos Sideris2018-08-121-1/+1
|
* Bump version to 0.5.3Konstantinos Sideris2018-08-125-35/+9
|
* Install the bundled spdlogKonstantinos Sideris2018-08-122-2/+2
|
* Enable compilation on FreeBSD (#403)Colin Lord2018-08-123-4/+6
|
* Add option to disable desktop notificationsKonstantinos Sideris2018-08-113-6/+32
| | | | fixes #388
* Increase the minimum modal sizeKonstantinos Sideris2018-08-114-9/+25
|
* Simplify dialog creationKonstantinos Sideris2018-08-1116-274/+181
|
* Add solid background in TypingDisplayKonstantinos Sideris2018-08-105-2/+15
|
* Update polish translation (#402)Marcin Mikołajczak2018-08-091-1/+1
|
* Add bottom border line on LinuxKonstantinos Sideris2018-08-092-2/+6
|
* Remove the reserved space gap for the typing notificationsKonstantinos Sideris2018-08-096-19/+44
|
* Allow user to configure join rules for a roomKonstantinos Sideris2018-08-092-41/+188
|
* Add missing update() on typing displayKonstantinos Sideris2018-08-091-0/+2
|
* Don't use bundled spdlogKonstantinos Sideris2018-08-082-8/+1
|
* Remove dash from version string when building outside of gitKonstantinos Sideris2018-08-081-1/+5
|
* Use archives instead of repos to fetch dependenciesKonstantinos Sideris2018-08-087-22/+35
|
* Import appdata file from flatpakKonstantinos Sideris2018-08-081-21/+23
|
* Remove hover event from emoji pickerKonstantinos Sideris2018-08-083-9/+22
| | | | fixes #398
* Add tooltips for the message indicators (#377)Konstantinos Sideris2018-08-081-0/+19
|
* Remove hardcoded colors from the typing displayKonstantinos Sideris2018-08-085-20/+38
|
* Add flatpak installationKonstantinos Sideris2018-08-031-0/+6
|
* Remove unwanted whitespace from the user settings menuKonstantinos Sideris2018-08-011-2/+6
|
* Consider the scale ratio when scaling down imagesKonstantinos Sideris2018-08-015-31/+37
| | | | fixes #393
* Add install instructions for macOS (#395)Sireesh Kodali2018-07-311-0/+8
|
* Use double instead of int when scaling pixmaps (#393)Konstantinos Sideris2018-07-301-1/+3
|
* Add tab-completion for usernamesKonstantinos Sideris2018-07-292-11/+49
| | | | fixes #394
* v0.5.2Konstantinos Sideris2018-07-284-9/+9
|
* i18n: Update Polish translation (#390)Marcin Mikołajczak2018-07-271-39/+98
| | | Signed-off-by: Marcin Mikołajczak <me@m4sk.in>
* Don't use the generic json type for joined_groupsKonstantinos Sideris2018-07-261-1/+1
| | | | fixes #389
* Add foreground color for disabled buttons on the dark themeKonstantinos Sideris2018-07-261-0/+1
|
* Increase the opacity of the hover color on the room listKonstantinos Sideris2018-07-262-4/+4
|
* Fix background color on the room list widgetKonstantinos Sideris2018-07-263-0/+9
|
* Add missing tooltips on buttonsKonstantinos Sideris2018-07-255-8/+16
| | | | fixes #249
* Use repaint instead of update on the loading animationKonstantinos Sideris2018-07-251-1/+1
|
* Improve the style of snackbar a bitKonstantinos Sideris2018-07-256-54/+63
|
* Enable scrollbar on the room list for macOS (#174)Konstantinos Sideris2018-07-254-2/+13
|
* Use native scrollbar in the timelineKonstantinos Sideris2018-07-255-6/+13
|
* Align timeline widgets to the bottomKonstantinos Sideris2018-07-251-0/+1
|
* Fix issue with missing communities due to an unregistered metatypeKonstantinos Sideris2018-07-253-5/+1
|
* Disable paint updates when removing the room filterKonstantinos Sideris2018-07-241-0/+2
|
* Remove spacer & set sizePolicy on the timeline view & widgetsKonstantinos Sideris2018-07-234-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 detectedKonstantinos Sideris2018-07-222-39/+6
|
* Minor modal adjustmentsKonstantinos Sideris2018-07-222-8/+3
|
* Add option to specify the scale factorKonstantinos Sideris2018-07-227-5/+99
| | | | | | fixes #357 fixes #335 fixes #230
* Add input field to specify the device name on loginKonstantinos Sideris2018-07-222-18/+24
|
* Remove pixel values from modals, use pointSize insteadKonstantinos Sideris2018-07-2212-99/+154
|
* Add option to ignore key requests altogetherKonstantinos Sideris2018-07-226-2/+70
|
* Refactor the room settings menu to look like the user profileKonstantinos Sideris2018-07-2210-196/+94
|
* Reject key requests for users that are not members of the roomKonstantinos Sideris2018-07-223-0/+24
|
* i18n: Update Polish translation (#382)Marcin Mikołajczak2018-07-221-49/+165
| | | Signed-off-by: Marcin Mikołajczak <me@m4sk.in>
* Add note about e2eeKonstantinos Sideris2018-07-211-0/+5
|
* Disable paint updates while applying room filtering (#380)Konstantinos Sideris2018-07-211-0/+5
|
* Reuse the profile modal & adjust its spacing relative to the font sizeKonstantinos Sideris2018-07-213-22/+59
|
* Lower the complexity of the group filtering algorithm (#380)Konstantinos Sideris2018-07-216-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 Sideris2018-07-212-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 sidebarKonstantinos Sideris2018-07-201-1/+1
|
* Show device list in user profile & add option to create 1-1 chatKonstantinos Sideris2018-07-2015-21/+162
|
* Create user profile modalKonstantinos Sideris2018-07-2027-13/+265
|
* Add user avatar after the 'encryption is enabled' messageKonstantinos Sideris2018-07-191-0/+3
| | | | fixes #378
* Fix variable shadowing on clangKonstantinos Sideris2018-07-181-3/+3
|
* Mark own read messages with a double checkmark (#377)Konstantinos Sideris2018-07-1712-1/+248
|
* Bump version to v0.5.1Konstantinos Sideris2018-07-174-9/+9
|
* Fix the download path for the Windows notification libKonstantinos Sideris2018-07-171-1/+1
|
* Move all files under src/Konstantinos Sideris2018-07-17145-280/+282
|
* Merge pull request #372 from bebehei/notificationmujx2018-07-161-2/+2
|\ | | | | Improvements to Linux notification manager
| * Explicitly set no timeout for notificationsBenedikt Heine2018-07-161-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 specBenedikt Heine2018-07-161-1/+1
|/ | | | | The current notification spec says image-data should get used instead of image_data.
* Use a brighter color for button text (#355)Konstantinos Sideris2018-07-151-1/+1
|
* Properly reset the autocomplete anchor when the popup closesKonstantinos Sideris2018-07-153-3/+7
| | | | fixes #305
* Use MainWindow instead of QApplication::activeWindow to reference the main ↵Konstantinos Sideris2018-07-152-4/+12
| | | | | | | | window The latter will not always return a valid pointer. fixes #363
* De-duplicate the m.room.encryption eventKonstantinos Sideris2018-07-152-4/+13
|
* Use the http link for video messagesKonstantinos Sideris2018-07-155-21/+22
| | | | Add method to convert matrix content URIs to http links
* Remove the v2 namespace from the http clientKonstantinos Sideris2018-07-1519-182/+174
|
* User reverse iterator instead of while loopKonstantinos Sideris2018-07-151-7/+3
|
* Add the -v / --version option, which displays the version string of the ↵Konstantinos Sideris2018-07-151-1/+6
| | | | application.
* Update issue templateKonstantinos Sideris2018-07-151-4/+13
|
* Bump version to 0.5.0Konstantinos Sideris2018-07-154-11/+11
|
* Fix Windows buildKonstantinos Sideris2018-07-144-121/+114
|
* Remove the FindOlm.cmake script for the Windows buildKonstantinos Sideris2018-07-141-0/+1
|
* Re-enable groupsKonstantinos Sideris2018-07-1414-159/+142
|
* Properly display the bottom border on the TopRoomBarKonstantinos Sideris2018-07-121-1/+2
|
* Added FindOlm.cmake script from mtxclient to find generic libolm packaged ↵Vitaly Zaitsev2018-07-121-0/+40
| | | | | without cmake support. (#370) Signed-off-by: Vitaly Zaitsev <vitaly@easycoding.org>
* Allow close events from the session manager (#353)Konstantinos Sideris2018-07-112-5/+11
|
* Working D-Bus desktop notifications (#361)Max Sandholm2018-07-117-15/+283
| | | | | | | | | | | | * 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.11Konstantinos Sideris2018-07-111-1/+1
|
* Send image dimensions in m.image eventKonstantinos Sideris2018-07-106-48/+69
| | | | fixes #215
* Limit -Wshadow to non-gcc (#368)Johannes Walcher2018-07-101-1/+5
|
* Don't pre-load messages from cachesKonstantinos Sideris2018-07-091-1/+1
| | | | | | Requires backfilling which is not implemented. fixes #365
* Add -WshadowKonstantinos Sideris2018-07-082-7/+8
|
* Fix variable shadowing that caused the key response to be nullKonstantinos Sideris2018-07-082-2/+5
|
* Add context menu action to request encryption keysKonstantinos Sideris2018-07-077-10/+312
|
* Add a timeline message when encryption is enabledKonstantinos Sideris2018-07-078-107/+181
|
* Mark all decrypted messages with a padlockKonstantinos Sideris2018-07-072-11/+23
| | | | fixes #351
* Mark third-party headers as systemKonstantinos Sideris2018-07-041-2/+2
|
* Don't download dependencies during buildKonstantinos Sideris2018-07-049-64/+66
| | | | fixes #346
* Fix regressions regarding UI resizingKonstantinos Sideris2018-07-049-78/+133
| | | | The room list would be hidden only through window resizing.
* Add build target for doxygenKonstantinos Sideris2018-07-022-0/+2330
| | | | Includes documentation & dependency/call graphs
* Add shortcuts for chat-only & Room List-only viewsKonstantinos Sideris2018-07-016-4/+113
| | | | | Ctrl-O -> Chat Ctrl-L -> Room list
* Mark encrypted messages with a lock iconKonstantinos Sideris2018-07-0113-102/+200
|
* Implement dekstop notifications on Windows (#290)Konstantinos Sideris2018-07-013-3/+55
|
* Fix crash on Windows with out_of_range exception & update docsKonstantinos Sideris2018-06-303-8/+39
|
* Add basic support for replies (#292)Konstantinos Sideris2018-06-307-1/+41
|
* Allow arbitrary resizing of the main window & restore sidebar's sizeKonstantinos Sideris2018-06-295-4/+57
| | | | | | | fixes #160 fixes #163 fixes #187 fixes #127
* Save timeline messages in cache for faster startup timesKonstantinos Sideris2018-06-2814-64/+272
|
* Upgrade matrix-structs & mtxclientKonstantinos Sideris2018-06-283-31/+36
|
* State that encrypted attachments aren't supported (#352)Luca Beltrame2018-06-271-1/+1
| | | | As nheko does not support yet sending encrypted attachments (see issue #348) explicitly indicate so in the README.
* Send one claim request per user that includes all devicesKonstantinos Sideris2018-06-253-49/+96
| | | | | Add missing megolm algorithm field that was causing the "unknown algorithm" error.
* Add entry for GCC5 on Travis-CIKonstantinos Sideris2018-06-233-3/+16
|
* Allow copying the version info in the settings pageKonstantinos Sideris2018-06-232-7/+5
|
* Fix the appimage generationKonstantinos Sideris2018-06-225-19/+17
|
* Immediately shutdown the http client on exitKonstantinos Sideris2018-06-222-3/+3
|
* Build mtxclient with Bundled Boost (#350)Cameron Conn2018-06-221-0/+6
| | | | | | | * Build mtxclient with bundled Boost if requested. This commit ensures that mtxclient is built with the bundled version of Boost instead of a possibly-outdated system version when using USE_BUNDLED_BOOST. This resolves issue mujx/nheko#338.
* i18n: Add Polish translation (#349)Marcin Mikołajczak2018-06-221-0/+582
| | | Signed-off-by: Marcin Mikołajczak <me@m4sk.in>
* Verify signature of identity keys before sharing the megolm sessionKonstantinos Sideris2018-06-201-16/+32
| | | | Ignore devices that fail the verification.
* Handle olm & lmdb exceptions during message decryptionKonstantinos Sideris2018-06-192-12/+40
| | | | fixes #345
* Mark encrypted rooms when processing room stateKonstantinos Sideris2018-06-183-12/+8
|
* Save the olm account after we create new one-time keysKonstantinos Sideris2018-06-183-2/+15
| | | | | | | | 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 bitKonstantinos Sideris2018-06-182-3/+8
|
* Merge branch 'e2ee'Konstantinos Sideris2018-06-1764-2665/+3760
|\ | | | | | | | | | | | | | | | | - Support for e2ee rooms - Implement categories & file logging - Let the user know when the app can't reach the server (#93) fixes #13 fixes #326
| * Update build instructionsKonstantinos Sideris2018-06-171-18/+32
| |
| * Fix regressions regarding invites & slowness during shutdownKonstantinos Sideris2018-06-175-11/+8
| |
| * Setup BinTrayKonstantinos Sideris2018-06-176-42/+83
| |
| * Correctly mark received messages whose response came after /syncKonstantinos Sideris2018-06-173-6/+19
| |
| * Update CI instructionsKonstantinos Sideris2018-06-179-32/+40
| |
| * Don't try to send megolm session keys to devices with no one-time keysKonstantinos Sideris2018-06-152-79/+96
| |
| * Pass down toolchain file on WindowsKonstantinos Sideris2018-06-151-0/+1
| |
| * Handle OLM_MESSAGE type of messages properlyKonstantinos Sideris2018-06-156-93/+188
| |
| * Fix CI errors on macOS & WindowsKonstantinos Sideris2018-06-143-8/+9
| | | | | | | | | | - Run the linter - Explicitly use cmake for installing olm
| * Rename the log namespace to avoid symbol clash with the math functionKonstantinos Sideris2018-06-1425-265/+408
| | | | | | | | - Patch the olm repo with a CMakeLists.txt file
| * Add support for sending encrypted messagesKonstantinos Sideris2018-06-136-12/+345
| |
| * Add method to convert PendingMessage's to event typesKonstantinos Sideris2018-06-125-58/+151
| | | | | | | | Add more logging during message sending
| * Fix bug where cache was initialized twice in a rowKonstantinos Sideris2018-06-124-60/+89
| |
| * Add menu option to enable encryption in a private roomKonstantinos Sideris2018-06-126-14/+141
| |
| * Add support for displaying decrypted messagesKonstantinos Sideris2018-06-1019-99/+869
| |
| * Migrate to mtxclient for the http callsKonstantinos Sideris2018-06-0944-2430/+1624
| |
| * Install missing dependencies in travis-ci/appveyorKonstantinos Sideris2018-06-047-34/+46
| |
| * Include mtxclient in the buildKonstantinos Sideris2018-06-0412-51/+257
| |
* | Add Visual Studio 2017 support (#336)Nicolas Riebesel2018-06-144-10/+99
| |
* | Slightly improved ru+de translations (#333)Peter2018-06-122-56/+56
| | | | | | | | removed type=unfinished for translated items
* | French translation (#329)Victor Berger2018-06-031-0/+583
|/
* Bump version to v0.4.3Konstantinos Sideris2018-06-023-8/+8
|
* Show Matrix ID tooltip when hovering over display nameKonstantinos Sideris2018-05-262-12/+71
| | | | fixes #212
* Properly resize Audio & File widgetsKonstantinos Sideris2018-05-266-23/+57
| | | | Remove empty space between username & timeline widgets
* Set fixed height for the DateSeparator & TextLabelKonstantinos Sideris2018-05-263-3/+5
|
* Fix resize slowness on the TopBarKonstantinos Sideris2018-05-254-79/+42
|
* Bump version to 0.4.2Konstantinos Sideris2018-05-253-8/+8
|
* Make the number of unread messages fit in the bubbleKonstantinos Sideris2018-05-252-11/+22
| | | | fixes #330
* Use the white for text on the dark themeKonstantinos Sideris2018-05-252-0/+2
| | | | fixes #331
* Fix "jumpy messages" regressionKonstantinos Sideris2018-05-241-9/+1
| | | | Caused by the commit addressing #193
* Bump version to 0.4.1Konstantinos Sideris2018-05-243-8/+8
|
* Fix line break issue on timeline with long wordsKonstantinos Sideris2018-05-232-8/+47
| | | | fixes #193
* Use std::string for the "creator" key in m.room.memberKonstantinos Sideris2018-05-211-1/+1
|
* Retrieve the current room state from cache when the edit modal opensKonstantinos Sideris2018-05-182-8/+16
|
* Refresh the room info on the top bar after syncKonstantinos Sideris2018-05-182-1/+12
|
* Fix crash on unfinished animation & center the edit modalKonstantinos Sideris2018-05-182-0/+11
|
* Generate missing translations stringsKonstantinos Sideris2018-05-185-5/+120
|
* Update dockerfiles with the qt-svg dependencyKonstantinos Sideris2018-05-182-11/+7
|
* Update screen-shotKonstantinos Sideris2018-05-171-1/+1
| | | | [ci skip]
* Add missing headerKonstantinos Sideris2018-05-171-1/+2
| | | | [ci skip]
* Hide the edit menu when the user doesn't have enough powerKonstantinos Sideris2018-05-165-20/+93
|
* Add menu to modify the name & topic of the roomKonstantinos Sideris2018-05-168-78/+341
| | | | fixes #235
* Initial Russian translate (#318)Anton Karmanov2018-05-141-0/+559
|
* Add missing markdown extensionKonstantinos Sideris2018-05-142-1/+1
|
* Add contributing documentKonstantinos Sideris2018-05-142-2/+40
|
* Fix translationsKonstantinos Sideris2018-05-136-331/+1781
|
* Add read support for room access options (#324)twahm2018-05-134-13/+134
| | | | - Join rules - Guest access
* Use the correct avatar size for HiDPI displaysKonstantinos Sideris2018-05-119-34/+48
|
* Make explicit that MatrixClient & Cache are unique pointersKonstantinos Sideris2018-05-116-12/+12
|
* Add scrollbar in the settings menuKonstantinos Sideris2018-05-094-16/+35
|
* Start in tray (#319)Anton Karmanov2018-05-083-1/+41
|
* Hide SnackBar initially & guard against access of an empty listKonstantinos Sideris2018-05-083-20/+24
|
* Don't use shared pointers for cacheKonstantinos Sideris2018-05-0817-96/+86
|
* Replace shared pointers of MatrixClient with a single instanceKonstantinos Sideris2018-05-0831-269/+196
|
* Remove the pseudo deb & rpm packages from releasesKonstantinos Sideris2018-05-073-72/+0
|
* Don't send notification for the room that is currently openKonstantinos Sideris2018-05-072-2/+11
|
* Implement desktop notification for macKonstantinos Sideris2018-05-058-7/+107
|
* Add support for retrieving the notification events (#33)Konstantinos Sideris2018-05-0511-26/+192
|
* Add compile option for address sanitizersKonstantinos Sideris2018-05-041-0/+5
|
* Fetch user avatars while browsing the member listKonstantinos Sideris2018-05-043-1/+19
|
* Remove the extra top margin from timeline widgetsKonstantinos Sideris2018-05-042-3/+3
|
* Bump versionKonstantinos Sideris2018-05-033-9/+9
|
* Remove flickering by updating auto-complete menu items in-placeKonstantinos Sideris2018-05-032-21/+105
| | | | Instead of deleting the current items and creating new ones.
* Default to the first item in room selection menuKonstantinos Sideris2018-05-032-6/+15
| | | | | | - Add backwards navigation with backtab fixes #316
* Add missing headerKonstantinos Sideris2018-05-021-0/+1
|
* Move access token to headerKonstantinos Sideris2018-05-022-69/+23
|
* Handle invalid access tokenKonstantinos Sideris2018-05-024-5/+23
|
* Show user avatar for messages on different day or time gap > 15 minsKonstantinos Sideris2018-05-012-18/+80
| | | | fixes #278
* Remove extra semicolonKonstantinos Sideris2018-05-011-1/+1
|
* Add member listKonstantinos Sideris2018-05-0113-15/+301
|
* Add prototype room settings menuKonstantinos Sideris2018-04-3014-12/+309
|
* Show room tooltips when the sidebar is collapsedKonstantinos Sideris2018-04-301-0/+5
|
* More consistent spacing between messagesKonstantinos Sideris2018-04-292-13/+17
|
* Refactor utils::getMessageDescriptionKonstantinos Sideris2018-04-299-125/+100
|
* Install qt5-svg in travisKonstantinos Sideris2018-04-284-6/+8
|
* Add Qt5Svg dependencyKonstantinos Sideris2018-04-281-0/+2
|
* Correctly specify the input path for Nheko.appKonstantinos Sideris2018-04-281-1/+1
|
* Fix pip/SSL issue on travisKonstantinos Sideris2018-04-281-1/+5
|
* Prettify macOS installer with dmgbuildKonstantinos Sideris2018-04-283-3/+39
|
* Fix CI errorsKonstantinos Sideris2018-04-282-2/+2
|
* Fix UI inconsistencies between room list & communitiesKonstantinos Sideris2018-04-2817-320/+260
| | | | | fixes #204 fixes #255
* Remove old/unused codeKonstantinos Sideris2018-04-284-88/+8
|
* Add support for displaying m.sticker eventsKonstantinos Sideris2018-04-278-3/+77
| | | | fixes #291
* Add remove_if for mapsKonstantinos Sideris2018-04-272-7/+17
|
* Update matrix-structKonstantinos Sideris2018-04-271-1/+1
|
* Fix clicking on room list suggestionsKonstantinos Sideris2018-04-274-20/+39
|
* Improve room searchingKonstantinos Sideris2018-04-278-154/+265
| | | | fixes #257
* Copy lmdb.dll in the windows installerKonstantinos Sideris2018-04-251-1/+6
|
* Improve the date separator widgetKonstantinos Sideris2018-04-255-38/+103
|
* Fix signal redefinition warningKonstantinos Sideris2018-04-243-3/+3
|
* Adjust completion menu to fit its contentsKonstantinos Sideris2018-04-245-0/+25
|
* Clear typing notifications when the user list is emptyKonstantinos Sideris2018-04-242-14/+17
| | | | fixes #304
* Remove map from room_id to QPixmap from ChatPageKonstantinos Sideris2018-04-244-10/+47
| | | | The avatars are loaded from cache
* Fix CI errorsKonstantinos Sideris2018-04-224-30/+26
|
* Update invites in the UI after syncKonstantinos Sideris2018-04-226-1/+44
|
* Properly clean stale invitesKonstantinos Sideris2018-04-222-3/+21
|
* Strip whitespace from room names for QuickSwitcherKonstantinos Sideris2018-04-223-44/+25
|
* Initialize views before room listKonstantinos Sideris2018-04-221-1/+1
|
* Implement media cacheKonstantinos Sideris2018-04-216-35/+63
|
* Bump cache format versionKonstantinos Sideris2018-04-211-1/+1
|
* Remove dead codeKonstantinos Sideris2018-04-2111-486/+0
|
* Clean up Top BarKonstantinos Sideris2018-04-212-25/+0
|
* Save read receiptsKonstantinos Sideris2018-04-214-21/+17
|
* Cache refactoringKonstantinos Sideris2018-04-2126-920/+1361
|
* Popup improvementsKonstantinos Sideris2018-04-144-26/+72
| | | | | | | | | - ESC closes the popup. - Up/Down arrows for navigation. - BackTab for backwards navigation. fixes #301 fixes #302
* Bump version to v0.3.1Konstantinos Sideris2018-04-138-60/+15
|
* Add more Dutch translations (#296)Bart Ribbers2018-04-111-32/+33
|
* Add some more German Translations (#295)Marcel2018-04-101-24/+26
|
* Implement pressing tab to navigate auto completion (#294)christarazi2018-04-104-3/+73
| | | | | | | | 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 cursorKonstantinos Sideris2018-04-084-11/+40
| | | | | fixes #254 fixes #246
* Bump versionKonstantinos Sideris2018-04-035-66/+11
|
* Update the room list after a redacted event has been removedKonstantinos Sideris2018-04-032-1/+4
| | | | fixes #286
* Adjust CMakeLists to make dependency downloading optionalKonstantinos Sideris2018-03-297-94/+127
|