Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | in dispose(), add g_clear_object() for priv.ido_calendar and ↵ | Charles Kerr | 2012-03-01 | 1 | -1/+2 |
| | | | | priv.service_proxy_cancel | ||||
* | tweak: use g_clear_object() in dispose() | Charles Kerr | 2012-03-01 | 1 | -38/+14 |
| | |||||
* | merging Treviño's lp:~3v1n0/indicator-datetime/add-name-hint | Charles Kerr | 2012-02-14 | 1 | -0/+8 |
|\ | |||||
| * | Export the name_hint | Marco Trevisan (Treviño) | 2011-11-08 | 1 | -0/+8 |
| | | | | | | | | Using the PACKAGE_NAME value | ||||
* | | Fix FTB when deprecation warnings are enabled | Charles Kerr | 2012-02-14 | 1 | -0/+8 |
| | | |||||
* | | Fixing include paths | Ted Gould | 2012-01-31 | 1 | -2/+2 |
|/ | |||||
* | Use g_datetime() to measure string (6 LOC) | Jörn Horstmann | 2011-09-21 | 1 | -5/+7 |
| | |||||
* | Update comments to discuss the new format options in glib | Ted Gould | 2011-09-15 | 1 | -2/+8 |
|\ | |||||
| * | Warning when the user use a date format not supported | Javier Jardón | 2011-09-02 | 1 | -2/+8 |
| | | | | | | | | | | | | We are using the g_date_time_format () function and the format strings understood by this function are a subset of the strftime() format language. | ||||
* | | indicator-datetime.c: Use G_GNUC_CONST in the type declaration | Javier Jardón | 2011-09-06 | 1 | -1/+1 |
| | | |||||
* | | indicator-datetime.c: Use private pointer instead GET_PRIV macro | Javier Jardón | 2011-09-06 | 1 | -11/+11 |
|/ | |||||
* | Update the date when open the indicator-datetime menu | Javier Jardón | 2011-08-25 | 1 | -6/+0 |
| | | | | | Fixes https://bugs.launchpad.net/indicator-datetime/+bug/793450 | ||||
* | Set the correct month number | Javier Jardón | 2011-08-17 | 1 | -1/+1 |
| | | | | | | g_datetime_get_ymd() gets the Gregorian month number but gtk_calendar_set_month() needs a value between [0,11] | ||||
* | Use the new GDateTime glib API to deal with time | Javier Jardón | 2011-08-16 | 1 | -11/+10 |
| | |||||
* | don't unref a NULL GDateTime object; original patch by Dave Gilbert | Michael Terry | 2011-07-14 | 1 | -6/+10 |
| | |||||
* | Making the preferences a gnome-control-center plugin instead of a stand ↵ | Ted Gould | 2011-07-07 | 1 | -4/+14 |
|\ | | | | | | | alone app | ||||
| * | update to handle latest gnome-settings-daemon dbus API for setting ↵ | Michael Terry | 2011-06-28 | 1 | -4/+14 |
| | | | | | | | | timezones; be more fool-proof when looking up current timezone in indicator | ||||
* | | Use gnome-control-center datetime panel for settings | Rodrigo Moya | 2011-06-29 | 1 | -2/+2 |
|/ | |||||
* | fix two spelling mistakes spotted by lintian | Evgeni Golov | 2011-06-05 | 1 | -2/+2 |
| | |||||
* | Ensuring the minimum width if there is no calendar. | Ted Gould | 2011-04-18 | 1 | -0/+6 |
|\ | |||||
| * | indentation | karl-qdh | 2011-04-18 | 1 | -2/+2 |
| | | |||||
| * | min/max width for appointments | karl-qdh | 2011-04-18 | 1 | -0/+7 |
| | | |||||
* | | Prevent long appointment titles making the menu too wide | karl-qdh | 2011-04-15 | 1 | -0/+1 |
|/ | |||||
* | watch for resume in the service, not the indicator; update today's menu ↵ | Michael Terry | 2011-04-13 | 1 | -40/+0 |
| | | | | label after resume | ||||
* | Fixed niggles | karl-qdh | 2011-04-11 | 1 | -4/+4 |
| | |||||
* | syntax fail | karl-qdh | 2011-04-11 | 1 | -8/+2 |
| | |||||
* | Improve debug messages and only react when hiding | karl-qdh | 2011-04-11 | 1 | -0/+8 |
| | |||||
* | Calendar reset, should work for mike | karl-qdh | 2011-04-11 | 1 | -7/+24 |
| | |||||
* | Switched to using SystemIdleHintChanged from ActiveState, appears ConsoleKit ↵ | karl-qdh | 2011-03-31 | 1 | -1/+1 |
| | | | | might have changed recently. | ||||
* | Fix marking and clean up event handling in the indicator and service | Ted Gould | 2011-03-30 | 1 | -46/+119 |
|\ | |||||
| * | Removing a warning that will occur on the default GTK properties | Ted Gould | 2011-03-30 | 1 | -4/+0 |
| | | |||||
| * | Syncing with Karl's branch | Ted Gould | 2011-03-30 | 1 | -2/+2 |
| |\ | |||||
| | * | Might not like that signal notation | karl-qdh | 2011-03-30 | 1 | -2/+4 |
| | | | |||||
| * | | Protecting against the widgets being NULL at startup | Ted Gould | 2011-03-30 | 1 | -2/+6 |
| | | | |||||
| * | | Check for the signal name in the handler | Ted Gould | 2011-03-30 | 1 | -4/+6 |
| | | | |||||
| * | | Moving the registration of the type handlers into the init so that they'll ↵ | Ted Gould | 2011-03-30 | 1 | -18/+12 |
| | | | | | | | | | | | | not execute more than once. | ||||
| * | | Protecting against NULL values | Ted Gould | 2011-03-30 | 1 | -11/+18 |
| | | | |||||
| * | | Cleaning up debug output | Ted Gould | 2011-03-30 | 1 | -2/+2 |
| | | | |||||
| * | | Making the right size group more real to remove an annoying error | Ted Gould | 2011-03-30 | 1 | -14/+17 |
| | | | |||||
| * | | Making sure to get the inital values of the calendar properties | Ted Gould | 2011-03-30 | 1 | -0/+15 |
| | | | |||||
| * | | Some debugging info | Ted Gould | 2011-03-30 | 1 | -1/+2 |
| | | | |||||
| * | | Switching to one variable with all the marks in it | Ted Gould | 2011-03-30 | 1 | -14/+1 |
| |/ | |||||
| * | Potential fix for suspend issue suggested by njpatel | karl-qdh | 2011-03-30 | 1 | -0/+38 |
| | | |||||
| * | Made marking work when you change month, still needs more work to get it to ↵ | karl-qdh | 2011-03-30 | 1 | -16/+18 |
| | | | | | | | | do it on startup properly. | ||||
| * | Adding tedg's suggested change to the property sending, no change in signals ↵ | karl-qdh | 2011-03-29 | 1 | -5/+19 |
| | | | | | | | | being received by the other side. | ||||
| * | Try splitting the function see if that works | karl-qdh | 2011-03-25 | 1 | -5/+12 |
| | | |||||
| * | merged back with sniffles branch and added some changes to the resetdate, ↵ | karl-qdh | 2011-03-23 | 1 | -2/+1 |
| |\ | | | | | | | | | | which also effects the marked days. | ||||
| * | | changes for bug #649800 - requires dbusmenu to be released | karl-qdh | 2011-03-23 | 1 | -0/+4 |
| |/ | |||||
* | | Fix case statement brackets | Ted Gould | 2011-03-29 | 1 | -5/+9 |
|\ \ | |||||
| * | | Make switch statement more consistent might fix bug #743394 seems to be a ↵ | karl-qdh | 2011-03-28 | 1 | -5/+9 |
| |/ | | | | | | | | | | | | | weirdness in C related to; http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37231 |