Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
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-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/+271 | |
2020-01-31 | Use cleaned up logo | Nicolas Werner | 21 | -371/+158 | |
2020-01-31 | Add next/prev room shortcuts | Nicolas Werner | 3 | -0/+80 | |
2020-01-31 |