index
:
ayatana-indicator-datetime
main
personal/peat-psuwit/bring-back-lomiri-hints
release-builds
Ayatana Indicator Date & Time Applet
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Import upstream version 12.10.0
Sebastien Bacher
2012-07-13
7
-143
/
+324
|
\
|
*
cyphermox patch to support EDS 3.6's API
Charles Kerr
2012-07-12
1
-92
/
+84
|
*
* src/utils.c
Bob Owen
2012-05-25
1
-3
/
+4
|
*
merge lp:~charlesk/indicator-datetime/lp-833325 to have locations follow the ...
Charles Kerr
2012-05-21
4
-22
/
+190
|
|
\
|
|
*
Modify the timezone location sorting to follow mpt's design at https://wiki.u...
Charles Kerr
2012-05-17
2
-9
/
+166
|
|
*
Add the "Time in auto-detected location" setting described in https://wiki.ub...
Charles Kerr
2012-05-17
3
-13
/
+24
|
*
|
fix a bug that caused the location settings to re-saved every time update_tim...
Charles Kerr
2012-05-17
1
-1
/
+5
|
|
/
|
*
require gtk3
Charles Kerr
2012-05-07
2
-15
/
+0
|
*
sync with lp:indicator-datetime
Charles Kerr
2012-04-23
1
-2
/
+4
|
|
\
|
|
*
merge lp:~charlesk/indicator-datetime/shush to silence a couple of console wa...
Charles Kerr
2012-04-23
1
-2
/
+4
|
|
|
\
|
|
|
*
minor: silence two console warnings when the calendar app is disabled.
Charles Kerr
2012-04-22
1
-2
/
+4
|
*
|
|
merge lp:~ted/indicator-datetime/lp773987 to switch the parsing of the lat an...
Charles Kerr
2012-04-23
2
-4
/
+4
|
|
\
\
\
|
|
|
/
/
|
|
/
|
|
|
|
*
|
Use the same function here as well, just to ensure we're consistent
Ted Gould
2012-04-18
1
-2
/
+2
|
|
*
|
Make it so that we parse the long and lat in a locale independent way
Ted Gould
2012-04-18
1
-2
/
+2
|
|
|
/
|
*
/
indicator_datetime_panel's dispose() method needs to chain up to the supercla...
Charles Kerr
2012-04-22
1
-0
/
+2
|
|
/
*
|
Import upstream version 0.3.94
Charles Kerr
2012-04-04
3
-17
/
+12
|
\
|
|
*
merge lp:~charlesk/indicator-datetime/fiz-tz-offset to fix a timezone sorting...
Charles Kerr
2012-04-02
1
-8
/
+11
|
|
\
|
|
*
fix timezone sorting issue reported by seb128 and diagnosed by desrt
Charles Kerr
2012-04-02
1
-8
/
+11
|
*
|
clicking the systems settings window shouldn't close the 'Locations' dialog.
Charles Kerr
2012-03-29
1
-8
/
+1
|
|
/
*
|
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
[next]