| Commit message (Expand) | Author | Age | Files | Lines |
* | in our async callbacks, don't call g_warning() when we get a G_IO_ERROR_CANCE... | Charles Kerr | 2013-06-19 | 2 | -6/+15 |
* | in configure.ac, add AM_PROG_AR to silence an autotools warning in the tests/... | Charles Kerr | 2013-06-19 | 1 | -0/+1 |
* | in the gnome control center datetime panel, use g_bus_watch_name() to see if ... | Charles Kerr | 2013-06-19 | 3 | -48/+33 |
* | put the service on the production busname | Charles Kerr | 2013-06-19 | 1 | -1/+1 |
* | ensure datetime-dialog.ui makes it into the distribution | Charles Kerr | 2013-06-19 | 1 | -2/+2 |
* | fix build breakage in tests/ | Charles Kerr | 2013-06-18 | 1 | -3/+2 |
* | sync po/POTFILES.in with the source code changes in src/ | Charles Kerr | 2013-06-18 | 1 | -4/+3 |
* | sync with lp:indicator-datetime trunk | Charles Kerr | 2013-06-18 | 5 | -7/+36 |
|\ |
|
| * | Include the missing version that got directly pushed to the distro... which i... | Łukasz 'sil2100' Zemczak | 2013-06-17 | 2 | -2/+8 |
| |\ |
|
| | * | Fixing the changelog | Łukasz 'sil2100' Zemczak | 2013-06-13 | 1 | -4/+6 |
| | * | Include the missing version that got directly pushed to the distro... which i... | Łukasz 'sil2100' Zemczak | 2013-06-13 | 2 | -2/+6 |
| |/ |
|
| * | Link test program in the right order. Importantly, make sure XORG_GTEST_LIBS ... | Iain Lane | 2013-06-13 | 2 | -2/+9 |
| |\ |
|
| | * | Link test program in the right order. Importantly, make sure | Iain Lane | 2013-06-13 | 2 | -2/+9 |
| |/ |
|
| * | Make sure we have the 12.10.3daily13.05.06.1-0ubuntu2 upload actually released. | Mathieu Trudel-Lapierre | 2013-06-07 | 1 | -1/+1 |
| |\ |
|
| | * | releasing version 12.10.3daily13.05.06.1-0ubuntu2 | Mathieu Trudel-Lapierre | 2013-06-04 | 1 | -2/+2 |
| * | | Releasing 12.10.3daily13.06.07-0ubuntu1 to ubuntu. | Automatic PS uploader | 2013-06-07 | 1 | -2/+6 |
| |\ \ |
|
| | * | | Releasing 12.10.3daily13.06.07-0ubuntu1, based on r220 | Automatic PS uploader | 2013-06-07 | 1 | -2/+6 |
| |/ / |
|
| * | | gnome-control-center 3.8 looks for .desktop files for native panels in the fo... | Jeremy Bicha | 2013-06-06 | 4 | -5/+11 |
| |\ \ |
|
| | * | | Rename .desktop file for compatibility with gnome-control-center 3.8 | Jeremy Bicha | 2013-06-05 | 4 | -5/+11 |
| |/ / |
|
| * | | Mark 12.10.3daily13.05.06.1-0ubuntu2 as released. | Timo Jyrinki | 2013-06-05 | 1 | -1/+1 |
| |\ \
| | |/
| |/| |
|
| | * | Mark 12.10.3daily13.05.06.1-0ubuntu2 as released. | Timo Jyrinki | 2013-06-05 | 1 | -1/+1 |
| |/ |
|
| * | The edataserverui library has gone away with evolution-data-server 3.8. It's ... | Iain Lane | 2013-05-29 | 3 | -2/+7 |
| |\ |
|
| | * | debian/control, configure.ac: Remove obsolete dependency on | Iain Lane | 2013-05-29 | 3 | -2/+7 |
| |/ |
|
* | | remove TODO | Charles Kerr | 2013-06-18 | 1 | -9/+0 |
* | | rename the indicator bus file as 'com.canonical.indicator.datetime'; add it t... | Charles Kerr | 2013-06-18 | 3 | -44/+37 |
* | | make indicator_datetime_service_set_calendar_date() public. This is another o... | Charles Kerr | 2013-06-17 | 2 | -10/+36 |
* | | copyediting: better variable names, function names, comments | Charles Kerr | 2013-06-17 | 1 | -23/+21 |
* | | in service.c, use GDateTime internally instead of time_t | Charles Kerr | 2013-06-17 | 1 | -11/+13 |
* | | in service.c, replace all calls to time(NULL) and g_date_time_new_now_local()... | Charles Kerr | 2013-06-17 | 5 | -67/+63 |
* | | in planner.c, fix virtual finalize() function chaining up | Charles Kerr | 2013-06-16 | 1 | -1/+1 |
* | | in src/Makefile.am, remove unnecessary gen-%.xml.[ch] rules | Charles Kerr | 2013-06-15 | 1 | -10/+0 |
* | | in service.c, fix virtual finalize() function chaining up | Charles Kerr | 2013-06-15 | 1 | -1/+1 |
* | | add TODO to show status | Charles Kerr | 2013-06-14 | 1 | -0/+9 |
* | | land the service implementation | Charles Kerr | 2013-06-14 | 2 | -71/+1290 |
* | | update documentation about the widgets and GActions | Charles Kerr | 2013-06-14 | 1 | -39/+36 |
* | | add the .indicator file | Charles Kerr | 2013-06-14 | 1 | -0/+9 |
* | | remove build dependencies on dbusmenu, libindicator | Charles Kerr | 2013-06-14 | 3 | -66/+7 |
* | | remove the old indicator & service code | Charles Kerr | 2013-06-14 | 5 | -2941/+0 |
* | | minor copyediting | Charles Kerr | 2013-06-14 | 2 | -4/+2 |
* | | in geoclue's async callback functions, the caller owns the GErrors, we should... | Charles Kerr | 2013-06-14 | 1 | -4/+0 |
* | | fix invocation of evolution's appointment editor | Charles Kerr | 2013-06-14 | 1 | -7/+7 |
* | | when we can't own the name, print a g_message saying so before exiting | Charles Kerr | 2013-06-14 | 1 | -1/+1 |
* | | remove gdk include; indicator-datetime-service no longer uses gdk | Charles Kerr | 2013-06-14 | 1 | -1/+0 |
* | | in utils.c, remove unused function read_timezone() | Charles Kerr | 2013-06-14 | 2 | -25/+0 |
* | | fix bzr diverged branches issue | Charles Kerr | 2013-05-14 | 0 | -0/+0 |
|\ \ |
|
| * | | make the flow in on_use_geoclue_changed_cb() a little easier to read | Charles Kerr | 2013-05-03 | 1 | -4/+3 |
| * | | avoid pointer comparisons in set_timezone() | Charles Kerr | 2013-05-03 | 1 | -1/+1 |
| * | | merge ryan's timedate1 changes from trunk.13.04 | Charles Kerr | 2013-05-03 | 5 | -89/+60 |
| |\ \ |
|
* | | | | add a service boilerplate similar to the one in indicator-session. This doesn... | Charles Kerr | 2013-05-14 | 4 | -2/+810 |
* | | | | document the service's actions and custom menuitems. This will also act as a ... | Charles Kerr | 2013-05-14 | 1 | -0/+61 |