History log of /haiku-fatelf/src/add-ons/print/drivers/pdf/source/PageSetupWindow.cpp
Revision Date Author Comments
# 0e216008 04-Dec-2010 Michael Pfeiffer <michael.w.pfeiffer@gmail.com>

* Made printing related windows close on pressing the
Escape key.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39736 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 5a695bce 16-Oct-2010 Michael Pfeiffer <michael.w.pfeiffer@gmail.com>

* Use layout API in libprint dialogs.
* Use layout API in preview printer add-on.
* Use layout API in some dialogs in PDF Writer.
* Removed unused class PrinterSetupWindow from PDF Writer.
* Improved layout in print_server configuration dialog.



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38986 a95241bf-73f2-0310-859d-f6bbb57e9c96


# fd7d3a7d 29-Sep-2010 Philippe Houdoin <philippe.houdoin@gmail.com>

Cache the result value because after Quit() fResult member is no more available.
Should fix #6675.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38845 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 0b392e0e 27-Jun-2010 Wim van der Meer <wpjvandermeer@gmail.com>

Fixes compiler warnings and a few minor code style violations. No functional change.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37272 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 0d7c802f 12-Jan-2010 Stephan Aßmus <superstippi@gmx.de>

"page setup" is appended to the driver name. Thanks PulkoMandy for the heads
up!


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35026 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 26556405 12-Jan-2010 Stephan Aßmus <superstippi@gmx.de>

