lp:~kevin-wright-1/u1db-qt/examples-19-march-2013-i

Created by Kevin Wright and last modified
Get this branch:
bzr branch lp:~kevin-wright-1/u1db-qt/examples-19-march-2013-i
Only Kevin Wright can upload to this branch. If you are Kevin Wright please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Kevin Wright
Project:
U1DB Qt/ QML
Status:
Merged

Recent revisions

51. By Kevin Wright

Added examples/u1db-qt-example-2b.qml to demonstrate the creation and querying of sub-fields in a Document. Discovered a bug where the database, document contents do not appear to update properly if a change has been made and the contents contain sub-fields.

50. By Cris Dywan

Fill in concept docs based on tutorial in example 4

49. By Cris Dywan

Placeholders for documentation pages

48. By Cris Dywan

Add example 4 based on example 3 and using a ListView

47. By Cris Dywan

Updated debian rules, changelog, and control for initial package

------------- line and the following will be ignored --------------

modified:
  debian/changelog
  debian/control
  debian/rules
unknown:
  _build/
  aU1DbDSatabase
  aU1DbDSatabase2
  aU1DbDSatabase3
  bogus
  config.qdocconf
  pDb
  wip.diff
  xtension
  tests/bogus
pending merges:
  Kevin Wright 2013-03-13 Updated debian rules, changelog, and control files to create initial package.
5 shelves exist. See "bzr shelve --list" for details.

=== modified file 'debian/changelog'
--- a/debian/changelog 2013-01-31 10:34:35 +0000
+++ b/debian/changelog 2013-03-13 10:02:35 +0000
@@ -1,5 +1,10 @@
-u1db-qt (1.0-0ubuntu0) quantal; urgency=low
-
- * Initial Release
-
- -- Christian Dywan <email address hidden> Wed, 30 Jan 2013 17:30:00 +0200
+u1db-qt (0.1.1-0ubuntu0) quantal; urgency=low
+
+ * Fixed a packaging issue. The following still apply from 0.1:
+
+ * Initial Alpha (Unstable) Release
+ * API subject to change
+ * API not feature complete
+ * Basic functionality is available, but does not yet meet the API specification and may still contain bugs
+
+ -- Kevin Wright <email address hidden> Tue, 12 Mar 2013 12:15:00 +0100

=== modified file 'debian/control'
--- a/debian/control 2013-01-31 10:34:35 +0000
+++ b/debian/control 2013-03-13 10:01:07 +0000
@@ -4,8 +4,8 @@
 Maintainer: Ubuntu Developers <email address hidden>
 Build-Depends: debhelper (>= 9),
                cmake (>= 2.8.6),
- qtbase,
- qtdeclarative,
+ qtdeclarative5-dev,
+ qtbase5-dev,
                dbus-test-runner,
 Standards-Version: 3.9.3
 Vcs-Bzr: https://launchpad.net/u1db-qt/trunk
@@ -22,8 +22,8 @@
 Architecture: any
 Depends: ${misc:Depends},
          libu1db-qt5-1 (= ${binary:Version}),
- qtbase,
- qtdeclarative,
+ qtdeclarative5dev,
+ qtbase5-dev,
          libu1db-dev (>= 1.0.0),
 Description: Qt5 binding and QtQuick2 plugin for U1DB - development files
  Simple Qt5 binding and QtQuick2 plugin for U1DB (https://launchpad.net/u1db).

=== modified file 'debian/rules'
--- a/debian/rules 2013-01-31 10:34:35 +0000
+++ b/debian/rules 2013-03-13 10:01:07 +0000
@@ -24,7 +24,7 @@
 override_dh_auto_test:

 override_dh_auto_install:
- dh_auto_install
+ dh_auto_install -Bbuild/qt5

 override_dh_install:
  dh_install --fail-missing

46. By Cris Dywan

Add moc files to list of files for 'make clean'

45. By Cris Dywan

Store dbschema.sql in a resource

That way it's available regardless of where binaries reside.

44. By Cris Dywan

example 3: Implement next/ previous and describe getting docId's

43. By Cris Dywan

example 3: Implement 'Home' and add an opening summary

42. By Cris Dywan

example 3: Save content for current id key represented in the address bar

Branch metadata

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

Subscribers