Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2020-05-09 | Improve Login and Register page hinting | Nicolas Werner | 3 | -2/+28 | |
2020-05-09 | Update Ubuntu install and build instructions | jonnius | 1 | -14/+6 | |
2020-05-07 | Fix redaction color change that accidentally got committed | Joseph Donofry | 1 | -3/+3 | |
2020-05-06 | Fix messages being immediately read again | Nicolas Werner | 2 | -5/+19 | |
2020-05-06 | Remove unused binding name | Nicolas Werner | 1 | -3/+3 | |
2020-05-06 | Add shortcuts to select/deselect reply targets | Nicolas Werner | 1 | -0/+15 | |
2020-05-06 | Fix reaction redaction for real this time | Nicolas Werner | 2 | -0/+5 | |
2020-05-06 | Fix rooms with a lot of reactions not paginating correctly | Nicolas Werner | 1 | -1/+5 | |
2020-05-06 | Show displayname on reactions | Nicolas Werner | 3 | -6/+11 | |
2020-05-06 | Fix reaction count | Nicolas Werner | 2 | -15/+12 | |
2020-05-06 | Reaction and Button layout fixes | Nicolas Werner | 2 | -23/+21 | |
2020-05-05 | Misc color fixes | Nicolas Werner | 5 | -13/+13 | |
2020-05-05 | Fix scroll to replied to message (somewhat) | Nicolas Werner | 1 | -1/+1 | |
2020-05-05 | Fix joined rooms dropping to the bottom at first | Nicolas Werner | 3 | -7/+51 | |
2020-05-05 | Fix jumpy room list, when sort order is ambiguous | Nicolas Werner | 1 | -1/+1 | |
2020-05-04 | Position reaction emoji and text on the same baseline | Nicolas Werner | 1 | -0/+2 | |
2020-05-04 | Basic, broken reaction display | Nicolas Werner | 10 | -17/+186 | |
2020-05-04 | Add placeholder for reactions | Nicolas Werner | 3 | -1/+79 | |
2020-05-04 | Fix self counting as read message | Nicolas Werner | 1 | -2/+5 | |
2020-05-04 | Speed up initial load a bit | Nicolas Werner | 1 | -0/+9 | |
2020-05-02 | Add delete pending_receipts migration | Nicolas Werner | 1 | -1/+42 | |
2020-05-02 | Add support for db migrations | Nicolas Werner | 15 | -156/+401 | |
2020-04-30 | Run linter | Lasath Fernando | 1 | -3/+4 | |
2020-05-01 | Old Qt doesn't have .get... | Nicolas Werner | 1 | -3/+3 | |
2020-04-30 | Optimize RoomList sorting | Nicolas Werner | 5 | -35/+41 | |
Keep the almost sorted list around and sort by the raw timestamp value instead of doing the expensive toMSecSinceEpoch conversion. | |||||
2020-04-30 | Don't store pending receipts in cache | Nicolas Werner | 4 | -170/+7 | |
We don't get notified for every message. Sometimes we only get a read receipt for the newest message, which means old read receipts accumulate in the database. This least to some considerable CPU overhead, when checking if the timeline should be notified for new read receipts. Instead just always notify, since that has far less overhead in the worst case and doesn't need complicated cache cleanup. The old pending_receipts db is not removed for now. It should still have minimal storage overhead and we don't have a good mechanism for cache format upgrades atm. | |||||
2020-04-30 | Fix spacing of typing notifications | Nicolas Werner | 1 | -9/+9 | |
2020-04-30 | Strip reply fallback from plain text body | Nicolas Werner | 1 | -6/+16 | |
2020-04-29 | Make pagination spinner inline | Lasath Fernando | 1 | -1/+8 | |
2020-04-29 | Add visual indication that data is being fetched | Lasath Fernando | 3 | -6/+23 | |
This turns `paginationInProgress` field of `TimelineModel` into a `Q_PROPERTY`, so the Ui can bind to it. For the moment, I'm showing the same spinner as we do during initial sync. It's not ideal, on the count of being giant and in the middle but it's better than nothing. We can make it more subtle later. | |||||
2020-04-29 | Fix some smaller coloring issues | Nicolas Werner | 1 | -0/+2 | |
2020-04-29 | Make notifications a bit easier to read | Nicolas Werner | 1 | -3/+3 | |
2020-04-29 | Fix high CPU usage on high dpi screens | Nicolas Werner | 3 | -16/+25 | |
Fixes #180 | |||||
2020-04-29 | Address CR comments | Lasath Fernando | 3 | -12/+12 | |
2020-04-28 | Remove commented out code; fix padding for Pill | Lasath Fernando | 2 | -5/+4 | |
2020-04-28 | Fix binding loops for height | Lasath Fernando | 2 | -5/+12 | |
2020-04-28 | Shamelessly steal `ScrollHelper.qml` from spectral | Lasath Fernando | 3 | -13/+113 | |
I mean, we're both GPL so... :P | |||||
2020-04-26 | Send correct orientation for exif rotated images | Nicolas Werner | 1 | -2/+2 | |
2020-04-26 | Update Changelog | Nicolas Werner | 1 | -0/+11 | |
2020-04-26 | Only prune old messages every 500 syncs | Nicolas Werner | 1 | -1/+7 | |
2020-04-26 | Respect exif rotation of images | Nicolas Werner | 4 | -13/+38 | |
Sometimes thumbnails still have the wrong dimensions, as they are scaled to fit inside a rectange of the reported size in the image. Not sure, who is wrong there, the media repo or we. | |||||
2020-04-24 | Fix double percent encoding of invites | Nicolas Werner | 1 | -2/+1 | |
2020-04-23 | Fix URL in appdata.xml | Joseph Donofry | 1 | -1/+1 | |
2020-04-23 | Update changelog | Joseph Donofry | 1 | -0/+1 | |
2020-04-23 | Change decrypt setting again | Joseph Donofry | 3 | -12/+8 | |
2020-04-23 | Fix CHANGELOG typo | Joseph Donofry | 1 | -1/+1 | |
2020-04-23 | Change how decrypt value is retrieved from settings | Joseph Donofry | 4 | -3/+13 | |
2020-04-24 | Update versions to 0.7.1 | Nicolas Werner | 5 | -11/+18 | |
2020-04-23 | Fix own messages not showing as encrypted | Nicolas Werner | 1 | -7/+7 | |
2020-04-23 | Fix encrypted messages not showing a user in the sidebar | Nicolas Werner | 2 | -2/+4 | |
2020-04-23 | Update translations | Nicolas Werner | 10 | -70/+120 | |
2020-04-22 | Add signal/slot for decryption changes in last patch | Joseph Donofry | 9 | -2/+34 | |
2020-04-22 | Terminate user color calculation, when no solution can be found | Nicolas Werner | 2 | -0/+7 | |
fixes #172 | |||||
2020-04-21 | Add ability to toggle sidebar messages for encrypted rooms | Joseph Donofry | 4 | -3/+24 | |
2020-04-21 | Add menu entry to show decrypted source | Nicolas Werner | 15 | -126/+203 | |
Also make hidden entries not consume space in Menus with some qml styles. | |||||
2020-04-21 | Update changelog | Nicolas Werner | 1 | -0/+8 | |
2020-04-21 | Fix Binding restoreMode warning spamming logs | Nicolas Werner | 1 | -4/+2 | |
fixes #170 | |||||
2020-04-21 | Disable opening images, when they are not loaded | Nicolas Werner | 1 | -1/+1 | |
2020-04-21 | Fix own encrypted images not showing up after sending | Nicolas Werner | 1 | -0/+4 | |
2020-04-20 | Add repology badge to readme | Lorem | 1 | -0/+2 | |
2020-04-19 | Update appdata.xml | Joseph Donofry | 1 | -53/+61 | |
2020-04-19 | Fix flatpak builds referencing wrong branch | Joe | 1 | -1/+1 | |
2020-04-19 | Release v0.7.0 | Joe | 5 | -30/+30 | |
2020-04-19 | Prepare 0.7.0 release | Nicolas Werner | 3 | -5/+33 | |
2020-04-19 | Try to fix messages getting stuck by sometimes sending them twice and never ↵ | Nicolas Werner | 2 | -23/+9 | |
failing them | |||||
2020-04-16 | Add missing qml-module-qtgraphicaleffects and qml-module-qtquick-controls2 ↵ | Jason Volk | 1 | -1/+1 | |
to Ubuntu 19.10 in README. | |||||
2020-04-17 | Fix registration on construct | Nicolas Werner | 2 | -8/+12 | |
2020-04-16 | Pull in parsing fixes in mtxclient | Nicolas Werner | 1 | -1/+1 | |
Fixes #166 | |||||
2020-04-15 | Add minimum cmark version to CMakeList | Nicolas Werner | 1 | -1/+1 | |
2020-04-15 | Add --debug switch | Nicolas Werner | 2 | -1/+8 | |
2020-04-14 | Cache decrypted events | Nicolas Werner | 1 | -2/+24 | |
2020-04-14 | Fix encrypted event indicator | Nicolas Werner | 1 | -5/+5 | |
2020-04-13 | Update translations | Nicolas Werner | 10 | -250/+170 | |
2020-04-13 | Translated using Weblate (English) | DeepBlueV7.X | 1 | -28/+28 | |
Currently translated at 100.0% (261 of 261 strings) Translation: Nheko/nheko Translate-URL: http://weblate.nheko.im/projects/nheko/nheko-master/en/ | |||||
2020-04-13 | Translated using Weblate (German) | DeepBlueV7.X | 1 | -41/+41 | |
Currently translated at 97.7% (255 of 261 strings) Translation: Nheko/nheko Translate-URL: http://weblate.nheko.im/projects/nheko/nheko-master/de/ | |||||
2020-04-13 | Bump mtxclient to v0.3.0-rc1 | Nicolas Werner | 1 | -1/+1 | |
2020-04-13 | Remove unused paramters | Nicolas Werner | 2 | -2/+2 | |
2020-04-13 | Fix reply not closing | Nicolas Werner | 14 | -336/+135 | |
fixes #124 | |||||
2020-04-11 | Fix notification not being cleared, when read event didn't cause a notification | Nicolas Werner | 2 | -36/+19 | |
2020-04-11 | Mid color is used for scrollbars it seems | Nicolas Werner | 3 | -12/+2 | |
2020-04-11 | Clear notifications when event is read | Nicolas Werner | 7 | -3/+95 | |
2020-04-10 | Use Item for transparent rectangles | Nicolas Werner | 2 | -5/+2 | |
2020-04-10 | Size reply background by contents | Nicolas Werner | 4 | -12/+26 | |
2020-04-10 | Make Filemessage background size by content | Nicolas Werner | 1 | -2/+12 | |
2020-04-08 | Add comment on why we surpress some of those log messages | Nicolas Werner | 1 | -6/+12 | |
2020-04-08 | Add a few missing palette colors | Nicolas Werner | 5 | -54/+24 | |
2020-04-01 | Fix UserProfile resizing | Nicolas Werner | 2 | -13/+9 | |
2020-03-30 | Change fallback style to fusion | Nicolas Werner | 4 | -21/+13 | |
2020-03-30 | Set palette globally | Nicolas Werner | 4 | -37/+90 | |
2020-03-29 | Use palette for qml code for theming | Nicolas Werner | 10 | -39/+43 | |
Can't do it for QtWidgets code. We need to fully transition, before we can fully switch over probably. | |||||
2020-03-28 | Update Ubuntu 19.10 dependencies list | Cadence Ember | 1 | -1/+1 | |
2020-03-24 | Removed double-sanitization of ... is typing names | Emi Simpson | 1 | -1/+1 | |
2020-03-23 | fix #155: use correct subsystem on windows | abma | 1 | -1/+6 | |
2020-03-22 | Try to fix avatars not updating after deletion | Nicolas Werner | 3 | -5/+6 | |
2020-03-22 | Fix high CPU usage on 5XX error codes | Nicolas Werner | 1 | -26/+5 | |
2020-03-22 | Fix avatar not being set for some rooms in the top bar | Nicolas Werner | 1 | -5/+2 | |
2020-03-22 | Clean up unused avatar functions | Nicolas Werner | 5 | -28/+4 | |
2020-03-22 | Fix broken avatars in quick switcher | Nicolas Werner | 1 | -2/+7 | |
2020-03-20 | Better image overlay handling when downloading | Adasauce | 3 | -6/+20 | |
- hides the overlay when prompting for download location - cancel re-shows the dialog - success closes the overlay - would be nice to have a return code from the download fn in mtxclient. Closes #140 | |||||
2020-03-15 | Fixed bug caused by me forgetting what types im using (invites appearing at ↵ | Emi Simpson | 2 | -2/+2 | |
the bottom of the list instead of the top when priority sorting was off) | |||||
2020-03-15 | Updated translations | Emi Simpson | 10 | -160/+210 | |
2020-03-15 | Place invites on top of room list even when sorting by importance is off | Emi Simpson | 1 | -8/+7 | |
2020-03-15 | Clean up stray comment | Emi Simpson | 1 | -2/+0 | |
2020-03-15 | Fixed compatibility with Qt < 5.11 | Emi Simpson | 1 | -1/+1 | |
2020-03-15 | Make toggle in settings revert between old behavior and new behavior for ↵ | Emi Simpson | 3 | -23/+26 | |
sorting by unreads | |||||
2020-03-15 | Sort room list on setting change | Emi Simpson | 2 | -1/+10 | |
2020-03-15 | Foiled by the linter once more | Emi Simpson | 1 | -4/+1 | |
2020-03-15 | Added toggle in the settings to ignore minor events | Emi Simpson | 7 | -13/+46 | |
2020-03-15 | Switched room importance to an enum | Emi Simpson | 1 | -2/+20 | |
2020-03-14 | Appease the linter | Emi Simpson | 2 | -11/+13 | |
2020-03-13 | Add a comment explaining room importance | Emi Simpson | 1 | -0/+5 | |
2020-03-13 | Automatically move rooms down in the list once they've been read | Emi Simpson | 1 | -0/+2 | |
2020-03-13 | Fixed channels appearing out of order when only mentions were present, ↵ | Emi Simpson | 1 | -1/+1 | |
without any non-mentions | |||||
2020-03-13 | Sort room list by room priority | Emi Simpson | 3 | -10/+39 | |
2020-03-13 | Update minor fixes in translations as requested | Pushpam Choudhary | 10 | -24/+24 | |
2020-03-13 | Add periods to terminate non-user messages in the timeline | Pushpam Choudhary | 11 | -407/+407 | |
2020-03-10 | Make buttons hideable via setting, button contents can still be accessed via ↵ | Nicolas Werner | 15 | -173/+292 | |
context menu | |||||
2020-03-08 | Reduce times we read upload data | Nicolas Werner | 1 | -6/+5 | |
2020-03-08 | Fix images without size | Nicolas Werner | 1 | -1/+1 | |
2020-03-07 | Translated using Weblate (German) | DeepBlueV7.X | 1 | -4/+4 | |
Currently translated at 68.4% (165 of 241 strings) Translation: Nheko/nheko Translate-URL: http://weblate.nheko.im/projects/nheko/nheko-master/de/ | |||||
2020-03-06 | Don't request access to the user's home directory | Emi Simpson | 1 | -1/+0 | |
2020-03-04 | Update mtxclient in flatpak for blurhash | Nicolas Werner | 1 | -2/+2 | |
2020-03-04 | Make blurhash provider async | Nicolas Werner | 4 | -20/+69 | |
2020-03-04 | Speed up blurhash code | Nicolas Werner | 4 | -18/+10 | |
2020-03-03 | update translations | Adasauce | 10 | -86/+636 | |
2020-03-03 | Add support for more room events in timeline | Adasauce | 3 | -25/+177 | |
2020-03-02 | Translated using Weblate (English) | Joseph Donofry | 1 | -81/+81 | |
Currently translated at 100.0% (241 of 241 strings) Translation: Nheko/nheko Translate-URL: http://weblate.nheko.im/projects/nheko/nheko-master/en/ | |||||
2020-03-02 | Update translations | Joseph Donofry | 10 | -411/+740 | |
2020-03-03 | Experimental blurhash implementation (MXC2448) | Nicolas Werner | 15 | -49/+698 | |
2020-03-02 | total + first member shows as one too many room members | Adasauce | 1 | -1/+1 | |
i was confused when a room with me and two friends showed as "user1" and 3 others. | |||||
2020-03-03 | Fix avatar layering in room list | Nicolas Werner | 5 | -15/+15 | |
2020-03-02 | Upload nightlies to #nheko-nightlies:neko.dev (#132) | DeepBlueV7.X | 5 | -25/+42 | |
* Upload nightlies to a matrix room * Add branch to upload name * Update README with new nightly location | |||||
2020-02-28 | Make small sidebar sizing consistent | Nicolas Werner | 1 | -1/+1 | |
2020-02-28 | Fix encrypted messages being pinned to the bottom after read marker fix | Nicolas Werner | 1 | -1/+2 | |
2020-02-28 | Delete unused variable | Nicolas Werner | 1 | -2/+0 | |
2020-02-28 | Fix high dpi scaling of avatars | Nicolas Werner | 7 | -74/+57 | |
2020-02-27 | Revert change from TextEdit to TextArea | Nicolas Werner | 1 | -5/+2 | |
It made some messages unreadabe. We loose proper highlight colors, but we will have to do for now, until I can figure out, why the TextArea doesn't work. | |||||
2020-02-27 | Improve link theming | Nicolas Werner | 5 | -3/+17 | |
2020-02-26 | Don't let click on reply steal focus from the replied to elements | Nicolas Werner | 2 | -7/+9 | |
2020-02-26 | Only show reply button and option button on hover | Nicolas Werner | 1 | -63/+99 | |
2020-02-26 | Fix colour in svg not being actually white | Nicolas Werner | 1 | -2/+2 | |
2020-02-25 | Wrap error label on login page | Nicolas Werner | 1 | -0/+1 | |
fixes #30 | |||||
2020-02-24 | Fix stuck unread messages by storing state events in the db | Nicolas Werner | 3 | -14/+40 | |
This may increase the db size by a factor of 1000 in the worst case and it will need some fixes, when we decide to not show some events in the timeline, but it should work for now. | |||||
2020-02-23 | Improve read status handling in room list | Nicolas Werner | 1 | -0/+3 | |
Only consider the room as unread, if there is a message in the room and only consider message and sticker events as messages. fixes #65 | |||||
2020-02-23 | Add Guix build and installation instructions | nixo | 1 | -0/+12 | |
2020-02-23 | Fix placeholder text being visible behind transparent avatars | Nicolas Werner | 1 | -0/+1 | |
2020-02-23 | Delete old ISSUE_TEMPLATE | DeepBlueV7.X | 1 | -45/+0 | |
2020-02-23 | Update issue templates | DeepBlueV7.X | 2 | -0/+80 | |
2020-02-23 | Fix windows build | Nicolas Werner | 1 | -1/+1 | |
2020-02-23 | Try to use bundled openssl on macOS | Nicolas Werner | 1 | -3/+0 | |
2020-02-23 | Use third_party singleapplication helper | Nicolas Werner | 15 | -131/+1488 | |
This may still not raise the application correctly on some WMs, because they don't allow disturbing the user with windows popping up. I don't think we want to work around that. fixes #84 fixes #113 | |||||
2020-02-23 | Fix Registration | Nicolas Werner | 11 | -98/+316 | |
fixes #97 fixes #51 | |||||
2020-02-21 | remove setStyleSheet calls directly from widget code | Adasauce | 8 | -28/+28 | |
removed from: - emoji panel scrollbars - emoji category labels - splitter image handles - textfield setTextColor impl small change to the category separator label for better contrast / readability in dark mode. removed setTextColor completely from TextField. Doesn't appear to be in use anywhere, and focus going more toward qss themeing from qproperty setting. | |||||
2020-02-20 | clean up the light and system themes too | Adasauce | 3 | -91/+47 | |
2020-02-20 | cleanup, re-order, de-duplicate, re-dry qss for dark | Adasauce | 1 | -138/+61 | |
2020-02-21 | Fix opaque widget in community list | Nicolas Werner | 2 | -5/+2 | |
fixes #126 | |||||
2020-02-20 | Reset user colors on theme change (in qml timeline) | Nicolas Werner | 12 | -89/+20 | |
2020-02-20 | Tooltip and Combobox bugs with Breeze / Dark theme | Adasauce | 4 | -2/+12 | |
setStyleSheet was overriding default tooltip theme from the system, causing themes like Breeze to render white text on a grey bg for tooltips. Tooltips now render default for the system theme everywhere. set a theme matching color on the dark theme comboboxes. fixes #118 | |||||
2020-02-20 | Clear user colors on theme change | Nicolas Werner | 1 | -0/+3 | |
2020-02-20 | Fix html messages sent as just plain text | Nicolas Werner | 1 | -1/+1 | |
2020-02-20 | Use spacing for layouting settings | Nicolas Werner | 2 | -27/+6 | |
2020-02-20 | Remove constant width, that was wrong. | Adasauce | 2 | -7/+8 | |
Use Nico's suggestion to just leverage the width of the field, and leave a comment. | |||||
2020-02-20 | Clean up variable format | Adasauce | 1 | -4/+4 | |
don't use members format camelCaseTail_ | |||||
2020-02-20 | Add constexpr for the minimum formlayout width | Adasauce | 2 | -7/+9 | |
to save on recalculation of the size and having to subtract the margins to do the tally, then re-apply. | |||||
2020-02-19 | FormLayout cleanup | Adasauce | 1 | -4/+4 | |
Removed empty labels in favour of a fixed height and bottom alignment. | |||||
2020-02-19 | Clean up placeholder string | Adasauce | 1 | -2/+1 | |
use QString instead of std::string (QStringLiteral doesn't have a constructor with int, str.) remove temp variable, and just deal with it inline. | |||||
2020-02-19 | Remove some hopefully unneeded dependencies on ubuntu 19.10 | DeepBlueV7.X | 1 | -6/+2 | |
2020-02-19 | Add Ubuntu 19.10 build requirements to README | Cadence Fish | 1 | -1/+12 | |
2020-02-18 | Review changes to UserSettingsPage | Adasauce | 2 | -63/+67 | |
- Switch to {} widget initialization - set fixed size on the Toggles so they don't scale down vertically - add another setting section for INTERFACE - add a placeholder value for deviceFingerprintValue_ so it can calculate the right size. - fix warnings about `QLayout: Attempting to add QLayout "" to UserSettingsPage "",` in boxWrap - hide widgets properly in Q_OS_MAC - remove mainLayout_ completely - clean up resizeEvent | |||||
2020-02-18 | Replace QHBoxLayout with QFormLayout in UserSettings | Adasauce | 2 | -138/+74 | |
This allows form fields to wrap dynamically when they are too long for the view. This should help mobile and small screen users to configure the app without having to force it into portrait mode, or not be able to reach the settings fields at all. | |||||
2020-02-17 | Paginationg != Paginating in debug message | Adasauce | 1 | -1/+1 | |
2020-02-16 | Don't delete messages received out of order (fixup the flickering fix) | Nicolas Werner | 1 | -11/+1 | |
2020-02-16 | Try to fix flickering, if sync return event before send completes | Nicolas Werner | 3 | -0/+36 | |
2020-02-15 | Quick hack to enable touch scrolling in settings and room list | Nicolas Werner | 2 | -0/+6 | |
2020-02-15 | Lower general settings margins, if the window is narrow | Nicolas Werner | 1 | -1/+12 | |
2020-02-14 | use QStandardPaths locations for all file dialogs. | Adasauce | 4 | -6/+15 | |
2020-02-15 | Try to override asio backend on arm in flatpak | Nicolas Werner | 1 | -0/+7 | |
2020-02-14 | use the standard system download path for downloads | Adasauce | 1 | -3/+5 | |
QFileDialog's dir arg (which was set to the incoming file name from the Matrix download) can take a full path to suggest. By prepending QStandardPaths::DownloadLocation, it opens to the system's download folder and proposes the filename as the download name. Using QStandardPaths should make this work on other platforms, and from what I read, its possible for this to return an empty string on platforms where it doesn't support it, so this should essentially revert to the previous functionality if Qt can't determine the system's download location. | |||||
2020-02-14 | Bump boost version to try to fix some arm crashes | Nicolas Werner | 1 | -2/+2 | |
2020-02-14 | Change the initial of the proper noun to uppercase | Shun Sakai | 11 | -12/+12 | |
markdown -> Markdown | |||||
2020-02-14 | Add arm build for nightly flatpaks | Nicolas Werner | 1 | -1/+17 | |
2020-02-14 | try out flatpak nightly build | Nicolas Werner | 6 | -9/+238 | |
2020-02-13 | show image dialog fullscreen instead of resizing to the size of the first ↵ | Nicolas Werner | 3 | -13/+7 | |
desktop | |||||
2020-02-13 | Add Japanese translation | Shun Sakai | 10 | -90/+1458 | |
2020-02-12 | Remove move() in ImageOverlay | Adasauce | 1 | -1/+0 | |
it was causing the full screen image overlay to appear on the "primary display" vs. the actual display nheko is running on. removing the move() call makes the overlay follow the window. | |||||
2020-02-11 | Fix typo in CONTRIBUTING.md | Shun Sakai | 1 | -2/+2 | |
The ISO 639-1 code of Japanese is not "jp" but "ja". | |||||
2020-02-09 | Improve styling of emote messages | Nicolas Werner | 3 | -11/+10 | |
2020-02-07 | fix c++11 range-loop might detach Qt container | Nicolas Werner | 2 | -2/+2 | |
2020-02-06 | Don't leak the full file path when sending file | Nicolas Werner | 1 | -1/+1 | |
2020-02-06 | Fix bug in html tag escaping | Nicolas Werner | 1 | -3/+2 | |
2020-02-05 | Fix linter issue | Nicolas Werner | 1 | -1/+4 | |
2020-02-05 | Bump mtxclient to fix keybackup | Nicolas Werner | 1 | -1/+1 | |
2020-02-05 | Fix integer overflow of cachesize on windows | DeepBlueV7.X | 1 | -1/+1 | |
2020-02-04 | Make closing the reply popup actually clear the reply message | Joseph Donofry | 4 | -1/+9 | |
2020-02-04 | Select first room on startup | Nicolas Werner | 3 | -7/+15 | |
2020-02-04 | modernize: use override | Nicolas Werner | 10 | -37/+13 | |
2020-02-04 | modernize: raw string literals | Nicolas Werner | 1 | -3/+3 | |
2020-02-04 | modernize: use nullptr | Nicolas Werner | 29 | -43/+43 | |
2020-02-03 | Improve styling a bit | Nicolas Werner | 6 | -14/+15 | |
2020-02-02 | use room rules for mentions | Nicolas Werner | 2 | -22/+32 | |
2020-02-02 | Fix <displaynames> | Nicolas Werner | 1 | -1/+1 | |
2020-02-02 | Add muting | Nicolas Werner | 3 | -6/+88 | |
2020-02-02 | Close popup when clicking outside | Nicolas Werner | 1 | -0/+1 | |
2020-02-02 | Speed up timeline by using global ToolTip and Menu | Nicolas Werner | 14 | -420/+460 | |
2020-02-01 | more emojis | Joseph Donofry | 1 | -0/+4 | |
2020-01-31 | Remove wildcard mtx.hpp includes | Nicolas Werner | 4 | -4/+5 | |
2020-01-31 | Remove even more headers | Nicolas Werner | 2 | -3/+1 | |
2020-01-31 | Remove more unneeded headers | Nicolas Werner | 9 | -113/+103 | |
2020-01-31 | Remove metatypes from headers | Nicolas Werner | 16 | -43/+42 | |
2020-01-31 | Optimize includes a bit | Nicolas Werner | 41 | -228/ |