summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2022-04-23Add option to run qmltcqt6Nicolas Werner
2022-04-23Work around crash with singleton AbstractItemModelsNicolas Werner
2022-04-23Fix multimedia importNicolas Werner
2022-04-23Fix dbus API moc with Qt6Nicolas Werner
2022-04-23Explicitly name parameters in signal handlerNicolas Werner
2022-04-23Remove unnecessary meta type registrationsNicolas Werner
2022-04-23Fix mistakenly removed compilation of mac notification backendNicolas Werner
2022-04-23Setting badge count unsupported in Qt6Nicolas Werner
2022-04-23QPair is just an alias nowNicolas Werner
2022-04-23Qt6 already has a closeEvent on QQuickViewNicolas Werner
2022-04-23Disable qml compilation only on Qt6.3 and upNicolas Werner
2022-04-23Remove mac extrasNicolas Werner
2022-04-23Lint qmlNicolas Werner
2022-04-23Fix button colorsNicolas Werner
2022-04-23Try a qt6 flatpak buildNicolas Werner
2022-04-23Port all qml elements to declarative registrationNicolas Werner
2022-04-23Add qml files in CMakeListsNicolas Werner
2022-04-23Simplify translation addingNicolas Werner
2022-04-23Fix char out of range and media player signalsNicolas Werner
2022-04-23Fix some qt6 issuesNicolas Werner
2022-04-23Basic running app on qt6Nicolas Werner
2022-04-23Don't use deprecated filterRegExpNicolas Werner
2022-04-23Fix use of deprecated QRegExp in MemberList filterNicolas Werner
2022-04-22Search room members (#1049)Loren Burkholder
2022-04-22Merge pull request #1054 from tastytea/image-pack-changes/pack-idDeepBlueV7.X
Show pack Id for image pack changes in timeline
2022-04-22Add member list and settings buttons to spaces (#1051)Loren Burkholder
* Add member list and settings buttons to spaces * Un-buttonify the member list button * Properly button settings *and* members
2022-04-23Fix flatpak CIflatpak-testNicolas Werner
2022-04-21Translated using Weblate (Indonesian)Weblate
Currently translated at 100.0% (702 of 702 strings) Co-authored-by: Linerly <linerly@protonmail.com> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/id/ Translation: Nheko/nheko
2022-04-20Fix PLs for DMsNicolas Werner
2022-04-20Show pack Id for image pack changes in timelinetastytea
Show either pack name, state key or (empty).
2022-04-19Show changes in image packs in timelineNicolas Werner
2022-04-19Explicitly install the configured filesNicolas Werner
2022-04-19Fix install of desktop file in flatpakNicolas Werner
2022-04-18Merge pull request #1050 from Nheko-Reborn/uiTweaksDeepBlueV7.X
Focus room search
2022-04-18Focus room searchLoren Burkholder
2022-04-18Add more explanations to desktop fileNicolas Werner
2022-04-18Make Nheko discoverable using appdataNicolas Werner
2022-04-18Fix lintingNicolas Werner
2022-04-18D-Bus fixes (#1048)Loren Burkholder
According to LorenDB's First Law of Software Development, once a developer has committed or merged a new feature, he will find at least one problem with the implementation. I realized that I was constructing the room info items with some parameters out of order, which required a rather urgent fix. Furthermore, I fixed the image decoding algorithms in the QDBusArgument operator. Finally, I switched the API version parameter back to QString, since passing it as a QVersionNumber would create a problem for non-Qt API users. On the general improvements side of things, I added some handy wrappers for D-Bus calls so that other devs that copy the NhekoDBusApi files to use for their own applications won't have to go to the effort of making the D-Bus calls themselves.
2022-04-16Merge pull request #1046 from tastytea/zsh-completionDeepBlueV7.X
add Zsh completion
2022-04-16Fix grayscale bug AGAINNicolas Werner
2022-04-16add Zsh completiontastytea
Installs into the default site-wide Zsh directory.
2022-04-14Fix cursor not being closed before txn was committedJoseph Donofry
2022-04-14Cleanup some random dbus stuffNicolas Werner
2022-04-14Add D-Bus API (#916)Loren Burkholder
This adds functionality for viewing joined rooms and activating rooms.
2022-04-13Translated using Weblate (Finnish)Weblate
Currently translated at 90.0% (632 of 702 strings) Co-authored-by: Aminda Suomalainen <suomalainen+git@mikaela.info> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/fi/ Translation: Nheko/nheko
2022-04-13Fix accidental shadowingNicolas Werner
2022-04-13Store notification counts across restartsNicolas Werner
2022-04-11Translated using Weblate (Finnish)Weblate
Currently translated at 90.0% (632 of 702 strings) Co-authored-by: Aminda Suomalainen <suomalainen+git@mikaela.info> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/fi/ Translation: Nheko/nheko
2022-04-10fix lintNicolas Werner