connman-gtk
connman-gtk copied to clipboard
Some questions.
What do you think about:
- Implementing StatusNotifier (no dependencies, except gdbus-codegen, which is bundled with GLib)
- Bumping required GTK version to GTK3.18 (or 3.22)
- Replacing GtkNotebook to GtkStack
- Adding .clang-format file to easier styling new code
@jgke
You may need to fork it?
Whoops, forgot to reply to these, been quite busy with life... sorry about that.
Ahem.
- Sure! I originally went with GtkStatusIcon because it was available in GTK and was readily available.
- Why not, if there's need for it. Since 3.22 is already at Debian Stable, I guess it's pretty safe to upgrade directly to it :)
- Is there a reason for switching? GtkNotebook works fine in my opinion.
- Why not, the project tries to follow connman's coding style. Astyle/clang's formatter/whatever might make that easier.
- I will try to implement it (but I need to port my local StatusNotifier library from Vala to C)
- 3.22 contains many new APIs, so, it worth to upgrade.
- For me, GtkStackSidebar is more beautiful than GtkNotebook and one stack can be bound to multiple tabs.
- Can you add .clang-format to this project?