summaryrefslogtreecommitdiffstats
path: root/src/ui
AgeCommit message (Collapse)Author
2024-06-20Fix compilation on systems without specific platform interfacesNicolas Werner
fixes #1749
2024-03-16Make a few headers forward declarationsNicolas Werner
2024-03-16Include moc files for a tiny speedup on incremental buildsNicolas Werner
2024-03-05Fix animated images rendering offscreen for the first frameNicolas Werner
2024-01-11Make volume control logarithmic againNicolas Werner
2024-01-08Make clazy happyNicolas Werner
2024-01-08Fix lag when media messages are shown and fix media controlsNicolas Werner
2023-12-19Fix memory leak and invite filteringNepNep21
2023-12-17Multiple changesNepNep21
More consistent language with similar description strings Add manpage entry Add /unignore Add ignore & decline button in the invite page Add invite rejection to all ignore methods
2023-12-11Add /ignoreNepNep21
2023-10-31A few more small speedupsNicolas Werner
2023-10-31Speed up compilation a bitNicolas Werner
2023-10-26Fix macos not supporting emplace of aggregates yetNicolas Werner
2023-10-24Cleanup ignore user functionality slightlyNicolas Werner
2023-10-23Merge branch 'ignore-users' of github.com:NepNep21/nheko into ignore-usersNicolas Werner
2023-10-13Qt6.6 compatibilityNicolas Werner
2023-10-11Focus to the message input bar after dragging and dropping a fileSateallia
2023-10-09Fix CPU usage from out of frame animated imagesNicolas Werner
2023-10-01Use propertiesNepNep21
2023-10-01RebaseNepNep21
2023-08-10Merge pull request #1523 from Nheko-Reborn/qmlFallbackAuthDeepBlueV7.X
QML the fallback auth dialog
2023-08-09Remove usage of creatorNicolas Werner
2023-07-16Remove final which breaks type registrationNicolas Werner
2023-07-14QML the fallback auth dialogLoren Burkholder
2023-07-06Merge pull request #1501 from Nheko-Reborn/qmlRecaptchaDeepBlueV7.X
QML the reCAPTCHA dialog
2023-07-06make lintLoren Burkholder
2023-07-06Port the reCAPTCHA dialog to QMLLoren Burkholder
2023-07-05Fix overflow in event expiration daysNicolas Werner
2023-07-05Fix variable shadowingNicolas Werner
2023-07-05Add experimental event expirationNicolas Werner
Currently disabled by default.
2023-06-28Rework how history settings are representedNicolas Werner
2023-06-28Fix build against fmt10Nicolas Werner
fixes #1499
2023-06-24Allow viewing and changing the history visibilityNicolas Werner
2023-06-19Make theme visible to qmlNicolas Werner
2023-06-19Move to automatic type registrationNicolas Werner
2023-06-08Link XCB always if X11 support is onNicolas Werner
2023-06-08lintNicolas Werner
2023-06-08Fix palette access and QMediaPlayer errorsNicolas Werner
2023-06-08Make Nheko compile on Qt6Nicolas Werner
2023-02-24Show rooms you share with someoneNicolas Werner
2023-02-21Get rid of year in license headersNicolas Werner
See also: https://daniel.haxx.se/blog/2023/01/08/copyright-without-years/ https://hynek.me/til/copyright-years/
2023-02-15Fix build on macOSNicolas Werner
2023-02-14Pause video when switching roomsLoren Burkholder
Fixes #809
2023-02-10Make ImageOverlay set appropriate windowRole againThulinma
2023-01-12Remove dead codeNicolas Werner
2023-01-09Add some more error loggingNicolas Werner
2023-01-07Fix crash in migrations during secrets deletionNicolas Werner
We need to block the migrations returning until the migrations are done. Fixes #1258
2023-01-02A whole new year full of excitement and possibilities!Nicolas Werner
2022-10-26Enable -WconversionNicolas Werner
2022-10-14VoIP v1 implementation (#1161)Rohit Sutradhar
* 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