While updating my code I found-out that the Preferences dialog is partly broken now
Found one more issue with the Preferences; search is broken now too. Initial, the Window is empty, except…
An not the ID of the application because I misuse that a bit, haha!
You can actually overwrite this behavior:
Thanks for the tip! I use sqlite now for settings storage :-)
While updating my code I found-out that the Preferences dialog is partly broken now (it was fine) when you have more than one page. I've added a second page in the Demo app and in the tabs is…
I added support for keypaths throughout the whole package
That's great! Updated my 'easy' Enums and it works like a charm without ToggleGroup extensions.
I introduced the Swift…
Thanks for the updates David!
I've updated the packages and a quick looks showed me my application still works well :-) Going to update my code with the new stuff and I will report back.
Only…
Well, learned new stuff again!
Made my code much more Swifty...
- Use
storage.notify(..)for style changes. - Use
Swiftclasses to pass data toCfunctions without conversion.
Wit…
While coding my next challenge: adding a chord definition dialog, I found a couple of new issues/ideas to keep you entertained...
 While there are still many small things left, I'm pretty close to release a FlatPak.
Now I just cut/paste many of my Swift(UI) code and with minor…
I added onClose to Window which gets executed if the user closes the window, quits using the context menu in the dash/headerbar or after window.close(). It does not get executed after app.quit,…
Thanks for adding the SplitView, this can be close now :-)
Wow, that’s much different and cleaner than mine! Learning every day :-)
Now, besides making the chord diagrams more fancy (cairo, I have to learn c now as well) my next challenge is to…
Progress!!
- It shows chord diagrams!!!
- It has a nice icon :-)
- Smarter highlight in the
sourceEditor - It remembers window size and splitter position
adwaita-swift is full with…