aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | 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
| |\ \ \ \
| | * | | | remember user's preferred location name for main timezoneMichael Terry2011-03-292-19/+44
| | | | | |
| * | | | | show error icon if user focuses out of location entry when it has an ↵Michael Terry2011-03-291-7/+31
| |/ / / / | | | | | | | | | | | | | | | non-location value
| * | | | Protect against not having an entryTed Gould2011-03-291-5/+8
| |\ \ \ \
| | * | | | don't call complete() unless we have an entryMichael Terry2011-03-291-5/+8
| | | | | |
| * | | | | Handle enter on the default case by selecting the first entry instead of ↵Ted Gould2011-03-293-5/+107
| |\ \ \ \ \ | | |/ / / / | |/| | | | | | | | | | entering a blank item.
| | * | | | Don't allow enter presses to leave non-timezone content in the modelMichael Terry2011-03-283-5/+107
| | | | | |
| * | | | | Make the locations dialog non-modal but resurface when needed.Ted Gould2011-03-293-6/+20
| |\ \ \ \ \
| | * | | | | treat locations dialog not as a modal dialog, but rather one that can be ↵Michael Terry2011-03-293-6/+20
| | |/ / / / | | | | | | | | | | | | | | | | | | dismissed by interacting with the main dialog
| * | | | | Fix crash with GVariantBuilder, unref a timedate and ensure that we always ↵Ted Gould2011-03-293-8/+19
| |\| | | | | | | | | | | | | | | | | | | | | | have a separator
| | * | | | fix memory leak that also prevented us noticing when the timezone got updatedMichael Terry2011-03-241-0/+2
| | | | | |
| | * | | | show location separator even if no locations (since we always have the ↵Michael Terry2011-03-241-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | current location
| | * | | | fix crash when emptying location listMichael Terry2011-03-241-3/+12
| | | | | |
| * | | | | Put in timeouts to save settings on idleTed Gould2011-03-291-17/+57
| |\| | | |
| | * | | | update locations gsettings as soon as changes as made, not just when the ↵Michael Terry2011-03-241-17/+57
| | | | | | | | | | | | | | | | | | | | | | | | dialog is closed
| * | | | | Update to map to make it lovely and UTC fixesTed Gould2011-03-292-3/+28
| |\| | | |
| | * | | | drop debugging line and update times when user selects a zoneMichael Terry2011-03-241-2/+4
| | | | | |
| | * | | | add utc to relevant resultsMichael Terry2011-03-231-1/+24
| | | | | |
| * | | | | Protect our privates when being cancelledTed Gould2011-03-291-4/+6
| |\ \ \ \ \
| | * | | | | don't access priv pointer if we've cancelled an async operationMichael Terry2011-03-241-4/+6
| | | |_|_|/ | | |/| | |
| * | | | | Fix case statement bracketsTed Gould2011-03-291-5/+9
| |\ \ \ \ \
| | * | | | | Make switch statement more consistent might fix bug #743394 seems to be a ↵karl-qdh2011-03-281-5/+9
| | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | weirdness in C related to; http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37231
| * | | | | Ensure calendar is always shownTed Gould2011-03-291-3/+4
| |\ \ \ \ \
| | * | | | | Show calendar widget alwayskarl-qdh2011-03-281-3/+4
| | |/ / / /
| * | | | | Adjusting the timer so it appears more consistentTed Gould2011-03-291-1/+1
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | Change timer to 999mskarl-qdh2011-03-241-1/+1
| | |/ / /
| * | | | cleanup another instance of GValueMichael Terry2011-03-231-12/+5
| | | | |
| * | | | sort locations by name, starting with prefixesMichael Terry2011-03-231-0/+40
| | | | |
| * | | | cleanup locations dialog column usageMichael Terry2011-03-231-33/+25
| |/ / /
* | | | Import upstream version 0.2.0Ted Gould2011-03-234-51/+89
|\| | |
| * | | make location completions a bit more robust in terms of when the popup is ↵Michael Terry2011-03-231-10/+24
| | | | | | | | | | | | | | | | shown or not
| * | | Ensure no duplicate entriesTed Gould2011-03-231-10/+28
| |\ \ \