summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* Fix copy and pasting image from clipboardNicolas Werner2019-07-224-6/+27
* Actually set attributes before starting the appNicolas Werner2019-07-221-1/+1
* Fix linting issuesJoseph Donofry2019-07-165-47/+46
* Add User Mentions DialogJoseph Donofry2019-07-1610-2/+652
* 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
* 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
|\
| * Bump mtxclient requirementNicolas Werner2019-07-031-2/+2
| * 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.Vitaly Zaitsev2019-06-261-0/+2
|/
* Further UI Updates to Rich RepliesJoseph Donofry2019-06-146-15/+29
* Further Improve Reply FunctionalityJoseph Donofry2019-06-1315-74/+177
* 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 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
| * 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
| * Merge pull request #64 from Nheko-Reborn/travis-ci-fixesJoseph Donofry2019-05-083-7/+7
| |\
| | * 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
| |\
| | * Raw string literals not allowed in MOC headers on OSXNicolas Werner2019-05-011-3/+3
| | * Simplify linkifyMessageNicolas Werner2019-05-012-61/+8
| |/
| * Merge pull request #58 from zapashcanon/shJoseph Donofry2019-04-298-74/+94
| |\
| | * improve shell scripts and update .gitignorezapashcanon2019-04-248-74/+94
| |/
| * Update olm repo to new location.redsky172019-04-182-675/+1
| * 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
|/
* Merge pull request #43 from vtronko/implicitconversion_fixJoseph Donofry2019-03-031-2/+2
|\
| * 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 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
* Update JSON build deps.redsky172019-02-247-36/+37
* 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 translationHeimen Stoffels2019-02-201-69/+69
|/
* Merge pull request #31 from Nheko-Reborn/fix_initial_sync_loopJoseph Donofry2019-02-181-2/+2
|\
| * 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.Andrew Johnson2019-02-161-2/+2
| |/
* | Merge pull request #28 from miocho/patch-1Joseph Donofry2019-02-171-22/+22
|\ \ | |/ |/|
| * Update nheko_de.tsmiocho2019-02-171-22/+22
|/
* Release Nheko 0.6.3Joe2019-02-087-22/+39
* 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
| * Merge branch 'ui-enhancements'redsky172019-02-0771-140/+1529
| |\
| | * 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
| | * | Restore Emoji Picker, but remove forcing EmojiOneredsky172019-01-2613-3/+205
| | * | Revert "Remove built-in emoji picker"redsky172019-01-2636-3/+809
| | * | Fix lint issues in last commitredsky172019-01-261-16/+16
| | * | Add initial support for QtIndenticonredsky172019-01-264-0/+55
| | * | 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
| | * | Add unread notification color for user mentionedredsky172019-01-259-13/+33
| | * | Fix lambda capture errorredsky172019-01-241-1/+1
| | * | Author Color Fixesredsky172019-01-208-7/+75
| | * | Update user id color generationredsky172019-01-202-64/+72
| | * | Fix UserSettings UI not showing saved prefsredsky172019-01-192-0/+9
| | * | Add User Font Settingredsky172019-01-193-2/+35
| | * | Modified the code that generates user's colors so that it willredsky172019-01-187-9/+151
| | * | Make the author text slightly large.redsky172019-01-183-2/+27
| * | | Merge pull request #12 from rnhmjoj/fix-joinJoseph Donofry2019-02-071-1/+2
| |\ \ \ | | |_|/ | |/| |
| | * | 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 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
|/
* 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
* | | Remove the code that removed paragraph tags from markdown -> html.redsky172019-01-181-4/+0
| |/ |/|
* | 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
|/
* 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 forkAaron Raimist2019-01-121-4/+4
|/
* Update travis ci config to point to redsky17 config and try to fix lintredsky172019-01-132-8/+6
* 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
* Tweak some of the colors in the CSS rules for nheko.Joe Donofry2019-01-123-8/+26
* 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
* 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
* Add infinite scroll in member listKonstantinos Sideris2018-09-252-31/+6
* Don't clear the member list when the modal is hiddenKonstantinos Sideris2018-09-251-7/+0
* 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
* 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
* Temporary fix to work with mx-reply tagsKonstantinos Sideris2018-09-132-6/+15
* Strip paragraph tagsKonstantinos Sideris2018-09-134-22/+21
* 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
* 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
* Enable Qt auto scalingKonstantinos Sideris2018-09-082-0/+5
* Show sidebar after initial syncKonstantinos Sideris2018-09-083-4/+4
* 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
* 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
* Remove debug printsKonstantinos Sideris2018-09-071-3/+0
* Initial support for sending markdown formatted messagesKonstantinos Sideris2018-09-077-7/+84
* 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
* 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