Plasma Mobile Gear 22.04
Location | Size | SHA-256 Sum |
---|---|---|
alligator-22.04 | 174kB | 8ce3584356a8bec079deba9126d47f25401239572e34d42da6fe644cbc025ab8 |
angelfish-22.04 | 135kB | 0a2f4dcb0b2c410a95645abb46e84567c3c63633e87e69e3489a7557fd842b99 |
audiotube-22.04 | 55kB | 5d6861aa8089e7bc73a52e8dff3a7d55ae15a81ee3ad4c58094ca5f11dad3d75 |
calindori-22.04 | 224kB | c06cd79cc13ffbea82c12b913c5ef401efdd50aabb3b5abd0743f44c1d8536fe |
kalk-22.04 | 71kB | e8aafd63a918e0f31064b082460c38215affe9c356fee9b8ba1ecf29cf625829 |
kasts-22.04 | 429kB | 50d3d3215c582eca3395ffe26a054c00b7bb83803499ab4688f25013c1e5c030 |
kclock-22.04 | 686kB | 66367c04c939b8d3ab5b35e82ea32f9d5379dc07e8bda6dcaf78b4e60bb294f9 |
keysmith-22.04 | 153kB | 9122320da1281a5e0ee5b64dc585b59156deb9078cae41cb81d456205026a133 |
khealthcertificate-22.04 | 262kB | adf84316372c2a7966248c02353d4f08542e805782e661bc5c6c5441e204296b |
koko-22.04 | 131kB | 9c0500954a721f0206a0ded46a8f63f8b1f333f7f6e825646d1cb7c2f2129044 |
kongress-22.04 | 420kB | adfbc897ce3c0759820d47b4407f4238cda169e32c9f0f280ff5d0de1a44cb1f |
krecorder-22.04 | 143kB | ef9674bfa2d28ce28a6259bbeafe6629073374af344bc88d7c846f7510def634 |
ktrip-22.04 | 243kB | 3d5944ee485cb1ba519c1617100c12cc7ed9306a237ba52ca12211d6550a5ec6 |
kweather-22.04 | 979kB | adace6873909ec5e65528580ec94059a52a3f290e21ba7cb686428df00a00001 |
neochat-22.04 | 325kB | a836995ec04307864a8023e0dc03d637ff2db89e75948eb85252262e8a9d2112 |
plasma-dialer-22.04 | 92kB | e4891e82ff0e08740beff12b205076f018bffd8d3a42a8a6e7f4ea6ba456dd42 |
plasma-phonebook-22.04 | 203kB | 292686d46e5460d5ce8a192720843569cd63dbc48a4d10d652cf3896ba17cd92 |
plasma-settings-22.04 | 285kB | deee20b21f597ba0feade1991340a3243c2cc6791386acb20e32de19e3ae80cc |
plasmatube-22.04 | 50kB | dd33c4294f2f884925ca73d9b68a1024a8c3646b13e822090a95320560eb7505 |
qmlkonsole-22.04.1 | 39kB | 5c5df92cbccc9d5f4677001f58bdd0b96a529fd676a459348c4fa7a714ceee1b |
spacebar-22.04 | 96kB | 458fbe13e186ccabd94b9f5edf12d895a595106a8b8854a32a38b7adaad7433d |
tokodon-22.04 | 106kB | 82dbcd7f76eb186ec72f0daa36d2a2627bd7b5b1ace4f246ed870008ba123831 |
vakzination-22.04 | 50kB | c85552cde2bf2eb7662a4ef5745f0909064da594bc9965dbe2f777c2fff34d7d |
In this release following repositories are marked as unstable,
- kclock
- krecorder
- qmlkonsole
- tokodon
- plasmatube
- khealthcertificate
- vakzination
Some of this repositories are in process of kdereview, and will be marked stable in upcoming releases.
Changelog
audiotube
- Add ki18n_install. Commit.
- Flatpak: Update urllib. Commit.
- Update ytmusicapi to 0.21.0. Commit.
- MultiIterableView: Add convinience std::vector constructor. Commit.
- Power search page list sections. Commit.
- Simplify std::sort use. Commit.
- MultiIterableView: Add documentation. Commit.
- Fix some implicit this captures. Commit.
- MultiIterableView: Generalize by using std::span. Commit.
- ArtistModel: Simplify use of MultiIterableView. Commit.
- MultiIterableView: Refactor into an actual view type. Commit.
- MultiIterableView: Try to make code easier to understand. Commit.
- Flatpak: Update pybind11. Commit.
kalk
- Add ki18n_install. Commit.
- Add clang format. Commit.
- Check size before pop. Commit.
- Disallow double
-
or+
. Commit. - Appdata: Remove duplicated metadata_license. Commit.
- Don't use contextProperty to make KAboutData available on QML. Commit.
- Add qtquickcompiler to speed up launch time. Commit.
- Ensure there is fallback to kde theme if none is set. Commit.
kasts
- Use undeprecated install dirs. Commit.
- Add ki18n_install. Commit.
- Add windows CI. Commit.
- Enable highdpi scaling. Commit.
- List the package names on debian. Commit.
- Show loading notification and add keywords to desktop file. Commit.
- Keep unreadEntryCount cached instead of getting it from DB everytime. Commit.
- Set QT_ENABLE_GLYPH_CACHE_WORKAROUND=1 if it is not set. Commit.
- Port to Kirigami.Dialog. Commit.
kclock
- Add Qt6 CI. Commit.
- Port alarm playing to Qt6. Commit.
- Fix comparing QVariants in Qt6. Commit.
- Port applet away from deprecated things. Commit.
- Use proper install dirs. Commit.
- Adapt build system to Qt6. Commit.
- Use undeprecated install dirs. Commit.
- Add ki18n_install. Commit.
- Fix next queued wakeup not being scheduled with wait worker thread. Commit.
- Fix wait worker thread scheduling infinite wakeups due to timerfd behaviour with max numeric_limits. Commit.
- Fix kclockd CLI arguments. Commit.
- Cleanup kclockd worker threads, and fix list removal out of bounds. Commit.
- Don't use contextProperty to make KAboutData available on QML. Commit.
- Use qtquickcompiler to speed up launch times. Commit.
- Add org.freedesktop.portal.Background support for Flatpak. Commit.
- Fix SettingsModel call. Commit.
- Switch context properties to singletons. Commit.
- Use KDE widget style if possible when not on plasma. Commit.
- Remove automatic kclockd shutdown to due client issues. Commit.
- Add automatic version string to kclockd. Commit.
- Add timer popup when ringing. Commit.
- Refactor timers and added ringing property. Commit.
- Ensure alarms do not ring after deletion. Commit.
- Cleanup and refactor to improve kclockd code quality. Commit.
- Use consistent numbering style for time page delegates. Commit.
- Update copyright year. Commit.
kweather
- Remove unused ProgressCircle.qml. Commit.
- Use Kirigami Dialog instead of local implementation. Commit.
- Refactor Settings dialogs into separate component. Commit.
- Fix: show mmHg when using that setting. Commit.
- Add ki18n_install. Commit.
- Use qtquickcompiler to speed up application launching. Commit.
- Ensure there is fallback to kde theme if none is set. Commit.
neochat
- Use undeprecated install dirs. Commit.
- Fix mis-aligned user messages. Commit.
- Require passing tests on CI. Commit.
- Close WelcomePage after account is loaded. Commit.
- Disable busyindicator. Commit.
- Fix REUSE check on CI. Commit.
- Don't try to load more messages than there are in the timeline. Commit.
- More typing notification improvements. Commit.
- Try fixing stuck read notifications. Commit.
- Add ki18n_install. Commit.
- Fix link. Commit.
- Add Windows CI. Commit.
- Fix condition to build runner. Commit.
- Add rooms runner. Commit.
- Show subtitle text without markdown. Commit.
- Set preferredWidth and preferredHeight of images. Commit.
- Revert "Show RoomList when cached state is loaded". Commit.
- Lower typing notification timeouts. Commit.
- Force RoomListDelegate to use plaintext. Commit.
- Disable the BusyIndicator. Commit.
- Apply 1 suggestion(s) to 1 file(s). Commit.
- Make invitation notifications persistent. Commit.
- Don't apply autocompletion when autocomplete list is empty. Commit.
- Show RoomList when cached state is loaded. Commit.
- Add nicer delegate message for widget events. Commit.
- Fix quitting without tray icon. Commit.
- Prepare Image & Video loading for E2EE. Commit.
- Aggregate similar state events. Commit.
- Don't load backlog until read marker. Commit.
- Fix login regex. Commit.
- Modifies regex check for valid matrix server to accept ip addresses. Commit.
- Wraps the checkbox text for messages on the right to wrap on mobile devices (PinePhone). Commit.
- Wraps the quick edit checkbox using workaround. Commit.
- The component of QtCoro5 is called Core and not Coro ;). Commit.
- Uses the formatted message to enable clickable links for mobile. Commit.
- Load replied-to message when it isn't in the timeline already. Commit.
- Port away from CMake deprecation. Commit.
- Fix issue with clear image button. Will only be visible if the user has an avatar (local or saved). Commit.
- Allow disabling notification inline reply. Commit.
- Use Quotient's NetworkAccessManager in QML. Commit.
- Remove unneeded parameter. Commit.
- Make user colors update when colortheme changes. Commit.
- SingleMainWindow is a part of XDG SPEC version 1.5 and bogus on 1.0. Commit.
plasma-dialer
- Add ki18n_install. Commit.
- Kde-telephony-daemon: port to callaudio. Commit.
- Notification: connect to activation after setting actions. Commit.
- [plasma-dialer] Improve dialpad call button scaling. Commit.
- [plasma-dialer] Fix sidebar init regression. Commit.
- [plasma-dialer] Refactor toolbar and sidebar switch. Commit.
- [plasma-dialer] Fix "clear history" dialog height logic. Commit.
- [plasma-dialer] Reorganize and cleanup QML files. Commit.
- [plasma-dialer] BottomToolbar QML cleanup. Commit.
- [plasma-dialer] Replace uses of appwindow with applicationWindow(). Commit.
- [plasma-dialer] Fix misaligned sidebar header with different fonts. Commit.
- [plasma-dialer] Improve interaction with in-call dialpad. Commit.
plasma-phonebook
- Add ki18n_install. Commit.
plasma-settings
- Rename kpackage to kcm_mobile_virtualkeyboard. Commit.
- [cellularnetwork] Use Kirigami.Dialog and mobile form style. Commit.
- Add ki18n_install. Commit.
- Rename the virtual keyboard kcm to On-Screen keyboard. Commit.
- [powermanagement] Ensure KConfigWatcher is notified on save. Commit.
- [powermanagement] Ensure config is set so screen is locked when dpms off. Commit.
qmlkonsole
- Add ki18n_install. Commit.
spacebar
- Fix mobile scrolling and make quick scroll buttons larger. Commit.
- Add ki18n_install. Commit.
- Update README.md app section description. Commit.
- Minor tweaks to UI. Commit.
- Fix duplicate action trigger for message send. Commit.
- Mark incoming messages as read for open chat conversations. Commit.
- Make links in messages clickable/touchable part 2 (#47). Commit.
- Make links in messages clickable/touchable (#47). Commit.
- Refactor contact selection and implement support for choosing of phone number via contacts. Commit.
- Generate random Id for sent messages rather than using the modem message path... Commit.
- Add notification setting options to hide/show the sender and the message content. Commit.
- Refactor the add attachment layout. Commit.
- Keyboard shortcut for sending message with "ctrl+enter". Commit.
- Change header style to toolbar, flatten app navigation, and minor UI improvements. Commit.
tokodon
- Update project url. Commit.
- Simplify navigation button. Commit.
- Fix fetching statues from account with id > 32 bits. Commit.
- Unify AccountModel and TimelineModel fetchMore() logic. Commit.
- Better handle own account in profile view. Commit.
- Fix general page missing title. Commit.
- Fix copy paste issue. Commit.
- Improve desktop mode. Commit.
- Improve REUSE compliance. Commit.
- Add ki18n_install. Commit.
- Fix minor typo. Commit.
- Implement more account actions. Commit.
- Improve look of the personal fields. Commit.
- Fix profile fieds. Commit.
- Fix time representation for hours and minutes < 10. Commit.
- Use qint64 for account id. Commit.
- Attach "Follow" button to a corresponding network request. Commit.
- Silent i18n warning about empty string. Commit.
- [appstream] Add screenshots. Commit.
- Add tooltips to toot-composer option buttons. Commit.
- Make new toot visibility icon match user choice. Commit.
- Add logo for gitlab. Commit.