Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2019-11-23 | Actually fix updating roomlist on new messages | Nicolas Werner | 3 | -29/+32 | |
2019-11-23 | break height binding loop | Nicolas Werner | 1 | -1/+1 | |
2019-11-23 | Show own messages in RoomList | Nicolas Werner | 1 | -1/+1 | |
2019-11-23 | Redirect qt logger | Nicolas Werner | 2 | -0/+42 | |
2019-11-23 | Organize qml files a bit | Nicolas Werner | 13 | -37/+35 | |
2019-11-23 | Remove unused Qt Module | Nicolas Werner | 1 | -1/+0 | |
2019-11-23 | lint | Nicolas Werner | 2 | -7/+5 | |
2019-11-23 | Incubate delegates asynchronously | Nicolas Werner | 3 | -10/+42 | |
2019-11-23 | Small fixes to delegate chooser implementation | Nicolas Werner | 4 | -50/+10 | |
2019-11-23 | Use a basic implementation of a DelegateChooser for compat with older Qt | Nicolas Werner | 7 | -45/+299 | |
The interface is taken from Qt/KDE, but the implementation is different, because the Qt implementation depends on some Qt internals. | |||||
2019-11-23 | Add native themeing to QML (where possible) | Nicolas Werner | 5 | -23/+91 | |
2019-11-23 | Fix section layout issues and pagination issues | Nicolas Werner | 3 | -6/+4 | |
Pagination could get stuck, if the messages request failed. Section height seemes to have been calculated to late, which would make some section overlap the next message in some cases. Fix that by doing the height calculation manually. | |||||
2019-11-23 | Load content if no scrollbar is needed | Nicolas Werner | 2 | -1/+10 | |
2019-11-23 | Size images/videos by timeline width | Nicolas Werner | 6 | -12/+46 | |
2019-11-23 | Misc layout fixes | Nicolas Werner | 3 | -1/+7 | |
2019-11-23 | Try out DelegateChooser | Nicolas Werner | 9 | -157/+189 | |
requires Qt5.12+ | |||||
2019-11-23 | fix: add missing quickcontrols2 dep | Benedikt Bongartz | 1 | -2/+2 | |
2019-11-23 | Disable autoplayback again | Nicolas Werner | 2 | -1/+1 | |
2019-11-23 | Use win lean and mean to fix WinSock include issue | Nicolas Werner | 1 | -0/+1 | |
2019-11-23 | Fix linting issues | Nicolas Werner | 2 | -2/+1 | |
2019-11-23 | Try to fix windows Winsock.h compilation error | Nicolas Werner | 1 | -1/+2 | |
2019-11-23 | Add required graphicaleffects package | Nicolas Werner | 1 | -0/+1 | |
2019-11-23 | Lower requirement on QtQuick.Layouts version | Nicolas Werner | 3 | -3/+3 | |
2019-11-23 | Use QtQuick.Controls compatible with Qt 5.8 | Nicolas Werner | 6 | -6/+6 | |
2019-11-23 | Try to package qml modules | Nicolas Werner | 2 | -3/+2 | |
2019-11-23 | Enable Sticker and Emote messages | Nicolas Werner | 3 | -9/+14 | |
2019-11-23 | Add basic video messages | Nicolas Werner | 3 | -3/+15 | |
Size is fixed for now, otherwise the Video output ends up somewhere... | |||||
2019-11-23 | Add progress bar to audio messages | Nicolas Werner | 1 | -68/+110 | |
2019-11-23 | Add simple audio message widget | Nicolas Werner | 6 | -19/+180 | |
2019-11-23 | File messages (qml) | Nicolas Werner | 5 | -2/+84 | |
2019-11-23 | Add basic read_event support (qml) | Nicolas Werner | 2 | -5/+22 | |
2019-11-23 | Update roomlist on new messages | Nicolas Werner | 4 | -4/+32 | |
2019-11-23 | Reenable redactions | Nicolas Werner | 6 | -8/+26 | |
2019-11-23 | Rename initialize to sync, since it does the same thing | Nicolas Werner | 3 | -5/+5 | |
2019-11-23 | Restore saving of media | Nicolas Werner | 9 | -33/+174 | |
2019-11-23 | Reenable ImageOverlay | Nicolas Werner | 3 | -1/+34 | |
2019-11-23 | Add lock to encrypted messages | Nicolas Werner | 5 | -0/+44 | |
2019-11-23 | Remove noisy decrypted message | Nicolas Werner | 1 | -2/+0 | |
2019-11-23 | Reenable encrypted messages | Nicolas Werner | 2 | -16/+342 | |
2019-11-23 | Make avatar in timeline smaller | Nicolas Werner | 1 | -3/+5 | |
2019-11-23 | Fix read indicator | Nicolas Werner | 2 | -4/+15 | |
2019-11-23 | Enable read receipts action and sync read receipts from cache | Nicolas Werner | 5 | -4/+39 | |
2019-11-23 | Add send/received indicator | Nicolas Werner | 5 | -7/+133 | |
2019-11-23 | Implement basic placeholder and disable unimplemented event types | Nicolas Werner | 3 | -12/+23 | |
2019-11-23 | Implement simple scroll state handling | Nicolas Werner | 4 | -2/+77 | |
2019-11-23 | Try to fix CI, no match for QString::arg(QStringRef) | Nicolas Werner | 1 | -1/+1 | |
2019-11-23 | Implement replies in qml timeline | Nicolas Werner | 3 | -0/+57 | |
2019-11-23 | Implement sending other message types in qml timeline | Nicolas Werner | 2 | -9/+83 | |
not using placeholders in timeline for now | |||||
2019-11-23 | Reimplement sending basic text messages | Nicolas Werner | 3 | -2/+69 | |
2019-11-23 | Show redactions in qml timeline | Nicolas Werner | 5 | -22/+75 | |
2019-11-23 | Try to fix duplicate messages in certain edge cases (i.e. sync and ↵ | Nicolas Werner | 1 | -3/+14 | |
pagination at the same time) | |||||
2019-11-23 | Fix shadow error | Nicolas Werner | 1 | -4/+4 | |
2019-11-23 | Fix ci formatter to format all files | Nicolas Werner | 1 | -1/+3 | |
2019-11-23 | Reenable display of encrypted messages | Nicolas Werner | 2 | -15/+125 | |
2019-11-23 | Reenable view raw message | Nicolas Werner | 3 | -3/+15 | |
2019-11-23 | Implement basic ImageMessages in qml timeline | Nicolas Werner | 6 | -2/+90 | |
I suck at sizing so the images in the message are currently hardcoded to 300 pixels in width... | |||||
2019-11-23 | Implement avatars in qml timeline | Nicolas Werner | 12 | -8/+190 | |
2019-11-23 | Fix new messages not arriving in qml timeline | Nicolas Werner | 1 | -2/+5 | |
2019-11-23 | Make reply and options buttons smaller | Nicolas Werner | 1 | -6/+22 | |
2019-11-23 | Fix QML emojis | Nicolas Werner | 4 | -4/+11 | |
2019-11-23 | Use system colors for now | Nicolas Werner | 5 | -8/+37 | |
2019-11-23 | Bump required Qt version to 5.8 to support Q_NAMESPACE | Nicolas Werner | 2 | -4/+5 | |
2019-11-23 | Fix misc CI issues | Nicolas Werner | 3 | -7/+3 | |
2019-11-23 | Install quickcontrols in ci | Nicolas Werner | 1 | -0/+1 | |
2019-11-23 | Fix shadow warning | Nicolas Werner | 1 | -3/+3 | |
2019-11-23 | Implement TextMessage delegate | Nicolas Werner | 6 | -11/+243 | |
Text selection over multiple items doesn't work yet | |||||
2019-11-23 | Format date (close to) the old way in qml timeline | Nicolas Werner | 3 | -1/+20 | |
2019-11-23 | Add avatar placeholder and scrollbar to qml timeline | Nicolas Werner | 3 | -14/+39 | |
2019-11-23 | Add basic sections and button placeholders to qml timeline | Nicolas Werner | 6 | -6/+132 | |
2019-11-23 | Implement loading of history, when timeline is displayed | Nicolas Werner | 4 | -10/+85 | |
2019-11-23 | Add items to timline | Nicolas Werner | 5 | -19/+89 | |
2019-11-23 | Add placeholder timeline model | Nicolas Werner | 6 | -6/+155 | |
2019-11-23 | Replace timeline with empty qml view | Nicolas Werner | 8 | -53/+163 | |
2019-11-02 | Update travis to xcode9.2 for macos | Joe | 1 | -1/+1 | |
2019-11-01 | Fix boost build in FreeBSD | Joseph Donofry | 2 | -0/+40 | |
2019-10-07 | Try to fix slow macos build | Nicolas Werner | 1 | -0/+4 | |
Try to prevent node upgrade via homebrew | |||||
2019-10-04 | Try to use an older linuxdeployqt appimage | Nicolas Werner | 1 | -2/+2 | |
I think the most recent build broke deployments? | |||||
2019-09-25 | escape html before parsing commonmark | rnhmjoj | 1 | -1/+16 | |
2019-09-03 | re-re-linted | Aidan Hahn | 1 | -1/+0 | |
2019-09-03 | relinted | Aidan Hahn | 1 | -7/+5 | |
2019-09-02 | group similar ui options on settings page | Aidan Hahn | 1 | -1/+0 | |
2019-09-02 | ran make lint to apply style guidelines | Aidan Hahn | 1 | -7/+4 | |
2019-09-01 | ReImplement UserSettings::setAvatarCircles | Aidan Hahn | 1 | -0/+6 | |
2019-09-01 | removed leftovers from previous refactor | Aidan Hahn | 2 | -8/+0 | |
2019-09-01 | fixed typoes in code, added layout metadata to new settings toggle. | Aidan Hahn | 1 | -2/+3 | |
2019-09-01 | Refactored Avatar and RoomInfoListItem to access rounding settings in place | Aidan Hahn | 8 | -2267119/+22 | |
2019-08-29 | Fix themeing issues on mentions | Joseph Donofry | 5 | -1/+47 | |
2019-08-28 | add controll bits for avatar rounding | Aidan Hahn | 7 | -653/+976 | |
2019-08-28 | rounding options for Avatar class | Aidan Hahn | 4 | -2/+2266811 | |
2019-08-27 | added logic in avatar class to determine rounding type | Aidan Hahn | 2 | -5/+25 | |
2019-08-28 | Fix usage of deprecated find | Nicolas Werner | 2 | -2/+1 | |
2019-08-26 | Remove unused variables | Nicolas Werner | 1 | -2/+0 | |
2019-08-26 | Try to reduce memory usage by reusing avatar pixmaps | Nicolas Werner | 27 | -207/+148 | |
2019-08-19 | Fix SIGNAL SLOT issue on mtx types | Joseph Donofry | 2 | -0/+2 | |
2019-08-19 | Fix build issues w/ clang | Joseph Donofry | 2 | -3/+1 | |
2019-08-19 | Update README with S3 nightlies listing | Joseph Donofry | 1 | -1/+1 | |
2019-08-19 | Update mtxclient version | Joseph Donofry | 1 | -2/+2 | |
2019-08-19 | More updates to mentions functionality | Joseph Donofry | 4 | -33/+21 | |
2019-08-12 | Fix issues with caching and loading of mentions. | Joseph Donofry | 6 | -50/+108 | |
Mentions are now loaded from the cache instead of directly from the web request. Mentions are also properly saved to the cache now (instead of as empty strings). Still lots of tweaks left on this feature. | |||||
2019-08-12 | Update mtxclient version | Joseph Donofry | 1 | -2/+2 | |
2019-08-10 | Fix missing include in prior commit | Joseph Donofry | 1 | -0/+1 | |
2019-08-10 | Use 'system' theme as default if QT_QPA_PLATFORMTHEME is set | Joseph Donofry | 3 | -8/+22 | |
On first launch, before the user has configured any settings, check the value of the QT_QPA_PLATFORMTHEME environment var. If it is set, use the system theme as the default instead of the light theme. This fixes #72. | |||||
2019-08-09 | Fix linting issues w/ the last commit | Joseph Donofry | 3 | -5/+5 | |
2019-08-09 | Cache User Mentions | Joseph Donofry | 9 | -504/+112 | |
Cache user mentions when they are retrieved from the server. This logic currently isn't being utilized by the UI. Additionally, the app should use a 'since' value to only get mentions newer than those stored in the DB, to avoid excessive web requests. This will be implemented in a future commit. | |||||
2019-08-06 | Fix linting issues | Joseph Donofry | 2 | -6/+3 | |
2019-08-05 | Cache user mentions | Joseph Donofry | 3 | -2/+69 | |
2019-08-04 | Tweak S3 Upload settings | Joseph Donofry | 4 | -8/+11 | |
2019-08-03 | Push to S3 on all branches | Joseph Donofry | 1 | -0/+5 | |
2019-08-03 | Upload build artifacts to s3 bucket | Joseph Donofry | 1 | -0/+12 | |
2019-08-03 | Actually use the mtxstatic variable in ci script | Nicolas Werner | 1 | -1/+2 | |
2019-08-03 | Use static mtxclient on osx in travis | Nicolas Werner | 1 | -0/+1 | |
2019-08-01 | Translated using Weblate (German) | nheko rocks | 1 | -12/+12 | |
Currently translated at 97.0% (191 of 197 strings) Translation: Nheko/nheko Translate-URL: http://weblate.nheko.im/projects/nheko/nheko-master/de/ | |||||
2019-07-29 | Fix lambda capture issue | Joseph Donofry | 1 | -1/+1 | |
2019-07-28 | Translated using Weblate (English) | Joseph Donofry | 1 | -2/+2 | |
Currently translated at 100.0% (197 of 197 strings) Translation: Nheko/nheko Translate-URL: http://weblate.nheko.im/projects/nheko/nheko-master/en/ | |||||
2019-07-28 | Translated using Weblate (English) | Joseph Donofry | 1 | -9/+9 | |
Currently translated at 100.0% (195 of 195 strings) Translation: Nheko/nheko Translate-URL: http://weblate.nheko.im/projects/nheko/nheko-master/en/ | |||||
2019-07-28 | Update mentions dialog | Joseph Donofry | 12 | -104/+270 | |
Mentions are now separated into 'this room' and 'all rooms' tab., which allows the user to filter on the current room if they desire. Should add additional logic in the future to show which room the mention was in the for the 'all rooms' view. | |||||
2019-07-28 | Fix linting | Joseph Donofry | 1 | -11/+18 | |
2019-07-28 | Update translation context | Joseph Donofry | 10 | -324/+405 | |
2019-07-28 | Translated using Weblate (English) | Joseph Donofry | 1 | -12/+12 | |
Currently translated at 100.0% (195 of 195 strings) Translation: Nheko/nheko Translate-URL: http://weblate.nheko.im/projects/nheko/nheko-master/en/ | |||||
2019-07-28 | Address 'sent' translation issue | Joseph Donofry | 11 | -31/+532 | |
2019-07-28 | Translated using Weblate (Finnish) | Tulir | 1 | -20/+22 | |
Currently translated at 97.3% (180 of 185 strings) Translation: Nheko/nheko Translate-URL: http://weblate.nheko.im/projects/nheko/nheko-master/fi/ | |||||
2019-07-28 | Translated using Weblate (German) | philipp | 1 | -1/+1 | |
Currently translated at 97.8% (181 of 185 strings) Translation: Nheko/nheko Translate-URL: http://weblate.nheko.im/projects/nheko/nheko-master/de/ | |||||
2019-07-28 | Translated using Weblate (German) | nheko rocks | 1 | -22/+22 | |
Currently translated at 97.8% (181 of 185 strings) Translation: Nheko/nheko Translate-URL: http://weblate.nheko.im/projects/nheko/nheko-master/de/ | |||||
2019-07-28 | Manually translate long source strings | Nicolas Werner | 1 | -2/+4 | |
2019-07-28 | Translated using Weblate (English) | DeepBlueV7.X | 1 | -16/+16 | |
Currently translated at 98.9% (183 of 185 strings) Translation: Nheko/nheko Translate-URL: http://weblate.nheko.im/projects/nheko/nheko-master/en/ | |||||
2019-07-28 | Translated using Weblate (Finnish) | Tulir | 1 | -169/+171 | |
Currently translated at 94.8% (165 of 174 strings) Translation: Nheko/nheko Translate-URL: http://weblate.nheko.im/projects/nheko/nheko-master/fi/ | |||||
2019-07-28 | Translated using Weblate (English) | DeepBlueV7.X | 1 | -116/+118 | |
Currently translated at 96.6% (168 of 174 strings) Translation: Nheko/nheko Translate-URL: http://weblate.nheko.im/projects/nheko/nheko-master/en/ | |||||
2019-07-28 | Translated using Weblate (German) | DeepBlueV7.X | 1 | -3/+3 | |
Currently translated at 93.1% (162 of 174 strings) Translation: Nheko/nheko Translate-URL: http://weblate.nheko.im/projects/nheko/nheko-master/de/ | |||||
2019-07-28 | Translated using Weblate (German) | nheko rocks | 1 | -80/+80 | |
Currently translated at 93.1% (162 of 174 strings) Translation: Nheko/nheko Translate-URL: http://weblate.nheko.im/projects/nheko/nheko-master/de/ | |||||
2019-07-28 |