lp:ubuntu/natty/quickly

Created by James Westby and last modified
Get this branch:
bzr branch lp:ubuntu/natty/quickly
Members of Ubuntu branches can upload to this branch. Log in for directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Ubuntu branches
Status:
Development

Recent revisions

20. By Michael Terry

* New upstream release
  + ubuntu-application-template:
    - Separated user-modifiable code from quickly-owned code by adding new
      *_lib module in new projects that contains quickly-maintained code
    - Support self.ui['my widget'] widget access
    - Refresh tutorial for Ubuntu 11.04 with new screenshots and more editing
  + ubuntu-application-template and derivatives:
    - Add 'quickly test' command that will run unit tests on your code; some
      sample tests are included
  + ubuntu-pygame-template:
    - Add hiscores support by Alejandro J. Cura
  + common:
    - Fixed LP login support to work with latest liblaunchpad
    - Updated translations
* debian/control:
  - Depend on python-nose for template unit tests
  - Update required version of python-launchpadlib

19. By Michael Terry

* debian/control:
  - Depend on full desktopcouch, as we were missing one of the python
    packages earlier. LP: #708114
  - Update recommends from python-quickly-widgets to new name
    python-quickly.widgets

18. By Michael Terry

* New upstream release
  + ubuntu-application-template:
    - Use one scalable application icon, instead of 3 differently sized ones
  + ubuntu-application-template and derivatives:
    - Support writing metadata required by the Application Review Board when
      packaging (can enable with 'submitubuntu' or 'package --extras')
    - Add yelp to dependencies if your application uses ghelp: URLs
    - Some minor cleanups
  + ubuntu-flash-game-template:
    - First release of a flash game template by Stuart Langridge
* debian/watch:
  - Add watch file
* debian/control, debian/rules, debian/compat:
  - Update to dh8 and dh_python2

17. By Michael Terry

* New upstream release
  + ubuntu-application-template:
    - tutorial command reference 4.4 glade should be design (Tony Byrne)
      LP: #661699
    - refresh the branding to the new ubuntu brand (Daniel Fore)
      (LP: #666557)
    - Support self.ui.label1 syntax
    - Support auto-connection of signal handlers named widget_signal_event()
    - support submitubuntu command to install applications in /opt
      (LP: #625581)
  + ubuntu-application-template and derivatives:
    - Fix apport code to not fail when lp-project name changes
    - Fix apport test to run cleanly by always upgrading from 0.3 to 0.4
      template (test was originally written to test that upgrade)
    - Add many tests
    - Provide mallard-formatted starter help files (Tony Byrne)
    - Fix 'add dialog' to rename dialog name with dashes correctly
    - Add 'add help-guide' and 'add help-topic' (Tony Byrne)
    - Support custom licenses better by noticing when they are being used
    - add QUICKLY_EDITOR variable to override SELECTED_EDITOR or EDITOR
      if we want a dedicated editor for Quickly (Dennis Craven)
    - regenerate debian/copyright at each quickly release/package
      (LP: #656943)
    - When getting Launchpad credentials, only allow choosing full access
    - Cleanup various help descriptions to be more consistent
  + common:
    - Reorganize tests to be easier to run as a group (./test/run.sh)
    - quickly quickly should remove *.pyc files as commands are imported
      (LP: #658710)
    - If not running under X, use nano instead of gedit as fallback editor

16. By Didier Roche-Tolomelli

* New bugfix release:
 + ubuntu-application-template and derivatives:
  - don't overwrite files in add command if already exists (Tony Byrne)
    (LP: #645490)
  - fix crash in in help() (Michael Terry) (LP: #649881)
  - force utf8 when creating a gpg key (LP: #640689)
 + common:
  - revert internal bzr calls to use subprocess calls again
    (LP: #648496, #642455)
  - translations update (en_GB, es, fr, uk)
  - urkkk, just saw that the tutorial contains the name and revision number.
    Update that as a workaround. Should be removed for next release.

15. By Didier Roche-Tolomelli

* New upstream release: (LP: #638130)
 + quickly core:
  - enhance API with real case usage: nautilus extension
  - move bzr call to use internal API (Jelmer Vernooij)
  - support user defined template paths (Barry Warsaw) (LP: #585617)
  - quickly quickly now uses import command functionality from the origin
    template
  - fix copyright file (Kyle Nitzsche) (LP: #610096)
 + ubuntu-application-template and derivatives:
  - push the tarball to launchpad instead of the .changes (LP: #594256)
  - move bzr call to use internal API (Jelmer Vernooij)
  - add apache license (Monty Taylor)
  - update and improvment of the tutorial (Ryan Macnish)
  - "$ quickly add indicator" to add indicator support to your project
    (Owais Lone)
  - add yelp dep for tutorial (Umang Varma) (LP: #610026)
  - some fixes to the tutorial (Henrik H.) (LP: #608421)
  - don't add changelog for quickly package command (Umang Varma)
    (LP: #587538)
  - add quickly configure distribution <distro> to release to another
    distribution than your current one (Umang Varma) (LP: #608191)
  - Provide a modeline in generated source (Michael Terry) (LP: #606285)
* debian/control:
  - bump python-distutils-extra build-dep
  - new core breaks older ubuntu-application template (package command)
    (LP: #635624)
  - quickly-ubuntu-template now depends on yelp (LP: #610026)

14. By Didier Roche-Tolomelli

* New bugfix release:
  quickly core:
  - fix wrong template proposal for commands not followed by template
  ubuntu-application template:
  - change label caption from glade to design (LP: #571409)
  - fix dialog when having - in title name (LP: #578710)
  - fix unicode problems in About dialog (LP: #582584) (Petar Vasić)
  - fix the boiler plate for faulty preferences dialog code (LP: #587090)
    (Nick Veitch)
  ubuntu-application and inherited:
  - fix configure stripping team name for ppa (LP: #587314) (Frederik Elwert)
  - fix not all syntax for dependencies supported (LP: #587520) (Frederik
    Elwert)
  - fix issue and description of release: quickly release <number>
  updated translations

13. By Didier Roche-Tolomelli

* New bugfix upstream release:
  ubuntu-application template (and inherited):
  - fix verbose check in quicklyutils making release and share fail
    (LP: #570239)
  - updated translations

12. By Didier Roche-Tolomelli

* New bugfix upstream release:
  ubuntu-application template (and inherited):
  - add more debugging info in --verbose mode for gpg keys
  - remove ~/.selected_editor detection. Introduced confusion for users
    (LP: #565586)
  - better message and user help when ppa not found (LP: #565581)
  - fix again some tutorial issues which had been lost during html -> docbook
    transition (LP: #499356)
  - fix gpg key creation with no email address (LP: #567272)
  - Updated translations

11. By Didier Roche-Tolomelli

* New bugfix upstream release:
  - various fix to tutorial command (LP: #559565)
  - update some part of the existing tutorial (LP: #556237, #550510)
  - fix gpg key creation parameter %commit with right error message as we
    don't push it to LP (LP: #554302)
  - fix some case where gpg secret key wasn't exported to sign the package
    (LP: #555384)
  - add debug command relying on winpdb (Nafai)
  - remove some debug message
  - updated translations

Branch metadata

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

Subscribers