summary refs log tree commit diff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Restore saving of mediaNicolas Werner2019-11-235-27/+163
* Reenable ImageOverlayNicolas Werner2019-11-232-1/+28
* Add lock to encrypted messagesNicolas Werner2019-11-232-0/+7
* Remove noisy decrypted messageNicolas Werner2019-11-231-2/+0
* Reenable encrypted messagesNicolas Werner2019-11-232-16/+342
* Fix read indicatorNicolas Werner2019-11-231-2/+13
* Enable read receipts action and sync read receipts from cacheNicolas Werner2019-11-234-4/+38
* Add send/received indicatorNicolas Werner2019-11-232-7/+83
* Implement simple scroll state handlingNicolas Werner2019-11-233-1/+31
* Try to fix CI, no match for QString::arg(QStringRef)Nicolas Werner2019-11-231-1/+1
* Implement replies in qml timelineNicolas Werner2019-11-232-0/+55
* Implement sending other message types in qml timelineNicolas Werner2019-11-232-9/+83
* Reimplement sending basic text messagesNicolas Werner2019-11-233-2/+69
* Show redactions in qml timelineNicolas Werner2019-11-232-21/+57
* Try to fix duplicate messages in certain edge cases (i.e. sync and pagination...Nicolas Werner2019-11-231-3/+14
* Fix shadow errorNicolas Werner2019-11-231-4/+4
* Reenable display of encrypted messagesNicolas Werner2019-11-232-15/+125
* Reenable view raw messageNicolas Werner2019-11-232-1/+14
* Implement basic ImageMessages in qml timelineNicolas Werner2019-11-233-1/+70
* Implement avatars in qml timelineNicolas Werner2019-11-238-6/+140
* Fix new messages not arriving in qml timelineNicolas Werner2019-11-231-2/+5
* Fix QML emojisNicolas Werner2019-11-233-3/+9
* Use system colors for nowNicolas Werner2019-11-231-4/+0
* Fix misc CI issuesNicolas Werner2019-11-233-7/+3
* Fix shadow warningNicolas Werner2019-11-231-3/+3
* Implement TextMessage delegateNicolas Werner2019-11-233-3/+193
* Format date (close to) the old way in qml timelineNicolas Werner2019-11-232-0/+19
* Add avatar placeholder and scrollbar to qml timelineNicolas Werner2019-11-232-10/+9
* Add basic sections and button placeholders to qml timelineNicolas Werner2019-11-234-2/+43
* Implement loading of history, when timeline is displayedNicolas Werner2019-11-233-4/+85
* Add items to timlineNicolas Werner2019-11-234-14/+75
* Add placeholder timeline modelNicolas Werner2019-11-234-6/+142
* Replace timeline with empty qml viewNicolas Werner2019-11-234-37/+126
* escape html before parsing commonmarkrnhmjoj2019-09-251-1/+16
* 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 0.7.0-...Aidan Hahn2019-09-0129-210/+162
|\
| * Merge pull request #86 from Nheko-Reborn/avatar-memory-usageDeepBlueV7.X2019-08-3027-207/+145
| |\
| | * 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-292-1/+15
| |/
* | 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-017-2267119/+21
* | add controll bits for avatar roundingAidan Hahn2019-08-287-653/+976
* | rounding options for Avatar classAidan Hahn2019-08-283-2/+2266806
* | 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
* More updates to mentions functionalityJoseph Donofry2019-08-194-33/+21
* Fix issues with caching and loading of mentions.Joseph Donofry2019-08-126-50/+108
* 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
* Fix linting issues w/ the last commitJoseph Donofry2019-08-093-5/+5
* Cache User MentionsJoseph Donofry2019-08-098-500/+110
* Fix linting issuesJoseph Donofry2019-08-062-6/+3
* Cache user mentionsJoseph Donofry2019-08-052-0/+67
* Fix lambda capture issueJoseph Donofry2019-07-291-1/+1
* Update mentions dialogJoseph Donofry2019-07-283-23/+72
* Fix lintingJoseph Donofry2019-07-281-11/+18
* Update translation contextJoseph Donofry2019-07-281-9/+9
* Address 'sent' translation issueJoseph Donofry2019-07-281-19/+34
* Add 'and' to typing displayNicolas Werner2019-07-282-7/+12
* Fix message_type not being initialized correctlyNicolas Werner2019-07-282-1/+13
* media->file in error message, when image upload failsNicolas Werner2019-07-284-6/+6
* Add decryption error messages to translationsNicolas Werner2019-07-281-5/+23
* Try to localise timestampsNicolas Werner2019-07-285-24/+27
* 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-254-10/+28
* 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
| * Actually set attributes before starting the appNicolas Werner2019-07-221-1/+1
* | Update Mentions UIJoseph Donofry2019-07-214-10/+34
|/
* Fix linting issuesJoseph Donofry2019-07-165-47/+46
* Add User Mentions DialogJoseph Donofry2019-07-166-0/+617
* 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-0415-30/+94
* Fix some linting issuesJoseph Donofry2019-07-042-7/+8
* Show room version in settingsNicolas Werner2019-07-043-32/+83
* 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-271-2/+32
* Fix santizize=undefined warning (overflow)Nicolas Werner2019-06-272-4/+4
* Further UI Updates to Rich RepliesJoseph Donofry2019-06-146-15/+29
* Further Improve Reply FunctionalityJoseph Donofry2019-06-1315-74/+177
* Add style for reply popup. Fix ALL of the linting issuesredsky172019-06-1110-16/+15
* Fix lambda capture and lint issuesredsky172019-06-112-2/+4
* Fix linting issueJoseph Donofry2019-06-111-2/+1
* Initial Support for Rich RepliesJoseph Donofry2019-06-1110-252/+405
* Add initial support for rich replies to nhekoJoseph Donofry2019-06-099-7/+63
* Merge in masterredsky172019-05-272-61/+8
|\
| * Raw string literals not allowed in MOC headers on OSXNicolas Werner2019-05-011-3/+3
| * Simplify linkifyMessageNicolas Werner2019-05-012-61/+8
* | Fix linting issuesredsky172019-05-272-18/+16
* | Add reply and menu buttons to TimelineItemredsky172019-05-272-3/+54
* | Fix lintingredsky172019-04-041-3/+3
* | 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
* | Don't let multiline text background overlap top border of text widgetVladyslav tronko2019-03-041-3/+3
|/
* Fix linting issueredsky172019-02-251-1/+1
* Nlohmann build updatesredsky172019-02-243-3/+3
* Attempt to fix issue #19 by increasing the lmdb max_dbs setting.Andrew Johnson2019-02-161-2/+2
* Improve color generation performanceredsky172019-02-083-27/+53
* Merge branch 'ui-enhancements'redsky172019-02-0730-21/+1108
|\
| * Add download button to ImageOverlayredsky172019-01-303-0/+13
| * Restore Emoji Picker, but remove forcing EmojiOneredsky172019-01-262-3/+3
| * Revert "Remove built-in emoji picker"redsky172019-01-2613-1/+746
| * Fix lint issues in last commitredsky172019-01-261-16/+16
| * Add initial support for QtIndenticonredsky172019-01-262-0/+35
| * 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-256-13/+30
| * 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-184-9/+139
| * Make the author text slightly large.redsky172019-01-183-2/+27
* | escape id when joining a roomrnhmjoj2019-02-071-1/+2
|/
* 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 travis ci config to point to redsky17 config and try to fix lintredsky172019-01-131-4/+2
* Add hover color for timestamp.redsky172019-01-122-2/+10
* Tweak some of the colors in the CSS rules for nheko.Joe Donofry2019-01-122-0/+16
* Increase the height of the roomlist itemsKonstantinos Sideris2018-10-101-2/+2
* Use a smaller font size for the timestampKonstantinos Sideris2018-10-071-2/+4
* Use alignment instead of stretchKonstantinos Sideris2018-10-073-3/+3
* Adjustments for the minimized sidebarKonstantinos Sideris2018-10-0712-46/+74
* Remove the bundled open sans fontKonstantinos Sideris2018-10-072-7/+6
* Remove built-in emoji pickerKonstantinos Sideris2018-10-0713-741/+1
* Add the correct parent to scaleComboKonstantinos Sideris2018-10-071-12/+7
* Remove room re-ordering optionKonstantinos Sideris2018-10-065-37/+3
* Remove ScrollbarKonstantinos Sideris2018-10-063-115/+1
* Adjust the height of the bottom widgetsKonstantinos Sideris2018-10-062-11/+26
* 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-306-30/+36
* 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-288-3/+227
* 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-265-111/+141
* LintKonstantinos Sideris2018-09-261-1/+1
* 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
* Use QPushButton on the preview modalKonstantinos Sideris2018-09-253-16/+9
* v0.6.0Konstantinos Sideris2018-09-211-6/+7
* 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-194-0/+61
* Improvements on the system themeKonstantinos Sideris2018-09-1931-330/+269
* Fix compile warningsKonstantinos Sideris2018-09-182-5/+7
* 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-154-26/+194
* Update mtxclientKonstantinos Sideris2018-09-151-8/+7
* 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-122-0/+51
* Add context menu option to show the raw messageKonstantinos Sideris2018-09-126-4/+111
* 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
* Switch to libcmarkKonstantinos Sideris2018-09-111-5/+10
* Enable Qt auto scalingKonstantinos Sideris2018-09-081-0/+3
* Show sidebar after initial syncKonstantinos Sideris2018-09-083-4/+4
* Remove custom stylesheet for qmenuKonstantinos Sideris2018-09-081-16/+5
* macOs: Add missing border on the TopBarKonstantinos Sideris2018-09-081-0/+3
* Small refactoring on the EditModalKonstantinos Sideris2018-09-082-67/+80
* Remove debug printsKonstantinos Sideris2018-09-071-3/+0
* Initial support for sending markdown formatted messagesKonstantinos Sideris2018-09-074-7/+52
* Fix double href links on username pillsKonstantinos Sideris2018-09-073-9/+59
* Use proxy objects on lambdas instead of raw pointersKonstantinos Sideris2018-09-079-67/+78
* Put back removed linksKonstantinos Sideris2018-09-061-0/+5
* Add initial support for displaying formatted messagesKonstantinos Sideris2018-09-062-20/+33
* 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
* Enable colors in console loggerKonstantinos Sideris2018-09-041-2/+2
* Merge matrix-structs into the client libKonstantinos Sideris2018-09-019-87/+91
* Guard against flickering for items added to the top of the timelineKonstantinos Sideris2018-08-312-7/+12
* Retry initial sync on generic network errors (#422)Konstantinos Sideris2018-08-312-0/+9
* Don't block on empty from tokenKonstantinos Sideris2018-08-311-7/+0
* Handle some more edge cases in timelineKonstantinos Sideris2018-08-313-5/+37
* Stop calling /messages if the prev_batch token is emptyKonstantinos Sideris2018-08-311-1/+1
* Fix a use-after-free error during logoutKonstantinos Sideris2018-08-316-28/+34
* Add temp fix to work with servers that don't support e2ee endpointsKonstantinos Sideris2018-08-301-0/+6
* Only call /sync when retrying initial sync (#422)Konstantinos Sideris2018-08-303-18/+24
* Increase LMDB's map size (#413)Konstantinos Sideris2018-08-291-1/+1
* Make lambda that updates avatar a class methodKonstantinos Sideris2018-08-292-91/+91
* Add the ability to change the room avatarKonstantinos Sideris2018-08-293-10/+181
* Call adjustSize before showing the timeline widgetKonstantinos Sideris2018-08-284-26/+34
* Remove unnecessary height setting for timeline messagesKonstantinos Sideris2018-08-271-1/+0
* Show the room id in the room settings modalKonstantinos Sideris2018-08-261-0/+19
* Add method to delete old messages periodicallyKonstantinos Sideris2018-08-253-2/+77
* Add device ID and device fingerprint to settings page like in Riot. (#407)Rudi Floren2018-08-214-1/+77
* Remove pixel ratio from image scalingKonstantinos Sideris2018-08-201-6/+0
* Fix crash on logoutKonstantinos Sideris2018-08-131-0/+2
* Install the bundled spdlogKonstantinos Sideris2018-08-121-1/+1
* Enable compilation on FreeBSD (#403)Colin Lord2018-08-123-4/+6
* Add option to disable desktop notificationsKonstantinos Sideris2018-08-113-6/+32
* Increase the minimum modal sizeKonstantinos Sideris2018-08-114-9/+25
* Simplify dialog creationKonstantinos Sideris2018-08-1116-274/+181
* Add solid background in TypingDisplayKonstantinos Sideris2018-08-102-2/+12
* Add bottom border line on LinuxKonstantinos Sideris2018-08-092-2/+6
* Remove the reserved space gap for the typing notificationsKonstantinos Sideris2018-08-096-19/+44
* Allow user to configure join rules for a roomKonstantinos Sideris2018-08-092-41/+188
* Add missing update() on typing displayKonstantinos Sideris2018-08-091-0/+2
* Use archives instead of repos to fetch dependenciesKonstantinos Sideris2018-08-081-1/+2
* Remove hover event from emoji pickerKonstantinos Sideris2018-08-083-9/+22
* Add tooltips for the message indicators (#377)Konstantinos Sideris2018-08-081-0/+19
* Remove hardcoded colors from the typing displayKonstantinos Sideris2018-08-082-20/+26
* Remove unwanted whitespace from the user settings menuKonstantinos Sideris2018-08-011-2/+6
* Consider the scale ratio when scaling down imagesKonstantinos Sideris2018-08-015-31/+37
* Use double instead of int when scaling pixmaps (#393)Konstantinos Sideris2018-07-301-1/+3
* Add tab-completion for usernamesKonstantinos Sideris2018-07-292-11/+49
* Fix background color on the room list widgetKonstantinos Sideris2018-07-261-0/+1
* Add missing tooltips on buttonsKonstantinos Sideris2018-07-255-8/+16
* Use repaint instead of update on the loading animationKonstantinos Sideris2018-07-251-1/+1
* Improve the style of snackbar a bitKonstantinos Sideris2018-07-253-54/+43
* Enable scrollbar on the room list for macOS (#174)Konstantinos Sideris2018-07-251-2/+6
* Use native scrollbar in the timelineKonstantinos Sideris2018-07-252-6/+2