Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix the color on the insufficient powerlevel warning | Loren Burkholder | 2023-07-08 | 1 | -1/+2 |
| | |||||
* | Format qml | Nicolas Werner | 2023-06-08 | 1 | -156/+123 |
| | |||||
* | Fix palette access and QMediaPlayer errors | Nicolas Werner | 2023-06-08 | 1 | -9/+6 |
| | |||||
* | Make default completer complete custom emoji | Nicolas Werner | 2023-05-25 | 1 | -2/+0 |
| | |||||
* | Get rid of old emoji picker | Nicolas Werner | 2023-05-25 | 1 | -2/+2 |
| | |||||
* | Make emoji picker use the grid view | Nicolas Werner | 2023-05-25 | 1 | -2/+10 |
| | |||||
* | Add rows to stickerpicker | Nicolas Werner | 2023-05-20 | 1 | -1/+1 |
| | |||||
* | Merge pull request #1388 from Nheko-Reborn/command | DeepBlueV7.X | 2023-03-10 | 1 | -0/+2 |
|\ | | | | | Warn if an invalid command is entered | ||||
| * | Show warning when invalid command is entered | Loren Burkholder | 2023-02-28 | 1 | -0/+2 |
| | | | | | | | | | | | | Fixes #1363 Please note that this doesn't prompt when you try to send a message with a bad command. | ||||
* | | Use the nheko spinner everywhere | Loren Burkholder | 2023-02-28 | 1 | -2/+4 |
|/ | |||||
* | Get rid of year in license headers | Nicolas Werner | 2023-02-21 | 1 | -3/+1 |
| | | | | | | See also: https://daniel.haxx.se/blog/2023/01/08/copyright-without-years/ https://hynek.me/til/copyright-years/ | ||||
* | A whole new year full of excitement and possibilities! | Nicolas Werner | 2023-01-02 | 1 | -0/+1 |
| | |||||
* | Fix send message logic bug introduced with shift+enter setting | Joseph Donofry | 2022-12-28 | 1 | -2/+2 |
| | |||||
* | Implement a completer for commands | Nicolas Werner | 2022-11-09 | 1 | -0/+2 |
| | | | | fixes #429 | ||||
* | Add invert enter key setting | LordMZTE | 2022-11-04 | 1 | -1/+6 |
| | |||||
* | VoIP v1 implementation (#1161) | Rohit Sutradhar | 2022-10-14 | 1 | -3/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * Initial commit for VoIP v1 implementation * Added draft of event handlers for voip methods * Added event handlers for VoIP events, added rejectCall, added version tracking for call version for V0 and V1 compatibility * Added call events to the general message pipeline. Modified Call Reject mechanism * Added message delegates for new events. Modified hidden events. Updated handle events. * Updated implementation to keep track of calls on other devices * Fixed linting * Fixed code warnings * Fixed minor bugs * fixed ci * Added acceptNegotiation method definition when missing gstreamer * Fixed warnings * Fixed linting | ||||
* | Basic threading support | Nicolas Werner | 2022-09-30 | 1 | -0/+4 |
| | |||||
* | Fix "Send by enter" on Windows | q234rty | 2022-09-16 | 1 | -1/+1 |
| | | | Apparently on windows `Qt.inputMethod.visible` is always true when an input method is installed. Also on windows even after removing the check enter is still consumed by the input method, not nheko. | ||||
* | Subtle corrections to paste behaviors | SyldraTheCat | 2022-06-14 | 1 | -8/+2 |
| | |||||
* | Make cursoring up/down more consistent on some setups | SyldraTheCat | 2022-06-13 | 1 | -2/+2 |
| | |||||
* | Don't send on Enter when inputMethod.visible ( == OSK active assumed) | Malte E | 2022-03-20 | 1 | -2/+4 |
| | |||||
* | add preedit text to search | Malte E | 2022-03-20 | 1 | -1/+5 |
| | |||||
* | remove completer trigger characters | Malte E | 2022-03-20 | 1 | -4/+4 |
| | |||||
* | attempt to include preeditText in search string | Malte E | 2022-03-20 | 1 | -1/+1 |
| | |||||
* | make completer work with input method | Malte E | 2022-03-20 | 1 | -9/+14 |
| | |||||
* | properly commit preedit text | Malte E | 2022-03-19 | 1 | -1/+1 |
| | |||||
* | small rework of the reply popup | Malte E | 2022-03-11 | 1 | -1/+0 |
| | |||||
* | Don't destroy components in use | Nicolas Werner | 2022-03-10 | 1 | -0/+8 |
| | | | | | | | | 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 | ||||
* | Mobile message input (#962) | Malte E | 2022-03-05 | 1 | -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 a few small completer glitches | Nicolas Werner | 2022-03-01 | 1 | -4/+9 |
| | |||||
* | Don't leak dialogs | Nicolas Werner | 2022-02-21 | 1 | -0/+1 |
| | | | | | | It seems that you need to manually destroy created objects... Great... fixes #898 | ||||
* | Fix forward completer | Nicolas Werner | 2022-02-21 | 1 | -14/+40 |
| | |||||
* | Allow window sizes smaller than 400x400 | Nicolas Werner | 2022-02-14 | 1 | -4/+12 |
| | |||||
* | Port usersettings to qml | Nicolas Werner | 2022-01-09 | 1 | -1/+1 |
| | |||||
* | Update year in copyright notice to shut up lint job | Nicolas Werner | 2022-01-01 | 1 | -0/+1 |
| | |||||
* | Add an ugly custom emote completer using ~ | Nicolas Werner | 2021-12-27 | 1 | -3/+6 |
| | |||||
* | Vertically align message input | Nicolas Werner | 2021-12-12 | 1 | -1/+2 |
| | | | | fixes #351 | ||||
* | Switch icon theme to Fluent icons | Loren Burkholder | 2021-11-17 | 1 | -4/+4 |
| | |||||
* | Warn the user before they ping the whole room | Nicolas Werner | 2021-09-02 | 1 | -1/+1 |
| | |||||
* | Use in memory media player instead of storing unencrypted files on disk | Nicolas Werner | 2021-08-29 | 1 | -5/+4 |
| | |||||
* | accept Backtab and Shift-Tab for hovering selection backwards | resolritter | 2021-08-22 | 1 | -2/+6 |
| | |||||
* | Avoid completer jitter before closing | Thomas Karpiniec | 2021-08-21 | 1 | -9/+5 |
| | |||||
* | Allow opening a completer starting with selected text | Thomas Karpiniec | 2021-08-21 | 1 | -3/+3 |
| | |||||
* | Close popup on SelectAll | Thomas Karpiniec | 2021-08-21 | 1 | -0/+4 |
| | |||||
* | Fix window placement on wayland and add close buttons | Nicolas Werner | 2021-08-04 | 1 | -1/+1 |
| | | | | | | We explicitly set a parent. We can't assign to ApplicationWindow.transientParent though, only to Window.transientParent, so we just call setTransientParent in C++. | ||||
* | Port to explicit connect syntax | Nicolas Werner | 2021-07-27 | 1 | -9/+26 |
| | | | | Also fix a lot of warnings. | ||||
* | Fix emoji picker not connected to input | Nicolas Werner | 2021-07-22 | 1 | -1/+1 |
| | |||||
* | Fix roomId property | Loren Burkholder | 2021-07-20 | 1 | -1/+1 |
| | |||||
* | Cache sticker picker | Nicolas Werner | 2021-07-19 | 1 | -1/+1 |
| | |||||
* | Basic sticker support | Nicolas Werner | 2021-07-19 | 1 | -2/+27 |
| | |||||
* | Move currentRoom/timeline handling to roomlist | Nicolas Werner | 2021-05-28 | 1 | -31/+31 |
| | |||||
* | Make palette global in Qml | Nicolas Werner | 2021-05-13 | 1 | -5/+5 |
| | |||||
* | Only show actions, when you have permissions to do them | Nicolas Werner | 2021-05-02 | 1 | -0/+8 |
| | |||||
* | Fix cursor positioning on edits | Nicolas Werner | 2021-04-15 | 1 | -6/+16 |
| | | | | fixes #502 | ||||
* | Fix paste not overwriting selections | Nicolas Werner | 2021-04-15 | 1 | -0/+1 |
| | |||||
* | Fix qml license headers again | Nicolas Werner | 2021-03-14 | 1 | -0/+1 |
| | |||||
* | Improve sorting and sizing of completions a bit | Nicolas Werner | 2021-03-14 | 1 | -1/+0 |
| | |||||
* | Merge branch 'quickswitcher_qml' of git://github.com/Jedi18/nheko into ↵ | Nicolas Werner | 2021-03-13 | 1 | -1/+1 |
|\ | | | | | | | Jedi18-quickswitcher_qml | ||||
| * | add room alias delegate, fix some quickswitcher ui problems | Jedi18 | 2021-02-22 | 1 | -1/+1 |
| | | |||||
* | | Fix conflict between qmlformat and license check | Nicolas Werner | 2021-03-07 | 1 | -0/+1 |
| | | |||||
* | | Show mxid on hovering username | Nicolas Werner | 2021-03-07 | 1 | -1/+0 |
| | | | | | | | | fixes #507 | ||||
* | | Update license headers | Nicolas Werner | 2021-03-05 | 1 | -0/+4 |
| | | |||||
* | | Merge remote-tracking branch 'upstream/master' into screenshare-x11 | trilene | 2021-02-25 | 1 | -43/+50 |
|\ \ | |||||
| * | | Fix potential issue with modifiers and edit shortcuts | Nicolas Werner | 2021-02-25 | 1 | -2/+2 |
| | | | |||||
| * | | Fix text input restoring after edits | Nicolas Werner | 2021-02-25 | 1 | -2/+0 |
| | | | |||||
| * | | Allow editing via up and down arrows | Nicolas Werner | 2021-02-24 | 1 | -0/+33 |
| | | | |||||
| * | | Use scrollview again for input | Nicolas Werner | 2021-02-22 | 1 | -41/+14 |
| |/ | |||||
| * | add rooms model, add room delegate for completer | Jedi18 | 2021-02-16 | 1 | -0/+3 |
| | | |||||
* | | Require GStreamer 1.18 for voip support | trilene | 2021-02-20 | 1 | -1/+0 |
|/ | |||||
* | Fix UI allowing edits of foreign messages in some cases | Nicolas Werner | 2021-02-10 | 1 | -2/+2 |
| | |||||
* | Add edit shortcuts and fix some focus stuff | Nicolas Werner | 2021-02-09 | 1 | -1/+5 |
| | |||||
* | Implement message editing | Nicolas Werner | 2021-02-09 | 1 | -0/+4 |
| | | | | | | The UI still looks ugly, but I have no good idea atm. fixes #134 | ||||
* | focus message input on adding emoji/reacting to a message | Jedi18 | 2021-02-05 | 1 | -0/+6 |
| | |||||
* | close emoji autocompleter if space typed after : issue #433 and adds default ↵ | Jedi18 | 2021-02-05 | 1 | -0/+4 |
| | | | | option for emoji font family settings | ||||
* | Cleanup privacy screen, no more grabImage | Nicolas Werner | 2021-02-03 | 1 | -0/+1 |
| | |||||
* | Allow drag/drop of files on whole timeline | Loren Burkholder | 2021-02-01 | 1 | -6/+0 |
| | |||||
* | Fix username completion deleting characters before it | Nicolas Werner | 2021-01-27 | 1 | -1/+4 |
| | | | | fixes #421 | ||||
* | Only select elements in completer when mouse is moved | Nicolas Werner | 2021-01-27 | 1 | -2/+3 |
| | |||||
* | Autoclose completer when space is pressed and no suggestion available | Nicolas Werner | 2021-01-27 | 1 | -0/+3 |
| | |||||
* | Remove test log message | Nicolas Werner | 2021-01-25 | 1 | -4/+1 |
| | |||||
* | Focus input area on room switch and reply change again | Nicolas Werner | 2021-01-25 | 1 | -31/+40 |
| | | | | | fixes #412 fixes #413 | ||||
* | Fix flickable direction for MessageInput | Nicolas Werner | 2021-01-20 | 1 | -0/+1 |
| | |||||
* | Simplify section handling a bit | Nicolas Werner | 2021-01-19 | 1 | -2/+2 |
| | |||||
* | Fix completer opening in wrong place after warning fix | Nicolas Werner | 2021-01-19 | 1 | -2/+2 |
| | |||||
* | Fix qml warnings | Nicolas Werner | 2021-01-19 | 1 | -12/+20 |
| | |||||
* | Fix placeholderTextColor not supported below Qt 5.12 | Nicolas Werner | 2021-01-18 | 1 | -1/+8 |
| | |||||
* | Fix crash with ScrollView | Nicolas Werner | 2021-01-17 | 1 | -16/+31 |
| | |||||
* | Revert "Update QtQuick versions to match Qt 5.10" | Nicolas Werner | 2021-01-12 | 1 | -3/+3 |
| | | | | This reverts commit 74e32dd96b8ed04d46802226551e72b68ab17e48. | ||||
* | Update QtQuick versions to match Qt 5.10 | Joseph Donofry | 2021-01-11 | 1 | -3/+3 |
| | |||||
* | Merge master and fix conflicts | Joseph Donofry | 2021-01-11 | 1 | -5/+27 |
|\ | |||||
| * | Fix device discovery under GStreamer 1.16 | trilene | 2021-01-07 | 1 | -0/+1 |
| | | |||||
| * | Fix Qml control colors | trilene | 2021-01-07 | 1 | -2/+3 |
| | | |||||
| * | Port PlaceCall dialog to Qml | trilene | 2021-01-07 | 1 | -1/+22 |
| | | |||||
| * | Move call-related properties to CallManager | trilene | 2021-01-07 | 1 | -4/+4 |
|/ | |||||
* | Fix selection in input area by mouse | Nicolas Werner | 2020-11-30 | 1 | -0/+1 |
| | |||||
* | Open completer on tab | Nicolas Werner | 2020-11-25 | 1 | -6/+29 |
| | |||||
* | Fix input focus when pressing reply button | Nicolas Werner | 2020-11-25 | 1 | -0/+1 |
| | |||||
* | Implement Qml drag and drop | Nicolas Werner | 2020-11-25 | 1 | -0/+5 |
| | |||||
* | Fix enter when no completion available | Nicolas Werner | 2020-11-25 | 1 | -12/+13 |
| | |||||
* | Mouse selection of completions | Nicolas Werner | 2020-11-25 | 1 | -3/+12 |
| | |||||
* | Fix index out of range on backspace in completer | Nicolas Werner | 2020-11-25 | 1 | -3/+3 |
| | |||||
* | Qml emoji completer | Nicolas Werner | 2020-11-25 | 1 | -0/+4 |
| | |||||
* | Simple prefix match for completions | Nicolas Werner | 2020-11-25 | 1 | -1/+1 |
| | |||||
* | Custom completer filtering | Nicolas Werner | 2020-11-25 | 1 | -0/+3 |
| | |||||
* | Working User completer | Nicolas Werner | 2020-11-25 | 1 | -4/+16 |
| | |||||
* | WIP Qml completer | Nicolas Werner | 2020-11-25 | 1 | -7/+51 |
| | |||||
* | Reenable Ctrl+U | Nicolas Werner | 2020-11-25 | 1 | -1/+3 |
| | |||||
* | Reimplement message history | Nicolas Werner | 2020-11-25 | 1 | -1/+4 |
| | |||||
* | Move emoji picker to qml | Nicolas Werner | 2020-11-25 | 1 | -2/+6 |
| | |||||
* | Use old style connection (for Qt5.12) | Nicolas Werner | 2020-11-25 | 1 | -3/+1 |
| | |||||
* | Move calls to new input bar | Nicolas Werner | 2020-11-25 | 1 | -1/+12 |
| | |||||
* | Add file uploading | Nicolas Werner | 2020-11-25 | 1 | -14/+31 |
| | |||||
* | Basic text input in qml | Nicolas Werner | 2020-11-25 | 1 | -2/+7 |
| | |||||
* | Pasteable textinput | Nicolas Werner | 2020-11-25 | 1 | -1/+23 |
| | |||||
* | Split up TimelineView into separate components | Nicolas Werner | 2020-10-26 | 1 | -0/+90 |