summary refs log tree commit diff
path: root/resources/qml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add delay to showing scroll down buttonNicolas Werner2022-03-301-25/+19
|
* Don't use a modal to edit room name and topicNicolas Werner2022-03-301-20/+79
|
* Fix broken invite dialogNicolas Werner2022-03-301-0/+4
|
* Merge branch 'fix-tapping-timeline'Nicolas Werner2022-03-303-0/+10
|\
| * fix tapping messages, fix pressandhold/doubletap on touchMalte E2022-03-283-0/+10
| |
* | Add a background to scroll to bottom buttonNicolas Werner2022-03-301-2/+10
| |
* | Merge branch 'go_to_bottom' of https://github.com/maltee1/nheko into ↵Nicolas Werner2022-03-301-0/+58
|\ \ | | | | | | | | | maltee1-go_to_bottom
| * | add jump to end buttonMalte E2022-03-291-0/+58
| |/
* | Merge pull request #1019 from maltee1/qml_createroomDeepBlueV7.X2022-03-293-1/+301
|\ \ | |/ |/| CreateRoom dialog in QML
| * Add backend for new room creation dialogsNicolas Werner2022-03-292-34/+71
| |
| * expose options betterMalte E2022-03-282-15/+66
| |
| * direct chat creator can now create direct chatsMalte E2022-03-261-13/+25
| |
| * initial direct chat creation dialogMalte E2022-03-263-1/+109
| |
| * CreateRoom dialog in QMLMalte E2022-03-252-1/+93
| |
* | drag to reply (#1018)Malte E2022-03-273-1/+29
|/
* Better touch scrolling (#1012)Malte E2022-03-244-110/+91
|
* Make overlap of actionMenu a bit smaller againNicolas Werner2022-03-231-1/+1
|
* Properly enable hovering on message action menuNicolas Werner2022-03-221-0/+1
|
* Make hover menu inset slightlyNicolas Werner2022-03-221-1/+1
|
* Merge pull request #1005 from maltee1/fix_input_methodDeepBlueV7.X2022-03-221-13/+24
|\ | | | | Fix input method
| * Don't send on Enter when inputMethod.visible ( == OSK active assumed)Malte E2022-03-201-2/+4
| |
| * add preedit text to searchMalte E2022-03-201-1/+5
| |
| * remove completer trigger charactersMalte E2022-03-201-4/+4
| |
| * attempt to include preeditText in search stringMalte E2022-03-201-1/+1
| |
| * make completer work with input methodMalte E2022-03-201-9/+14
| |
* | Fix thumbnails for encrypted files and factor upload box outNicolas Werner2022-03-212-69/+90
| |
* | Show some previews in upload windowNicolas Werner2022-03-212-4/+70
| |
* | Add duration and resolution to filesNicolas Werner2022-03-216-2/+13
| |
* | Move uploads to InputBarNicolas Werner2022-03-201-0/+6
|/
* elide usernames in timeline (#997)Malte E2022-03-204-13/+23
| | | | | * Use advanceWidth to get the with of the original text Co-authored-by: Nicolas Werner <nicolas.werner@hotmail.de>
* Merge pull request #1001 from duarm/masterDeepBlueV7.X2022-03-202-2/+2
|\ | | | | options to open images/videos with external program by default
| * add option to open video with external program by defaultmath2022-03-191-1/+1
| |
| * add option to open image with external program by defaultmath2022-03-191-1/+1
| |
* | properly commit preedit textMalte E2022-03-191-1/+1
|/
* Merge pull request #989 from maltee1/improve_reply_popupDeepBlueV7.X2022-03-162-14/+17
|\ | | | | small rework of the reply popup
| * small rework of the reply popupMalte E2022-03-112-14/+17
| |
* | Fix screen share callsNicolas Werner2022-03-132-17/+18
| |
* | add space between date bubble and own messagesMalte E2022-03-121-1/+1
| |
* | add space below datebubble and own message bubblesMalte E2022-03-121-2/+2
| |
* | allow bubbles to be not larger than necessaryMalte E2022-03-121-2/+1
| |
* | Use standard buttons where possibletastytea2022-03-112-19/+6
|/ | | | | | | Standard buttons are ordered in the right way and sometimes have an icon. Bug: https://matrix.to/#/%23nheko%3Anheko.im/%2476PZ2m6YftX8mqGIe9ettKbh_-pEYeVRQSJBfwFzWi0?via=pixie.town&via=matrix.org&via=matrix.flexinos.tech&via=half-shot.uk
* reduce replied-to message to implicitWidth if non-bubble layout is usedMalte E2022-03-101-0/+1
|
* right-align reactions of right-aligned bubblesMalte E2022-03-102-3/+4
|
* Don't destroy components in useNicolas Werner2022-03-104-18/+16
| | | | | | | | Add a delay to all destructions and move the call dialog stuff up a level, so that we don't destroy the component when destroying the parent dialog. fixes #984
* Fix images being cropped instead of scaledNicolas Werner2022-03-095-5/+5
|
* Fix a few alignment issues in the hover menuNicolas Werner2022-03-091-3/+2
|
* Merge pull request #982 from tastytea/reaction-tooltipDeepBlueV7.X2022-03-091-2/+17
|\ | | | | Show long reaction text in tooltip; Remove extra …
| * Remove extra … from reaction text if it is already theretastytea2022-03-091-1/+9
| | | | | | | | | | | | elidedText should have … in it if the text doesn't fit, but it seems that it is omitted if the emoji font doesn't have it. 🙄 See <https://github.com/Nheko-Reborn/nheko/pull/982>.
| * Show long reaction text in tooltiptastytea2022-03-091-1/+8
| | | | | | | | If the reaction text is elided, it will be shown in the tooltip.
* | Fix a few alignment issues in the roomlistNicolas Werner2022-03-091-3/+4
|/
* Make “show more” “show less” in room settings translatabletastytea2022-03-081-1/+1
|
* Remove spurious log messageNicolas Werner2022-03-071-17/+14
|
* Fix flickering in hover menuNicolas Werner2022-03-071-16/+13
|
* Fix server switching to https after bootstrapNicolas Werner2022-03-071-1/+2
| | | | fixes #878
* Allow to specify reason for removed messagetastytea2022-03-061-1/+23
| | | | | | | | # Previous commits: # 5949173b Add function to force focus on InputDialog input field # 9482ac4e Allow explicit selection of SSO method # ab05e2d8 Mobile message input (#962) # 12a6da01 If you replace the txn id, replace a string the length of the txn id...
* Add function to force focus on InputDialog input fieldtastytea2022-03-061-0/+4
| | | | | | | | # Previous commits: # 9482ac4e Allow explicit selection of SSO method # ab05e2d8 Mobile message input (#962) # 12a6da01 If you replace the txn id, replace a string the length of the txn id... # df6a5aab Fix clicking on images in replies
* Allow explicit selection of SSO methodNicolas Werner2022-03-062-27/+51
| | | | fixes #975
* Mobile message input (#962)Malte E2022-03-051-1/+7
| | | | | | | * swap send and sticker icons based on text input * collapse MessageInput options when window is narrow * buttons disappear once you type/send partial text from input method
* Fix clicking on images in repliesNicolas Werner2022-03-051-1/+1
| | | | fixes #881
* Open room members dialog when clicking the encryption indicatorNicolas Werner2022-03-051-8/+19
| | | | fixes #937
* Merge pull request #965 from maltee1/mobile_room_settingsDeepBlueV7.X2022-03-051-215/+283
|\ | | | | Mobile room settings
| * rich text emojiMalte E2022-03-041-0/+1
| |
| * wrap room nameMalte E2022-03-041-0/+1
| |
| * cosmeticsMalte E2022-03-041-1/+1
| |
| * hopfefully the button works nowMalte E2022-03-041-4/+4
| |
| * fix text color and button, copy roomID on clickMalte E2022-03-031-6/+39
| |
| * make long topic collapsibleMalte E2022-03-021-5/+34
| |
| * restore default width and heightMalte E2022-02-251-0/+2
| |
| * clean up indentationMalte E2022-02-251-204/+204
| |
| * make RoomSettings mobile friendly and more like UserProfileMalte E2022-02-251-36/+38
| |
* | Correct "be be"Eldred Habert2022-03-021-2/+2
| | | | | | | | This kind of duplicated short word is is easy to have your brain "auto-correct" :D
* | Hide hover when leaving the timelineNicolas Werner2022-03-011-2/+2
| |
* | Fix metadata not resizing properlyNicolas Werner2022-03-011-12/+20
| |
* | Fix a few small completer glitchesNicolas Werner2022-03-014-12/+21
| |
* | Fix misalignment in room list tilesNicolas Werner2022-02-261-1/+5
| |
* | Fix roomlist timestamp being off-screen (#966)Malte E2022-02-251-10/+3
|/ | | | | * fix timestamp disappearing off-screen * remove mobileMode dependency of ScrollHelper
* Fix mobile call screenNicolas Werner2022-02-252-11/+15
| | | | See #469
* making userName_ an AbstractButton should play nicely with ListView (#961)Malte E2022-02-243-45/+24
| | | | | | | | | * making userName_ an AbstractButton should make it play nicely with the ListView * make Avatar an AbstractButton * make userName_ in Reply.qml an AbstractButton * use alias for avatar background color and fix margin of username in reply
* Merge pull request #956 from maltee1/mobile_room_directoryDeepBlueV7.X2022-02-231-64/+45
|\ | | | | Mobile room directory
| * make room directory fit mobile screensMalte E2022-02-211-64/+45
| |
* | Don't leak dialogsNicolas Werner2022-02-219-0/+41
| | | | | | | | | | | | It seems that you need to manually destroy created objects... Great... fixes #898
* | Fix forward completerNicolas Werner2022-02-214-115/+118
| |
* | Add sender names to state events (#948)Malte E2022-02-213-9/+11
| | | | | | | | | | * add sendernames to state events * Center state events and make them less tiny
* | Merge pull request #951 from maltee1/fix_timeline_scrollbarDeepBlueV7.X2022-02-211-434/+426
|\ \ | | | | | | Fix timeline scrollbar
| * | another shot in the darkMalte E2022-02-201-2/+2
| | |
| * | try to make scrollbar overlap content based on styleMalte E2022-02-201-3/+2
| | |
| * | remove touchobserverMalte E2022-02-201-434/+427
| |/
* | Merge pull request #946 from maltee1/mobile_usersettingsDeepBlueV7.X2022-02-211-29/+20
|\ \ | |/ |/| Make UserSettingsPage fit on a phone screen
| * limit width of comboboxes and add bottomPaddingMalte E2022-02-201-4/+4
| |
| * Simplify logic to suppress wheel eventsNicolas Werner2022-02-201-14/+6
| |
| * remove reparentingMalte E2022-02-191-11/+6
| |
| * let labels wrap and collapse below the back buttonMalte E2022-02-181-3/+7
| |
* | Use ListView without scrollview for messagesNicolas Werner2022-02-192-439/+459
| | | | | | | | | | | | | | | | | | | | That way we can autohide the scollbar if needed, it should fix some jumping issues, it makes it possible to flick on mobile, etc. Some related bugs: https://bugreports.qt.io/browse/QTBUG-75223 https://bugreports.qt.io/browse/QTBUG-44902
* | actually fix awkward message spacingMalte E2022-02-181-1/+1
| |
* | fix awkward message spacingMalte E2022-02-181-1/+1
| |
* | make search usable on mobileMalte E2022-02-182-1/+19
|/
* Make hover highlight fill the full width of the timelinetastytea2022-02-181-1/+2
| | | | | Rows in the message bubble design are only as wide as the bubbles. This lead to invisible hover highlight. Now it's consistent.
* Always enable hover for ItemDelegateNicolas Werner2022-02-171-0/+2
|
* Fix images without size not showing (take5)Nicolas Werner2022-02-171-1/+3
|
* Fix hover highlight when hovering hover menuNicolas Werner2022-02-161-1/+3
| | | | fixes #941
* Merge pull request #939 from maltee1/better_bubblesDeepBlueV7.X2022-02-167-10/+33
|\ | | | | Place metadata next to content if there is space
| * fix overlap in NoticeMessageMalte E2022-02-141-0/+2
| |
| * don't mess up old layoutMalte E2022-02-141-1/+1
| |
| * space-saving metadata placementMalte E2022-02-147-10/+31
| |
* | Fix hovering messagesNicolas Werner2022-02-142-23/+12
| |
* | Allow window sizes smaller than 400x400Nicolas Werner2022-02-141-4/+12
|/
* Fix second codeblock not wrappingNicolas Werner2022-02-141-1/+1
|
* Fix padding in redactionsNicolas Werner2022-02-141-1/+1
|
* Merge branch 'message-bubbles' of https://github.com/maltee1/nheko into ↵Nicolas Werner2022-02-1414-118/+213
|\ | | | | | | maltee1-message-bubbles
| * improve spacingsMalte E2022-02-142-2/+2
| |
| * fix redactions line-wrappingMalte E2022-02-141-2/+2
| |
| * fix bugs found by NicoMalte E2022-02-144-6/+5
| |
| * fix vertical space for some state eventsMalte E2022-02-131-1/+1
| |
| * add small avatars option and tweak colors and spacingsMalte E2022-02-133-20/+22
| |
| * place own bubbles on right and remove user infoMalte E2022-02-113-14/+16
| |
| * Fix layout - no more binding loops (hopefully)Malte E2022-02-1110-60/+35
| |
| * fixed most of the binding loopsMalte E2022-02-097-6/+25
| |
| * Variable width bubbles (still has binding loop)Malte E2022-02-094-7/+15
| |
| * Update resources/qml/delegates/Reply.qmlMalte E2022-02-071-1/+1
| | | | | | Co-authored-by: DeepBlueV7.X <nicolas.werner@hotmail.de>
| * add translations and actually add changes to TimelineModelMalte E2022-02-072-7/+8
| |
| * print state events without bubbles, displaynames or avatars and in a smaller ↵Malte E2022-02-076-4/+51
| | | | | | | | font
| * clean up margin settingMalte E2022-02-052-29/+25
| |
| * place metadata below message when the Layout is narrow (<350)Malte E2022-02-051-19/+20
| |
| * Add message bubblesMalte E2022-02-042-6/+24
| |
| * Revert removal of width and height in TextMessage and implicitWidth in ↵Malte E2022-02-042-3/+3
| | | | | | | | MessageDelegate
| * prepare code for message bubbles and dynamic message layoutMalte E2022-02-035-74/+101
| |
* | Fix overlapping offline indicatorNicolas Werner2022-02-141-0/+1
| |
* | Hidden events: Refactor slightly for reusabilityNicolas Werner2022-02-122-28/+23
| |
* | Hidden events: Some cleanuptastytea2022-02-101-1/+1
| |
* | Hidden events: Make save-function reusable for global account datatastytea2022-02-101-1/+1
| |
* | Hidden events: Change title and prompt depending on isRoomSettingtastytea2022-02-102-3/+18
| | | | | | | | We would have to set text and title separately otherwise.
* | Hidden events: Incorporate suggestions from reviewtastytea2022-02-102-7/+17
| | | | | | | | | | | | | | - Set TitleHint flag on dialog - Store hidden events as QSet<QString> instead of std::vector<bool> - Change wording in dialog (disable events instead of turning the hiding on)
* | Hidden events: Enhance tooltipstastytea2022-02-101-2/+2
| | | | | | | | Shorten tooltip for power levels, expand tooltip for user events.
* | Add GUI to change hidden events per roomtastytea2022-02-102-1/+124
| | | | | | | | | | | | | | | | | | | | | | | | | | This adds a dialog to the room settings in which the user can choose which of these three event types they want to hide (additionally to the default): - m.room.member - m.room.power_levels - m.sticker The current state is read when room settings are opened and saved when new settings are accepted.
* | Add maximum width to room name in user profiletastytea2022-02-051-0/+2
| | | | | | | | | | Layout is: spacing | text | spacing | button | spacing Therefore we subtract 3x spacing and 1x button(16) from width.
* | Add maximum width to user name in profiletastytea2022-02-051-0/+4
| | | | | | | | | | | | Layout is: padding | text | margin | button | padding Therefore we subtract 2x padding, 1x margin and 1x button from width. And an extra button for some reason. 🤷
* | Fix width of room name to dialog widthtastytea2022-02-041-1/+2
| |
* | Show widgets as linksNicolas Werner2022-02-041-2/+38
| |
* | Merge pull request #906 from LorenDB/offlineIndicatorDeepBlueV7.X2022-02-042-80/+88
|\ \ | | | | | | Add offline indicator
| * | Use different height settingLoren Burkholder2022-02-031-1/+3
| | |
| * | Add offline indicator (#472)Loren Burkholder2022-02-012-80/+86
| |/
* / Clear search text in StickerPicker when the popup closestastytea2022-02-021-1/+2
|/ | | | Same as emoji picker.
* Merge pull request #893 from Nheko-Reborn/qml-rootDeepBlueV7.X2022-01-3025-301/+1020
|\ | | | | Qml root
| * Fix list items being hoverable through between settings and new room buttonsNicolas Werner2022-01-303-232/+238
| |
| * Reimplement error notificationsNicolas Werner2022-01-302-0/+105
| |
| * keep the RegisterPage nameNicolas Werner2022-01-293-1/+5
| | | | | | | | So we don't have to retranslate.
| * Port registration to QmlNicolas Werner2022-01-286-2/+237
| |
| * Functional login pageNicolas Werner2022-01-267-74/+368
| |
| * Fix focus and qml parenting with qml rootNicolas Werner2022-01-2614-18/+1
| |
| * Initial qml root windowNicolas Werner2022-01-264-9/+101
| |
* | Use ScrollHelper on EmojiPickerJoseph Donofry2022-01-261-10/+16
|/
* Fix setting double values in setting spinboxesNicolas Werner2022-01-131-1/+37
|
* Small size and selection improvements for the settings pageNicolas Werner2022-01-131-7/+9
|
* Fix device verification colorsNicolas Werner2022-01-128-67/+46
|
* Move usersettings page to pages subdirNicolas Werner2022-01-122-1/+3
|
* Merge pull request #883 from Nheko-Reborn/qml-usersettingsJoseph Donofry2022-01-1110-10/+240
|\ | | | | Port usersettings to qml
| * Address review commentsNicolas Werner2022-01-112-12/+8
| |
| * Port usersettings to qmlNicolas Werner2022-01-099-10/+244
| |
* | Fix some minor UI issues with ImageOverlay and RawMessageDialogJoseph Donofry2022-01-052-24/+27
|/
* Work around images with size 0 in infoNicolas Werner2022-01-041-2/+2
| | | | fixes #875
* Add minimum scale in image viewerNicolas Werner2022-01-031-0/+33
|
* Fix download icon sizeNicolas Werner2022-01-021-0/+5
|
* Make some icons smootherNicolas Werner2022-01-021-0/+4
|
* Port image overlay to qmlNicolas Werner2022-01-027-7/+133
| | | | | | Allows you to zoom and pan now. relates to #647
* Fix fade out of rippleNicolas Werner2022-01-021-1/+1
|
* Simplify Ripple effect and make it easier to use everywhereNicolas Werner2022-01-026-154/+97
|
* Fix hovering aliases that only have textNicolas Werner2022-01-011-17/+10
|
* Strip variant selector in some casesNicolas Werner2022-01-012-3/+4
| | | | | | fixes #439 Workaround for https://bugreports.qt.io/browse/QTBUG-97401 fixes #810
* Update year in copyright notice to shut up lint jobNicolas Werner2022-01-0183-0/+83
|
* Use the styles default delay for tooltipsNicolas Werner2021-12-315-1/+20
| | | | | | | This makes them less annoying when scrolling or accessing the popup menu. See also #860
* Get rid of some useless codeNicolas Werner2021-12-317-8/+8
|
* Fix wrapping in member eventsNicolas Werner2021-12-311-0/+1
|
* Merge branch 'completer_scrolling' into 'master'Joe Donofry2021-12-301-15/+34
|\ | | | | | | | | Completer scrolling See merge request nheko-reborn/nheko!20
| * Increase Completer limit to 30Joe Donofry2021-12-301-15/+34
| | | | | | | | | | - Add scrolling - Only display ~7 items at once
* | Update presence dynamically and reduce allocationsNicolas Werner2021-12-302-4/+25
|/
* Use body in alt text of custom emojiNicolas Werner2021-12-271-1/+1
|
* Add an ugly custom emote completer using ~Nicolas Werner2021-12-272-7/+40
|
* Add alternative shortcut to Alt-A for systems, where that is taken alreadyNicolas Werner2021-12-221-1/+3
|
* Explicitly set text format for raw message dialogNicolas Werner2021-12-191-0/+1
|
* Fix a small alignment issue of text in notification bubblesNicolas Werner2021-12-161-4/+4
|
* Fix a few thingsLoren Burkholder2021-12-152-16/+4
|
* Make notification count bubbles expand some moreLoren Burkholder2021-12-151-11/+30
|
* Don't get too large of cornersLoren Burkholder2021-12-131-1/+1
|
* Use better translation methodLoren Burkholder2021-12-131-1/+1
|
* Make opening room members from rooms settings dialog workLoren Burkholder2021-12-131-1/+1
|
* Make it obvious that this is a notification and not the actual messageLoren Burkholder2021-12-131-27/+53
|
* Only show room pack button, when you can actually create oneNicolas Werner2021-12-132-1/+4
|
* Multiply source size by scale factorNicolas Werner2021-12-137-16/+20
| | | | Might be unnecessary, but docs are unclear on that.
* Misc pack editor improvementsNicolas Werner2021-12-132-3/+6
|
* Show some avatar for image packsNicolas Werner2021-12-131-0/+21
|
* Add recently used reactionsNicolas Werner2021-12-132-1/+69
| | | | fixes #435
* Vertically align message inputNicolas Werner2021-12-121-1/+2
| | | | fixes #351
* Allow clicking links in repliesNicolas Werner2021-12-111-1/+8
| | | | fixes #529
* Properly set position of resize handler after letting it goNicolas Werner2021-12-112-4/+7
| | | | | fixes #817 fixes sidebar not staying small after restart
* Fix broken top bar clicks without pinsNicolas Werner2021-12-111-7/+7
|
* Change width of pinned message boxNicolas Werner2021-12-111-1/+1
|
* Support pinned messagesNicolas Werner2021-12-114-13/+183
| | | | fixes #519
* Fix escaped html showing up in playable media message labelsNicolas Werner2021-12-081-1/+1
| | | | fixes #840
* Limit max memory usage of imagesNicolas Werner2021-12-081-1/+4
|
* Allow swiping between views in single page modeNicolas Werner2021-12-062-7/+37
| | | | Allows access to spaces on mobile for example
* Navigate to subspaces by clicking on themNicolas Werner2021-12-021-0/+4
|
* Don't waste space for non existing subspacesNicolas Werner2021-12-011-1/+1
|
* Don't pad, just fillNicolas Werner2021-12-011-1/+2
|
* Leaves can't collapseNicolas Werner2021-12-011-2/+2
|
* Hide me underneath the space treeNicolas Werner2021-12-011-3/+26
|
* Remove double padding on redactionsNicolas Werner2021-11-291-3/+6
|
* Change QML UI for redactionsJoe Donofry2021-11-292-3/+47
|
* Fix colors of sidebar in repliesNicolas Werner2021-11-241-1/+1
|
* Fix one more wrong background colorNicolas Werner2021-11-221-1/+1
|
* Pass correct background color to username separatorNicolas Werner2021-11-201-1/+1
|
* Fix mouse cursor on top barNicolas Werner2021-11-191-0/+5
|
* Fix colors and alignment in dialogsNicolas Werner2021-11-183-23/+10
|
* Fix video call filename and qtjdenticon for windowsJoseph Donofry2021-11-181-1/+1
|
* Fix qml warnings and missing iconsNicolas Werner2021-11-182-4/+4
|
* Quality-of-life improvements to InputDialogLoren Burkholder2021-11-161-0/+9
|
* Don't add arbitrary paddingLoren Burkholder2021-11-161-2/+1
| | | | This breaks the vertical-centeredness on the close button.
* Simplify code for padding delegatesLoren Burkholder2021-11-162-4/+8
|
* Remove duplicate propertyLoren Burkholder2021-11-161-4/+0
|
* Allow removing users from the invite dialogLoren Burkholder2021-11-161-3/+14
|
* Nicer paddingLoren Burkholder2021-11-163-6/+9
|
* Add pointing hand cursor shapeLoren Burkholder2021-11-161-0/+5
|
* Port invite dialog to use ItemDelegateLoren Burkholder2021-11-161-23/+39
|
* Add highlight on hoverLoren Burkholder2021-11-162-2/+8
|
* Switch member dialog to using ItemDelegateLoren Burkholder2021-11-161-46/+63
|
* Use filled shields everywhere and distinguish different states moreNicolas Werner2021-11-173-14/+30
|
* Switch icon theme to Fluent iconsLoren Burkholder2021-11-1723-94/+101
|
* Support exif rotation on received videosNicolas Werner2021-11-151-0/+1
| | | | fixes #674
* Reenable still image viewer for WebP until we qmlify the image viewerNicolas Werner2021-11-141-9/+10
|
* Fix some colors switched to yellow by accidentNicolas Werner2021-11-131-2/+2
|
* Merge branch 'video_player_enhancements' into 'master'Nicolas Werner2021-11-127-191/+377
|\ | | | | | | | | Video player enhancements See merge request nheko-reborn/nheko!15
| * Format qmlNicolas Werner2021-11-115-100/+103
| |
| * Make it possible to unhide the controls on mobileNicolas Werner2021-11-112-19/+21
| |
| * Cleanup positioning of player elementsNicolas Werner2021-11-114-260/+174
| |
| * More refactoring and layout updatesJoseph Donofry2021-11-115-75/+190
| |
| * More player fixesJoseph Donofry2021-11-092-123/+25
| |
| * Fix audio player and use same controls for video and audioJoseph Donofry2021-11-091-80/+77
| |
| * Move rest of controls to separate fileJoseph Donofry2021-11-094-237/+310
| |
| * Initial Refactoring into separate controlsJoseph Donofry2021-11-093-88/+114
| |
| * Merge remote-tracking branch 'nheko-im/master' into video_player_enhancementsJoseph Donofry2021-11-092-3/+4
| |\
| * | Incorporate nico's suggestions, fix volume sliderJoseph Donofry2021-11-081-272/+272
| | |
| * | Minor fixes for undefined qml behaviorJoseph Donofry2021-11-081-7/+4
| | |
| * | Merge remote-tracking branch 'nheko-im/master' into video_player_enhancementsJoseph Donofry2021-11-086-50/+47
| |\ \
| * \ \ Update video_player_enhancements with changes from masterJoseph Donofry2021-11-0346-504/+3517
| |\ \ \
| * \ \ \ Merge remote-tracking branch 'nheko-im/master' into video_player_enhancementsJoseph Donofry2021-08-1612-38/+94
| |\ \ \ \
| * \ \ \ \ Merge origin/master and fix conflictsJoseph Donofry2021-08-1036-165/+1583
| |\ \ \ \ \
| * \ \ \ \ \ Merge remote-tracking branch 'nheko-im/master' into video_player_enhancementsJoseph Donofry2021-07-197-51/+239
| |\ \ \ \ \ \
| * | | | | | | Import and update lurkki's branchJoseph Donofry2021-07-191-189/+349
| | | | | | | |
* | | | | | | | Make yellow darkerNicolas Werner2021-11-112-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes readability issues in the userprofile. fixes #440
* | | | | | | | Make pill text color match the separator colorNicolas Werner2021-11-111-1/+1
| | | | | | | |
* | | | | | | | Swap encryption and edit indicatorNicolas Werner2021-11-111-9/+9
| | | | | | | |