Accéder au contenu principal

Librem 5 ❤️ GNOME 3.32

I am glad to announce that the tooling I am working on since the beginning of the year is ready to be used!

Thanks to new features introduced into libhandy 0.0.3 and 0.0.4 and thanks to a few fixes to Adwaita in GTK+ 3.24.1, you can make GTK+ 3 apps adaptive to work both on the desktop and on the upcoming GNOME-based Librem 5 phone.

We are early in the GNOME 3.32 release schedule and the Librem 5 will be released a bit after it, so if you want your apps to work on the Librem 5, now is the best time: use libhandy 0.0.4 and up, use GTK+ 3.24.1 and up and target GNOME 3.32! A few apps like Fractal, Podcasts, Calls and Chatty are already using libhandy's adaptive capabilities, and other apps are working on their adaptive transition like Contacts, Games, Geary and Settings (all are works in progress). libhandy is available in Debian Unstable and Arch's AUR repository, and I wish it would be in Fedora already to let GNOME Settings' CI pass.

For the moment, libhandy is a GTK+ 3 widget library, we will ultimately port it to GTK+ 4 and relevant widgets will be submitted to GTK+ 4. Theme creators, for adaptive apps to work well with your theme please apply similar chages to the ones I applied to Adwaita (look for changes by Adrien Plazas between 3.24.0 and 3.24.1).

Here are a few links you will find useful:

Commentaires

  1. There's an error with the thumbnail; it's not redirecting to the .webm file (at least for me).

    RépondreSupprimer
    Réponses
    1. Woops, it was a last minute addition I wanted to delete before publishing as I noticed it didn't work as expected, but I forgot… thasnks! :)

      Supprimer
  2. This all looks cool. Out of curiosity though, would it still be possible to use the full-sized versions of these apps on the phone? For use with a stylus in landscape-mode, for example.

    RépondreSupprimer
    Réponses
    1. It's all adaptive, all depends on the window's size and not the device type, so it all depends on the app's size requirements and the available screen size.

      Supprimer
    2. Nice! That sounds like a smart solution. So if I just turn down the scaling factor I should get apps behaving like on a desktop. I'm really excited for a Librem 5 phone now. :) Just wished it had a built-in stylus and it would be a perfect device.

      Supprimer
  3. On the day of your test, pair it with Zydot shampoo, which we shall discuss next. If your test is in 24 hours, all you need to do is shampoo your hair as many times as possible, letting it sit lathered in your hair for at least 15 minutes during each wash. >> Visit the Official Website of Aloe Toxin Rid for the Best Discount As we have mentioned earlier, though Aloe Toxin Rid shampoo is considered the best shampoo for beating a hair follicle drug test, pairing it with Zydot Ultra Clean Shampoo can increase and even double its efficacy. This is because the mechanisms of both products complement each other perfectly. Rather, it tricks the drug test by fueling up the urine sample with ample proteins and vitamins. The THC might remain in your body, but it will possibly not show up in the drug test’s lab report.

    RépondreSupprimer

Enregistrer un commentaire

Posts les plus consultés de ce blog

Moving the Blog

I am moving this blog to greener lands: https://fediverse.blog/~/AdrienPlazas . The existing articles will remain here on Blogger, and new articles will land on the fediverse.blog Plume instance.

libhandy 0.0.10

libhandy 0.0.10 just got released, and it comes with a few new adaptive widgets for your GTK app. You can get this new version here . The View Switcher GNOME applications typically use a GtkStackSwitcher to switch between their views. This design works fine on a desktop, but not so well on really narrow devices like mobile phones, so Tobias Bernard designed a more modern and adaptive replacement — now available in libhandy as the HdyViewSwitcher . In many ways, the HdyViewSwitcher functions very similarly to a GtkStackSwitcher : you assign it a GtkStack containing your application's pages, and it will display a row of side-by-side, homogeneously-sized buttons, each representing a page. It differs in that it can display both the title and the icon of your pages, and that the layout of the buttons automatically adapts to a narrower version, depending on the available width. We have also added a view switcher bar, designed to be used at he bottom of the window: HdyView

My Name is Handy, Lib Handy

Libhandy 0.0.7 just got released! I didn't blog about this mobile and adaptive oriented GTK widget library since the release of its 0.0.4 version three months ago , so let's catch up on what has been added since. List Rows A common pattern in GNOME applications is lists , which are typically implemented via GtkListBox . More specific patterns arose, where rows have a title at the start, an optional subtitle below it, actions at the end and an icon or some other widget like a radio button as a prefix. These rows can also be expanded to reveal nested rows or anything else that fits the need. So far every application using these patterns implemented the rows by hand for each and every row. It made using these a bit cumbersome and it led to inconsistencies in sizing, even inside a single application. To make these patterns easier to use, we implemented HdyActionRow , HdyComboRow and HdyExpanderRow . HdyActionRow The action row is a simple and flexible row, it lets