Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. | ||||
* | 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 | ||||
* / | Change timer to 999ms | karl-qdh | 2011-03-24 | 1 | -1/+1 |
|/ | |||||
* | Fixed up much of the calendar browsing | karl-qdh | 2011-03-15 | 1 | -16/+60 |
|\ | |||||
| * | Commenting out value as we're not using it yet. | Ted Gould | 2011-03-14 | 1 | -2/+2 |
| | | |||||
| * | Change the appointments so that they're modified by the calendar month | Ted Gould | 2011-03-14 | 1 | -5/+59 |
| |\ | |||||
| * \ | Making it so the clock can be hidden entirely. Adding a desktop file to get ↵ | Ted Gould | 2011-03-10 | 1 | -1/+27 |
| |\ \ | | | | | | | | | | | | | to the preferences when it is hidden. | ||||
| | * | | make show-clock work | Michael Terry | 2011-03-10 | 1 | -1/+27 |
| | | | | |||||
| * | | | make 'show monthly calendar' checkbox work | Michael Terry | 2011-03-10 | 1 | -2/+29 |
| |/ / | |||||
* | / | Fixed missed build error, caused by sync problems between netbook and laptop. | karl-qdh | 2011-03-15 | 1 | -3/+4 |
| |/ |/| | |||||
* | | Fixing ted's comments | karl-qdh | 2011-03-14 | 1 | -14/+24 |
| | | |||||
* | | Fixed calendar browsing with month-changed and removed bogus off by one error | karl-qdh | 2011-03-08 | 1 | -1/+1 |
| | |