Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/ev-print-operation.c
Commit message (Collapse)AuthorAgeFilesLines
* [printing] Embed page setup settings in the print dialogCarlos Garcia Campos2009-10-261-2/+83
| | | | Based on patch by Marek Kašík. Fixes bgo#591551.
* Revert "[printing] Make evince output pdf on supported printers"Carlos Garcia Campos2009-10-251-7/+2
| | | | See https://bugs.launchpad.net/ubuntu/+source/evince/+bug/451265
* [printing] Set page orientation of each page when printingAdrian Johnson2009-10-251-0/+20
| | | | | so that documents with mixed portrait/landscape pages print correctly. Fixes bgo#599470.
* [printing] Preserve aspect ratio when scaling page for printingAdrian Johnson2009-10-251-2/+6
| | | | Fixes bgo#599468.
* Remove EvPageCache and use EvDocumentModel insteadCarlos Garcia Campos2009-09-151-1/+0
| | | | | | | EvView is now another view for the common model EvDocumentModel. Now it's possible to have several windows for the same document without the symlink hack. Every window has its own model, while the document object is shared.
* Move part of the EvPageCache to EvDocumentCarlos Garcia Campos2009-09-151-7/+6
| | | | The static data about the document is stored now in EvDocument class
* [printing] Show print progress information when using GtkPrintOperationCarlos Garcia Campos2009-08-081-4/+26
|
* [print] Fixes segmentation violation when format is emptyAndreas Liebe2009-07-251-1/+1
| | | | Where the printf functions do not accept NULL for %s. Fixes GNOME bug #589226.
* [printing] Fix even / odd multipage issuesBartek Kostrzewa2009-07-121-23/+91
| | | | | | | | | | | | | | | The patch seems to work alright judging by the test-case, except for printing in reverse where it produces blanks (as it inserts blank pages when the last "page range to be printed" is reached) Note that if the pages were provided in the correct order for multipage reverse printing, it would work properly. Another (very) minor issue is that if one is printing say a 4-page document with 4 pages per sheet and one chooses to print "even sheets only", a blank page will be printed. This is a user interface problem as the UI should not allow "even sheets" to be selected if there are none. (the same is true if you print "even sheets" in a single-page document at one-page per sheet) See bgo#583429.
* [printing] Make evince output pdf on supported printersJohan Brannlund2009-06-251-2/+7
| | | | Fixes bgo#585442.
*