lp:~ahayzen/ubuntu-printing-app/add-ubuntu-printing-app
Created by
Andrew Hayzen
on
2016-12-14
and last modified on
2017-02-28
- Get this branch:
- bzr branch lp:~ahayzen/ubuntu-printing-app/add-ubuntu-printing-app
Only
Andrew Hayzen
can upload to this branch. If you are
Andrew Hayzen
please log in for upload directions.
Branch merges
- Ken VanDine: Approve (packaging) on 2017-03-01
- Michael Sheldon (community): Approve on 2017-02-28
- Andrew Hayzen (community): Abstain on 2017-02-28
-
Diff: 6762 lines (+4436/-1542)71 files modified.bzr-builddeb/default.conf (+2/-0)
CMakeLists.txt (+35/-35)
backend/CMakeLists.txt (+12/-21)
backend/UbuntuPrintingApp/backend.cpp (+22/-16)
backend/UbuntuPrintingApp/backend.h (+20/-1)
backend/UbuntuPrintingApp/document.cpp (+80/-275)
backend/UbuntuPrintingApp/document.h (+35/-6)
backend/UbuntuPrintingApp/pagehelper.cpp (+104/-0)
backend/UbuntuPrintingApp/pagehelper.h (+55/-0)
backend/UbuntuPrintingApp/popplerimageprovider.cpp (+58/-18)
backend/UbuntuPrintingApp/popplerimageprovider.h (+19/-0)
backend/UbuntuPrintingApp/qmldir (+2/-2)
backend/Ubuntu_Printing_App/printer.cpp (+0/-355)
backend/Ubuntu_Printing_App/printer.h (+0/-94)
backend/Ubuntu_Printing_App/printerinfo.cpp (+0/-39)
backend/Ubuntu_Printing_App/printerinfo.h (+0/-30)
backend/tests/unit/tst_mytype.qml (+0/-49)
debian/changelog (+2/-2)
debian/control (+19/-10)
debian/copyright (+1/-10)
debian/rules (+7/-20)
manifest.json.in (+0/-16)
po/CMakeLists.txt (+44/-0)
po/ubuntu-printing-app.pot (+129/-0)
runner/CMakeLists.txt (+5/-2)
runner/ubuntu-printing-app (+0/-3)
runner/ubuntu-printing-app.in (+3/-0)
setup/gui/ubuntu-printing-app.desktop (+8/-0)
setup/gui/ubuntu-printing-app.svg (+188/-0)
snapcraft.yaml (+75/-0)
tests/CMakeLists.txt (+3/-0)
tests/qmltests/CMakeLists.txt (+46/-0)
tests/qmltests/tst_CheckBoxRow.qml (+87/-0)
tests/qmltests/tst_LabelRow.qml (+73/-0)
tests/qmltests/tst_PreviewRow.qml (+316/-0)
tests/qmltests/tst_PrintPage.qml (+507/-0)
tests/qmltests/tst_PrintRow.qml (+122/-0)
tests/qmltests/tst_SelectorRow.qml (+136/-0)
tests/qmltests/tst_TextFieldRow.qml (+174/-0)
tests/resources/CMakeLists.txt (+6/-0)
tests/resources/pdf/CMakeLists.txt (+3/-0)
tests/resources/pdf/corrupt.pdf (+3/-0)
tests/unittests/CMakeLists.txt (+1/-0)
tests/unittests/backend/CMakeLists.txt (+19/-0)
tests/unittests/backend/tst_document.cpp (+301/-0)
tests/unittests/backend/tst_pagehelper.cpp (+171/-0)
tests/unittests/backend/tst_popplerimageprovider.cpp (+133/-0)
ubuntu-printing-app/CMakeLists.txt (+2/-1)
ubuntu-printing-app/Main.qml (+176/-280)
ubuntu-printing-app/components/AlertDialog.qml (+32/-0)
ubuntu-printing-app/components/CMakeLists.txt (+6/-1)
ubuntu-printing-app/components/CheckBoxRow.qml (+76/-0)
ubuntu-printing-app/components/ExpandableListItem.qml (+0/-82)
ubuntu-printing-app/components/LabelRow.qml (+52/-0)
ubuntu-printing-app/components/PreviewRow.qml (+142/-0)
ubuntu-printing-app/components/PrintRow.qml (+22/-1)
ubuntu-printing-app/components/PrintingHelper.qml (+75/-0)
ubuntu-printing-app/components/SelectorRow.qml (+43/-3)
ubuntu-printing-app/components/TextFieldRow.qml (+54/-0)
ubuntu-printing-app/pages/CMakeLists.txt (+10/-0)
ubuntu-printing-app/pages/ContentPeerPickerPage.qml (+138/-0)
ubuntu-printing-app/pages/EmptyPage.qml (+52/-0)
ubuntu-printing-app/pages/PrintPage.qml (+309/-0)
ubuntu-printing-app/tests/autopilot/run (+0/-11)
ubuntu-printing-app/tests/autopilot/ubuntu_printing_app/__init__.py (+0/-41)
ubuntu-printing-app/tests/autopilot/ubuntu_printing_app/tests/__init__.py (+0/-54)
ubuntu-printing-app/tests/autopilot/ubuntu_printing_app/tests/test_main.py (+0/-21)
ubuntu-printing-app/tests/unit/tst_main.qml (+0/-41)
ubuntu-printing-app/ubuntu-printing-app-apparmor.manifest (+29/-0)
ubuntu-printing-app/ubuntu-printing-app.desktop.in.in (+4/-2)
ubuntu-printing-app/ubuntu-printing-app.svg (+188/-0)
Branch information
Recent revisions
- 80. By Andrew Hayzen on 2017-02-28
-
* Removed 2nd section in copyright file
* Removed boilerplate comments in copyright file
* Add split mode support for bzr
* Add some keywords to the desktop file
* Rebuild the .pot file - 72. By Andrew Hayzen on 2017-02-24
-
* Update PrintingHelper.qml to reflect changes to printer-components
- 71. By Andrew Hayzen on 2017-02-22
-
* printer-components has moved from ubuntu-
settings- components to ubuntu-ui-extras
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp:ubuntu-printing-app
