summary refs log tree commit diff
path: root/resources/qml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix reply backgrounds in imagesNicolas Werner2023-08-261-0/+15
|
* Fix some reply layouting loopsNicolas Werner2023-08-254-7/+5
|
* Reimplement reply delegate by moving out the timeline event without layoutNicolas Werner2023-08-2512-460/+351
|
* Show reactions againNicolas Werner2023-08-251-2/+38
|
* Remaining events apart from verificationNicolas Werner2023-08-255-52/+249
|
* Get rid of redundant constructions and make room implicitNicolas Werner2023-08-252-6/+7
|
* Port redacted messagesNicolas Werner2023-08-252-13/+31
|
* Port state events and imagesNicolas Werner2023-08-254-10/+93
|
* Working text messages in delegate reworkNicolas Werner2023-08-253-31/+164
|
* Create an EventDelegateChooserNicolas Werner2023-08-253-191/+27
|
* Merge pull request #1535 from Nheko-Reborn/powerlevelsInTimelineDeepBlueV7.X2023-08-103-34/+60
|\ | | | | Show an indicator in the timeline for mods and admins
| * Swap PL indicator locationNicolas Werner2023-08-101-8/+12
| |
| * Merge remote-tracking branch 'origin/powerlevelsInTimeline'Nicolas Werner2023-08-103-33/+55
| |\
| | * Show an indicator in the timeline for mods and adminsLoren Burkholder2023-07-233-33/+55
| | |
* | | Merge pull request #1523 from Nheko-Reborn/qmlFallbackAuthDeepBlueV7.X2023-08-102-0/+75
|\ \ \ | |/ / |/| | QML the fallback auth dialog
| * | QML the fallback auth dialogLoren Burkholder2023-07-142-0/+75
| | |
* | | Merge pull request #1531 from Nheko-Reborn/smootherReactionsDeepBlueV7.X2023-07-281-0/+1
|\ \ \ | | | | | | | | Use mipmap on custom reactions
| * | | Use mipmap on custom reactionsLoren Burkholder2023-07-221-0/+1
| | |/ | |/|
* / | Add mark as read entry to the roomlist right-click menuLoren Burkholder2023-07-221-0/+5
|/ /
* | Merge pull request #1518 from Decodetalkers/duplicateidDeepBlueV7.X2023-07-121-5/+0
|\ \ | |/ |/| fix: duplicate id
| * fix: duplicate idShootingStarDragons2023-07-121-5/+0
| |
* | Fix the color on the insufficient powerlevel warningLoren Burkholder2023-07-081-1/+2
|/
* Merge pull request #1501 from Nheko-Reborn/qmlRecaptchaDeepBlueV7.X2023-07-062-9/+76
|\ | | | | QML the reCAPTCHA dialog
| * Remove duplicate UIA error displayLoren Burkholder2023-07-061-9/+0
| |
| * Port the reCAPTCHA dialog to QMLLoren Burkholder2023-07-062-0/+76
| |
* | Add an early out cache for event expirationNicolas Werner2023-07-061-2/+2
| |
* | Add experimental event expirationNicolas Werner2023-07-052-0/+185
| | | | | | | | Currently disabled by default.
* | Disable mipmaps for avatarsNicolas Werner2023-07-041-2/+0
|/
* Rework how history settings are representedNicolas Werner2023-06-281-51/+124
|
* Allow viewing and changing the history visibilityNicolas Werner2023-06-241-0/+31
|
* Fix some sizes in layoutsNicolas Werner2023-06-192-3/+3
|
* More linter fixesNicolas Werner2023-06-196-11/+12
|
* Fix screenshare selectionNicolas Werner2023-06-191-1/+1
|
* Some qmllint fixesNicolas Werner2023-06-193-8/+6
|
* Fix completer sizeNicolas Werner2023-06-191-1/+1
|
* Temporarily revert TextArea change until I find a proper fix for the binding ↵Nicolas Werner2023-06-191-13/+13
| | | | loop
* Fix dialog pathsNicolas Werner2023-06-194-33/+37
|
* Move to automatic type registrationNicolas Werner2023-06-1927-68/+55
|
* Remove explicit link stylingNicolas Werner2023-06-181-1/+0
|
* Use TextArea for message textNicolas Werner2023-06-101-1/+16
| | | | | | | Allows double click with the middle mouse button to reply and fixed the theming. fixes #1462
* Show some generic message for ACL changesNicolas Werner2023-06-101-0/+14
| | | | fixes #1476
* Add inviter to the invite reasonNicolas Werner2023-06-101-1/+24
| | | | fixes #622
* Fix binding loop in roomlistNicolas Werner2023-06-092-35/+43
|
* Fix toggle placement in user settingsNicolas Werner2023-06-091-5/+5
|
* Fix scrolling in image dialogNicolas Werner2023-06-091-2/+6
|
* Make settings combobox width dependent on contentNicolas Werner2023-06-082-3/+3
| | | | fixes #1164
* Fix communites sidebar colorNicolas Werner2023-06-082-3/+6
|
* Fix theme in cross-signing setupNicolas Werner2023-06-086-10/+19
|
* Replace some binding loops with othersNicolas Werner2023-06-085-6/+7
|
* Fix palette in popupsNicolas Werner2023-06-085-6/+18
|
* Fix playable media playbackNicolas Werner2023-06-082-25/+24
|
* Fix some undefined variables in the UploadBoxNicolas Werner2023-06-081-2/+3
|
* Fix member event binding loopNicolas Werner2023-06-081-1/+1
|
* Fix username label eliding loopNicolas Werner2023-06-082-5/+11
|
* Fix request for empty imageNicolas Werner2023-06-084-4/+8
|
* Bump mtxclient depNicolas Werner2023-06-081-1/+1
|
* Fix message heightNicolas Werner2023-06-081-2/+1
|
* Improve timestamp layouting in room listNicolas Werner2023-06-081-13/+13
|
* Format qmlNicolas Werner2023-06-0827-2691/+2353
|
* Get rid of scrollhelperNicolas Werner2023-06-0817-185/+2
|
* Fix palette access and QMediaPlayer errorsNicolas Werner2023-06-0885-465/+410
|
* First runnable qt6 NhekoNicolas Werner2023-06-087-47/+44
|
* Show custom reactions in reaction historyNicolas Werner2023-05-311-5/+50
| | | | fixes #1467
* Add goto button to hover menu when searchingNicolas Werner2023-05-301-9/+18
| | | | fixes #1457
* Right click option to go to event while searchingSateallia2023-05-301-0/+10
|
* Render custom reactionsNicolas Werner2023-05-271-6/+12
|
* Fix emoji unicodename in tooltipNicolas Werner2023-05-251-1/+1
|
* Make default completer complete custom emojiNicolas Werner2023-05-252-35/+19
|
* Get rid of old emoji pickerNicolas Werner2023-05-255-320/+14
|
* Make emoji picker use the grid viewNicolas Werner2023-05-253-16/+66
|
* Workaround a WM bug that switches the focus incorrectly after initiating a ↵Sateallia2023-05-231-1/+1
| | | | search
* Allow editing stickers from stickerpickerNicolas Werner2023-05-201-0/+18
|
* Allow scrolling to specific sections and order packs in sticker search by ↵Nicolas Werner2023-05-201-24/+48
| | | | match quality
* Fix StickerPicker padding and names of unnamed packsNicolas Werner2023-05-201-27/+31
|
* Fix adding duplicate stickers and strip file extensionNicolas Werner2023-05-201-2/+7
|
* Add rows to stickerpickerNicolas Werner2023-05-202-12/+42
|
* Type keypresses that focus the input barLoren Burkholder2023-05-121-1/+6
|
* Sort rooms in completer by 'activity' and make tombstoned rooms italicNicolas Werner2023-05-061-0/+2
|
* Copy image to clipboardNicolas Werner2023-04-231-0/+36
| | | | Fixes #599
* Use the new mtxclient special effects refactoringLoren Burkholder2023-04-111-1/+1
|
* Rain, rain, go away soonerLoren Burkholder2023-04-081-1/+1
|
* Don't apply gravity to rainLoren Burkholder2023-04-081-0/+1
| | | | It makes the rain look wacky.
* Move effects into a separate fileLoren Burkholder2023-04-082-90/+116
|
* Use particle groups to separate effectsLoren Burkholder2023-04-081-13/+10
|
* Add rainfall effectLoren Burkholder2023-04-081-3/+59
| | | | | This is a proof-of-concept example of inplementing a msgtype not found in the spec.
* Implement unknown msgtype functionalityLoren Burkholder2023-04-081-1/+15
|
* Add a more obvious thread indicatorNicolas Werner2023-04-041-3/+23
|
* Make the profile buttons a bit biggerNicolas Werner2023-04-041-2/+10
|
* Improve choosing screen share typeDavid Elsing2023-03-301-29/+9
|
* Support screen sharing with xdg-desktop-portalDavid Elsing2023-03-302-1/+56
|
* Merge pull request #1409 from Nheko-Reborn/uiTweaksDeepBlueV7.X2023-03-251-7/+60
|\ | | | | | | Overhaul switch appearance
| * Overhaul switch appearanceLoren Burkholder2023-03-241-7/+60
| |
* | Delay some delegate removals to reduce CPU spent on recalculating sizesNicolas Werner2023-03-252-0/+3
| |
* | make name and attribution in image pack settings plain texttastytea2023-03-241-0/+2
| | | | | | | | Otherwise, <foo> would be swallowed.
* | Add width to PowerLevelEditor, fixes 0/1px wide window on tiling WMs0xDEADCADE2023-03-221-0/+1
| | | | | | Same fix as device verification window
* | Add width to device verification window0xDEADCADE2023-03-211-0/+1
| | | | | | Fixes the device verification window being 0 or 1 pixels wide on some tiling window managers.
* | Fix space-community wordingNicolas Werner2023-03-181-1/+1
| |
* | Merge pull request #1404 from LcsTen/dont-show-private-rooms-in-spaceDeepBlueV7.X2023-03-181-2/+2
|\ \ | |/ |/| Don't show inaccessible private rooms in spaces
| * Check isPreviewFetched property for hintsLcsTen2023-03-181-2/+2
| |
| * Show an appropriate hint if the room is inaccessibleLcsTen2023-03-111-1/+1
| |
* | make scroll-down button (toEndButton) focus message inputtastytea2023-03-121-1/+1
|/
* Merge pull request #1388 from Nheko-Reborn/commandDeepBlueV7.X2023-03-104-39/+63
|\ | | | | Warn if an invalid command is entered
| * Handle incomplete commands betterLoren Burkholder2023-03-072-3/+10
| |
| * Don't show timeline behind warningsLoren Burkholder2023-02-282-7/+7
| |
| * Simplify code a bitLoren Burkholder2023-02-281-1/+0
| |
| * Move command calculation logic into InputBarLoren Burkholder2023-02-281-11/+2
| |
| * Show warning when invalid command is enteredLoren Burkholder2023-02-283-4/+29
| | | | | | | | | | | | Fixes #1363 Please note that this doesn't prompt when you try to send a message with a bad command.
| * Enhance appearance of room ping warningLoren Burkholder2023-02-281-7/+9
| |
* | Merge pull request #1394 from Nheko-Reborn/uiTweaksDeepBlueV7.X2023-03-0912-110/+51
|\ \ | | | | | | Some small UI changes
| * | Scroll farther on PgUp/PgDnLoren Burkholder2023-03-021-2/+2
| | |
| * | Add leave button to space previewLoren Burkholder2023-03-021-0/+7
| | |
| * | Don't double-show encryption dialogLoren Burkholder2023-03-011-1/+2
| | |
| * | Make switches respect accent colorLoren Burkholder2023-03-011-1/+1
| | |
| * | Always open the invite dialog properly from the member listLoren Burkholder2023-02-282-5/+1
| | |
| * | Change members button color when hoveredLoren Burkholder2023-02-282-20/+22
| | |
| * | Elide nicks and userids in read reciepts dialogLoren Burkholder2023-02-281-6/+9
| | |
| * | Prevent long nicks/userids from breaking roomlist layoutLoren Burkholder2023-02-281-4/+3
| | | | | | | | | | | | Fixes #1297
| * | Use the nheko spinner everywhereLoren Burkholder2023-02-282-71/+4
| |/
* / Cleanup table renderingNicolas Werner2023-03-091-3/+3
|/ | | | fixes #1406
* add missing license headerNicolas Werner2023-02-241-0/+4
|
* Show rooms you share with someoneNicolas Werner2023-02-243-130/+205
|
* Merge pull request #1374 from Nheko-Reborn/private_imagesDeepBlueV7.X2023-02-235-40/+105
|\ | | | | | | Blur images properly
| * Fade in images when fully recievedLoren Burkholder2023-02-222-27/+8
| |
| * Properly handle images without blurhashesLoren Burkholder2023-02-202-36/+99
| |
| * Use a single, reversible privacy screen transitionLoren Burkholder2023-02-202-34/+4
| |
| * Animate transition to blurhashLoren Burkholder2023-02-201-0/+44
| |
| * Blurhash images when the privacy screen is activeLoren Burkholder2023-02-205-17/+24
| |
* | print errors on failed dialog creationMarcus Hoffmann2023-02-223-101/+195
| | | | | | | | Signed-off-by: Marcus Hoffmann <bubu@bubu1.eu>
* | Get rid of year in license headersNicolas Werner2023-02-21102-291/+102
| | | | | | | | | | | | See also: https://daniel.haxx.se/blog/2023/01/08/copyright-without-years/ https://hynek.me/til/copyright-years/
* | Fix newlines in status messagesNicolas Werner2023-02-211-3/+3
| |
* | Simplify status message in profile a bitNicolas Werner2023-02-211-7/+4
| |
* | UserProfile: add padding to device listMarcus Hoffmann2023-02-211-0/+2
| | | | | | | | | | | | Add the same padding as is applied to long status messages. Signed-off-by: Marcus Hoffmann <bubu@bubu1.eu>
* | UserProfile: fix status message overflowingMarcus Hoffmann2023-02-211-3/+10
| | | | | | | | Also style the "Status:" prefix bold.
* | UserProfile: reduce spacing by a bitMarcus Hoffmann2023-02-211-1/+1
| | | | | | | | Signed-off-by: Marcus Hoffmann <bubu@bubu1.eu>
* | UserProfile: display status messageMarcus Hoffmann2023-02-211-0/+15
| | | | | | | | Signed-off-by: Marcus Hoffmann <bubu@bubu1.eu>
* | MessageView: Add ToolTip to status messageMarcus Hoffmann2023-02-211-2/+9
| | | | | | | | | | | | | | | | | | | | Show the user that this is a status text on hover. We need to change the status text label width to be it's implicitWidth (or the maximum width as specified before), otherwise the tooltip is wildly off-centered. Signed-off-by: Marcus Hoffmann <bubu@bubu1.eu>
* | MessageView: improve styling of presence statusMarcus Hoffmann2023-02-211-0/+3
|/ | | | | | | | Significantly reduce the font size as to visually indicate this is additional information and not part of the username or message text. Align the text with the username field besides it. Signed-off-by: Marcus Hoffmann <bubu@bubu1.eu>
* Explicitly set parent for scrollbars to prevent them from showing on some ↵Nicolas Werner2023-02-162-6/+6
| | | | platforms
* Make scrollbars optional and disabled by defaultNicolas Werner2023-02-142-7/+11
| | | | Also add them to the communities sidebar
* Room list: add scrollbar when not collapsedAlexander Bantyev2023-02-141-1/+7
|
* Focus text input when quick switcher is closedLoren Burkholder2023-02-141-0/+1
| | | | Fixes #1065
* Merge pull request #1359 from Nheko-Reborn/encryption_delegateDeepBlueV7.X2023-02-142-3/+62
|\ | | | | Add a fancy delegate when encryption is enabled
| * Update resources/qml/delegates/EncryptionEnabled.qmlLoren Burkholder2023-02-141-1/+1
| | | | | | Co-authored-by: DeepBlueV7.X <nicolas.werner@hotmail.de>
| * Limit max width of blurbLoren Burkholder2023-02-131-1/+2
| |
| * Update messageLoren Burkholder2023-02-131-3/+1
| |
| * Add a fancy delegate when encryption is enabledLoren Burkholder2023-02-132-3/+63
| |
* | Add a generic video icon when there is no thumbnailLoren Burkholder2023-02-141-1/+1
|/
* Make ImageOverlay set appropriate windowRole againThulinma2023-02-101-0/+1
|
* Update translationsNicolas Werner2023-02-081-0/+7
|
* Fix empty list freeze in CompleterJoseph Donofry2023-02-081-0/+3
|
* Add a reduced motion optionNicolas Werner2023-02-063-1/+80
| | | | fixes #1350
* Fix some leftover menus from #1319q234rty2023-02-012-0/+9
|
* add user search to invite dialog (#1253)Malte E2023-01-313-75/+199
|
* Merge pull request #1319 from Decodetalkers/menuhideonwaylandDeepBlueV7.X2023-01-283-0/+25
|\ | | | | feat: hide all popup menus when press leftbutton on somewhere else
| * feat: hide all popup menus when press leftbutton on somewhere elseShootingStarDragons2023-01-233-0/+25
| | | | | | | | Log: according to the bug on https://bugreports.qt.io/browse/QTBUG-83972, The menu will always stay if not click one of the item. So I try to make a hack for it, wait qt solve it someday
* | Make code tags preserve whitespaceNicolas Werner2023-01-221-2/+3
|/
* Merge pull request #1304 from Decodetalkers/imagesaveDeepBlueV7.X2023-01-221-0/+1
|\ | | | | chore: when save file, hide ImageOverlay window
| * chore: when save file, hide ImageOverlay windowShootingStarDragons2023-01-201-0/+1
| | | | | | | | | | | | Log: on wm like sway, it will cover the whole screen, and I cannot get the file save dialog, then the program will stay there, I must kill it, so I think hide it is better, because after, it will be closed
* | Fix creating DMs from pasting an mxidNicolas Werner2023-01-211-2/+3
|/
* Make it more obvious that the add reaction button is not an emojiNicolas Werner2023-01-191-1/+1
| | | | fixes #1301
* Fix html in sidebar againNicolas Werner2023-01-181-1/+1
|
* Pause ParticleEmitter when not in use (#1284)Joseph Donofry2023-01-141-21/+43
| | | | | * Pause ParticleEmitter when not in use * Use timer instead to pause particle system
* Fix white bar above sticker pickerNicolas Werner2023-01-122-35/+17
|
* Fix weirdly big spinnerNicolas Werner2023-01-121-2/+2
|
* Fix white bar above emoji pickerNicolas Werner2023-01-121-35/+19
|
* Try to fix binding loop in emoji pickerNicolas Werner2023-01-121-2/+2
|
* Fix clear button stylingNicolas Werner2023-01-071-20/+7
|
* Fix html in usernamesNicolas Werner2023-01-072-2/+2
|
* Navigate to space when room is selectedNicolas Werner2023-01-071-3/+0
| | | | fixes #1260
* Maybe fix text selection in raw message dialogNicolas Werner2023-01-021-0/+1
|
* A whole new year full of excitement and possibilities!Nicolas Werner2023-01-02100-0/+100
|
* Fix send message logic bug introduced with shift+enter settingJoseph Donofry2022-12-281-2/+2
|
* Show invite reason in the UI (hidden by default)Nicolas Werner2022-12-271-0/+39
|
* Add 'clear' button to search bar and implement search indicator via spinnerJoseph Donofry2022-12-203-2/+39
|
* Fix unread bar sizeNicolas Werner2022-12-181-1/+3
|
* Fix weird QQC2 crash in alias dialogNicolas Werner2022-12-171-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Backtrace: Thread 1 "nheko" received signal SIGSEGV, Segmentation fault. containerWidget (w=w@entry=0x0) at /usr/src/debug/dev-qt/qtwidgets-5.15.7/qtbase-everywhere-src-5.15.7/src/widgets/styles/qstylesheetstyle.cpp:2467 2467 if (const QAbstractScrollArea *sa = qobject_cast<const QAbstractScrollArea *>(w->parentWidget())) { (gdb) bt #0 containerWidget(QWidget const*) (w=w@entry=0x0) at /usr/src/debug/dev-qt/qtwidgets-5.15.7/qtbase-everywhere-src-5.15.7/src/widgets/styles/qstylesheetstyle.cpp:2467 #1 0x00007ffff4aa0ad6 in QStyleSheetStyle::drawPrimitive(QStyle::PrimitiveElement, QStyleOption const*, QPainter*, QWidget const*) const (this=0x555559917900, pe=<optimized out>, opt=0x55555ea4b5c0, p=0x7fffffffcfd0, w=0x0) at /usr/src/debug/dev-qt/qtwidgets-5.15.7/qtbase-everywhere-src-5.15.7/src/widgets/styles/qstylesheetstyle.cpp:4452 #2 0x00007fff61d4a86b in KQuickStyleItem::paint(QPainter*) (this=this@entry=0x55555ea4a1e0, painter=painter@entry=0x7fffffffcfd0) at /usr/src/debug/kde-frameworks/qqc2-desktop-style-5.101.0/qqc2-desktop-style-5.101.0/plugin/kquickstyleitem.cpp:1667 #3 0x00007fff61d4b22a in KQuickStyleItem::updatePolish() (this=0x55555ea4a1e0) at /usr/src/debug/kde-frameworks/qqc2-desktop-style-5.101.0/qqc2-desktop-style-5.101.0/plugin/kquickstyleitem.cpp:1928 #4 0x00007ffff57717c2 in QQuickWindowPrivate::polishItems() (this=0x55555ea2e760) at /usr/src/debug/dev-qt/qtdeclarative-5.15.7-r1/qtdeclarative-everywhere-src-5.15.7/src/quick/items/qquickwindow.cpp:393 #5 0x00007ffff570f4ef in QSGThreadedRenderLoop::polishAndSync(QSGThreadedRenderLoop::Window*, bool) (this=this@entry=0x5555598eb770, w=w@entry=0x7fffe000aef0, inExpose=inExpose@entry=true) at /usr/src/debug/dev-qt/qtdeclarative-5.15.7-r1/qtdeclarative-everywhere-src-5.15.7/src/quick/scenegraph/qsgthreadedrenderloop.cpp:1576 #6 0x00007ffff5710a8e in QSGThreadedRenderLoop::handleExposure(QQuickWindow*) (this=0x5555598eb770, window=<optimized out>) at /usr/src/debug/dev-qt/qtdeclarative-5.15.7-r1/qtdeclarative-everywhere-src-5.15.7/src/quick/scenegraph/qsgthreadedrenderloop.cpp:1374 #7 0x00007ffff43d2b45 in QWindow::event(QEvent*) (this=0x7fffe0006eb0, ev=<optimized out>) at /usr/src/debug/dev-qt/qtgui-5.15.7-r1/qtbase-everywhere-src-5.15.7/src/gui/kernel/qwindow.cpp:2450 #8 0x00007ffff49ee481 in QApplicationPrivate::notify_helper(QObject*, QEvent*) (this=<optimized out>, receiver=0x7fffe0006eb0, e=0x7fffffffd460) at /usr/src/debug/dev-qt/qtwidgets-5.15.7/qtbase-everywhere-src-5.15.7/src/widgets/kernel/qapplication.cpp:3637 #9 0x00007ffff3e2d618 in QCoreApplication::notifyInternal2(QObject*, QEvent*) (receiver=0x7fffe0006eb0, event=0x7fffffffd460) at /usr/src/debug/dev-qt/qtcore-5.15.7/qtbase-everywhere-src-5.15.7/src/corelib/kernel/qcoreapplication.cpp:1064 #10 0x00007ffff43c8368 in QGuiApplicationPrivate::processExposeEvent(QWindowSystemInterfacePrivate::ExposeEvent*) (e=0x55555f648b30) at /usr/src/debug/dev-qt/qtgui-5.15.7-r1/qtbase-everywhere-src-5.15.7/src/gui/kernel/qguiapplication.cpp:3261 #11 0x00007ffff43a55ab in QWindowSystemInterface::sendWindowSystemEvents(QFlags<QEventLoop::ProcessEventsFlag>) (flags=flags@entry=...) at /usr/src/debug/dev-qt/qtgui-5.15.7-r1/qtbase-everywhere-src-5.15.7/src/gui/kernel/qwindowsysteminterface.cpp:1169 #12 0x00007fffef102622 in xcbSourceDispatch(GSource*, GSourceFunc, gpointer) (source=<optimized out>) at /usr/src/debug/dev-qt/qtgui-5.15.7-r1/qtbase-everywhere-src-5.15.7/src/plugins/platforms/xcb/qxcbeventdispatcher.cpp:105 #13 0x00007ffff386d030 in g_main_context_dispatch () at /usr/lib64/libglib-2.0.so.0 #14 0x00007ffff386d2d8 in () at /usr/lib64/libglib-2.0.so.0 #15 0x00007ffff386d36f in g_main_context_iteration () at /usr/lib64/libglib-2.0.so.0 #16 0x00007ffff3e80e55 in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) (this=0x5555596a4770, flags=...) at /usr/src/debug/dev-qt/qtcore-5.15.7/qtbase-everywhere-src-5.15.7/src/corelib/kernel/qeventdispatcher_glib.cpp:423 #17 0x00007ffff3e2c00b in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) (this=this@entry=0x7fffffffd700, flags=..., flags@entry=...) at /usr/src/debug/dev-qt/qtcore-5.15.7/qtbase-everywhere-src-5.15.7/include/QtCore/../../src/corelib/global/qflags.h:69 #18 0x00007ffff3e344ea in QCoreApplication::exec() () at /usr/src/debug/dev-qt/qtcore-5.15.7/qtbase-everywhere-src-5.15.7/include/QtCore/../../src/corelib/global/qflags.h:121 #19 0x00005555594a5c43 in main(int, char**) (argc=2, argv=0x7fffffffdab8) at /home/nicolas/Dokumente/devel/open-source/nheko/src/main.cpp:401 (gdb) p w $1 = (const QWidget *) 0x0
* Fix copy and paste againNicolas Werner2022-12-141-1/+2
|
* Focus text field on key press (swallows first though...)Nicolas Werner2022-12-132-0/+5
|
* Revert "Disable keyboard selection for text by default"Nicolas Werner2022-12-131-2/+0
| | | | This reverts commit 0035c359ce97bf5975e19fd519f5852a40967bd7.
* Add a button to room the upgraded room in the timelineNicolas Werner2022-12-131-0/+28
|
* Disable keyboard selection for text by defaultNicolas Werner2022-12-131-0/+2
|
* confetti (#1243)Loren Burkholder2022-12-103-1/+78
| | | * 🎉 (confetti) message support. Thanks @LorenDB !
* fix squishNicolas Werner2022-12-071-1/+1
|
* Fix downscaleq234rty2022-12-061-2/+2
|
* Fix people icon blurrinessq234rty2022-12-061-2/+0
|
* Change margins because people nagged meNicolas Werner2022-11-101-1/+2
|
* Implement a completer for commandsNicolas Werner2022-11-092-0/+26
| | | | fixes #429
* Add room settings in room listLoren Burkholder2022-11-071-0/+5
|
* Add invert enter key settingLordMZTE2022-11-041-1/+6
|
* Make the higlight ring a bit less in your faceNicolas Werner2022-11-031-1/+1
|
* Highlight higlight tweaks in the timelineNicolas Werner2022-11-012-0/+5
| | | | | fixes #400 fixes #1136
* Fix search rooms buttonNicolas Werner2022-11-011-2/+2
|
* Fix UploadBox thumbnail sizefoxb6122022-10-251-2/+3
|
* VoIP v1 implementation (#1161)Rohit Sutradhar2022-10-145-6/+62
| | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Fix date separatorNicolas Werner2022-10-071-7/+7
|
* Add a shortcut for searchNicolas Werner2022-10-071-2/+8
|
* Add a slow way to search a roomNicolas Werner2022-10-063-24/+79
|
* Basic thread filteringNicolas Werner2022-10-061-4/+13
| | | | The reply pagination logic is a bit weird rn though.
* Fix userprofile on roomlistNicolas Werner2022-10-051-1/+1
|
* Swap thread and edit buttonNicolas Werner2022-10-041-14/+14
|
* Fix raw message dialogNicolas Werner2022-10-041-1/+1
|
* Merge pull request #1202 from Nheko-Reborn/grammarDeepBlueV7.X2022-10-037-10/+10
|\ | | | | Grammar
| * Various grammar fixes (mostly removing commas)Loren Burkholder2022-09-307-10/+10
| |
* | Green is not Svg::greenNicolas Werner2022-10-011-2/+2
| | | | | | | | fixes #1203
* | Merge pull request #1198 from rnhmjoj/pr-greenDeepBlueV7.X2022-10-013-11/+11
|\ \ | | | | | | Add green theme color, make "error" configurable
| * | Add green theme color, make "error" configurablernhmjoj2022-10-013-11/+11
| | |
* | | Replace some user visible mentions of spacesNicolas Werner2022-10-014-5/+5
| | |
* | | Fix wrong file urlsNicolas Werner2022-10-011-3/+3
|/ /
* | Load components on demandNicolas Werner2022-10-012-168/+27
| |
* | Prepare for adding proxy before chat.modelNicolas Werner2022-10-013-37/+37
| |
* | Basic threading supportNicolas Werner2022-09-304-15/+75
|/
* Allow editing permissions in spaces recursivelyNicolas Werner2022-09-283-2/+173
|
* Allow adding non-existing userids to power levelsNicolas Werner2022-09-221-1/+6
|
* Show the community of a roomNicolas Werner2022-09-202-10/+52
|
* Rework how access rules for rooms are modified completelyNicolas Werner2022-09-193-15/+275
|
* Fix "Send by enter" on Windowsq234rty2022-09-161-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.
* Line to indicate first unread message (#1147)Hiers2022-09-113-1/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * First draft of unread line feature. * Minor visual fix. * Removed unnecessary ternary operator. * Extended unread line functionality to work on minimised window or focusing another window. * Fix for unread line not showing when last read message is hidden. * Minor performance improvement. Fix for misbehaving event2order DB at application start. * Fix for possible performance issues when user has joined a large number of rooms. * Fix for breaking macos and clazy builds. * Changed on windows focus function to refresh unread line if room is unread. * Unread line is removed when user sends a message. * Linting. * Fixed unread line to work in standalone room windows. * Switch isRoomUnread for index 0. * Merged try/catch blocks. * Fix for crash on opening a room invite. * Call fullyReadEventId function when used instead of storing it and passing it through. * Function that was meant to sync the unread line was relying on an async function, oops. * Linting again. * More linting... * Minor changes.
* Enable spoilers in repliesNicolas Werner2022-09-111-1/+1
|
* Allow creating spacesNicolas Werner2022-09-052-2/+18
|
* Implement space stickers & emojiNicolas Werner2022-09-011-0/+3
|
* Unset the transient parent on separate chat windowsNicolas Werner2022-08-311-3/+5
| | | | relates to #1168
* Added discrete edit button to room profiles.Hiers2022-08-221-2/+16
|
* Merge pull request #1156 from foresto/patch-1DeepBlueV7.X2022-08-201-0/+1
|\ | | | | Focus message input box when pressing Esc
| * Focus message input box when pressing EscForest2022-08-191-0/+1
| | | | | | This helps with #1065, although I think making sure the message input box gets focus by default would be worthwhile.
* | Reactions: avoid highlight color misuse, subdue border colorForest2022-08-191-9/+8
|/ | | | | | | | | | | | | | | | | This addresses a few problems with reaction colors: - The state-checking conditionals for reaction text, background, and border were inconsistent, making it difficult to choose colors for each state (normal, hovered, and self reactions) that worked well in all themes. - The QPalette::Highlight color was being misused as a text/foreground color. This color role is intended for background areas. It has little contrast against the background in themes like KDE Plasma's Breeze High Contrast, so using it for text and icons makes those things difficult to read. https://doc.qt.io/qt-5/qpalette.html#ColorRole-enum - The reaction border was drawn in the same color as normal text, making it so bright in some dark themes that it distracted from reading nearby text. Fixes Nheko-Reborn/nheko#1159
* Break http images and implement barebones spoiler support when not in mobile ↵Nicolas Werner2022-08-171-1/+5
| | | | | | | mode see #1042 see #483
* Support editing space childrenNicolas Werner2022-08-102-29/+133
|
* Change preview title for spacesNicolas Werner2022-08-081-1/+1
|
* Show a room preview in the join confirmation dialogNicolas Werner2022-08-053-1/+166
| | | | | | Requires MSC3266 Fixes #1129
* Fix room members dialog opening room member dialog of the wrong roomNicolas Werner2022-07-301-1/+1
|
* Fix window decorations on macos for room dir dialogNicolas Werner2022-07-181-1/+1
| | | | fixes #1114
* Update translationsNicolas Werner2022-07-161-1/+1
|
* Fix weird spacing and hidden encryption indicator in top barNicolas Werner2022-07-162-5/+8
|
* Make notification count calculation more efficientNicolas Werner2022-07-161-35/+25
|
* Merge remote-tracking branch 'origin/perSpaceNotifs' into perSpaceNotifsNicolas Werner2022-07-143-79/+140
|\
| * Simplify space notification optionsLoren Burkholder2022-06-292-36/+4
| |
| * make licenseLoren Burkholder2022-06-291-0/+4
| |
| * Allow muting spaces; other general improvementsLoren Burkholder2022-06-291-5/+28
| |
| * Add space notification configurationLoren Burkholder2022-06-292-4/+27
| |
| * Add space notifs to room listLoren Burkholder2022-06-291-64/+18
| |
| * Make the notification bubble its own componentLoren Burkholder2022-06-292-79/+85
| |
| * Add loud notifications for spacesLoren Burkholder2022-06-291-4/+4
| |
| * Add space notifications to room listLoren Burkholder2022-06-291-32/+48
| |
| * Display unread notifications for spacesLoren Burkholder2022-06-292-3/+70
| |
* | Try to fix titlebar on room dirNicolas Werner2022-07-091-1/+2
| |
* | Support rendering policy rulesNicolas Werner2022-07-091-0/+42
| |
* | Allow editing aliasesNicolas Werner2022-07-084-7/+206
| |
* | Warn about emojis looking different in different clientsNicolas Werner2022-07-031-0/+11
| | | | | | | | fixes #919
* | Fix emoji verification clipped on swayNicolas Werner2022-07-037-593/+560
| | | | | | | | fixes #917
* | Fix crash when closing room directory windowNicolas Werner2022-07-012-5/+4
| |