summary refs log tree commit diff
path: root/resources/qml (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix colors for manual dark themeLoren Burkholder2021-07-311-1/+6
* QML the raw message dialogLoren Burkholder2021-07-313-0/+61
* Fix C&P error for DeviceTypeNicolas Werner2021-07-311-2/+2
* Fix annoying touch overlap in room listNicolas Werner2021-07-312-20/+27
* Use an explicit color for the labelLoren Burkholder2021-07-301-0/+1
* Move read receipts connection to allow for future pop-out room viewsLoren Burkholder2021-07-302-12/+12
* Don't switch room that read receipt-related stuff is opened inLoren Burkholder2021-07-292-4/+6
* Use a QSortFilterProxyModel instead of resetting the modelLoren Burkholder2021-07-291-2/+2
* Use Dialog flag to make tiling WMs happyLoren Burkholder2021-07-291-0/+1
* Close dialog on escapeLoren Burkholder2021-07-291-0/+5
* Dynamically update read receiptsLoren Burkholder2021-07-291-1/+0
* Fix incorrect function nameLoren Burkholder2021-07-291-1/+1
* Add close button at footerLoren Burkholder2021-07-291-0/+6
* QML the read receipts listLoren Burkholder2021-07-293-1/+138
* Port to explicit connect syntaxNicolas Werner2021-07-2712-53/+95
* Merge master and fix conflictsJoe2021-07-2421-103/+1006
|\
| * Merge pull request #651 from LorenDB/qml-all-the-thingsDeepBlueV7.X2021-07-232-5/+16
| |\
| | * make lintLoren Burkholder2021-07-221-0/+1
| | * Add functionality for loading global user profile where neededLoren Burkholder2021-07-211-1/+1
| | * Pad the loading spinnerLoren Burkholder2021-07-211-4/+14
| * | Add menu to enable or disable stickers globallyNicolas Werner2021-07-233-0/+335
| * | Fix emoji picker not connected to inputNicolas Werner2021-07-221-1/+1
| * | Show confirmation dialog when leaving a room via the context menuNicolas Werner2021-07-222-2/+12
| |/
| * Merge pull request #650 from LorenDB/qml-all-the-thingsDeepBlueV7.X2021-07-214-10/+19
| |\
| | * Move various room auxiliary functions to TimelineManagerLoren Burkholder2021-07-214-10/+9
| | * Open room members when member info label clickedLoren Burkholder2021-07-211-1/+11
| * | Update translationsNicolas Werner2021-07-212-3/+3
| * | Fix color of invite labelNicolas Werner2021-07-211-0/+1
| |/
| * Fix the loading spinner setupLoren Burkholder2021-07-201-4/+14
| * Fix elided widthLoren Burkholder2021-07-201-0/+1
| * Call the correct functionLoren Burkholder2021-07-201-1/+1
| * Fix bad connectionLoren Burkholder2021-07-201-1/+1
| * Add property for plain room nameLoren Burkholder2021-07-202-3/+3
| * Check with regex everywhereLoren Burkholder2021-07-201-4/+6
| * Use elided labelLoren Burkholder2021-07-201-2/+2
| * Use correct colorsLoren Burkholder2021-07-202-0/+4
| * Don't hardcode fontsLoren Burkholder2021-07-203-8/+8
| * Fix hardcoded spacing/paddingLoren Burkholder2021-07-202-6/+6
| * Fix roomId propertyLoren Burkholder2021-07-201-1/+1
| * make lintLoren Burkholder2021-07-202-4/+2
| * Only run spinner while loading membersLoren Burkholder2021-07-201-1/+1
| * Consolidate connectionsLoren Burkholder2021-07-202-16/+0
| * make lintLoren Burkholder2021-07-203-6/+18
| * Fix visibility of spinnerLoren Burkholder2021-07-201-5/+2
| * Drop unnecessary codeLoren Burkholder2021-07-201-1/+0
| * Only invite if there is something/someone to inviteLoren Burkholder2021-07-201-77/+4
| * Use standardized paddingLoren Burkholder2021-07-202-5/+5
| * Get Ctrl+Enter working and fix cleaning up and closingLoren Burkholder2021-07-201-15/+14
| * Fix bad property nameLoren Burkholder2021-07-201-2/+2
| * Document bad behavior with footer and spinnerLoren Burkholder2021-07-201-1/+4
| * More shortcut stuffLoren Burkholder2021-07-201-5/+5
| * Fix Ctrl-Enter shortcutLoren Burkholder2021-07-201-9/+11
| * Actually set invitees propertyLoren Burkholder2021-07-201-1/+2
| * Fix propertiesLoren Burkholder2021-07-201-4/+4
| * Finish converting function to propertyLoren Burkholder2021-07-207-9/+9
| * Use fancy spinner (courtesy of redsky)Loren Burkholder2021-07-201-1/+1
| * Fix propertiesLoren Burkholder2021-07-201-8/+9
| * Fix background color on text inputLoren Burkholder2021-07-202-0/+5
| * Fix up componentsLoren Burkholder2021-07-201-21/+28
| * Fix borked property stuffLoren Burkholder2021-07-201-2/+2
| * make lintLoren Burkholder2021-07-203-11/+38
| * Use standard buttons for OK buttonLoren Burkholder2021-07-201-4/+4
| * Simplify room details accessLoren Burkholder2021-07-203-6/+4
| * Fix item that accept() is called onLoren Burkholder2021-07-201-2/+2
| * Add close on Escape shortcutLoren Burkholder2021-07-201-0/+5
| * Clean up codeLoren Burkholder2021-07-201-13/+0
| * Add fancy label if you enter a bad mxidLoren Burkholder2021-07-201-0/+73
| * Focus the input bar automaticallyLoren Burkholder2021-07-201-0/+1
| * Make sure to use the default room id if none is specifiedLoren Burkholder2021-07-201-1/+2
| * Add a fancy loading spinner to the member listLoren Burkholder2021-07-201-0/+7
| * make lintLoren Burkholder2021-07-206-47/+98
| * QML the invite dialogLoren Burkholder2021-07-203-1/+130
| * QML the room member listLoren Burkholder2021-07-202-1/+112
| * Explicitly reload data in delegates, if related events got loadedNicolas Werner2021-07-205-24/+31
| * Fix reaction button againNicolas Werner2021-07-191-1/+1
| * Model alias is still neededNicolas Werner2021-07-191-0/+1
| * Cache sticker pickerNicolas Werner2021-07-192-4/+6
| * Make scrolling sticker picker bearableNicolas Werner2021-07-191-0/+6
| * Move sticker parsing and enable room stickersNicolas Werner2021-07-191-2/+0
| * Basic sticker supportNicolas Werner2021-07-195-32/+212
| * Fix replies not reloading after fetching themNicolas Werner2021-07-161-19/+19
| * Try to make scrolling emoji picker a bit smootherNicolas Werner2021-07-151-0/+1
* | Remove 'respond to key requests' functionalityJoseph Donofry2021-07-151-17/+0
|/
* Fix warning by deleting code I don't understandNicolas Werner2021-07-151-5/+0
* Add workaround for TextEdit not rerendering after image loadedNicolas Werner2021-07-151-0/+5
* Don't use full dump for repliesNicolas Werner2021-07-121-20/+22
* Fix a few missing propertiesNicolas Werner2021-07-124-4/+28
* Prepare for reuseItems in timelineNicolas Werner2021-07-1215-132/+464
* Use required properties and delegate pooling for room listNicolas Werner2021-07-101-25/+37
* Fix high CPU usage when a room is openNicolas Werner2021-07-105-35/+34
* Remove db bottleneck by caching ro txn for 100 requestsNicolas Werner2021-07-101-1/+1
* Redesign invites and room preview joinsNicolas Werner2021-07-096-74/+119
* Remove commented codeJoseph Donofry2021-07-081-2/+0
* Fixes from code reviewJoseph Donofry2021-07-085-99/+60
* Remove EmojiEmitterJoseph Donofry2021-07-081-60/+0
* Merge remote-tracking branch 'origin/master' into nheko_loading_spinnerJoseph Donofry2021-07-0817-258/+561
|\
| * Make emoji picker follow themeNicolas Werner2021-07-034-201/+225
| * Fix community sidebar toggleNicolas Werner2021-07-021-0/+2
| * Fix mouse cursor on reply delegatesNicolas Werner2021-06-301-0/+1
| * Fix clicking links in mobile modeNicolas Werner2021-06-251-1/+2
| * Don't use a thin font in the room listNicolas Werner2021-06-251-2/+0
| * Fix missing back button on spaces page in narrow mode as well as topic not re...Nicolas Werner2021-06-251-4/+17
| * Fix null warning for space avatarsNicolas Werner2021-06-251-1/+1
| * Add a basic 'Space page'Nicolas Werner2021-06-253-3/+64
| * Hide last message on spacesNicolas Werner2021-06-251-1/+3
| * add avatar changed event support issue #550BShipman2021-06-191-0/+8
| * Fix wrong tags in context menuNicolas Werner2021-06-141-1/+1
| * Change collapse positionNicolas Werner2021-06-141-2/+2
| * Fix button spacingLoren Burkholder2021-06-132-3/+4
| * Layout 1.15 -> 1.12Nicolas Werner2021-06-132-2/+2
| * Try to be compatible with Qt 5.12Nicolas Werner2021-06-139-19/+27
| * Don't read avatarUrl from local profile, if no global avatar is setNicolas Werner2021-06-121-5/+7
| * Merge branch 'master' into qml-roomlistNicolas Werner2021-06-121-12/+12
| |\
| | * Added mnemonic letters to context menu.AppAraat2021-05-241-12/+12
| * | Persist sidebar sizesNicolas Werner2021-06-121-4/+20
| * | Fix PrivacyScreen for qml-roomlistJoseph Donofry2021-06-111-1/+1
| * | Reenable tag hidingNicolas Werner2021-06-111-5/+5
| * | Enable toggling tagsNicolas Werner2021-06-113-10/+21
| * | Render community itemsNicolas Werner2021-06-115-9/+164
* | | Add nheko logo spinner to relevant places in UIJoseph Donofry2021-06-097-11/+85
* | | Change variable for runningJoseph Donofry2021-06-091-1/+1
* | | Add Nheko logo QML SpinnerJoseph Donofry2021-06-092-3/+231
|/ /
* | Basic community list modelNicolas Werner2021-06-091-4/+2
* | Implement switching in narrow modeNicolas Werner2021-06-085-49/+99
* | Somewhat reenable the adaptive layoutNicolas Werner2021-06-084-19/+198
* | Fix html in completerNicolas Werner2021-06-081-0/+3
* | Add ugly borders to tablesNicolas Werner2021-06-081-1/+18
* | Refactor to use Instantiator instead of doing it manuallyNicolas Werner2021-05-303-44/+26
* | Port remaining sidebar actions to qmlNicolas Werner2021-05-301-0/+19
* | Delete old room listNicolas Werner2021-05-281-0/+9
* | Move currentRoom/timeline handling to roomlistNicolas Werner2021-05-2822-230/+236
* | Reimplement room context menusNicolas Werner2021-05-283-34/+153
* | Reenable invitesNicolas Werner2021-05-241-0/+56
* | Reenable userInfo settings menuNicolas Werner2021-05-222-7/+76
* | Fix device list not showing up and UserProfile blocking the windowNicolas Werner2021-05-224-4/+14
* | Fix leaving roomsNicolas Werner2021-05-221-1/+1
* | Fix emoji in new RoomListNicolas Werner2021-05-222-1/+3
* | Sort the room listNicolas Werner2021-05-221-1/+1
* | Make roomlist look niceNicolas Werner2021-05-211-19/+80
* | Some basic room listNicolas Werner2021-05-193-36/+165
* | Basic header and footer of room listNicolas Werner2021-05-154-10/+198
* | Reorganize TimelineView to prepare porting the room listNicolas Werner2021-05-147-326/+387
* | Move global avatarSize propertyNicolas Werner2021-05-137-20/+14
* | Fix missing import for colorsNicolas Werner2021-05-132-0/+2
* | Move openLink to Nheko globalsNicolas Werner2021-05-132-2/+2
* | Make palette global in QmlNicolas Werner2021-05-1343-162/+160
|/
* Show verification status next to messagesNicolas Werner2021-05-073-8/+30
* Only show actions, when you have permissions to do themNicolas Werner2021-05-026-17/+36
* Fix crash when you have no rooms and open the global user profileNicolas Werner2021-04-301-4/+0
* UI/UX improvement: Better naming suggestion.absorber2021-04-291-1/+1
* Allow copying messages via right clickNicolas Werner2021-04-294-4/+17
* Copy address locationNicolas Werner2021-04-294-5/+18
* Copy link to messageNicolas Werner2021-04-291-0/+7
* Highlight navigated to messageNicolas Werner2021-04-295-7/+56
* Rewrite matrix.to links to matrix uris and handle them the same wayNicolas Werner2021-04-281-13/+1
* Add Alt-F to forward messagesNicolas Werner2021-04-271-1/+13
* Make forward messages a bit more readableNicolas Werner2021-04-271-2/+5
* Clean up design a bitNicolas Werner2021-04-273-15/+18
* Merge branch 'forward_message_feature' of https://github.com/Jedi18/nheko int...Nicolas Werner2021-04-242-0/+129
|\
| * remove unused function and set position to center of timeline viewtargetakhil2021-04-151-3/+7
| * Added overlay and UI changestargetakhil2021-04-151-34/+49
| * show forward menu item only for relevant events, changes to uitargetakhil2021-04-152-7/+20
| * Fix basic UI for forward completertargetakhil2021-04-152-68/+84
| * added basic forwardingtargetakhil2021-04-151-0/+81
* | Escape html in topics and show line breaks in the settingsNicolas Werner2021-04-191-1/+2
* | Use one CompletionProxy for everything including EmojiPickerNicolas Werner2021-04-182-108/+53
* | Set a title for the room settingsNicolas Werner2021-04-171-0/+1
* | Update translationsNicolas Werner2021-04-173-3/+1
* | Fix cursor positioning on editsNicolas Werner2021-04-151-6/+16
* | Fix paste not overwriting selectionsNicolas Werner2021-04-151-0/+1
* | Set Dialog flag on DialogsNicolas Werner2021-04-153-0/+6
|/
* Fix emoji picker getting cut offJoseph Donofry2021-04-131-0/+1
* Fix some TapHandler focus issuesNicolas Werner2021-04-1110-17/+29
* Fix undefined warningNicolas Werner2021-04-091-1/+1
* Fix download buttonNicolas Werner2021-04-041-5/+0
* Merge pull request #540 from LorenDB/masterDeepBlueV7.X2021-03-312-15/+15
|\
| * Use qsTr() for stringsLoren Burkholder2021-03-312-15/+15
* | Remove delay when focusing quick switcherNicolas Werner2021-03-271-14/+1
|/
* Fix double click on video messageNicolas Werner2021-03-271-38/+30
* Merge pull request #536 from LorenDB/masterDeepBlueV7.X2021-03-261-3/+3
|\
| * Use correct Qt versionLoren Burkholder2021-03-251-3/+3
* | Disable horizontal scrollbar in timelineNicolas Werner2021-03-261-0/+2
|/
* Fix emoji picker appearing in wrong locationsNicolas Werner2021-03-233-22/+17
* Fix room settings opening twice on room titleNicolas Werner2021-03-191-4/+0
* Merge pull request #523 from Jedi18/masterDeepBlueV7.X2021-03-151-1/+1
|\
| * fix windows video bugtargetakhil2021-03-141-1/+1
* | Use native menusNicolas Werner2021-03-143-37/+38
* | Use readonly properties where possibleNicolas Werner2021-03-143-5/+5
|/
* Fix room completions not showing label avatarsNicolas Werner2021-03-141-0/+2
* Fix qml license headers againNicolas Werner2021-03-1451-0/+58
* Remove background of quick switcher popupNicolas Werner2021-03-141-0/+1
* Improve sorting and sizing of completions a bitNicolas Werner2021-03-1451-116/+75
* Fix text corruption from unrounded pixel heightNicolas Werner2021-03-131-2/+2
* Merge branch 'quickswitcher_qml' of git://github.com/Jedi18/nheko into Jedi18...Nicolas Werner2021-03-135-11/+238
|\
| * change allowed mistakes, fix minor style issues, remove old completer functio...Jedi182021-03-073-6/+12
| * changed bottomToTop to true and renamed textWidth to textHeightJedi182021-02-261-5/+5
| * remove old quick switcherJedi182021-02-241-1/+1
| * added margins and ui changes for quickswitcher and completerJedi182021-02-242-11/+19
| * fix row content centeringJedi182021-02-242-5/+11
| * fix matrixtextfield color and quickswitcher font sizeJedi182021-02-232-4/+5
| * add matrix text fieldJedi182021-02-233-13/+84
| * fix timeline focusJedi182021-02-231-0/+1
| * enter key now works, fix room highlighting and add overlayJedi182021-02-233-1/+16
| * selecting room in quickswitcher now works, added completionSelected signalJedi182021-02-222-2/+30
| * add room alias delegate, fix some quickswitcher ui problemsJedi182021-02-223-8/+41
| * add quick switcher qml file and moved completerFor from inputbar to timeline ...Jedi182021-02-213-1/+59
* | Fix popup opening at wrong placeNicolas Werner2021-03-072-7/+4
* | Fix conflict between qmlformat and license checkNicolas Werner2021-03-0749-0/+50
* | Show mxid on hovering usernameNicolas Werner2021-03-0749-52/+13
* | Merge pull request #506 from Nheko-Reborn/timeline-buttonsDeepBlueV7.X2021-03-064-80/+131
|\ \
| * | Use short format for timeNicolas Werner2021-03-051-1/+1
| * | Mark message currently being editedNicolas Werner2021-03-051-2/+2
| * | Fix janky hoverhandling for text messagesNicolas Werner2021-03-052-1/+4
| * | Use overlay buttons for message actionsNicolas Werner2021-03-044-79/+127
* | | Update license headersNicolas Werner2021-03-0549-18/+198
|/ /
* | Avoid some duplicate property queriesNicolas Werner2021-03-032-2/+2
* | Fix avatar fallback in roomsNicolas Werner2021-03-031-0/+1
* | Use toggles for screen share settingsNicolas Werner2021-02-251-27/+38
* | Merge remote-tracking branch 'upstream/master' into screenshare-x11trilene2021-02-257-47/+422
|\ \
| * | Fix potential issue with modifiers and edit shortcutsNicolas Werner2021-02-251-2/+2
| * | Fix text input restoring after editsNicolas Werner2021-02-251-2/+0
| * | Allow editing via up and down arrowsNicolas Werner2021-02-241-0/+33
| * | Fix qml formattingNicolas Werner2021-02-231-9/+9
| * | Merge pull request #488 from Nheko-Reborn/scroll-view-thingyDeepBlueV7.X2021-02-221-41/+14
| |\ \
| | * | Use scrollview again for inputNicolas Werner2021-02-221-41/+14
| | |/
| * / Linkify topic in room settings and use non-deprecated MessageDialogNicolas Werner2021-02-221-9/+15
| |/
| * Fix miscalculation of padding in timelineNicolas Werner2021-02-204-39/+48
| * Merge pull request #479 from Jedi18/add_rooms_model_completerDeepBlueV7.X2021-02-192-0/+32
| |\
| | * add rooms model, add room delegate for completerJedi182021-02-162-0/+32
| * | fixed roomsettings spacing and toggle button right align bugJedi182021-02-162-2/+17
| * | change togglebutton size, set textarea color to colors.textJedi182021-02-162-4/+7
| * | Replace rowlayouts with gridlayout and fix room settings initializer listJedi182021-02-141-36/+25
| * | Merge branch 'master' into room_settings_qmlAkhil Nair2021-02-1417-215/+317
| |\|
| * | replaced with togglebutton using qtquickcontrols2Jedi182021-02-131-13/+23
| * | added togglebutton stylingJedi182021-02-132-8/+19
| * | fix roomsetting layoutJedi182021-02-131-31/+17
| * | added room topicJedi182021-02-132-5/+34
| * | added changing of name through edit modal, removed old roomsettingsJedi182021-02-123-7/+7
| * | fix avatar update on timeline syncJedi182021-02-111-1/+1
| * | shifted room avatar changingJedi182021-02-111-3/+44
| * | added roomversion, roomid etcJedi182021-02-111-5/+4
| * | added notifications and encryption for the new roomsettingsJedi182021-02-112-2/+58
| * | ui almost looks the same, midway between transition from old room settings t...Jedi182021-02-103-2/+14
| * | added room settings qmlJedi182021-02-092-0/+173
* | | Add screen sharing window previewtrilene2021-02-251-0/+7
* | | Allow choice of single window when sharing screentrilene2021-02-241-6/+31
* | | Display screen sharing content locallytrilene2021-02-213-7/+10
* | | Require GStreamer 1.18 for voip supporttrilene2021-02-202-2/+0
* | | Screen sharing (X11): support picture-in-picturetrilene2021-02-201-0/+12
* | | Screen sharing (X11): add hide mouse cursor optiontrilene2021-02-181-0/+11