aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* sync po/POTFILES.in with the source code changes in src/Charles Kerr2013-06-181-4/+3
* sync with lp:indicator-datetime trunkCharles Kerr2013-06-185-7/+36
|\
| * Include the missing version that got directly pushed to the distro... which i...Łukasz 'sil2100' Zemczak2013-06-172-2/+8
| |\
| | * Fixing the changelogŁukasz 'sil2100' Zemczak2013-06-131-4/+6
| | * Include the missing version that got directly pushed to the distro... which i...Łukasz 'sil2100' Zemczak2013-06-132-2/+6
| |/
| * Link test program in the right order. Importantly, make sure XORG_GTEST_LIBS ...Iain Lane2013-06-132-2/+9
| |\
| | * Link test program in the right order. Importantly, make sureIain Lane2013-06-132-2/+9
| |/
| * Make sure we have the 12.10.3daily13.05.06.1-0ubuntu2 upload actually released.Mathieu Trudel-Lapierre2013-06-071-1/+1
| |\
| | * releasing version 12.10.3daily13.05.06.1-0ubuntu2Mathieu Trudel-Lapierre2013-06-041-2/+2
| * | Releasing 12.10.3daily13.06.07-0ubuntu1 to ubuntu.Automatic PS uploader2013-06-071-2/+6
| |\ \
| | * | Releasing 12.10.3daily13.06.07-0ubuntu1, based on r220Automatic PS uploader2013-06-071-2/+6
| |/ /
| * | gnome-control-center 3.8 looks for .desktop files for native panels in the fo...Jeremy Bicha2013-06-064-5/+11
| |\ \
| | * | Rename .desktop file for compatibility with gnome-control-center 3.8 Jeremy Bicha2013-06-054-5/+11
| |/ /
| * | Mark 12.10.3daily13.05.06.1-0ubuntu2 as released.Timo Jyrinki2013-06-051-1/+1
| |\ \ | | |/ | |/|
| | * Mark 12.10.3daily13.05.06.1-0ubuntu2 as released.Timo Jyrinki2013-06-051-1/+1
| |/
| * The edataserverui library has gone away with evolution-data-server 3.8. It's ...Iain Lane2013-05-293-2/+7
| |\
| | * debian/control, configure.ac: Remove obsolete dependency onIain Lane2013-05-293-2/+7
| |/
* | remove TODOCharles Kerr2013-06-181-9/+0
* | rename the indicator bus file as 'com.canonical.indicator.datetime'; add it t...Charles Kerr2013-06-183-44/+37
* | make indicator_datetime_service_set_calendar_date() public. This is another o...Charles Kerr2013-06-172-10/+36
* | copyediting: better variable names, function names, commentsCharles Kerr2013-06-171-23/+21
* | in service.c, use GDateTime internally instead of time_tCharles Kerr2013-06-171-11/+13
* | in service.c, replace all calls to time(NULL) and g_date_time_new_now_local()...Charles Kerr2013-06-175-67/+63
* | in planner.c, fix virtual finalize() function chaining upCharles Kerr2013-06-161-1/+1
* | in src/Makefile.am, remove unnecessary gen-%.xml.[ch] rulesCharles Kerr2013-06-151-10/+0
* | in service.c, fix virtual finalize() function chaining upCharles Kerr2013-06-151-1/+1
* | add TODO to show statusCharles Kerr2013-06-141-0/+9
* | land the service implementationCharles Kerr2013-06-142-71/+1290
* | update documentation about the widgets and GActionsCharles Kerr2013-06-141-39/+36
* | add the .indicator fileCharles Kerr2013-06-141-0/+9
* | remove build dependencies on dbusmenu, libindicatorCharles Kerr2013-06-143-66/+7
* | remove the old indicator & service codeCharles Kerr2013-06-145-2941/+0
* | minor copyeditingCharles Kerr2013-06-142-4/+2
* | in geoclue's async callback functions, the caller owns the GErrors, we should...Charles Kerr2013-06-141-4/+0
* | fix invocation of evolution's appointment editorCharles Kerr2013-06-141-7/+7
* | when we can't own the name, print a g_message saying so before exitingCharles Kerr2013-06-141-1/+1
* | remove gdk include; indicator-datetime-service no longer uses gdkCharles Kerr2013-06-141-1/+0
* | in utils.c, remove unused function read_timezone()Charles Kerr2013-06-142-25/+0
* | fix bzr diverged branches issueCharles Kerr2013-05-140-0/+0
|\ \
| * | make the flow in on_use_geoclue_changed_cb() a little easier to readCharles Kerr2013-05-031-4/+3
| * | avoid pointer comparisons in set_timezone()Charles Kerr2013-05-031-1/+1
| * | merge ryan's timedate1 changes from trunk.13.04Charles Kerr2013-05-035-89/+60
| |\ \
* | | | add a service boilerplate similar to the one in indicator-session. This doesn...Charles Kerr2013-05-144-2/+810
* | | | document the service's actions and custom menuitems. This will also act as a ...Charles Kerr2013-05-141-0/+61
* | | | wrap globals into a struct as a precursor to turning the service code into a ...Charles Kerr2013-05-131-371/+417
* | | | minor tweak to properties array initializationCharles Kerr2013-05-131-3/+1
* | | | g_object_unref doesn't require G_OBJECT()Charles Kerr2013-05-121-8/+7
* | | | compile cleanly with -WextraCharles Kerr2013-05-124-29/+42
* | | | extract EDS code into its own mockable classCharles Kerr2013-05-126-532/+1046
* | | | minor documentation & #include cleanups to the timezone classesCharles Kerr2013-05-125-24/+15