aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Set timezone from the menuitems in the indicatorTed Gould2011-04-074-44/+121
|\
| * when user clicks a timezone location, switch to that timezone (and support ↵Michael Terry2011-04-074-44/+121
| | | | | | | | showing user's preferred name for the current timezone in the menu)
* | Adds language, country and version information to the URLTed Gould2011-04-061-2/+61
|\|
| * whoops, remove debug commentMichael Terry2011-04-061-1/+0
| |
| * pass locale to server; dynamically determine versionMichael Terry2011-04-061-2/+62
|/
* Use gmtime for full day events.Ted Gould2011-04-051-1/+4
|
* Use stack memory instead of the global to avoid it getting modifiedTed Gould2011-04-051-2/+3
|
* Pull the full day into a boolean and reformatTed Gould2011-04-051-12/+20
|
* Translator commentTed Gould2011-04-051-1/+5
|
* Detect a full day event and print it differentlyTed Gould2011-04-051-0/+4
|
* Using GConf to find out which calendars are shown or not.Ted Gould2011-04-041-1/+23
|\
| * Working patch! YAYkarl-qdh2011-04-041-5/+12
| |
| * Added a change which _could_ work if evolution URI's were correct, however ↵karl-qdh2011-04-041-1/+16
| | | | | | | | local:system is not a valid URI, effectively this will stop showing all calendars right now
* | Ensure the calendar is correctly shownTed Gould2011-04-041-8/+14
|\ \
| * | Follow show-calendar setting regardless of whether Evolution is present (LP: ↵Dylan McCall2011-04-031-8/+14
| |/ | | | | | | | | | | #748772) Visibility of upcoming events is no longer tied to show-calendar setting.
* | Making it so that months boundries can't block our events.Ted Gould2011-04-041-4/+10
|\ \ | |/ |/|
| * Set a minimum number of days to look for appointments for, allowed it to ↵karl-qdh2011-04-011-4/+10
| | | | | | | | extend past month end by 1 week.
* | Switched to using SystemIdleHintChanged from ActiveState, appears ConsoleKit ↵karl-qdh2011-03-311-1/+1
|/ | | | might have changed recently.
* Fix up icons and give them tool tipsTed Gould2011-03-302-6/+70
|\
| * add error icon to main timezone entryMichael Terry2011-03-301-6/+46
| |
| * add tooltip to error iconMichael Terry2011-03-301-0/+24
| |
* | Fix marking and clean up event handling in the indicator and serviceTed Gould2011-03-304-92/+256
|\ \ | |/ |/|
| * Removing a warning that will occur on the default GTK propertiesTed Gould2011-03-301-4/+0
| |
| * Be a bit smarter about handling the the localeTed Gould2011-03-302-7/+6
| |
| * Syncing with Karl's branchTed Gould2011-03-301-2/+2
| |\
| | * Might not like that signal notationkarl-qdh2011-03-301-2/+4
| | |
| * | Setting the default _WITH_DAY to be 12_WITH_DAYTed Gould2011-03-302-2/+2
| | |
| * | Changing code to recycle the appointment menu items for a cleaner switching ↵Ted Gould2011-03-301-21/+34
| | | | | | | | | | | | of days
| * | Disable the appointments on date or month change to make it show that ↵Ted Gould2011-03-301-0/+13
| | | | | | | | | | | | they're being updated and aren't currently valid
| * | Ensure that the marks get cleared on day changes that go across monthly ↵Ted Gould2011-03-301-2/+25
| | | | | | | | | | | | boundries as well
| * | Protecting against the widgets being NULL at startupTed Gould2011-03-301-2/+6
| | |
| * | Check for the signal name in the handlerTed Gould2011-03-301-4/+6
| | |
| * | Moving the registration of the type handlers into the init so that they'll ↵Ted Gould2011-03-301-18/+12
| | | | | | | | | | | | not execute more than once.
| * | Update the appointments in the idle loop so we can get those signals ↵Ted Gould2011-03-301-2/+9
| | | | | | | | | | | | returned promptly!
| * | Clear marks on month changesTed Gould2011-03-301-0/+5
| | |
| * | Protecting against NULL valuesTed Gould2011-03-301-11/+18
| | |
| * | Cleaning up debug outputTed Gould2011-03-301-2/+2
| | |
| * | Making the right size group more real to remove an annoying errorTed Gould2011-03-301-14/+17
| | |
| * | Making sure to get the inital values of the calendar propertiesTed Gould2011-03-301-0/+15
| | |
| * | Some debugging infoTed Gould2011-03-301-1/+2
| | |
| * | Switching to one variable with all the marks in itTed Gould2011-03-303-18/+3
| |/
| * Potential fix for suspend issue suggested by njpatelkarl-qdh2011-03-302-1/+45
| |
| * Move start timer into an idle so we have a chance to actually create the ↵karl-qdh2011-03-301-1/+1
| | | | | | | | menu items
| * Made marking work when you change month, still needs more work to get it to ↵karl-qdh2011-03-302-20/+20
| | | | | | | | do it on startup properly.
| * Adding tedg's suggested change to the property sending, no change in signals ↵karl-qdh2011-03-292-13/+31
| | | | | | | | being received by the other side.
| * Try splitting the function see if that workskarl-qdh2011-03-251-5/+12
| |
| * Mergedkarl-qdh2011-03-252-34/+73
| |\
| * \ merged back with sniffles branch and added some changes to the resetdate, ↵karl-qdh2011-03-234-8/+18
| |\ \ | | | | | | | | | | | | which also effects the marked days.
| * | | changes for bug #649800 - requires dbusmenu to be releasedkarl-qdh2011-03-232-0/+28
| | | |
* | | | Adding a preferences for prefered timezoneTed Gould2011-03-292-19/+44
|\ \ \ \