summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Use -std=c++11 on matrix structsKonstantinos Sideris2018-03-281-1/+1
|
* Correctly propagate focusOut event on TextEditKonstantinos Sideris2018-03-281-1/+1
|
* Update translation filesKonstantinos Sideris2018-03-285-468/+475
|
* Update first & last sender after message deletionKonstantinos Sideris2018-03-272-0/+17
| | | | fixes #282
* Fix invite button colors on the system themeKonstantinos Sideris2018-03-272-3/+3
| | | | fixes #248
* Add environment variable to allow insecure connections (self-signed certs)Konstantinos Sideris2018-03-272-5/+22
| | | | | | NHEKO_ALLOW_INSECURE_CONNECTIONS=1 ./nheko fixes #260
* Pin invites to the top of the room listKonstantinos Sideris2018-03-261-0/+10
| | | | fixes #252
* Track invites so they can be removed outside of nhekoKonstantinos Sideris2018-03-262-3/+24
| | | | fixes #213
* Simplify variant usageKonstantinos Sideris2018-03-261-20/+5
|
* Fix CI errorsKonstantinos Sideris2018-03-253-9/+10
|
* Replace std::thread with QtConcurrentKonstantinos Sideris2018-03-252-5/+3
|
* Show avatars in the completion popupKonstantinos Sideris2018-03-2512-87/+102
|
* Link with pthread on LinuxKonstantinos Sideris2018-03-241-0/+4
|
* Add basic support for username auto-completionKonstantinos Sideris2018-03-2412-0/+412
| | | | fixes #40
* Adjust version number for the windows buildKonstantinos Sideris2018-03-221-2/+5
| | | | [ci skip]
* Be compatible with cmake 3.1Konstantinos Sideris2018-03-223-3/+2
|
* Add version info in the settings menuKonstantinos Sideris2018-03-223-19/+29
| | | | fixes #239
* Fix text color on room switcherKonstantinos Sideris2018-03-225-7/+30
| | | | fixes #245
* Adjust unread msg bubbleKonstantinos Sideris2018-03-203-11/+18
|
* TimelineView: remove unneeded date separators when deleting a redacted ↵Hawkheart2018-03-201-4/+17
| | | | | | message (#279) fixes #276
* More stylistic changes & dark theme tweaksKonstantinos Sideris2018-03-195-16/+32
|
* Use the full with of the roomlist for the last messageKonstantinos Sideris2018-03-192-3/+7
|
* Dark theme revisitedKonstantinos Sideris2018-03-186-40/+92
|
* Add border in community list & minor refactorings (#204)Konstantinos Sideris2018-03-189-25/+40
|
* Add border line above the text inputKonstantinos Sideris2018-03-187-19/+32
|
* roomlist: Put the message timestamp on the topKonstantinos Sideris2018-03-184-49/+63
|
* Upgrade gcc versionKonstantinos Sideris2018-03-182-7/+7
|
* Don't count m.room.member or m.room.reaction events as viewableKonstantinos Sideris2018-03-182-2/+34
|
* Remove redacted events from other users (#171)Konstantinos Sideris2018-03-183-52/+17
|
* Update matrix-structs libraryKonstantinos Sideris2018-03-183-4/+4
|
* Update readmeKonstantinos Sideris2018-03-171-0/+1
|
* Add ability to redact messagesKonstantinos Sideris2018-03-179-79/+216
|
* Update issue templateKonstantinos Sideris2018-03-171-2/+18
| | | | [ci skip]
* Fix CI & adjust snackbar animationKonstantinos Sideris2018-03-172-3/+3
|
* Add fancy snackbar animationKonstantinos Sideris2018-03-164-16/+46
|
* Remove opacity animation from the scrollbarKonstantinos Sideris2018-03-162-61/+2
| | | | fixes #270
* Add context menu option to save imagesKonstantinos Sideris2018-03-144-0/+51
| | | | fixes #265
* Fix CI buildsKonstantinos Sideris2018-03-132-3/+3
|
* Implement user registration with reCAPTCHAKonstantinos Sideris2018-03-1217-136/+211
| | | | fixes #264
* Update room name & avatar on new roomsKonstantinos Sideris2018-03-123-22/+25
| | | | fixes #253
* Add context menu option to mark events individually as readKonstantinos Sideris2018-03-117-6/+64
| | | | fixes #261
* Remove unused variablesKonstantinos Sideris2018-03-101-2/+2
|
* Crete a proxy for media to uniquely match signal to the callerKonstantinos Sideris2018-03-077-49/+58
|
* Add a unique id for locally uploaded imagesKonstantinos Sideris2018-03-072-17/+13
| | | | The event_id will be an empty string because we haven't received yet
* Add missing headerKonstantinos Sideris2018-03-041-0/+2
|
* Update screenhost on appdata.xmlKonstantinos Sideris2018-03-041-1/+1
|
* Show messages in the RoomList after initial syncKonstantinos Sideris2018-03-041-1/+4
|
* Don't handle password when the matrix id is enteredKonstantinos Sideris2018-03-041-3/+0
|
* Retry initial sync only on specific errorsKonstantinos Sideris2018-03-044-8/+19
| | | | | fixes #233 fixes #89
* Bump versionKonstantinos Sideris2018-03-044-9/+9
|
* Don't open room switcher when another dialog is openKonstantinos Sideris2018-03-048-118/+165
| | | | fixes #251
* Retry initial sync forever (#234)Stuart Mumford2018-03-042-18/+0
|
* Update README.mdmujx2018-03-041-1/+5
|
* Remove dead code & small refactorings using the std libraryKonstantinos Sideris2018-03-037-103/+12
|
* Pass arch flags for appveyor buildKonstantinos Sideris2018-03-032-6/+10
| | | | [ci skip]
* Specify install directory & arch for the matrix_structs libraryKonstantinos Sideris2018-03-032-8/+16
| | | | [ci skip]
* Specify release config for windowsKonstantinos Sideris2018-03-031-1/+1
|
* Remove xcode8 entry from ciKonstantinos Sideris2018-03-031-3/+0
|
* Remove git submodules in favor of cmake's ExternalProjectKonstantinos Sideris2018-03-037-18/+69
|
* Handle empty matrix ID (regression from 9de1ec1)Konstantinos Sideris2018-03-013-41/+28
| | | | fixes #259
* Propagate errors during /login & /versionsKonstantinos Sideris2018-02-282-12/+10
|
* Fix crash when inviting usersKonstantinos Sideris2018-02-286-69/+13
|
* Add some missing referencesKonstantinos Sideris2018-02-286-10/+9
|
* Enable room switcher only in the chat view (#251)Konstantinos Sideris2018-02-262-1/+11
|
* Fix & cleanup nix files (#240)Francesco Gazzetta2018-02-242-6/+3
| | | | | | * Fix default.nix * Cleanup package.nix
* Replace login request with the one from matrix-structsKonstantinos Sideris2018-02-236-95/+17
|
* Relax matrix identifier parsingKonstantinos Sideris2018-02-232-2/+1
| | | | fixes #241
* Fix crash when trying to use automatically deleted ImageOverlay dialogKonstantinos Sideris2018-02-202-4/+2
|
* Be explicit about the captured parameters in lambdasKonstantinos Sideris2018-02-2024-133/+142
|
* Scale down the preview image to fit in the application windowKonstantinos Sideris2018-02-194-14/+18
| | | | | 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 UtilsKonstantinos Sideris2018-02-195-59/+46
|
* Minor adjustmentsKonstantinos Sideris2018-02-1918-37/+37
|
* Notify the user on upload failuresKonstantinos Sideris2018-02-193-5/+12
|
* Support audio, video, generic file for pasting (#220)christarazi2018-02-1825-398/+551
| | | | | | | | | | | | | | | | | | | | | | | | * 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 & /logoutKonstantinos Sideris2018-02-186-28/+44
| | | | fixes #208
* Properly detect the start of the timelineKonstantinos Sideris2018-02-171-1/+2
| | | | | | | We can't rely solely on the number of the returned messages because it could be zero if all the event types are unknown. fixes #168
* Remove QPropertyAnimation from modals to work around a regression on Qt ↵Konstantinos Sideris2018-02-178-72/+18
| | | | 5.10.1 (#87)
* Fix transparency issue on custom dialogsKonstantinos Sideris2018-02-171-2/+0
| | | | fixes #87
* Hide emoji picker when the app loses focusKonstantinos Sideris2018-02-161-2/+1
| | | | | fixes #184 fixes #209
* Fix clang buildKonstantinos Sideris2018-02-161-1/+1
|
* Implement server-side notification countKonstantinos Sideris2018-02-1511-82/+22
|
* Simplify variant access with std::visitKonstantinos Sideris2018-02-112-74/+2
|
* RoomList: do not blindly dereference RoomState (#232)William Pitcock2018-02-111-5/+8
| | | | This can happen when a new room is being created from a different client and thus is created with no known state to the local client.
* Remove empty destructorsKonstantinos Sideris2018-02-1041-86/+7
|
* Move LeaveRoom dialog to MainWindow (#87)Konstantinos Sideris2018-02-108-86/+37
|
* Update build instructionsKonstantinos Sideris2018-02-102-15/+19
| | | | | | fixes #226 [ci skip]
* Generate a date separator before local messagesKonstantinos Sideris2018-02-102-11/+21
|
* Remove tone emojiKonstantinos Sideris2018-02-094-89/+20
|
* Add a timeout timer for initial sync (#223, #222)Konstantinos Sideris2018-02-084-30/+51
| | | | Show a better message on the login screen after an initial sync failure.
* Merge pull request #227 from christarazi/fix-text-wrap-checkmarkmujx2018-02-082-5/+20
|\ | | | | | | | | Create space for checkmark beforehand fixes #217
| * Create new font for checkmarkChris Tarazi2018-02-071-4/+5
| |
| * Apply fixed width for checkmark for all messagesChris Tarazi2018-02-072-1/+9
| |
| * Fix #217: create space for checkmark beforehandChris Tarazi2018-02-072-5/+11
|/
* Merge pull request #231 from xvitaly/fedoramujx2018-02-071-1/+0
|\ | | | | | | | | Updated Fedora installation instructions [ci skip]
| * Updated Fedora installation instructions.Vitaly Zaitsev2018-02-071-1/+0
|/ | | | Signed-off-by: Vitaly Zaitsev <vitaly@easycoding.org>
* Update build instructions (#226)Konstantinos Sideris2018-02-051-5/+11
|
* Handle case with no available roomsKonstantinos Sideris2018-02-022-0/+9
| | | | fixes #181
* Added AppData manifest file for Gnome Software (#224)Vitaly Zaitsev2018-02-012-0/+23
| | | Signed-off-by: Vitaly Zaitsev <vitaly@easycoding.org>
* Update matrix-structsKonstantinos Sideris2018-02-011-0/+0
|
* Add Dockerfile to create an AppImage for Debian (#156)Konstantinos Sideris2018-02-014-0/+36
|
* Second attempt to fix failback text size for ImageItemKonstantinos Sideris2018-01-311-2/+2
|
* Remove version number for nightly releasesKonstantinos Sideris2018-01-301-3/+2
|
* Add enough space for the failback text in ImageItemKonstantinos Sideris2018-01-301-2/+2
|
* Increase pagination retry timeoutKonstantinos Sideris2018-01-301-6/+2
|
* Render messages received by `/messages` on demandKonstantinos Sideris2018-01-302-33/+66
|
* Update user avatars in placeKonstantinos Sideris2018-01-301-4/+2
|
* Register timeline item so that it will be availableKonstantinos Sideris2018-01-291-4/+2
|
* Use Qt 5.9.2 on travisKonstantinos Sideris2018-01-292-3/+3
|
* Bump up Qt versions on travis & appveyorKonstantinos Sideris2018-01-293-8/+10
|
* Remove '#' from the room avatarsKonstantinos Sideris2018-01-251-3/+8
|
* Add missing processEvents callKonstantinos Sideris2018-01-251-0/+2
|
* Call processEvents while rendering new eventsKonstantinos Sideris2018-01-251-3/+10
|
* Generate compile_commands.jsonKonstantinos Sideris2018-01-252-1/+3
|
* Erase items using the keyKonstantinos Sideris2018-01-256-12/+7
|
* Resize text input vertically to fit the contentsKonstantinos Sideris2018-01-252-9/+20
|
* Use more stl containers & minor refactoringsKonstantinos Sideris2018-01-2416-329/+293
|
* Remove trailing whitespace from text messagesKonstantinos Sideris2018-01-231-2/+2
| | | | fixes #216
* Show the scroll-down button when showing the timelineKonstantinos Sideris2018-01-232-9/+19
|