Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | |||||
* | | Fixed incorrect year in tm struct for indicator-datetime.c:month_changed_cb, ↵ | karl-qdh | 2011-03-08 | 1 | -12/+9 |
| | | | | | | | | | | | | | | still receiving a segfault in datetime-service.c when we try to use the variant. Checked the variant value over dbus and its fine. | ||||
* | | Tried using uint but still segfaulting in variant code | karl-qdh | 2011-03-06 | 1 | -1/+8 |
| | | |||||
* | | Hooking up the signals from the calendar and getting it working on service side | karl-qdh | 2011-03-06 | 1 | -1/+41 |
|/ | |||||
* | Fixed #729020 - Week numbers not respecting configuration on startup | karl-qdh | 2011-03-04 | 1 | -1/+8 |
| | |||||
* | White space and include fixes | Ted Gould | 2011-03-03 | 1 | -0/+5 |
|\ | |||||
| * | Updated to newest trunk needs more merging | karl-qdh | 2011-02-25 | 1 | -203/+50 |
| |\ | |||||
* | | | add in some fixes from karl's branch | Michael Terry | 2011-02-25 | 1 | -2/+3 |
|\| | | |||||
| * | | Get ido calendar and dbusmenu the right way around | karl-qdh | 2011-02-25 | 1 | -2/+3 |
| | | | |||||
* | | | merge with trunk | Michael Terry | 2011-02-25 | 1 | -209/+51 |
|\ \ \ | |/ / |/| / | |/ | |||||
| * | some cleanup; when map changes, update entry too | Michael Terry | 2011-02-23 | 1 | -2/+2 |
| | | |||||
| * | disable clicking on locations; use pretty zone names in indicator | Michael Terry | 2011-02-23 | 1 | -4/+6 |
| | | |||||
| * | grab timezone names from geomaps; flesh out support for timezone completion ↵ | Michael Terry | 2011-02-23 | 1 | -171/+2 |
| | | | | | | | | in main map and locations dialog; show times in locations dialog | ||||
| * | re-sync with trunk | Michael Terry | 2011-02-22 | 1 | -59/+225 |
| |\ | |||||
| | * | Adding in timezone support and more calendar support | Ted Gould | 2011-02-17 | 1 | -78/+222 |
| | |\ | |||||
| | * | | Encapsulating the updating of the description into a function | Ted Gould | 2011-02-17 | 1 | -13/+23 |
| | | | | |||||
| | * | | Get the indicator entry data into a separate variable, adn and free it after | Luke Yelavich | 2011-02-17 | 1 | -2/+6 |
| | | | | | | | | | | | | | | | | | | | | we signal a change in the accessible description, to avoid a memory leak. | ||||
| | * | | Add accessible description support. | Luke Yelavich | 2011-02-14 | 1 | -0/+26 |
| | | | | |||||
| * | | | first pass at preferences dialog | Michael Terry | 2011-02-17 | 1 | -29/+2 |
| | | | |