lp:~dshea/timezonemap/trunk

Created by David Shea and last modified
Get this branch:
bzr branch lp:~dshea/timezonemap/trunk
Only David Shea can upload to this branch. If you are David Shea please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
David Shea
Project:
timezonemap
Status:
Development

Recent revisions

41. By David Shea

Allow the timezone highlight to be manually set separately from the location.

Added selected-offset as a property and added get and set functions. Reworked
the widget draw handler to allow drawing a highlight with no location.

40. By David Shea

Added a function to clear the location set for a CcTimezoneMap

39. By David Shea

Ignore the INSTALL file

38. By David Shea

Added a .bzrignore file to ignore all the files generated by the build.

Removed INSTALL from the repo since this file is copied in by automake.

37. By David Shea

Turn on and fix g-ir-scanner warnings.

A comment in timezone-completion opened with /** but did not include
gtk-doc data. Removed the extra asterisk.

cc_timezone_map_get_location needed transfer information since it
returns a non-const object. Added a doc comment with transfer none.

36. By David Shea

Don't close a NULL file pointer.

parse_file attempted to close a NULL pointer if it was unable to open
the given file, causing a crash.

35. By David Shea

Moved CcTimezoneLocation into its own file.

Mixing GObject and non-GObject code in tz.c confuses g-ir-scanner and
adds a lot non-introspectable identifiers to the .gir file.

Added get and set functions for the CcTimezoneLocation properties.

34. By David Shea

Create local copies of string properties.

The string values passed to set_property are owned by the caller, so we
need to create new copies of the strings to store in the private data
structure.

The dispose method already had code to free the private strings, but was
missing a check for the en_name property: added one.

33. By David Shea

Update the GPL comments with the new FSF address.

The Free Software Foundation's address is now at 51 Franklin St. The
rest of the GPL v2 boilerplate comment is unchanged.

32. By Dimitri John Ledkov

Merge whitespace branch

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:timezonemap
This branch contains Public information 
Everyone can see this information.

Subscribers