IBBoard

Results 200 comments of IBBoard

Huh. It should be automated with a bot that makes a pull request. But since March [we've only had Spanish updates from Transifex](https://github.com/IBBoard/cawbird/pulls?q=is%3Apr+Translate). Transifex shows the [last updates on 5th...

Sorry, I've not had much time to look at Cawbird since moving house. According to Transifex, there's still 50 strings that haven't been translated. If they don't have a direct...

Ah, looks like it will submit when you hit 100%, and then submit every time that you make a change after that (if I'm reading it right) 🙂 ![image](https://user-images.githubusercontent.com/388582/196252683-2b36c337-02d2-4e08-85b2-553d9d2d1e1f.png) I've...

Unfortunately the only options are "push to GitHub when 100% translated" or "don't push to GitHub and make it a manual task" (which is a very noisy process because gettext...

Hungarian is now merged. I think there's some buggy features on `main` at the moment, so I'll release it once I've had a chance to fix those 🙂 Thank you...

Had a quick poke and it isn't even working in the `realize` signal, so it's not just a constructor issue. I added this to the constructor and still see item...

`this.show` and `carousel.map` aren't working either. Even with `connect_after`. Surely they're late enough in the process that it can change the page?!

Ahah! Added this: ``` carousel.page_changed.connect ((page) => { print(@"Carousel changes to page $(page)\n"); }); ``` And get this: ``` Realized carousel - setting scroll Widget text: Item 3 Carousel changes...

I need to find a description of the GTK widget cycle. The class docs assume so much internal knowledge. I've never known where half of these events fit. The description...

Agreed that the main post needs some focus. Not convinced by the blue. It makes it look like it's selected! Putting the current post on a darker background would be...