Change logs for gsettings-qt source package in Saucy

  • gsettings-qt (0.0+13.10.20130902.1-0ubuntu1) saucy; urgency=low
    
      [ Lars Uebernickel ]
      * Don't write values into the QQmlPropertyMap when the write failed
        This makes sure that the property map doesn't get out of sync with
        the gsettings database.
    
      [ Ubuntu daily release ]
      * Automatic snapshot from revision 41
     -- Ubuntu daily release <email address hidden>   Mon, 02 Sep 2013 06:12:44 +0000
  • gsettings-qt (0.0+13.10.20130829-0ubuntu1) saucy; urgency=low
    
      [ Lars Uebernickel ]
      * Add API to reset a key to its default value. (LP: #1218005)
    
      [ Ubuntu daily release ]
      * Automatic snapshot from revision 39
     -- Ubuntu daily release <email address hidden>   Thu, 29 Aug 2013 12:29:45 +0000
  • gsettings-qt (0.0+13.10.20130807-0ubuntu1) saucy; urgency=low
    
      [ Ken VanDine ]
      * Install QML module in a versioned dir so it is really parallel
        installable .
    
      [ Lars Uebernickel ]
      * Fix crash in unqtify_name For one, stop using g_string_new_len(),
        which creates a string with a given length, not allocation. Also,
        make sure the QByteArray stays around for the duration of the loop.
    
      [ Ubuntu daily release ]
      * Automatic snapshot from revision 37
     -- Ubuntu daily release <email address hidden>   Wed, 07 Aug 2013 07:02:05 +0000
  • gsettings-qt (0.0+13.10.20130802-0ubuntu1) saucy; urgency=low
    
      [ Sebastien Bacher ]
      * let the dev binary depends on the library.
    
      [ Ubuntu daily release ]
      * Automatic snapshot from revision 34
     -- Ubuntu daily release <email address hidden>   Fri, 02 Aug 2013 20:16:44 +0000
  • gsettings-qt (0.0+13.10.20130730.1-0ubuntu1) saucy; urgency=low
    
      [ Sebastien Bacher ]
      * build a .qmltypes, so qtcreator knows about GSettings.
    
      [ Ubuntu daily release ]
      * Automatic snapshot from revision 32
     -- Ubuntu daily release <email address hidden>   Tue, 30 Jul 2013 18:08:14 +0000
  • gsettings-qt (0.0+13.10.20130730-0ubuntu1) saucy; urgency=low
    
      [ Lars Uebernickel ]
      * Fix regression: GSettingsQml didn't update values on change. (LP:
        #1206181)
    
      [ Ubuntu daily release ]
      * Automatic snapshot from revision 30
     -- Ubuntu daily release <email address hidden>   Tue, 30 Jul 2013 07:01:52 +0000
  • gsettings-qt (0.0+13.10.20130725-0ubuntu1) saucy; urgency=low
    
      [ Sebastien Bacher ]
      * Add a library that can be used from qt/c++ and make gsettings-qml
        use that.
    
      [ Lars Uebernickel ]
      * Add a library that can be used from qt/c++ and make gsettings-qml
        use that.
    
      [ Ubuntu daily release ]
      * Automatic snapshot from revision 28
     -- Ubuntu daily release <email address hidden>   Thu, 25 Jul 2013 07:01:48 +0000
  • gsettings-qt (0.0+13.10.20130720-0ubuntu1) saucy; urgency=low
    
      [ Lars Uebernickel ]
      * Don't abort when calling schema.choices() for an unknown key. Also
        adds a test for accessing an unknown key from the settings object.
      * Clean up tests and add some more testing.
    
      [ Ubuntu daily release ]
      * Automatic snapshot from revision 26
     -- Ubuntu daily release <email address hidden>   Sat, 20 Jul 2013 07:01:48 +0000
  • gsettings-qt (0.0+13.10.20130717-0ubuntu1) saucy; urgency=low
    
      [ Lars Uebernickel ]
      * Add GSettings.schema.choices A function that takes the name of a key
        and returns the possible values the key may assume. The values are
        returned in a QVariantList, so they can be used as qml models (with
        the modelData role). This breaks API: the settings schema must now
        be set with "schema.id" and the path with "schema.path".
    
      [ Ubuntu daily release ]
      * Automatic snapshot from revision 23
     -- Ubuntu daily release <email address hidden>   Wed, 17 Jul 2013 16:55:56 +0000
  • gsettings-qt (0.0+13.10.20130716-0ubuntu1) saucy; urgency=low
    
      [ Iain Lane ]
      * Add a testcase for the onChanged signal.
    
      [ Ubuntu daily release ]
      * Automatic snapshot from revision 21
     -- Ubuntu daily release <email address hidden>   Tue, 16 Jul 2013 07:01:42 +0000
  • gsettings-qt (0.0+13.10.20130713-0ubuntu1) saucy; urgency=low
    
      [ Lars Uebernickel ]
      * Add 'changed' signal There's a 'valueChanged' on QQmlPropertyMap,
        but that is not emitted when values are inserted via insert().
        'changed' is always emitted, except when the values are first read.
    
      [ Ubuntu daily release ]
      * Automatic snapshot from revision 19
     -- Ubuntu daily release <email address hidden>   Sat, 13 Jul 2013 07:01:43 +0000
  • gsettings-qt (0.0+13.10.20130701-0ubuntu1) saucy; urgency=low
    
      * Automatic snapshot from revision 17
    
    gsettings-qt (0.0+13.10.20130630-0ubuntu1) saucy; urgency=low
    
      * Automatic snapshot from revision 16
    
    gsettings-qt (0.0+13.10.20130629-0ubuntu1) saucy; urgency=low
    
      * Automatic snapshot from revision 15
    
    gsettings-qt (0.0+13.10.20130628.1-0ubuntu1) saucy; urgency=low
    
      * Automatic snapshot from revision 14
    
    gsettings-qt (0.0+13.10.20130628-0ubuntu1) saucy; urgency=low
    
      * Automatic snapshot from revision 13
    
    gsettings-qt (0.0+13.10.20130627-0ubuntu1) saucy; urgency=low
    
      * Automatic snapshot from revision 12
    
    gsettings-qt (0.0+13.10.20130626.1-0ubuntu1) saucy; urgency=low
    
      [ Ken VanDine ]
      * build depend on qtdeclarative5-test-plugin .
    
      [ Lars Uebernickel ]
      * gsettings-qt: gsettings bindings for qml
      * Merge initial packaging From lp:~ken-vandine/gsettings-qt/packaging
      * Add basic testing
      * Remove QtGui dependency qmake adds this by default. Note that this
        does not remove the dependency from `make check`, qtquicktests
        depends on it.
      * debian: run `make check` under xvfb-run
      * Merge trunk
      * debian: run xvfb with -a
      * Don't install tests Merged from lp:~ken-vandine/gsettings-
        qt/no_install_tests
    
      [ Ubuntu daily release ]
      * Automatic snapshot from revision 11
     -- Ubuntu daily release <email address hidden>   Mon, 01 Jul 2013 07:01:01 +0000
  • gsettings-qt (0.0-0ubuntu1) saucy; urgency=low
    
      * Initial package
     -- Ken VanDine <email address hidden>   Fri, 21 Jun 2013 14:35:13 -0400