~thomas-deruyter-3/qreator/qreator

« back to all changes in this revision

Viewing changes to qreator_lib/Window.py

  • Committer: David Planella
  • Date: 2012-01-23 07:59:13 UTC
  • Revision ID: david.planella@ubuntu.com-20120123075913-nb6fscmlc8j3d2t1
Added support to display maps with libchamplain. python-osmgpsmap, as an alternative without Clutter, does not seem to work because it's not introspectable -gtk3 branch is still WIP. Commented out GSettings code, at it seems to crash Winpdb (settings schema not found)

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
        self.preferences_dialog = None # instance
50
50
        self.AboutDialog = None # class
51
51
 
52
 
        self.settings = Gio.Settings("net.launchpad.qreator")
53
 
        self.settings.connect('changed', self.on_preferences_changed)
 
52
        ##self.settings = Gio.Settings("net.launchpad.qreator")
 
53
        ##self.settings.connect('changed', self.on_preferences_changed)
54
54
 
55
55
        # Optional Launchpad integration
56
56
        # This shouldn't crash if not found as it is simply used for bug reporting.