| Commit message (Expand) | Author | Age | Files | Lines |
* | Import upstream version 0.3.93 | Charles Kerr | 2012-03-28 | 3 | -30/+65 |
|\ |
|
| * | on shutdown, free icaltimezone's builtin timezones. | Charles Kerr | 2012-03-28 | 1 | -0/+2 |
| |\ |
|
| | * | free icaltimezone's list of builtin timezones when shutting down | Charles Kerr | 2012-03-27 | 1 | -0/+2 |
| * | | cancel the ntp_query_answered() and tz_query_answered() callbacks when the pr... | Charles Kerr | 2012-03-27 | 1 | -4/+27 |
| * | | merge lp:~charlesk/indicator-datetime/fix-location-leak to fix several memory... | Charles Kerr | 2012-03-26 | 1 | -26/+36 |
| |\ \
| | |/
| |/| |
|
| | * | fix more leaks related to getting strings from COL_NAME and COL_ZONE... these... | Charles Kerr | 2012-03-20 | 1 | -23/+35 |
| | * | improvements based on feedback from desrt | Charles Kerr | 2012-03-20 | 1 | -5/+1 |
| | * | fix memory leak when saving user-specified timezone locations | Charles Kerr | 2012-03-16 | 1 | -1/+3 |
* | | | Import upstream version 0.3.92 | Charles Kerr | 2012-03-21 | 1 | -68/+69 |
|\| | |
|
| * | | merge lp:~charlesk/indicator-datetime/lp-772340 to fix some memory leaks rela... | Charles Kerr | 2012-03-20 | 1 | -63/+65 |
| |\ \
| | |/
| |/| |
|
| | * | leak: fix ESourceList leak in update_appointment_menu_items() | Charles Kerr | 2012-03-18 | 1 | -0/+2 |
| | * | leak: fix GdkPixbuf leak when setting up appointments | Charles Kerr | 2012-03-18 | 1 | -0/+1 |
| | * | minor: fix inefficient GSList walking -- only walk a GSList once instead of t... | Charles Kerr | 2012-03-18 | 1 | -11/+5 |
| | * | leak: fix the comp_instance struct leaks allocated in populate_appointment_in... | Charles Kerr | 2012-03-18 | 1 | -32/+31 |
| | * | don't subtract one time_t from another | Charles Kerr | 2012-03-18 | 1 | -8/+8 |
| | * | leak: plug leaks related to use of gconf_client_get_list() | Charles Kerr | 2012-03-18 | 1 | -1/+3 |
| | * | minor: use g_clear_error() instead of g_error_free() | Charles Kerr | 2012-03-18 | 1 | -11/+9 |
| | * | leak: fix GError leaks | Charles Kerr | 2012-03-18 | 1 | -0/+5 |
| |/ |
|
| * | minor: remove unnecessary nesting | Charles Kerr | 2012-03-16 | 1 | -5/+3 |
| * | plug a string leak when updating appointments | Charles Kerr | 2012-03-16 | 1 | -0/+1 |
* | | Import upstream version 0.3.91 | Ted Gould | 2012-03-08 | 5 | -330/+211 |
|\| |
|
| * | Change GSetting bindings to be read only | Ted Gould | 2012-03-08 | 1 | -29/+9 |
| |\ |
|
| | * | Establish read-only bindings to GSettings from the indicator | Ryan Lortie | 2012-03-07 | 1 | -29/+9 |
| * | | more GVariantBuilder vs. G_VARIANT_TYPE_ARRAY fixes | Ryan Lortie | 2012-03-07 | 2 | -2/+2 |
| |/ |
|
| * | merge lp:~charlesk/indicator-datetime/fix-943747 to silence the Coverity warn... | Charles Kerr | 2012-03-05 | 1 | -0/+3 |
| |\ |
|
| | * | In Bug #943747, Coverity reported that use of sscanf() needed to be inspected... | Charles Kerr | 2012-03-03 | 1 | -0/+3 |
| * | | remove unused code in populate_appointment_instances(). | Charles Kerr | 2012-03-03 | 1 | -18/+0 |
| |/ |
|
| * | merging lp:~charlesk/indicator-datetime/fix-833337 and lp:~charlesk/indicator... | Charles Kerr | 2012-03-03 | 4 | -281/+197 |
| |\ |
|
| | * | simplify the code by removing special handling for geo_location and current_l... | Charles Kerr | 2012-03-02 | 1 | -135/+94 |
| | * | use g_return_if_fail() instead of g_assert() in the new code | Charles Kerr | 2012-03-02 | 1 | -3/+3 |
| | * | remove duplicate timezone entries | Charles Kerr | 2012-03-02 | 1 | -143/+140 |
| | * | rename dconflocations as location_menu_items | Charles Kerr | 2012-03-01 | 1 | -10/+7 |
| | * | make update_timezone_menu_items() a void function; its args and return value ... | Charles Kerr | 2012-03-01 | 1 | -24/+17 |
| | * | make the private fields 'conf' and 'gconf' static and init them to NULL | Charles Kerr | 2012-03-01 | 1 | -6/+6 |
| | * | more use of g_clear_object() where appropriate | Charles Kerr | 2012-03-01 | 2 | -38/+24 |
| | * | in dispose(), add g_clear_object() for priv.ido_calendar and priv.service_pro... | Charles Kerr | 2012-03-01 | 1 | -1/+2 |
| | * | tweak: use g_clear_object() in dispose() | Charles Kerr | 2012-03-01 | 1 | -38/+14 |
| | * | fix potential minor memory leak in update_timezone_menu_items() | Charles Kerr | 2012-03-01 | 1 | -0/+1 |
| | * | remove unnecessary strdup+free in update_appointment_menu_items() | Charles Kerr | 2012-03-01 | 1 | -6/+3 |
| | * | fix memory leak in update_appointment_menu_items() | Charles Kerr | 2012-03-01 | 1 | -7/+6 |
| | * | fix memory leaks in day_selected_double_click_cb() | Charles Kerr | 2012-03-01 | 1 | -2/+8 |
| | * | extract method on common code | Charles Kerr | 2012-03-01 | 1 | -8/+11 |
| |/ |
|
* | | Import upstream version 0.3.90 | Ted Gould | 2012-02-17 | 9 | -923/+233 |
|\| |
|
| * | Adding in code coverage calculation | Ted Gould | 2012-02-17 | 1 | -1/+9 |
| |\ |
|
| | * | Added coverage reporting via gcov config and targets. | Allan LeSage | 2011-12-06 | 1 | -1/+9 |
| * | | lp:~ballogy/indicator-datetime/make-ccpanel-optional | Charles Kerr | 2012-02-15 | 2 | -1/+10 |
| |\ \ |
|
| | * | | Make Control Center panel optional | György Balló | 2011-11-23 | 2 | -0/+8 |
| | |/ |
|
| * | | lp:~mterry/indicator-datetime/libtimezonemap | Charles Kerr | 2012-02-15 | 6 | -793/+36 |
| |\ \ |
|
| | * | | and move TimezoneCompletion to libtimezonemap too | Michael Terry | 2012-01-09 | 5 | -787/+18 |
| | * | | use libtimezonemap | Michael Terry | 2012-01-09 | 4 | -16/+27 |