aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* remove the --replace command-line argument and property as we're using ↵Charles Kerr2013-06-203-127/+14
| | | | upstart for that
* in our async callbacks, don't call g_warning() when we get a ↵Charles Kerr2013-06-192-6/+15
| | | | G_IO_ERROR_CANCELLED
* in configure.ac, add AM_PROG_AR to silence an autotools warning in the ↵Charles Kerr2013-06-191-0/+1
| | | | tests/ directory caused by making static local copies of libgtest
* in the gnome control center datetime panel, use g_bus_watch_name() to see if ↵Charles Kerr2013-06-193-48/+33
| | | | com.canonical.indicator.datetime is available.
* put the service on the production busnameCharles Kerr2013-06-191-1/+1
|
* ensure datetime-dialog.ui makes it into the distributionCharles Kerr2013-06-191-2/+2
|
* fix build breakage in tests/Charles Kerr2013-06-181-3/+2
|
* 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 ↵Łukasz 'sil2100' Zemczak2013-06-172-2/+8
| |\ | | | | | | | | | is generally a bad idea.
| | * Fixing the changelogŁukasz 'sil2100' Zemczak2013-06-131-4/+6
| | |
| | * Include the missing version that got directly pushed to the distro... which ↵Łukasz 'sil2100' Zemczak2013-06-132-2/+6
| |/ | | | | | | is generally a bad idea.
| * Link test program in the right order. Importantly, make sure XORG_GTEST_LIBS ↵Iain Lane2013-06-132-2/+9
| |\ | | | | | | | | | | | | | | | comes after it as it uses pthread. Approved by Łukasz Zemczak, Ted Gould, PS Jenkins bot.
| | * Link test program in the right order. Importantly, make sureIain Lane2013-06-132-2/+9
| |/ | | | | | | XORG_GTEST_LIBS comes after it as it uses pthread.
| * Make sure we have the 12.10.3daily13.05.06.1-0ubuntu2 upload actually released.Mathieu Trudel-Lapierre2013-06-071-1/+1
| |\ | | | | | | | | | Approved by Ted Gould, PS Jenkins bot.
| | * 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
| |\ \ | | | | | | | | | | | | Approved by PS Jenkins bot.
| | * | 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 ↵Jeremy Bicha2013-06-064-5/+11
| |\ \ | | | | | | | | | | | | | | | | | | | | format gnome-NAMEOFPANEL-panel.desktop. Approved by PS Jenkins bot, Ted Gould.
| | * | 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
| |\ \ | | |/ | |/| | | | Approved by PS Jenkins bot, Didier Roche.
| | * 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
| |\ | | | | | | | | | | | | | | | unused in indicator-datetime anyway; drop the requirement. Approved by PS Jenkins bot, Ted Gould.
| | * debian/control, configure.ac: Remove obsolete dependency onIain Lane2013-05-293-2/+7
| |/ | | | | | | libedataserverui-3.0-dev
* | remove TODOCharles Kerr2013-06-181-9/+0
| |
* | rename the indicator bus file as 'com.canonical.indicator.datetime'; add it ↵Charles Kerr2013-06-183-44/+37
| | | | | | | | to data/Makefile
* | make indicator_datetime_service_set_calendar_date() public. This is another ↵Charles Kerr2013-06-172-10/+36
| | | | | | | | one we'll need for unit tests
* | 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 ↵Charles Kerr2013-06-175-67/+63
| | | | | | | | g_date_time_new_now_local() with a call to the new 'indicator_datetime_service_get_localtime()' func. This is currently a passthrough to _new_now_local(), but we'll need this control point to override the system time in unit testing
* | 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 ↵Charles Kerr2013-06-141-4/+0
| | | | | | | | shouldn't free them.
* | 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 ↵Charles Kerr2013-05-144-2/+810
| | | | | | | | | | | | | | | | doesn't do anything yet; the sections will be added in subsequent commits