Quote:
Originally Posted by dima_tr
Ok, no problem, bye-bye Assembla, hello Bitbucket 
|
Thanks
Quote:
Originally Posted by dima_tr
I've tried adding the clock as gtk_label and then updating it with g_timeout_add() - no success .. Compiles fine, shows the initial state but not updating .. Did I miss smth?
|
EDIT: I suppose you forgot a "return TRUE" at the end of the callback, if nothing or FALSE, it will stop after first call.
EDIT 2: g_timeout_add_seconds is better, less battery
Quote:
Originally Posted by dima_tr
I like the idea of [o 23:55] on the left.
|
OK, I have it working now in qemu, look at screenshots, some options:
0. timeout interval. I think 30 seconds is ok
1. font size
2. to bold or not to bold
3. space between clock and icons
4. should clock be part of menu button like original "Menu"? i.e. a label or a button with a label inside?
Note that I also crop some blank space at the left of the menu icon (~16 pixels) to make more room for the clock.
__o_ => _o_
Opinions? I prefer the look of the first screenshot.
Iņigo
PS: I haven't push the new code to bitbucket yet, I'm waiting to close above UI design choices first