devrtz :debian: reshared this.
wip/gtk4
has been merged into master
. It's not 100% at par in features with last gtk3 version, but it's usable.https://lists.sr.ht/~fabrixxm/confy-dev/%3CCHC7PR.7VY0QU129A8H%40kirgroup.net%3E
like this
reshared this
Tobias Bernard reshared this.
Screenshots on last post where blueprint ui files made in Workbench, this is from the wip branch. 🚧👍
like this
reshared this
Nico Rikken likes this.
Confy - Conferences schedule viewer
Navigate conference schedules, mark favourite talks, get reminded when talks are coming up. Works offline, ready for mobilekirgroup.net
Fabio likes this.
Confy 0.6.2
Nothing really new, some visual adjustment to look more "gnomey"
Confy - Conferences schedule viewer
Navigate conference schedules, mark favourite talks, get reminded when talks are coming up. Works offline, ready for mobilekirgroup.net
Confy 0.6.0
See changes here https://git.sr.ht/~fabrixxm/confy/refs/0.6.0
ArchLinux AUR package is updated
https://aur.archlinux.org/packages/confy/
Flatpak package is scheduled
https://flathub.org/apps/details/net.kirgroup.confy
Confy WiP
talk progress indicator
every "talk row" widget will show talk progress as a vertical bar on left side
On room page the result is a nice continuous bar that gives the idea of the progress of the whole room :)
On talk detail page, the bar span the top border:
get it from git or aur
#confy #FOSDEM2021
I'm sure I'm doing something wrong...
Thib reshared this.
Confy 0.5.0
What's new:
- Support schedules in ics format
- Fix touch-based navigation
- Fix talks ordering in talks lists
- Some more small touches
This release adds icalendar library as dependency (
python-icalendar
on Arch, python3-icalendar
on Debian).Confy is available on AUR
home - source - issues
🌈Dom🌈 likes this.
Confy 0.4.1
Version 0.4.1 of Confy, the conferences schedule viewer for GNOME, has been tagged.
This release comes with support to libhandy 1.
A confy-git
package on AUR has been created, for those of you using #archlinux
I've removed links to flatpak on project page because it never worked as it should. I'm planning to add Confi to flathub in a future.
I should start to write a propert changelog :)
like this
Thib reshared this.
A wip branch with updates to support future libhandy 1.0 (0.80.0 right now) has been created: https://git.sr.ht/~fabrixxm/confy/log/wip/handy1
So far:
- It is possible to add a custom pentabarf url to the conferences list
- The map page now show the map, scrollable and zoomable. It's ugly but i works
- Map image and conference image are loaded asynchronously
- pages stack has been replaced with Handy.Deck, with support for swipe gesture to get back
I've populated the .gschema.xml file, but I can't manage to have the app found it, running on the host (I get a Gio.Settings without keys) or running it as a flatpak ("Settings schema is not installed").
Why it must be so difficult?
I think I'll go with a couple of python lines to replace this..
the schema was invalid, but meson doesn't stop on test() errors... useful...
Tobias Bernard reshared this.
Fabio
•like this
:fedora: Marc0x :postmarketos:, Sonny, j1mc, Rajdeep Singha and ungedummt like this.
Fabio
Paolo Redaelli
•I'm interested as eons ago I started an automatic binding generetor for #LibertyEiffel that uses the same wrapper/binding infrastructure used by Python.
And I should soon restart working on it 😅
Fabio
I was quite dramatic here :)
it's a nice binding, very pythonic, without being too different from GObject api. Given the obvious different things (like define a gobject subclass property. Or how enums are named, etc), you can read gtk docs https://docs.gtk.org/gtk4/ and write almost correct code at first try.
But then you want to do something more exotic, like define your enum. you can't. And many other little thing.
Or try to assign a complex model to an AdwComboRow, then you may want to assign a Gtk.ClosureExpression, which for what I can tell it can't be created.
Unfortunately the project looks like it's in need of some love.
And TBH sometimes Gtk4 it's in your way on itself. Why
GtkSearchBar
is final? it's a container. It need a child element to work. I would like to subclass it, attach an ui template, setup the logic into the subclass and then reuse this subclass in another ui template. You can't, because it's final. You have to wrap it in another non-final widget, let's say a GtkBox.A. Pinsard likes this.
Fabio
ozamidas
•Elena ``of Valhalla''
•Fabio
Elena ``of Valhalla'' likes this.
Fabio
Daniel Wood likes this.