lp:~quickly-committers/quickly/gtk3-projects
Created by
Michael Terry
and last modified
- Get this branch:
- bzr branch lp:~quickly-committers/quickly/gtk3-projects
Members of
Quickly Developers
can upload to this branch. Log in for directions.
Branch merges
Propose for merging
No branches
dependent on this one.
- Didier Roche-Tolomelli: Approve
-
Diff: 1834 lines (+265/-696)38 files modifieddata/templates/ubuntu-application/create.py (+13/-1)
data/templates/ubuntu-application/help/code/JottyWindow.py (+1/-1)
data/templates/ubuntu-application/help/tutorial.xml (+1/-1)
data/templates/ubuntu-application/project_root/.bzrignore (+1/-0)
data/templates/ubuntu-application/project_root/data/glib-2.0/schemas/net.launchpad.project_name.gschema.xml (+10/-0)
data/templates/ubuntu-application/project_root/data/ui/Aboutcamel_case_nameDialog.ui (+11/-13)
data/templates/ubuntu-application/project_root/data/ui/Preferencescamel_case_nameDialog.ui (+68/-49)
data/templates/ubuntu-application/project_root/data/ui/camel_case_nameWindow.ui (+1/-2)
data/templates/ubuntu-application/project_root/python/Preferencescamel_case_nameDialog.py (+9/-25)
data/templates/ubuntu-application/project_root/python/__init__.py (+3/-16)
data/templates/ubuntu-application/project_root/python/camel_case_nameWindow.py (+1/-1)
data/templates/ubuntu-application/project_root/python_lib/AboutDialog.py (+2/-2)
data/templates/ubuntu-application/project_root/python_lib/Builder.py (+29/-14)
data/templates/ubuntu-application/project_root/python_lib/PreferencesDialog.py (+3/-84)
data/templates/ubuntu-application/project_root/python_lib/Window.py (+8/-10)
data/templates/ubuntu-application/project_root/python_lib/__init__.py (+0/-1)
data/templates/ubuntu-application/project_root/python_lib/helpers.py (+3/-4)
data/templates/ubuntu-application/project_root/python_lib/preferences.py (+0/-100)
data/templates/ubuntu-application/project_root/tests/test_example.py (+1/-1)
data/templates/ubuntu-application/run.py (+13/-1)
data/templates/ubuntu-application/store/data/ui/dialog_camel_case_nameDialog.ui (+13/-9)
data/templates/ubuntu-application/store/data/ui/dialog_python_name_dialog.xml (+1/-1)
data/templates/ubuntu-application/store/dialog.py (+1/-1)
data/templates/ubuntu-application/store/python/dialog_camel_case_nameDialog.py (+5/-5)
data/templates/ubuntu-application/store/python/indicator.py (+7/-8)
data/templates/ubuntu-application/test/apport/apport.sh (+12/-5)
data/templates/ubuntu-application/test/builder/builder.py (+2/-2)
data/templates/ubuntu-application/test/configure.sh (+2/-3)
data/templates/ubuntu-application/test/filelist.sh (+5/-2)
data/templates/ubuntu-application/test/metadata.sh (+2/-4)
data/templates/ubuntu-application/test/preferences.py (+0/-151)
data/templates/ubuntu-application/upgrade.py (+4/-2)
data/templates/ubuntu-flash-game/internal/apportutils.py (+0/-143)
data/templates/ubuntu-flash-game/project_root/bin/project_name (+8/-7)
quickly/quicklyconfig.py (+1/-1)
quickly/test/pylint.sh (+1/-1)
setup.py (+1/-1)
ubuntudevbar.py (+22/-24)
Branch information
Recent revisions
- 630. By Michael Terry
-
fix metadata.sh to pass with latest python-
distutils- extra; note that there is a bug preventing it from detecting gtk3 when running with no DISPLAY... we could fix that by running under xvfb, but I figured the easiest way for now would be to just have the test not require such detection - 628. By Michael Terry
-
bump version to 11.11 so we can track when project_root changed so dramatically
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp:quickly