Claudio Cambra

Results 59 issues of Claudio Cambra

Signed-off-by: Claudio Cambra As it stands, the `ActivityListModel` has two issues: 1. It updates coarsely, bulldozing all prior data and replacing with newly-acquired data 2. It has duplicated and messy...

backport-request

This should make the alignment correct with any set of emoji fonts Plasma emoji fonts: ![Screenshot_20220810_201705](https://user-images.githubusercontent.com/70155116/183987806-e8b80e21-dce5-4920-b9c7-fd738675fd07.png) macOS emoji fonts: ![Screenshot 2022-08-10 at 20 23 50](https://user-images.githubusercontent.com/70155116/183988350-e7ebfaa3-74dc-4946-b0c1-abe7b68cb2c1.png) Signed-off-by: Claudio Cambra

This PR makes sure that the "Clear status message" combo does not get squashed too far. This should help avoid breakage with translations and larger font sizes Example with fix:...

This PR: ![Screenshot_20220810_175713](https://user-images.githubusercontent.com/70155116/183956655-6ae23e8a-eaae-4dfb-a459-9e6adbb7adbf.png) Master: ![Screenshot_20220810_175937](https://user-images.githubusercontent.com/70155116/183957153-1b2de00d-4a26-4cfe-ba60-5b8564c1c57c.png) Signed-off-by: Claudio Cambra

This PR wraps the predefined statuses in a scrollview in cases where there is not enough vertical space to display all the entries. In most setups there is no change...

This PR improves our keyboard navigation of activity list items in the activity list (especially in terms of highlights). This partially addresses #4220 (navigation within activity list items, such as...

Addresses a point in #4434 https://user-images.githubusercontent.com/70155116/183524941-11727d68-505d-4630-9305-605bd9d9df21.mov ![Screenshot 2022-08-09 at 00 22 03](https://user-images.githubusercontent.com/70155116/183524959-9ca921c3-4aef-4e9f-a058-9331d44c1d26.png)

This prevents the need to duplicate our tooltip code (like setting the content item and background) everywhere. This tangentially also fixes an issue with tooltip text in unified search list...

This should make the behaviour of this component much more predictable Signed-off-by: Claudio Cambra

Qt doesn't provide any public utilities for creating ZIP archives, and by using QZipWriter we are at the mercy of this API changing without warning. From `qzipwriter.h`: ``` // //...