summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | | | Remove noisy decrypted messageNicolas Werner2019-11-231-2/+0
| | | | | | |
| | * | | | | Reenable encrypted messagesNicolas Werner2019-11-232-16/+342
| | | | | | |
| | * | | | | Make avatar in timeline smallerNicolas Werner2019-11-231-3/+5
| | | | | | |
| | * | | | | Fix read indicatorNicolas Werner2019-11-232-4/+15
| | | | | | |
| | * | | | | Enable read receipts action and sync read receipts from cacheNicolas Werner2019-11-235-4/+39
| | | | | | |
| | * | | | | Add send/received indicatorNicolas Werner2019-11-235-7/+133
| | | | | | |
| | * | | | | Implement basic placeholder and disable unimplemented event typesNicolas Werner2019-11-233-12/+23
| | | | | | |
| | * | | | | Implement simple scroll state handlingNicolas Werner2019-11-234-2/+77
| | | | | | |
| | * | | | | Try to fix CI, no match for QString::arg(QStringRef)Nicolas Werner2019-11-231-1/+1
| | | | | | |
| | * | | | | Implement replies in qml timelineNicolas Werner2019-11-233-0/+57
| | | | | | |
| | * | | | | Implement sending other message types in qml timelineNicolas Werner2019-11-232-9/+83
| | | | | | | | | | | | | | | | | | | | | | | | | | | | not using placeholders in timeline for now
| | * | | | | Reimplement sending basic text messagesNicolas Werner2019-11-233-2/+69
| | | | | | |
| | * | | | | Show redactions in qml timelineNicolas Werner2019-11-235-22/+75
| | | | | | |
| | * | | | | Try to fix duplicate messages in certain edge cases (i.e. sync and ↵Nicolas Werner2019-11-231-3/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | pagination at the same time)
| | * | | | | Fix shadow errorNicolas Werner2019-11-231-4/+4
| | | | | | |
| | * | | | | Fix ci formatter to format all filesNicolas Werner2019-11-231-1/+3
| | | | | | |
| | * | | | | Reenable display of encrypted messagesNicolas Werner2019-11-232-15/+125
| | | | | | |
| | * | | | | Reenable view raw messageNicolas Werner2019-11-233-3/+15
| | | | | | |
| | * | | | | Implement basic ImageMessages in qml timelineNicolas Werner2019-11-236-2/+90
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I suck at sizing so the images in the message are currently hardcoded to 300 pixels in width...
| | * | | | | Implement avatars in qml timelineNicolas Werner2019-11-2312-8/+190
| | | | | | |
| | * | | | | Fix new messages not arriving in qml timelineNicolas Werner2019-11-231-2/+5
| | | | | | |
| | * | | | | Make reply and options buttons smallerNicolas Werner2019-11-231-6/+22
| | | | | | |
| | * | | | | Fix QML emojisNicolas Werner2019-11-234-4/+11
| | | | | | |
| | * | | | | Use system colors for nowNicolas Werner2019-11-235-8/+37
| | | | | | |
| | * | | | | Bump required Qt version to 5.8 to support Q_NAMESPACENicolas Werner2019-11-232-4/+5
| | | | | | |
| | * | | | | Fix misc CI issuesNicolas Werner2019-11-233-7/+3
| | | | | | |
| | * | | | | Install quickcontrols in ciNicolas Werner2019-11-231-0/+1
| | | | | | |
| | * | | | | Fix shadow warningNicolas Werner2019-11-231-3/+3
| | | | | | |
| | * | | | | Implement TextMessage delegateNicolas Werner2019-11-236-11/+243
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Text selection over multiple items doesn't work yet
| | * | | | | Format date (close to) the old way in qml timelineNicolas Werner2019-11-233-1/+20
| | | | | | |
| | * | | | | Add avatar placeholder and scrollbar to qml timelineNicolas Werner2019-11-233-14/+39
| | | | | | |
| | * | | | | Add basic sections and button placeholders to qml timelineNicolas Werner2019-11-236-6/+132
| | | | | | |
| | * | | | | Implement loading of history, when timeline is displayedNicolas Werner2019-11-234-10/+85
| | | | | | |
| | * | | | | Add items to timlineNicolas Werner2019-11-235-19/+89
| | | | | | |
| | * | | | | Add placeholder timeline modelNicolas Werner2019-11-236-6/+155
| | | | | | |
| | * | | | | Replace timeline with empty qml viewNicolas Werner2019-11-238-53/+163
| |/ / / / /
| * | | | | Update travis to xcode9.2 for macosJoe2019-11-021-1/+1
| | | | | |
| * | | | | Merge branch '0.7.0-dev' of https://github.com/Nheko-Reborn/nheko into 0.7.0-devJoe2019-11-0264-1523/+3831
| |\ \ \ \ \
| | * | | | | Fix boost build in FreeBSDJoseph Donofry2019-11-012-0/+40
| | | |_|_|/ | | |/| | |
| | * | | | Try to fix slow macos buildNicolas Werner2019-10-071-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | Try to prevent node upgrade via homebrew
| | * | | | Merge pull request #93 from rnhmjoj/prJoseph Donofry2019-10-071-1/+16
| | |\ \ \ \ | | | | | | | | | | | | | | escape html before parsing commonmark
| | | * | | | escape html before parsing commonmarkrnhmjoj2019-09-251-1/+16
| | | | |_|/ | | | |/| |
| | * / | | Try to use an older linuxdeployqt appimageNicolas Werner2019-10-041-2/+2
| | |/ / / | | | | | | | | | | | | | | | I think the most recent build broke deployments?
| | * | | Merge pull request #92 from pupper68k/0.7.0-dev-bugfix-71Joseph Donofry2019-09-046-4/+51
| | |\ \ \ | | | |_|/ | | |/| | Add settings option to display avatars as squares
| | | * | re-re-lintedAidan Hahn2019-09-031-1/+0
| | | | |
| | | * | relintedAidan Hahn2019-09-031-7/+5
| | | | |
| | | * | group similar ui options on settings pageAidan Hahn2019-09-021-1/+0
| | | | |
| | | * | ran make lint to apply style guidelinesAidan Hahn2019-09-021-7/+4
| | | | |
| | | * | ReImplement UserSettings::setAvatarCirclesAidan Hahn2019-09-011-0/+6
| | | | |
| | | * | Merge branch '0.7.0-dev' of https://github.com/Nheko-Reborn/nheko into ↵Aidan Hahn2019-09-0132-210/+194
| | | |\ \ | | | |/ / | | |/| | | | | | | 0.7.0-dev-bugfix-71
| | * | | Merge pull request #86 from Nheko-Reborn/avatar-memory-usageDeepBlueV7.X2019-08-3027-207/+145
| | |\ \ \ | | | |_|/ | | |/| | Try to reduce memory usage by reusing avatar pixmaps
| | | * | Fix usage of deprecated findNicolas Werner2019-08-282-2/+1
| | | | |
| | | * | Remove unused variablesNicolas Werner2019-08-261-2/+0
| | | | |
| | | * | Try to reduce memory usage by reusing avatar pixmapsNicolas Werner2019-08-2627-207/+148
| | | | |
| | * | | Fix themeing issues on mentionsJoseph Donofry2019-08-295-1/+47
| | |/ /
| | | * removed leftovers from previous refactorAidan Hahn2019-09-012-8/+0
| | | |
| | | * fixed typoes in code, added layout metadata to new settings toggle.Aidan Hahn2019-09-011-2/+3
| | | |
| | | * Refactored Avatar and RoomInfoListItem to access rounding settings in placeAidan Hahn2019-09-018-2267119/+22
| | | |
| | | * add controll bits for avatar roundingAidan Hahn2019-08-287-653/+976
| | | |
| | | * rounding options for Avatar classAidan Hahn2019-08-284-2/+2266811
| | | |
| | | * added logic in avatar class to determine rounding typeAidan Hahn2019-08-272-5/+25
| | |/
| | * Fix SIGNAL SLOT issue on mtx typesJoseph Donofry2019-08-192-0/+2
| | |
| | * Fix build issues w/ clangJoseph Donofry2019-08-192-3/+1
| | |
| | * Update README with S3 nightlies listingJoseph Donofry2019-08-191-1/+1
| | |
| | * Update mtxclient versionJoseph Donofry2019-08-191-2/+2
| | |
| | * More updates to mentions functionalityJoseph Donofry2019-08-194-33/+21
| | |
| | * Fix issues with caching and loading of mentions.Joseph Donofry2019-08-126-50/+108
| | | | | | | | | | | | | | | | | | | | | Mentions are now loaded from the cache instead of directly from the web request. Mentions are also properly saved to the cache now (instead of as empty strings). Still lots of tweaks left on this feature.
| | * Update mtxclient versionJoseph Donofry2019-08-121-2/+2
| | |
| | * Fix missing include in prior commitJoseph Donofry2019-08-101-0/+1
| | |
| | * Use 'system' theme as default if QT_QPA_PLATFORMTHEME is setJoseph Donofry2019-08-103-8/+22
| | | | | | | | | | | | | | | | | | | | | On first launch, before the user has configured any settings, check the value of the QT_QPA_PLATFORMTHEME environment var. If it is set, use the system theme as the default instead of the light theme. This fixes #72.
| | * Fix linting issues w/ the last commitJoseph Donofry2019-08-093-5/+5
| | |
| | * Cache User MentionsJoseph Donofry2019-08-099-504/+112
| | | | | | | | | | | | | | | | | | | | | | | | | | | Cache user mentions when they are retrieved from the server. This logic currently isn't being utilized by the UI. Additionally, the app should use a 'since' value to only get mentions newer than those stored in the DB, to avoid excessive web requests. This will be implemented in a future commit.
| | * Fix linting issuesJoseph Donofry2019-08-062-6/+3
| | |
| | * Cache user mentionsJoseph Donofry2019-08-053-2/+69
| | |
| | * Tweak S3 Upload settingsJoseph Donofry2019-08-044-8/+11
| | |
| | * Push to S3 on all branchesJoseph Donofry2019-08-031-0/+5
| | |
| | * Upload build artifacts to s3 bucketJoseph Donofry2019-08-031-0/+12
| | |
| | * Actually use the mtxstatic variable in ci scriptNicolas Werner2019-08-031-1/+2
| | |
| | * Use static mtxclient on osx in travisNicolas Werner2019-08-031-0/+1
| | |
| | * Translated using Weblate (German)nheko rocks2019-08-011-12/+12
| | | | | | | | | | | | | | | | | | | | | Currently translated at 97.0% (191 of 197 strings) Translation: Nheko/nheko Translate-URL: http://weblate.nheko.im/projects/nheko/nheko-master/de/
| | * Fix lambda capture issueJoseph Donofry2019-07-291-1/+1
| | |
| | * Translated using Weblate (English)Joseph Donofry2019-07-281-2/+2
| | | | | | | | | | | | | | | | | | | | | Currently translated at 100.0% (197 of 197 strings) Translation: Nheko/nheko Translate-URL: http://weblate.nheko.im/projects/nheko/nheko-master/en/
| | * Translated using Weblate (English)Joseph Donofry2019-07-281-9/+9
| | | | | | | | | | | | | | | | | | | | | Currently translated at 100.0% (195 of 195 strings) Translation: Nheko/nheko Translate-URL: http://weblate.nheko.im/projects/nheko/nheko-master/en/
| | * Update mentions dialogJoseph Donofry2019-07-2812-104/+270
| | | | | | | | | | | | | | | | | | | | | | | | Mentions are now separated into 'this room' and 'all rooms' tab., which allows the user to filter on the current room if they desire. Should add additional logic in the future to show which room the mention was in the for the 'all rooms' view.
| | * Fix lintingJoseph Donofry2019-07-281-11/+18
| | |
| | * Update translation contextJoseph Donofry2019-07-2810-324/+405
| | |
| | * Translated using Weblate (English)Joseph Donofry2019-07-281-12/+12
| | | | | | | | | | | | | | | | | | | | | Currently translated at 100.0% (195 of 195 strings) Translation: Nheko/nheko Translate-URL: http://weblate.nheko.im/projects/nheko/nheko-master/en/
| | * Merge branch '0.7.0-dev' of ssh://github.com/Nheko-Reborn/nheko into 0.7.0-devJoseph Donofry2019-07-283-61/+65
| | |\
| | | * Translated using Weblate (Finnish)Tulir2019-07-281-20/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently translated at 97.3% (180 of 185 strings) Translation: Nheko/nheko Translate-URL: http://weblate.nheko.im/projects/nheko/nheko-master/fi/
| | | * Translated using Weblate (German)philipp2019-07-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently translated at 97.8% (181 of 185 strings) Translation: Nheko/nheko Translate-URL: http://weblate.nheko.im/projects/nheko/nheko-master/de/
| | | * Translated using Weblate (German)nheko rocks2019-07-281-22/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently translated at 97.8% (181 of 185 strings) Translation: Nheko/nheko Translate-URL: http://weblate.nheko.im/projects/nheko/nheko-master/de/
| | | * Manually translate long source stringsNicolas Werner2019-07-281-2/+4
| | | |
| | | * Translated using Weblate (English)DeepBlueV7.X2019-07-281-16/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently translated at 98.9% (183 of 185 strings) Translation: Nheko/nheko Translate-URL: http://weblate.nheko.im/projects/nheko/nheko-master/en/
| | * | Address 'sent' translation issueJoseph Donofry2019-07-2811-31/+532
| | |/
| | * Merge branch '0.7.0-dev' of github.com:Nheko-Reborn/nheko into 0.7.0-devWeblate2019-07-2819-439/+1135
| | |\ | | | | | | | | | | | | Fix merge conflicts with weblate translation files.
| | | * Add 'and' to typing displayNicolas Werner2019-07-2811-88/+85
| | | |
| | | * Fix message_type not being initialized correctlyNicolas Werner2019-07-282-1/+13
| | | | | | | | | | | | | | | | | | | | Fixes "sent an audio file" replies, that were actually replies to text messages.
| | | * media->file in error message, when image upload failsNicolas Werner2019-07-2813-183/+48
| | | |
| | | * Add decryption error messages to translationsNicolas Werner2019-07-2810-5/+293
| | | |
| | | * Fix newly added languages after timestamp localizationNicolas Werner2019-07-282-34/+93
| | | |
| | | * Try to localise timestampsNicolas Werner2019-07-2813-193/+668
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I'm not sure, if that is the right way, but Qt doesn't really have a way to format custom localised dates, so I tried to find the closest approximations to what we currently have. Relates to #69
| | * | Translated using Weblate (Finnish)Tulir2019-07-281-169/+171
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently translated at 94.8% (165 of 174 strings) Translation: Nheko/nheko Translate-URL: http://weblate.nheko.im/projects/nheko/nheko-master/fi/
| | * | Translated using Weblate (English)DeepBlueV7.X2019-07-281-116/+118
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently translated at 96.6% (168 of 174 strings) Translation: Nheko/nheko Translate-URL: http://weblate.nheko.im/projects/nheko/nheko-master/en/
| | * | Translated using Weblate (German)DeepBlueV7.X2019-07-281-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently translated at 93.1% (162 of 174 strings) Translation: Nheko/nheko Translate-URL: http://weblate.nheko.im/projects/nheko/nheko-master/de/
| | * | Translated using Weblate (German)nheko rocks2019-07-281-80/+80
| | |/ | | | | | | | | | | | | | | | | | | Currently translated at 93.1% (162 of 174 strings) Translation: Nheko/nheko Translate-URL: http://weblate.nheko.im/projects/nheko/nheko-master/de/
| | * Translated using Weblate (German)philipp2019-07-281-7/+7
| | | | | | | | | | | | | | | | | | | | | Currently translated at 37.4% (65 of 174 strings) Translation: Nheko/nheko Translate-URL: http://weblate.nheko.im/projects/nheko/nheko-master/de/
| | * Added translation using Weblate (Finnish)Tulir2019-07-281-0/+1004
| | |
| | * Translated using Weblate (German)DeepBlueV7.X2019-07-271-2/+2
| | | | | | | | | | | | | | | | | | | | | Currently translated at 34.5% (60 of 174 strings) Translation: Nheko/nheko Translate-URL: http://weblate.nheko.im/projects/nheko/nheko-master/de/
| | * Translated using Weblate (English)DeepBlueV7.X2019-07-271-46/+46
| | | | | | | | | | | | | | | | | | | | | Currently translated at 31.6% (55 of 174 strings) Translation: Nheko/nheko Translate-URL: http://weblate.nheko.im/projects/nheko/nheko-master/en/
| * | Update README with translation informationJoe2019-07-271-0/+5
| |/
| * Translated using Weblate (English)DeepBlueV7.X2019-07-271-3/+3
| | | | | | | | | | | | | | Currently translated at 5.2% (9 of 174 strings) Translation: Nheko/nheko Translate-URL: http://weblate.nheko.im/projects/nheko/nheko-master/en/
| * Translated using Weblate (English)Joseph Donofry2019-07-271-1/+1
| | | | | | | | | | | | | | Currently translated at 5.2% (9 of 174 strings) Translation: Nheko/nheko Translate-URL: http://weblate.nheko.im/projects/nheko/nheko-master/en/
| * Translated using Weblate (German)DeepBlueV7.X2019-07-271-8/+8
| | | | | | | | | | | | | | Currently translated at 48.9% (85 of 174 strings) Translation: Nheko/nheko Translate-URL: http://weblate.nheko.im/projects/nheko/nheko-master/de/
| * Translated using Weblate (English)Joseph Donofry2019-07-271-6/+6
| | | | | | | | | | | | | | Currently translated at 3.4% (6 of 174 strings) Translation: Nheko/nheko Translate-URL: http://weblate.nheko.im/projects/nheko/nheko-master/en/
| * Ignore badge label macos deprecationsJoseph Donofry2019-07-261-0/+4
| |
| * Remove uneeded log messageJoseph Donofry2019-07-261-1/+0
| |
| * Fix bug with emoji font setting and clean lintingJoseph Donofry2019-07-268-41/+42
| |
| * Add emoji text selection option for non-macJoseph Donofry2019-07-264-7/+61
| |
| * Improve layout of Emoji PickerNicolas Werner2019-07-257-13/+55
| | | | | | | | | | | | | | | | Respect system styling Increase size of emojis (to remove empty space) Add hover effect (partially adresses #41) Less hardcoding of sizes Use emoji font (color)
| * Merge branch '0.7.0-dev' of ssh://github.com/Nheko-Reborn/nheko into 0.7.0-devJoseph Donofry2019-07-215-7/+28
| |\
| | * Fix copy and pasting image from clipboardNicolas Werner2019-07-224-6/+27
| | | | | | | | | | | | | | | | | | | | | | | | If the QMimeData contains an image, it actually has a mime type of application/x-qt-image. At least in some cases accessing the image/* data returns a 0 length array. Accessing the data via ->imageData works however. So we use that as our accessor and pass it to the preview dialog.
| | * Actually set attributes before starting the appNicolas Werner2019-07-221-1/+1
| | | | | | | | | | | | | | | fixes "Attribute Qt::AA_EnableHighDpiScaling must be set before QCoreApplication is created."
| * | Update Mentions UIJoseph Donofry2019-07-216-10/+36
| |/ | | | | | | | | | | | | | | Mentions are now an '@' icon in the upper right. UI Popup is now a smaller dialog. Still lots of work to be done here.
| * Fix linting issuesJoseph Donofry2019-07-165-47/+46
| |
| * Add User Mentions DialogJoseph Donofry2019-07-1610-2/+652
| | | | | | | | | | | | | | | | | | | | | | | | Add a RoomListItem-like button that opens a dialog containing all of the messages that would result in a highlight from the server (for example, the user is mentioned, or @room is mentioned). This is VERY rudimentary and will be completely reworked in the future to take advantage of the existing TimelineView class, instead of using a dialog like it does now. The button to show the mentions also needs work.
| * Update Travis webhook URL for new nheko roomJoseph Donofry2019-07-051-1/+1
| |
| * Fix additional Qt version issueJoseph Donofry2019-07-051-0/+4
| |
| * Fix support for Qt versions < 5.11Joseph Donofry2019-07-048-12/+56
| |
| * Fix formatting issuesJoseph Donofry2019-07-047-12/+16
| |
| * Fix deprecated function call issues with Qt 5.13Joseph Donofry2019-07-0418-34/+97
| | | | | | | | Update to mtxclient 0.3.0
| * Fix some linting issuesJoseph Donofry2019-07-042-7/+8
| |
| * Show room version in settingsNicolas Werner2019-07-0411-72/+227
| |
| * Merge pull request #77 from deepbluev7/0.7.0-devDeepBlueV7.X2019-07-0412-696/+3108
| |\ | | | | | | | | | | | | Add .well-known support fixes #9
| | * Bump mtxclient requirementNicolas Werner2019-07-031-2/+2
| | | | | | | | | | | | fixes #9
| | * Fix typo in log messageNicolas Werner2019-06-271-1/+1
| | |
| | * Reconfigure server url, when requested by login responseNicolas Werner2019-06-271-0/+6
| | |
| | * Support well-known for server discoveryNicolas Werner2019-06-279-690/+3096
| | |
| | * Fix santizize=undefined warning (overflow)Nicolas Werner2019-06-272-4/+4
| |/
| * Merge pull request #76 from xvitaly/0.7.0-devJoseph Donofry2019-06-261-0/+2
| |\ | | | | | | Removed RPATH from compiled binaries
| | * Removed RPATH from compiled binaries.Vitaly Zaitsev2019-06-261-0/+2
| |/ | | | | | | Signed-off-by: Vitaly Zaitsev <vitaly@easycoding.org>
| * Further UI Updates to Rich RepliesJoseph Donofry2019-06-146-15/+29
| |
| * Further Improve Reply FunctionalityJoseph Donofry2019-06-1315-74/+177
| | | | | | | | | | | | | | Quoted replies now include matrix.to links for the event and the user. UI Rendering has been (slightly) improved... still very WIP. Restructured the reply structure in the code for future usability improvements.
| * Merge branch '0.7.0-dev' of ssh://github.com/Nheko-Reborn/nheko into 0.7.0-devJoseph Donofry2019-06-1213-18/+27
| |\
| | * Add style for reply popup. Fix ALL of the linting issuesredsky172019-06-1112-16/+23
| | |
| | * Fix lambda capture and lint issuesredsky172019-06-112-2/+4
| | |
| * | Update CHANGELOGJoseph Donofry2019-06-110-0/+0
| |\ \ | | |/ | |/|
| | * Update CHANGELOG.md with 0.7.0 changes thus farJoseph Donofry2019-05-301-0/+9
| | |
| * | Fix linting issueJoseph Donofry2019-06-111-2/+1
| | |
| * | Initial Support for Rich RepliesJoseph Donofry2019-06-1111-254/+411
| | | | | | | | | | | | | | | | | | | | | | | | Add placeholder UI for showing replies in the text entry widget. Existing quoting capability has been removed (Temporarily), as it was replaced with the new reply capability. Replies sent from nheko do not currently appear correctly in the timeline (this will be fixed in a future commit).
| * | Add initial support for rich replies to nhekoJoseph Donofry2019-06-0910-9/+65
| | |
| * | Update CHANGELOG.md with 0.7.0 changes thus farJoseph Donofry2019-06-061-0/+10
| |/
| * Update mtxclient versionredsky172019-05-271-2/+2
| |
| * Merge in masterredsky172019-05-2719-151/+186
| |\ | |/ |/|
* | Update to v0.6.4Joseph Donofry2019-05-226-10/+33
| |
* | Minor build tweaksJoseph Donofry2019-05-223-3/+11
| |
* | Update mtxclient version and build argsJoseph Donofry2019-05-222-3/+3
| |
* | Replicate AppVeyor JSON Install from mtxclient:Joseph Donofry2019-05-191-1/+3
| | | | | | | | https://github.com/Nheko-Reborn/mtxclient/commit/023177170c4
* | Update nightly badge linkJoseph Donofry2019-05-151-1/+1
| |
* | Fix flathub badge sizeJoseph Donofry2019-05-151-1/+1
| |
* | Fix flathub badge sizeJoseph Donofry2019-05-151-1/+1
| |
* | Fix flathub badge sizeJoseph Donofry2019-05-151-1/+1
| |
* | Update flathub linkJoseph Donofry2019-05-151-1/+2
| |
* | Update appdata.xmlJoseph Donofry2019-05-141-2/+26
| |
* | Update to newer mtxclient to allow optional static linkingJoseph Donofry2019-05-122-2/+3
| |
* | Attempt to make travis build with more coresJoseph Donofry2019-05-121-0/+2
| |
* | Update Travis Install ScriptJoseph Donofry2019-05-091-0/+3
| | | | | | | | Add new key for ubuntu repo that causes travis to fail.
* | Merge pull request #64 from Nheko-Reborn/travis-ci-fixesJoseph Donofry2019-05-083-7/+7
|\ \ | | | | | | Link mtxclient dynamically and update to Boost 1.69 for CI build
| * | link boost dynamicallyredsky172019-05-082-2/+3
| | |
| * | Update mtxclient verredsky172019-05-081-2/+2
| | |
| * | Update to boost 1.69.0 to attemp travis fixredsky172019-05-081-5/+4
|/ /
* | Remove 'error on unset' for travis buildsredsky172019-05-012-2/+2
| |
* | Remove unset var causing error due to Qt scriptredsky172019-05-011-1/+1
| |
* | Use bash instead of sh because the qt env script needs to be run under bash.redsky172019-05-011-1/+1
| |
* | Fix Travis GPG-related build errorredsky172019-05-011-0/+3
| |
* | Merge pull request #60 from MonokelPinguin/remove-xml-parsing-of-messagesJoseph Donofry2019-05-012-61/+8
|\ \ | | | | | | Simplify linkifyMessage. Fixes #18. Thanks @MonokelPinguin
| * | Raw string literals not allowed in MOC headers on OSXNicolas Werner2019-05-011-3/+3
| | |
| * | Simplify linkifyMessageNicolas Werner2019-05-012-61/+8
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Parsing html as xml has inherent problems, most notable there are many matrix clients that don't escape ampersands in urls of mx-replies, etc. (See issue #18) This also removes the replacement of <mx-reply> as it isn't strictly needed. Also the QRegExp is replaced with the Qt5 QRegularExpression for perfomance and because it supports lookahead and lookbehind. I'm pretty sure that the original code also replaced href="" with href=\"\", which was probably wrong, but I'm not to sure about that. Fixes #18
* | Merge pull request #58 from zapashcanon/shJoseph Donofry2019-04-298-74/+94
|\ \ | | | | | | improve shell scripts and update .gitignore. Thanks @zapashcanon
| * | improve shell scripts and update .gitignorezapashcanon2019-04-248-74/+94
|/ /
* | Update olm repo to new location.redsky172019-04-182-675/+1
| | | | | | | | Remove LICENSE file in favor of COPYING
* | Change LICENSE to COPYING to match gpl standardredsky172019-04-181-0/+674
| |
| * Fix linting issuesredsky172019-05-272-18/+16
| |
| * Add reply and menu buttons to TimelineItemredsky172019-05-274-3/+56
| |
| * Fix lintingredsky172019-04-041-3/+3
| |
| * Update mtxclient versionredsky172019-04-041-2/+2
| |
| * Update nheko to export sessions using new formatredsky172019-03-271-4/+10
|/ | | | (requires mtxclient updates as well).
* Merge pull request #43 from vtronko/implicitconversion_fixJoseph Donofry2019-03-031-2/+2
|\ | | | | Get rid of implicit conversion in text input height calculation. Thanks @vtronko
| * Get rid of implicit conversion in text input height calculationVladyslav Tronko2019-03-031-2/+2
| |
* | Merge pull request #40 from vtronko/textwidgetborder-fixJoseph Donofry2019-03-031-3/+3
|\ \ | |/ |/| | | Don't let multiline text background overlap top border of text widget. Fixes #39 Thanks @vtronko
| * Don't let multiline text background overlap top border of text widgetVladyslav tronko2019-03-041-3/+3
|/
* Update README screenshots. Fixes #36redsky172019-02-271-2/+5
|
* Make appveyor script Build Nlohmannredsky172019-02-271-2/+1
|
* Revert dockerfile to trusty and build sodium locallyredsky172019-02-271-4/+12
|
* Attempt to fix appimage issueredsky172019-02-261-1/+1
|
* Maybe fix docker issuesredsky172019-02-251-1/+1
|
* Fix linting issueredsky172019-02-251-1/+1
|
* CI UpdatesJoe2019-02-242-3/+3
|
* More CI FixesJoe2019-02-242-4/+8
|
* more ci updatesJoe2019-02-243-9/+6
|
* Fix line ending issueJoe2019-02-241-2/+2
|
* Switch CI builds to use bundled JSONredsky172019-02-243-5/+3
| | | | | Apparently the nlohmann library is not available in the standard repositories. I would rather build it than add universe deps.
* Update JSON build deps.redsky172019-02-247-36/+37
| | | | | | Update JSON build dependencies, change the dockerfile and other CI files that relate to this. Also update target mtxclient revision.
* Make some Dockerfile improvementsredsky172019-02-241-5/+3
|
* Nlohmann build updatesredsky172019-02-247-9/+51
|
* Merge pull request #32 from Vistaus/masterJoseph Donofry2019-02-201-69/+69
|\ | | | | Updated Dutch translation (thanks @Vistaus )
| * Updated Dutch translationHeimen Stoffels2019-02-201-69/+69
|/
* Merge pull request #31 from Nheko-Reborn/fix_initial_sync_loopJoseph Donofry2019-02-181-2/+2
|\ | | | | Fix initial sync loop
| * Merge pull request #27 from AndrewJDR/fix_initial_sync_loopJoseph Donofry2019-02-181-2/+2
| |\ | | | | | | Attempt to fix issue #19 by increasing the lmdb max_dbs setting.
| | * Attempt to fix issue #19 by increasing the lmdb max_dbs setting.Andrew Johnson2019-02-161-2/+2
| |/
* | Merge pull request #28 from miocho/patch-1Joseph Donofry2019-02-171-22/+22
|\ \ | |/ |/| Update nheko_de.ts (German Translations)
| * Update nheko_de.tsmiocho2019-02-171-22/+22
|/
* Release Nheko 0.6.3Joe2019-02-087-22/+39
| | | | | - Update version numbers and documentation - Fix github releases oauth key
* Merge branch 'master' of https://github.com/redsky17/nhekoJoe2019-02-0872-144/+1565
|\
| * Adjust cmake minimum for included boostredsky172019-02-081-2/+2
| |
| * Tweak build settingsredsky172019-02-083-3/+8
| |
| * Improve color generation performanceredsky172019-02-083-27/+53
| | | | | | | | | | | | Colors are generated asynchronously now and the TimelineItem is updated when the color generation finishes. This allows the UI to stay responsive while new colors are being generated.
| * Merge branch 'ui-enhancements'redsky172019-02-0771-140/+1529
| |\ | | | | | | | | | Preparing for 0.6.3 release
| | * Prevent symlinks from overwriting filesredsky172019-02-051-1/+1
| | |
| | * Preserve symlinks in icu4c libsredsky172019-02-051-1/+1
| | |
| | * Fix cp permissions issueredsky172019-02-051-1/+3
| | |
| | * Copy icu4c dylib symlinks in mac deployredsky172019-02-053-6/+7
| | |
| | * See if bundled boost fixes mac deployredsky172019-02-041-1/+2
| | |
| | * Additional mac icu4c changesredsky172019-02-041-4/+7
| | |
| | * Try to force link of icu4c in mac buildredsky172019-02-042-5/+3
| | |
| | * Update travis mac deployredsky172019-02-021-1/+4
| | |
| | * Modify linux deploy.shredsky172019-01-311-1/+2
| | |
| | * Attempt to fix linux CI deployredsky172019-01-311-1/+2
| | |
| | * Even more CI script fixesredsky172019-01-312-4/+4
| | |
| | * Fix more ci script issuesredsky172019-01-312-7/+7
| | |
| | * Fix typo in script.shredsky172019-01-311-1/+1
| | |
| | * Update deployment configurationredsky172019-01-313-11/+9
| | |
| | * Add TAVIS_TAG for build artifactsredsky172019-01-312-2/+4
| | |
| | * Attempt to fix bintray issuesredsky172019-01-311-4/+3
| | |
| | * Change TRAVIS_TAG to TRAVIS_COMMITredsky172019-01-311-1/+1
| | |
| | * BinTray deploy on all commitsredsky172019-01-311-1/+1
| | |
| | * Attempt to fix travis.yml merge issuesredsky172019-01-311-103/+97
| | |
| | * merge master and fix conflictsredsky172019-01-303-240/+576
| | |\
| | * | Fix bintray deploy repo namingredsky172019-01-301-3/+4
| | | |
| | * | Attempt to make bintray builds for every commitredsky172019-01-301-1/+1
| | | |
| | * | Add download button to ImageOverlayredsky172019-01-303-0/+13
| | | | | | | | | | | | | | | | | | | | | | | | When opening images in the full-screen overlay, there is now a download button next to the close button. This button utilizes the same functionality as the right-click->save image button.
| | * | Restore Emoji Picker, but remove forcing EmojiOneredsky172019-01-2613-3/+205
| | | | | | | | | | | | | | | | | | | | | | | | Restored the emoji picker, but it now falls back to the system instead of forcing Emoji One. The allows users to user the picker for convenience, but doesn't enforce the emoji style on them.
| | * | Revert "Remove built-in emoji picker"redsky172019-01-2636-3/+809
| | | | | | | | | | | | | | | | This reverts commit 4b807229aa20d6f4891e35f08d489da427d3d0b6.
| | * | Fix lint issues in last commitredsky172019-01-261-16/+16
| | | |
| | * | Add initial support for QtIndenticonredsky172019-01-264-0/+55
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add initial loading of qt jdenticon plugin: https://github.com/redsky17/qt-jdenticon Currently, the library's functionality has not been integrated into the rest of nheko. Next step is to add a configuration item in the User Settings and use the plugin to generate avatars for users without their own picture. These avatars should be cached in the Cache object.
| | * | Fix lint issueredsky172019-01-261-2/+2
| | | |
| | * | Fix inconsistent user color updates.redsky172019-01-261-4/+5
| | | |
| | * | Update user colors to use Cache vs Utilsredsky172019-01-266-40/+43
| | | | | | | | | | | | | | | | | | | | | | | | | | | | User colors are now stored in cache. This is consistent with other similar variables. I think there's a bug right now where it doesn't properly refresh colors for the TimeLineItem when the theme is changed.
| | * | Add unread notification color for user mentionedredsky172019-01-259-13/+33
| | | | | | | | | | | | | | | | | | | | | | | | When user is mentioned (via matrix 'highlight_count'), inactive rooms will use a different color for the notification circle than when only general unread messages exist.
| | * | Fix lambda capture errorredsky172019-01-241-1/+1
| | | |
| | * | Author Color Fixesredsky172019-01-208-7/+75
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Author color is now cached so that it will not be re-calculated each time a new message is posted. This cache gets cleared when the theme is changed. Additionally, the author color is now automatically refreshed when the theme is changed, fixing the issue where you had to change rooms before the colors would switch.