Applied patch by Humdinger which converts printer drivers to use sentence-case.
Thanks a lot! (Part of ticket #5169)


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35025 a95241bf-73f2-0310-859d-f6bbb57e9c96


# df24dede 30-Jul-2008 Karsten Heimrich <host.haiku@gmx.de>

* rename InterfaceUtils.h/cpp to BlockingWindow.h/cpp and adjust includes



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26691 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 0ca6b749 26-Jul-2008 Karsten Heimrich <host.haiku@gmx.de>

* merge parts of libprint and libprintutils to make both indepentend
* adjust all drivers to take that into account
* fix UpdateText() signature in JSDSlider to avoid warning



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26648 a95241bf-73f2-0310-859d-f6bbb57e9c96


# a80e05e2 13-Jul-2008 Karsten Heimrich <host.haiku@gmx.de>

* fixes for ticket #2378
* adjust ui code to be more font sensitive
* add/ rename some of the utils message manipulation functions
* use ReadAttrString instead of ReadAttr to get the printer name



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26398 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 4db0488e 12-Jul-2008 Karsten Heimrich <host.haiku@gmx.de>

* reordered MarinView.h, MarginView.cpp
* rename private functions to use underscore
* rename some public functions to match the usual style
* adjust pdf/ preview driver to use the renamed functions
* we where leaking a single message in _ConstructGui, otherwise no functional change



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26396 a95241bf-73f2-0310-859d-f6bbb57e9c96


# e6b421a9 29-Apr-2008 Jérôme Duval <korli@users.berlios.de>

fix misuse of ... with B_UTF8_ELLIPSIS


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@25261 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 3fc0398b 29-Oct-2007 Michael Pfeiffer <michael.w.pfeiffer@gmail.com>

Removed duplicate code. MarginView is already in libprintutils.a.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@22757 a95241bf-73f2-0310-859d-f6bbb57e9c96


# e23b0dec 21-Dec-2006 DarkWyrm <darkwyrm@gmail.com>

Some label tweaks and grammar fixes
More Alt+W modal window shortcuts
Made a couple of OK buttons the default button
Added a few ellipses to some buttons which open windows


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19596 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 6b376d60 23-Oct-2006 Oliver Tappe <zooey@hirschkaefer.de>

* fixed all compilation issues of printkit-stuff with gcc4 on Linux
* removed leagcy _sstream-header, we now use sstream, as both compilers provide it



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19109 a95241bf-73f2-0310-859d-f6bbb57e9c96


# d50d38a5 04-Dec-2003 Michael Pfeiffer <michael.w.pfeiffer@gmail.com>

Write PrinterSettings in Driver.cpp instead of Page/JobSetupWindow.cpp


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5565 a95241bf-73f2-0310-859d-f6bbb57e9c96


# c8ec7d9a 27-Nov-2003 Michael Pfeiffer <michael.w.pfeiffer@gmail.com>

Workaround for Dano/Zeta is required because it does not store all fields from the BMessage returned by config_job in the spool file, we add the missing fields that are stored in an attribute of the printer folder.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5490 a95241bf-73f2-0310-859d-f6bbb57e9c96


# ceffc48d 22-Mar-2003 Michael Pfeiffer <michael.w.pfeiffer@gmail.com>

- updated to use PDFlib 5.0.0b2
- added basic support for stroke/fill opacity (transparency)


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@2991 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 30cd0762 13-Jan-2003 Michael Pfeiffer <michael.w.pfeiffer@gmail.com>

Simplified user interface for selection of link border, bookmarks and cross references definition file.
Added ability to close status window automatically after PDF generation.
Added button to advanced settings window to open the settings folder in Tracker.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@2444 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 52a38012 08-Jul-2002 ejakowatz <ejakowatz@nowhere.fake>

It is accomplished ...


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 0e216008df8e39c560df9c3aa67a64d6cd7d7aac 04-Dec-2010 Michael Pfeiffer <michael.w.pfeiffer@gmail.com>

* Made printing related windows close on pressing the
Escape key.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39736 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 5a695bce105f327b826d66fb194d6564d6c3580a 16-Oct-2010 Michael Pfeiffer <michael.w.pfeiffer@gmail.com>

* Use layout API in libprint dialogs.
* Use layout API in preview printer add-on.
* Use layout API in some dialogs in PDF Writer.
* Removed unused class PrinterSetupWindow from PDF Writer.
* Improved layout in print_server configuration dialog.



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38986 a95241bf-73f2-0310-859d-f6bbb57e9c96


# fd7d3a7d40560eb01d19b6526dfc8493c2716a74 29-Sep-2010 Philippe Houdoin <philippe.houdoin@gmail.com>

Cache the result value because after Quit() fResult member is no more available.
Should fix #6675.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38845 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 0b392e0ec995c77a2feadc24dd0f3a535fe3438f 27-Jun-2010 Wim van der Meer <wpjvandermeer@gmail.com>

Fixes compiler warnings and a few minor code style violations. No functional change.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37272 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 0d7c802fa51e1e4a5bd5a7f120b22a91255e7b15 12-Jan-2010 Stephan Aßmus <superstippi@gmx.de>

"page setup" is appended to the driver name. Thanks PulkoMandy for the heads
up!


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35026 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 26556405c2db90fb39eccf7e7e46c1086903f652 12-Jan-2010 Stephan Aßmus <superstippi@gmx.de>

Applied patch by Humdinger which converts printer drivers to use sentence-case.
Thanks a lot! (Part of ticket #5169)


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35025 a95241bf-73f2-0310-859d-f6bbb57e9c96


# df24dede80b41ec24063f8169f5f53ef95866cc2 30-Jul-2008 Karsten Heimrich <host.haiku@gmx.de>

* rename InterfaceUtils.h/cpp to BlockingWindow.h/cpp and adjust includes



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26691 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 0ca6b749f48605c923441ef708224cdd60af095e 26-Jul-2008 Karsten Heimrich <host.haiku@gmx.de>

* merge parts of libprint and libprintutils to make both indepentend
* adjust all drivers to take that into account
* fix UpdateText() signature in JSDSlider to avoid warning



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26648 a95241bf-73f2-0310-859d-f6bbb57e9c96


# a80e05e2259d318760f6168c6a52e4a7a8b714da 13-Jul-2008 Karsten Heimrich <host.haiku@gmx.de>

* fixes for ticket #2378
* adjust ui code to be more font sensitive
* add/ rename some of the utils message manipulation functions
* use ReadAttrString instead of ReadAttr to get the printer name



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26398 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 4db0488eadfe36204da7ce8b8b084b2e6045b587 12-Jul-2008 Karsten Heimrich <host.haiku@gmx.de>

* reordered MarinView.h, MarginView.cpp
* rename private functions to use underscore
* rename some public functions to match the usual style
* adjust pdf/ preview driver to use the renamed functions
* we where leaking a single message in _ConstructGui, otherwise no functional change



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26396 a95241bf-73f2-0310-859d-f6bbb57e9c96


# e6b421a98eee762db7b1c0237e608356a2a26383 29-Apr-2008 Jérôme Duval <korli@users.berlios.de>

fix misuse of ... with B_UTF8_ELLIPSIS


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@25261 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 3fc0398b6ffdfdecbd397df0598c169e59813a71 29-Oct-2007 Michael Pfeiffer <michael.w.pfeiffer@gmail.com>

Removed duplicate code. MarginView is already in libprintutils.a.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@22757 a95241bf-73f2-0310-859d-f6bbb57e9c96


# e23b0decade05a098964fd90b3c1aa472ca3efd9 21-Dec-2006 DarkWyrm <darkwyrm@gmail.com>

Some label tweaks and grammar fixes
More Alt+W modal window shortcuts
Made a couple of OK buttons the default button
Added a few ellipses to some buttons which open windows


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19596 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 6b376d605557c600cc5443bf376c23dd2a7861cb 23-Oct-2006 Oliver Tappe <zooey@hirschkaefer.de>

* fixed all compilation issues of printkit-stuff with gcc4 on Linux
* removed leagcy _sstream-header, we now use sstream, as both compilers provide it



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19109 a95241bf-73f2-0310-859d-f6bbb57e9c96


# d50d38a519642fa848f272b30746b7ca4ef2ddc6 04-Dec-2003 Michael Pfeiffer <michael.w.pfeiffer@gmail.com>

Write PrinterSettings in Driver.cpp instead of Page/JobSetupWindow.cpp


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5565 a95241bf-73f2-0310-859d-f6bbb57e9c96


# c8ec7d9a9b70ae4cd1191aef13bcad75ee963d82 27-Nov-2003 Michael Pfeiffer <michael.w.pfeiffer@gmail.com>

Workaround for Dano/Zeta is required because it does not store all fields from the BMessage returned by config_job in the spool file, we add the missing fields that are stored in an attribute of the printer folder.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5490 a95241bf-73f2-0310-859d-f6bbb57e9c96


# ceffc48db98564cf105fb9cb24133d8d6fd62426 22-Mar-2003 Michael Pfeiffer <michael.w.pfeiffer@gmail.com>

- updated to use PDFlib 5.0.0b2
- added basic support for stroke/fill opacity (transparency)


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@2991 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 30cd0762c8b65f17f24714d7df35882f98cf73d4 13-Jan-2003 Michael Pfeiffer <michael.w.pfeiffer@gmail.com>

Simplified user interface for selection of link border, bookmarks and cross references definition file.
Added ability to close status window automatically after PDF generation.
Added button to advanced settings window to open the settings folder in Tracker.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@2444 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 52a380120846174213ccce9c4aab0dda17c72083 08-Jul-2002 ejakowatz <ejakowatz@nowhere.fake>

It is accomplished ...


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10 a95241bf-73f2-0310-859d-f6bbb57e9c96