summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* 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."
* 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.
| | * | Update user id color generationredsky172019-01-202-64/+72
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update the author color generation. Now, instead of generating an entire hex string based on the user id, the user id instead is used to generate a hue value. After this hue value is created, there is some logic to tweak first the lightness and then saturation values to achieve a readable color (in contrast to the background). This change makes it so that user colors will not vary as wildly between the different themes. The values still are not cached and still do not update initially when the theme is changed. Both of these things will be resolved.
| | * | Fix UserSettings UI not showing saved prefsredsky172019-01-192-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Theme and Font Family settings will now correctly display the stored settings when nheko is re-launched. Previously, these combo boxes would default to the first thing in the combo box, even if that wasn't what the user selected.
| | * | Add User Font Settingredsky172019-01-193-2/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | User can now select a font from the installed fonts on their system This font currently will only be applied when nheko is restarted (similar to how font size and scaling currently work). This will be addressed in a future commit. Additionally, the dropdown does not correctly select the previously-chosen user font, and instead defaults to the first font available on the system (alphabetically). This is similar to the issue with the 'Theme' combo defaulting to 'Light' even when another theme is selected.
| | * | Modified the code that generates user's colors so that it willredsky172019-01-187-9/+151
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | work regardless of the theme choices the user makes. The code now incorporates the contrast between the background color and the color generated by the user_name when picking colors. It currently has two 'big' issues: 1. Colors are not cached. I am planning on adding a QHash for this a little later. This should improve performance by not calculating the color for the same users over and over and over again. 2. Theme changes do not trigger the colors to get refreshed. Currently, you will have to switch to a different room and back to get the colors to refresh.
| | * | Make the author text slightly large.redsky172019-01-183-2/+27
| | | | | | | | | | | | | | | | Add author color generated based on user id.
| * | | Merge pull request #12 from rnhmjoj/fix-joinJoseph Donofry2019-02-071-1/+2
| |\ \ \ | | |_|/ | |/| | escape id when joining a room
| | * | escape id when joining a roomrnhmjoj2019-02-071-1/+2
| |/ /
* / / Add /bigobj for nheko MSVC buildJoe2019-01-271-0/+7
|/ /
* | Merge pull request #7 from tim77/masterJoseph Donofry2019-01-241-129/+461
|\ \ | | | | | | Update Russian translation
| * | Update Russian translationArtem Polishchuk2019-01-241-129/+461
|/ /
* | Fix .travis.yml issueredsky172019-01-181-1/+0
| |
* | Update bintray-release.jsonredsky172019-01-181-2/+2
| |
* | Update CI Configsredsky172019-01-182-108/+113
|/ | | | | Update .travis.yaml to have updated bintray api keys Update bintray-release.json to have correct casing for repo
* Merge branch 'master' of github.com:nheko-reborn/nhekoredsky172019-01-181-0/+7
|\
| * Merge branch 'master' of https://github.com/redsky17/nhekoJoe2019-01-165-17/+16
| |\
| * | Update travis.yml to include webhook for posting buildJoe2019-01-161-0/+7
| | | | | | | | | | | | status to nheko-reborn matrix room
* | | Remove the code that removed paragraph tags from markdown -> html.redsky172019-01-181-4/+0
| |/ |/| | | | | | | | | | | This fixes #2, but reverts mujx#438. I do not think mujx#438 was a valid issue, as it complained about the display of valid HTML on riot, which speaks more to how Riot styles things than about an issue in nheko itself.
* | Fix clang-format linting issueredsky172019-01-161-5/+4
| |
* | Update the README to point to updated endpoints for the various CIredsky172019-01-164-12/+12
|/ | | | | | | | projects. Update the appveyor configuration to no longer use mujx keys. Travis-CI keys still need to be updated.
* Update deps CMake config to point to nheko-reborn mtxclientJoe2019-01-151-2/+2
|
* Merge pull request #1 from aaronraimist/readme-redsky-roomJoseph Donofry2019-01-131-4/+4
|\ | | | | Update README to link to the room for the fork
| * Update README to link to the room for the forkAaron Raimist2019-01-121-4/+4
|/
* Update travis ci config to point to redsky17 config and try to fix lintredsky172019-01-132-8/+6
| | | | errors
* Update README to point to redsky17 travis-ci and appveyor vs mujx.redsky172019-01-131-4/+4
|
* Add hover color for timestamp.redsky172019-01-125-2/+19
| | | | | Update dark and system themes to provide colors for the hover states for title, subtitle, and timestamp.
* Tweak some of the colors in the CSS rules for nheko.Joe Donofry2019-01-123-8/+26
| | | | Add room list hover title/subtitle color change support.
* Increase the height of the roomlist itemsKonstantinos Sideris2018-10-101-2/+2
|
* v0.6.2Konstantinos Sideris2018-10-075-9/+10
|
* Use a smaller font size for the timestampKonstantinos Sideris2018-10-071-2/+4
|
* Use alignment instead of stretchKonstantinos Sideris2018-10-074-6/+7
|
* Adjustments for the minimized sidebarKonstantinos Sideris2018-10-0712-46/+74
|
* Remove the bundled open sans fontKonstantinos Sideris2018-10-0715-220/+6
|
* Remove built-in emoji pickerKonstantinos Sideris2018-10-0736-794/+5
|
* Add the correct parent to scaleComboKonstantinos Sideris2018-10-072-12/+18
|
* Remove room re-ordering optionKonstantinos Sideris2018-10-065-37/+3
|
* Remove ScrollbarKonstantinos Sideris2018-10-064-117/+1
|
* Adjust the height of the bottom widgetsKonstantinos Sideris2018-10-062-11/+26
|
* Remove debug logs from Windows buildsKonstantinos Sideris2018-10-061-4/+9
|
* Adjust the font sizes of the welcome pageKonstantinos Sideris2018-10-062-48/+29
|
* Adjust the widget size of the room list itemsKonstantinos Sideris2018-10-067-70/+100
|
* Derive widget sizing from the font sizeKonstantinos Sideris2018-10-044-25/+41
|
* Remove some unnecessary callsKonstantinos Sideris2018-10-022-4/+0
|
* Add option to configure the font sizeKonstantinos Sideris2018-10-016-56/+68
| | | | fixes #161
* Enable debug logsKonstantinos Sideris2018-09-309-37/+49
|
* Change the minimum width for modalsKonstantinos Sideris2018-09-305-10/+8
|
* Remove pixel value from fontsKonstantinos Sideris2018-09-3029-108/+77
|
* Remove obsolete font/size settingKonstantinos Sideris2018-09-291-12/+4
|
* Remove pixel values from the text input widgetKonstantinos Sideris2018-09-291-14/+0
|
* Make the height of the bottom bar smallerKonstantinos Sideris2018-09-292-4/+4
|
* Display tags as sorting items in the community panel (#401)Victor Berger2018-09-2815-3/+234
|
* Don't enable tray by defaultKonstantinos Sideris2018-09-261-1/+1
|
* Don't clear selection when a context menu is requestedKonstantinos Sideris2018-09-262-0/+40
|
* Move TextLabel into its own fileKonstantinos Sideris2018-09-266-111/+143
|
* LintKonstantinos Sideris2018-09-261-1/+1
|
* v0.6.1Konstantinos Sideris2018-09-265-8/+19
|
* Clear text selection when focus is lostKonstantinos Sideris2018-09-252-1/+11
| | | | fixes #409
* Add infinite scroll in member listKonstantinos Sideris2018-09-252-31/+6
| | | | fixes #446
* Don't clear the member list when the modal is hiddenKonstantinos Sideris2018-09-251-7/+0
| | | | fixes #447
* ci: Update qt installer frameworkKonstantinos Sideris2018-09-251-1/+1
|
* Remove bintray from the readmeKonstantinos Sideris2018-09-251-2/+1
|
* Use QPushButton on the preview modalKonstantinos Sideris2018-09-253-16/+9
|
* Copy the missing cmark.dll from the deps directoryKonstantinos Sideris2018-09-251-0/+3
|
* v0.6.0Konstantinos Sideris2018-09-217-19/+29
|
* Put back github releasesKonstantinos Sideris2018-09-212-0/+34
|
* Require login when the cache format changes (regression on #444)Konstantinos Sideris2018-09-212-5/+6
|
* Add close buttons to all dialogsKonstantinos Sideris2018-09-214-0/+37
|
* Center dialogs around the main windowKonstantinos Sideris2018-09-212-18/+19
|
* Add method to center widgets & clean up unused headersKonstantinos Sideris2018-09-2111-36/+28
|
* Close dialogs on confirmationKonstantinos Sideris2018-09-208-38/+31
|
* Use confirm as the default buttonKonstantinos Sideris2018-09-203-6/+6
|
* macOS: Use the native emoji pickerKonstantinos Sideris2018-09-195-2/+63
| | | | fixes #79
* Improvements on the system themeKonstantinos Sideris2018-09-1935-413/+336
|
* ci: Don't count errors during brew upgradeKonstantinos Sideris2018-09-181-1/+1
|
* ci: Use brew upgrade --ignore-dependenciesKonstantinos Sideris2018-09-181-1/+1
|
* Replace GCC-7 with GCC-8Konstantinos Sideris2018-09-181-16/+3
|
* Don't upgrade cmake on the macOS jobKonstantinos Sideris2018-09-181-1/+1
|
* Fix compile warningsKonstantinos Sideris2018-09-183-7/+9
|
* Install libsodium 1.0.16Konstantinos Sideris2018-09-181-3/+9
|
* create zh_CN translation (#442)Iru Cai (vimacs)2018-09-171-0/+915
|
* Clean up unread rooms after initial syncKonstantinos Sideris2018-09-162-3/+2
|
* Bump cache version due to incompatible changesKonstantinos Sideris2018-09-161-1/+1
|
* Ignore sessions that cannot be parsedKonstantinos Sideris2018-09-161-1/+8
|
* Implement import/export of megolm session keys (#358)Konstantinos Sideris2018-09-155-28/+196
|
* Update mtxclientKonstantinos Sideris2018-09-152-10/+9
|
* Mark unread rooms as such in the room listKonstantinos Sideris2018-09-1311-18/+127
| | | | fixes #313
* Temporary fix to work with mx-reply tagsKonstantinos Sideris2018-09-132-6/+15
|
* Strip paragraph tagsKonstantinos Sideris2018-09-134-22/+21
| | | | fixes #438
* Use <em></em> for m.emote messagesKonstantinos Sideris2018-09-121-8/+21
|
* Remove italics from m.notice messagesKonstantinos Sideris2018-09-121-2/+0
|
* Open user profile on matrix.to linksKonstantinos Sideris2018-09-123-0/+53
|
* Add context menu option to show the raw messageKonstantinos Sideris2018-09-127-4/+112
| | | | fixes #437
* Move some info logs to debugKonstantinos Sideris2018-09-121-4/+4
|
* Trim whitespace from text messagesKonstantinos Sideris2018-09-124-20/+13
|
* Enable html attributesKonstantinos Sideris2018-09-121-1/+8
|
* Don't break the layout on empty text messagesKonstantinos Sideris2018-09-121-3/+0
|
* Use cmark.lib in appveyorKonstantinos Sideris2018-09-121-1/+1
|
* Use absolute paths in appveyorKonstantinos Sideris2018-09-111-2/+2
|
* Update CI with cmarkKonstantinos Sideris2018-09-118-20/+66
|
* Switch to libcmarkKonstantinos Sideris2018-09-115-37/+51
|
* Fix the docker buildKonstantinos Sideris2018-09-084-32/+39
| | | | fixes #334
* Enable Qt auto scalingKonstantinos Sideris2018-09-082-0/+5
| | | | fixes #397
* Show sidebar after initial syncKonstantinos Sideris2018-09-083-4/+4
| | | | fixes #412
* Remove custom stylesheet for qmenuKonstantinos Sideris2018-09-082-16/+6
|
* macOs: Add missing border on the TopBarKonstantinos Sideris2018-09-082-0/+5
|
* Add changelogKonstantinos Sideris2018-09-081-0/+245
| | | | fixes #431
* Update mtxclientKonstantinos Sideris2018-09-081-2/+2
|
* Small refactoring on the EditModalKonstantinos Sideris2018-09-082-67/+80
|
* i18n: Update Polish translation (#430)Marcin Mikołajczak2018-09-071-13/+49
| | | Signed-off-by: Marcin Mikołajczak <me@m4sk.in>
* Remove debug printsKonstantinos Sideris2018-09-071-3/+0
|
* Initial support for sending markdown formatted messagesKonstantinos Sideris2018-09-077-7/+84
| | | | fixes #283
* Fix double href links on username pillsKonstantinos Sideris2018-09-073-9/+59
|
* Use proxy objects on lambdas instead of raw pointersKonstantinos Sideris2018-09-0710-67/+79
| | | | | | | When the object is destroyed the connections will be removed automatically by Qt. fixes #433
* Put back removed linksKonstantinos Sideris2018-09-061-0/+5
|
* Add initial support for displaying formatted messagesKonstantinos Sideris2018-09-063-22/+35
|
* Update mtxclientKonstantinos Sideris2018-09-061-2/+2
|
* Remove captcha dialog from the member listKonstantinos Sideris2018-09-052-44/+37
|
* Fallback to the login screen when the one-time keys cannot be uploadedKonstantinos Sideris2018-09-051-6/+13
|
* Build boost with C++14Konstantinos Sideris2018-09-052-1/+12
|
* Enable colors in console loggerKonstantinos Sideris2018-09-042-4/+4
|
* Forgot to update cmake project versionKonstantinos Sideris2018-09-011-1/+1
|
* Bump version to 0.5.5Konstantinos Sideris2018-09-013-7/+8
|