Commit graph

64 commits

Author SHA1 Message Date
Anton Thomasson
6eb71b7ae6 Make pages per page disabled when not supported 2021-07-31 12:35:41 +02:00
Anton Thomasson
e559ef1470 Rename Media group to Media handling 2021-07-11 14:30:23 +02:00
Anton Thomasson
c4b8fd0b74 Put advanced media stuff in a sub-menu 2021-07-09 22:46:21 +02:00
Anton Thomasson
c0fdb31483 Add number-up and print-scaling format-dependent settings 2021-07-09 22:13:49 +02:00
Anton Thomasson
47a032a84d Put margins in a sub-menu 2021-07-09 19:52:00 +02:00
Anton Thomasson
b98cc0e47a Properly support (basic) media-col attributes 2021-07-09 19:52:00 +02:00
Anton Thomasson
ec6224f777 Add media-type (broken, needs to go into media-col) 2021-07-09 17:44:16 +02:00
Anton Thomasson
6d444c9aa6 Add output-bin and more media-source values 2021-07-09 17:19:32 +02:00
Anton Thomasson
be390c450c Pop PrinterPage if printer (attrs) goes missing 2021-06-28 20:31:42 +02:00
Anton Thomasson
ab81e701fa Add support for media-ready 2021-06-21 21:31:36 +02:00
Anton Thomasson
cb6f836282 Make settings accessible directly from C++ 2021-06-19 18:02:17 +02:00
Anton Thomasson
c932d54da1 Remove obsolete option 2021-03-21 17:10:40 +01:00
Anton Thomasson
0fe054b3db De-duplicate some settings code 2021-03-21 14:01:19 +01:00
Anton Thomasson
8fad10a2d1 Rework applying initial settings 2021-03-21 13:09:38 +01:00
Anton Thomasson
576f6a616f Save settings per document type 2021-03-21 12:49:54 +01:00
Anton Thomasson
80d5783620 Add option to remember settings 2021-03-21 10:52:54 +01:00
Anton Thomasson
0f890337d3 Rework choiceMade 2021-03-20 19:45:06 +01:00
Anton Thomasson
905745714c Add page-ranges for office documents 2021-03-06 17:20:51 +01:00
Anton Thomasson
e0eb980220 Use basename of file in PrinterPage header 2021-03-06 16:25:08 +01:00
Anton Thomasson
c745d6121b Pop PrinterPage if wifi is lost 2021-02-14 14:38:35 +01:00
Anton Thomasson
bbddca04b3 Try undefined as default choice 2020-11-24 18:13:03 +01:00
Anton Thomasson
f69d67ce6e Hook up setting choices again 2020-11-23 19:55:52 +01:00
Anton Thomasson
a1cd44990b Set contentHeight in SilicaFlickable 2020-11-23 18:57:42 +01:00
Lukáš Karas
ef1fc4b742 refactor printer page: replace SilicaListView by Column 2020-11-23 18:34:38 +01:00
Anton Thomasson
2131cd4c5f Fix sides and color-mode settings 2020-10-17 12:08:51 +02:00
Anton Thomasson
4d76999df6 Support collated copies 2020-10-04 18:16:21 +02:00
Anton Thomasson
a5f5e41493 Remove redundant setting 2020-09-23 20:23:49 +02:00
Anton Thomasson
f6d6b51b9f Allow the page range setting in more cases
=if the attribute is supported or pdf processing tools are installed
2020-09-23 20:14:33 +02:00
Anton Thomasson
2e51bfaab3 Make options not crash away if they don't exist
...just leave them invalid
2020-08-24 21:49:49 +02:00
Anton Thomasson
e7e8ce0752 Allow all the orientations! 2020-08-06 18:18:01 +02:00
Anton Thomasson
d44dcf0a88 Enable page ranges for when pdfinfo is missing 2020-08-01 20:43:52 +02:00
Anton Thomasson
e1d34a4d1d Add page range support 2020-08-01 20:18:47 +02:00
Anton Thomasson
227fd7221a Add option to always use media-col 2020-06-21 15:49:50 +02:00
Anton Thomasson
d3ff426946 Add zero margin setting 2020-06-16 19:51:29 +02:00
Anton Thomasson
011c897e76 Put op-attrs in order, fixed understanding of document-format 2020-06-13 18:00:47 +02:00
Anton Thomasson
3bf59f0141 Remove duplex from IPP attributes if PS 2020-06-07 15:27:27 +02:00
Anton Thomasson
8b3ffad513 Add setting to (not) consider additional formats 2020-06-07 14:54:15 +02:00
Anton Thomasson
dae84a97c9 Move settings 2020-06-07 14:37:04 +02:00
Anton Thomasson
13a66f358b Make ChoiceSetting work when there are more choices than can fit on the screen 2020-06-07 11:48:04 +02:00
Anton Thomasson
231e7df644 Expose IPP type enums to QML 2020-06-06 17:20:30 +02:00
Anton Thomasson
5419ec2c30 Include print-color-mode in attributes to be removed
...when printing via raster format
2020-06-06 15:16:46 +02:00
Anton Thomasson
76abb7cea5 Add option to remove sides IPP attribute for raster formats
...because apparently my printer doesn't like it,
even if it agrees with the raster file
2020-06-06 14:59:44 +02:00
Anton Thomasson
ce67e42720 Add forceIncluDeDocumentFormat option
...because my printer is stupid
2020-06-05 21:12:19 +02:00
Anton Thomasson
8571b7fb5c Make additional formats a printer property
...and add them to format choices
...and consider them properly supported, for now
2020-06-05 20:05:48 +02:00
Anton Thomasson
67c27bdb80 Expose media-source setting 2020-06-05 18:49:52 +02:00
Anton Thomasson
09fbb96a7e Rework/expose format conversions 2020-06-04 21:31:46 +02:00
Anton Thomasson
33ff859757 Make forced raster conversions a dconf setting 2020-05-16 16:03:42 +02:00
Anton Thomasson
bd710831eb Add paper sizes 2020-05-16 15:17:42 +02:00
Anton Thomasson
04c46612c9 Enable transparent sending of PDFs
(was just disabled for experimenting with conversions)
2020-05-14 21:05:23 +02:00
Anton Thomasson
c1570bcb1b Add a status page for convert/transfer 2020-05-06 20:46:41 +02:00