lp:~jonas-drange/ubuntu-ui-extras/consolidated-devices
Created by Jonas G. Drange and last modified
- Get this branch:
- bzr branch lp:~jonas-drange/ubuntu-ui-extras/consolidated-devices
Only Jonas G. Drange can upload to this branch. If you are Jonas G. Drange please log in for upload directions.
Branch merges
Propose for merging
No branches dependent on this one.
- system-apps-ci-bot: Approve (continuous-integration)
- Andrew Hayzen (community): Approve
- Diff: 2545 lines (+1738/-170)30 files modifieddebian/control (+1/-0)
modules/Ubuntu/Components/Extras/Example/Printers.qml (+73/-28)
modules/Ubuntu/Components/Extras/Printers/CMakeLists.txt (+1/-0)
modules/Ubuntu/Components/Extras/Printers/backend/backend_cups.cpp (+9/-8)
modules/Ubuntu/Components/Extras/Printers/cups/devicesearcher.cpp (+85/-2)
modules/Ubuntu/Components/Extras/Printers/cups/devicesearcher.h (+15/-0)
modules/Ubuntu/Components/Extras/Printers/cups/ppdutils.cpp (+345/-0)
modules/Ubuntu/Components/Extras/Printers/cups/ppdutils.h (+87/-0)
modules/Ubuntu/Components/Extras/Printers/models/devicemodel.cpp (+266/-2)
modules/Ubuntu/Components/Extras/Printers/models/devicemodel.h (+82/-1)
modules/Ubuntu/Components/Extras/Printers/models/drivermodel.cpp (+14/-0)
modules/Ubuntu/Components/Extras/Printers/models/drivermodel.h (+1/-0)
modules/Ubuntu/Components/Extras/Printers/printer/printer.cpp (+2/-1)
modules/Ubuntu/Components/Extras/Printers/printer/printerjob.cpp (+2/-2)
modules/Ubuntu/Components/Extras/Printers/printers/printers.cpp (+9/-0)
modules/Ubuntu/Components/Extras/Printers/printers/printers.h (+3/-0)
modules/Ubuntu/Components/Extras/Printers/structs.h (+34/-29)
modules/Ubuntu/Components/Extras/Printers/utils.h (+60/-53)
po/ubuntu-ui-extras.pot (+9/-5)
tests/unittests/Printers/CMakeLists.txt (+16/-0)
tests/unittests/Printers/mockbackend.h (+3/-3)
tests/unittests/Printers/tst_consolidateddevicemodel.cpp (+186/-0)
tests/unittests/Printers/tst_devicefilter.cpp (+106/-0)
tests/unittests/Printers/tst_jobmodel.cpp (+1/-0)
tests/unittests/Printers/tst_ppdutils.cpp (+138/-0)
tests/unittests/Printers/tst_printer.cpp (+3/-3)
tests/unittests/Printers/tst_printerdevice.cpp (+19/-22)
tests/unittests/Printers/tst_printerdevicemodel.cpp (+58/-10)
tests/unittests/Printers/tst_printermodel.cpp (+3/-1)
tests/unittests/Printers/tst_utils.cpp (+107/-0)
- Andrew Hayzen (community): Needs Information
- Diff: 2069 lines (+1492/-112)26 files modifiedmodules/Ubuntu/Components/Extras/Example/Printers.qml (+73/-28)
modules/Ubuntu/Components/Extras/Printers/CMakeLists.txt (+1/-0)
modules/Ubuntu/Components/Extras/Printers/backend/backend_cups.cpp (+9/-8)
modules/Ubuntu/Components/Extras/Printers/cups/devicesearcher.cpp (+36/-5)
modules/Ubuntu/Components/Extras/Printers/cups/devicesearcher.h (+1/-0)
modules/Ubuntu/Components/Extras/Printers/cups/ppdutils.cpp (+343/-0)
modules/Ubuntu/Components/Extras/Printers/cups/ppdutils.h (+87/-0)
modules/Ubuntu/Components/Extras/Printers/models/devicemodel.cpp (+216/-1)
modules/Ubuntu/Components/Extras/Printers/models/devicemodel.h (+80/-1)
modules/Ubuntu/Components/Extras/Printers/printer/printer.cpp (+2/-1)
modules/Ubuntu/Components/Extras/Printers/printer/printerjob.cpp (+2/-2)
modules/Ubuntu/Components/Extras/Printers/printers/printers.cpp (+9/-0)
modules/Ubuntu/Components/Extras/Printers/printers/printers.h (+3/-0)
modules/Ubuntu/Components/Extras/Printers/structs.h (+0/-2)
modules/Ubuntu/Components/Extras/Printers/utils.h (+52/-53)
po/ubuntu-ui-extras.pot (+5/-5)
tests/unittests/Printers/CMakeLists.txt (+16/-0)
tests/unittests/Printers/mockbackend.h (+3/-3)
tests/unittests/Printers/tst_consolidateddevicemodel.cpp (+162/-0)
tests/unittests/Printers/tst_devicefilter.cpp (+106/-0)
tests/unittests/Printers/tst_jobmodel.cpp (+1/-0)
tests/unittests/Printers/tst_ppdutils.cpp (+138/-0)
tests/unittests/Printers/tst_printer.cpp (+2/-2)
tests/unittests/Printers/tst_printerdevicemodel.cpp (+35/-0)
tests/unittests/Printers/tst_printermodel.cpp (+3/-1)
tests/unittests/Printers/tst_utils.cpp (+107/-0)
Branch information
Recent revisions
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp:ubuntu-ui-extras