Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell
Commit message (Collapse)AuthorAgeFilesLines
* [build] Use AM_V_GEN to make custom commands silentJavier Jardón2009-07-221-3/+3
| | | | See bug #585355 for details
* [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.
* [build] Get rid of shave with AM_SILENT_RULES automake optionJavier Jardón2009-07-121-5/+3
| | | | Solves bgo#585355
* [printing] Make evince output pdf on supported printersJohan Brannlund2009-06-251-2/+7
| | | | Fixes bgo#585442.
* On Windows, when called from a console, get console output (works onlyFridrich Strba2009-06-231-0/+35
| | | | | with Windows XP or higher. Windows 2000 will not have console output but it will just work fine.)
* Append LDFLAGSChristian Persch2009-06-151-1/+3
| | | | Don't replace LDFLAGS, just append to them.
* [windows/build] Add -mwindows flag for true Windows appsHib Eris2009-06-151-0/+4
|
* Use #ifdef, no #ifChristian Persch2009-06-141-1/+1
|
* Only include eggdesktopfile.h on x11Christian Persch2009-06-141-1/+1
|
* Only use eggdesktopfile on xsmp smclient backendChristian Persch2009-06-141-2/+2
|
*