lp:~verzegnassi-stefano/ubuntu-docviewer-app/desktop-support2
Created by
Stefano Verzegnassi
on
2016-02-03
and last modified on
2016-02-03
- Get this branch:
- bzr branch lp:~verzegnassi-stefano/ubuntu-docviewer-app/desktop-support2
Only
Stefano Verzegnassi
can upload to this branch. If you are
Stefano Verzegnassi
please log in for upload directions.
Branch merges
Propose for merging
- Alan Pope πΊπ§π± π¦: Needs Fixing on 2016-02-11
- Jenkins Bot: Needs Fixing (continuous-integration) on 2016-02-03
- Stefano Verzegnassi: Needs Fixing on 2016-02-03
- Nicholas Skaggs: Pending requested 2016-02-03
-
Diff: 2206 lines (+1637/-262)31 files modifiedREADME-Developers.md (+4/-1)
click/docviewer.apparmor (+3/-2)
debian/control (+3/-1)
src/app/qml/common/ContentHubProxy.qml (+5/-5)
src/app/qml/common/DetailsPage.qml (+2/-2)
src/app/qml/common/PickImportedDialog.qml (+1/-1)
src/app/qml/loView/LOViewDefaultHeader.qml (+1/-1)
src/app/qml/loView/LOViewPage.qml (+1/-1)
src/app/qml/pdfView/PdfPresentation.qml (+1/-1)
src/app/qml/pdfView/PdfView.qml (+1/-1)
src/app/qml/textView/TextView.qml (+1/-1)
src/app/qml/ubuntu-docviewer-app.qml (+8/-1)
src/plugin/file-qml-plugin/CMakeLists.txt (+27/-2)
src/plugin/file-qml-plugin/InputInfo/CMakeLists.txt (+39/-0)
src/plugin/file-qml-plugin/InputInfo/linux/qinputdeviceinfo_linux.cpp (+288/-0)
src/plugin/file-qml-plugin/InputInfo/linux/qinputdeviceinfo_linux_p.h (+98/-0)
src/plugin/file-qml-plugin/InputInfo/plugin.cpp (+32/-0)
src/plugin/file-qml-plugin/InputInfo/plugin.h (+30/-0)
src/plugin/file-qml-plugin/InputInfo/qdeclarativeinputdevicemodel.cpp (+196/-0)
src/plugin/file-qml-plugin/InputInfo/qdeclarativeinputdevicemodel_p.h (+102/-0)
src/plugin/file-qml-plugin/InputInfo/qinputinfo.cpp (+270/-0)
src/plugin/file-qml-plugin/InputInfo/qinputinfo.h (+143/-0)
src/plugin/file-qml-plugin/InputInfo/qmldir (+3/-0)
src/plugin/file-qml-plugin/backend.cpp (+22/-11)
src/plugin/file-qml-plugin/documentmodel.cpp (+2/-2)
src/plugin/file-qml-plugin/docviewerutils.cpp (+0/-184)
src/plugin/file-qml-plugin/docviewerutils.h (+0/-45)
src/plugin/file-qml-plugin/fileutils.cpp (+174/-0)
src/plugin/file-qml-plugin/fileutils.h (+42/-0)
src/plugin/file-qml-plugin/ubuntuconvergenceutils.cpp (+82/-0)
src/plugin/file-qml-plugin/ubuntuconvergenceutils.h (+56/-0)
Branch information
Recent revisions
- 292. By Stefano Verzegnassi on 2016-02-03
-
* Updated README
* Use 'unconfined' template. Apparently there's no other way to get this working... - 289. By Stefano Verzegnassi on 2016-02-03
-
Added ConvergenceUtils singleton. Improved desktop/pocket desktop support.
- 288. By Launchpad Translations on behalf of ubuntu-docviewer-dev on 2016-02-03
-
Launchpad automatic translations update.
- 287. By Stefano Verzegnassi on 2016-02-03
-
LibreOffice viewer:
* Added a sheet selector
* Show an empty state when the current sheet has no content
* Fixed "currentPart" usage, partially broken after a recent commit in trunk. Fixes: https://bugs.launchpad .net/bugs/ 1537755, https:/ /bugs.launchpad .net/bugs/ 1537756. Approved by Jenkins Bot, Alan Pope ξΏ.
- 286. By Stefano Verzegnassi on 2016-02-02
-
Apply new style for empty state everywhere.
Approved by Jenkins Bot, Roman Shchekin.
- 285. By Launchpad Translations on behalf of ubuntu-docviewer-dev on 2016-02-02
-
Launchpad automatic translations update.
- 284. By Launchpad Translations on behalf of ubuntu-docviewer-dev on 2016-01-31
-
Launchpad automatic translations update.
- 283. By Launchpad Translations on behalf of ubuntu-docviewer-dev on 2016-01-30
-
Launchpad automatic translations update.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp:ubuntu-docviewer-app