Merge lp://staging/~stefan-schwarzburg/qreator/qreator_printing into lp://staging/qreator
Proposed by
Schwarzburg
Status: | Merged |
---|---|
Merged at revision: | 109 |
Proposed branch: | lp://staging/~stefan-schwarzburg/qreator/qreator_printing |
Merge into: | lp://staging/qreator |
Diff against target: |
255 lines (+85/-15) (has conflicts) 2 files modified
data/ui/QreatorWindow.ui (+19/-0) qreator/QreatorWindow.py (+66/-15) Text conflict in qreator/QreatorWindow.py |
To merge this branch: | bzr merge lp://staging/~stefan-schwarzburg/qreator/qreator_printing |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
David Planella | Approve | ||
Review via email: mp+135636@code.staging.launchpad.net |
Description of the change
This branch adds basic printing capability to qreator.
A "print" icon is added to the bottom toolbar. Clicking will open the native print dialog.
"Basic" printing because: the code does not customize the pagesize, resolution, etc... But the defaults should be sane enough.
The icon used is: printer-symbolic anthough we agree that this is not the nicest icon :-)
To post a comment you must log in.
It looks good to me, thanks!
Just a couple of remarks:
* Why is 'credits' replaced with 'thecredits', was it clashing with some keyword or some other variable?
thecredits = _("translator- credits" ).replace( 'https' , 'http')
* No need to change anything or resubmit the merge proposal now, but in the future, would you mind leving out changes such as whitespace and minor fixes from merge proposals? It makes the diff a lot bigger and makes it difficult to concentrate on reviewing the actual feature. I'm happy for you to commit these minor fixes to trunk directly without review, so that they can get out of the way in the diffs from merge proposals.
Thanks!