The GSoC goes to the end…
by bapt
…and I have some interesting things to show you.
First of all, the extension for GTG integration with GNOME Shell is available on the extensions website at :
https://extensions.gnome.org/extension/409/gtg-integration/
Please, test it enjoy it and give me a feedback !
I have to work again on it to have the better extension as possible, but it’s now usable.
Then, since the end of GUADEC, I continue to work on notification system for GTG and here you can see the result :
This time/date picker permits to user to select a date and an hour to be notified about selected task.
The GTG plugin will manage these notifications (add/remove) by using the “at” command.
Here is a screenshot of this kind of notification :
As you can see, you’re notified about your task (with title and text) and you have possibility to edit this task, or maybe make “done” it.
The code of this plugin is not yet published and will be on github during this week.
So, wait some days to be notified about your tasks


Hey Baptiste, nice to have some news after GUADEC
.
Here’s some feedback:
- You may use GtkSwitch instead of a checkbox for enabling notifications, as explained in the (well hidden) UI guidelines. Well, this is if I understood it well. The wording near that switch would then need to change. Check that with someone from the design team.
- AM/PM is nice, but as a user, I definitely prefer apps that allow 24-hours time selection. Maybe there’s a desktop wide preference to know which mode to show? Or you could guess from the LC_TIME environment variable?
- Widgets alignement looks weird, especially for the time fields. Try to catch someone on IRC from the design team to know what is the prefered spacing and alignment of widgets.
- Likewise, the “confirm” button may need a better wording, giving more information about the real action behind.
Every details matters