History log of /haiku/src/servers/print/PrintServerApp.R5.cpp
Revision Date Author Comments
# aed35104 05-Aug-2012 Humdinger <humdingerb@gmail.com>

Close alerts with ESCAPE key.

Added SetFlags(B_CLOSE_ON_ESCAPE) or SetShortcut(index, B_ESCAPE) to BAlerts
depending if the result gets used later in the code, or if it's a one-button
BAlert.


# 546208a5 16-Apr-2012 Oliver Tappe <zooey@hirschkaefer.de>

More catalog-related cleanup.

* rename B_TRANSLATE_CONTEXT to B_TRANSLATION_CONTEXT and
B_TRANSLATE_WITH_CONTEXT to B_TRANSLATE_CONTEXT, squashing a TODO
* adjust all uses of both macros in Haiku's source tree
* use correct header guard for collecting/Catalog.h

The renamed macros require adjustments to all external applications
using catalogs.


# 5421c7d6 20-Jul-2010 Adrien Destugues <pulkomandy@pulkomandy.ath.cx>

* Fix all localized applications, as an include was missing in some of them
* dstcheck : the generated catalog is now 'dstcheck.catkeys' instead of 'en.catkeys', so that it does not conflict with
other localized apps in the bin/ folder.


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


# 9abbe87f 28-May-2010 Michael Pfeiffer <michael.w.pfeiffer@gmail.com>

* Style changes. No functional changes.


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


# 4eb0cbb0 07-May-2010 Matt Madia <mattmadia@gmail.com>

Updated TR_CONTEXT to be B_TRANSLATE_CONTEXT, relating to #5408.


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


# 913ffd3e 06-May-2010 Matt Madia <mattmadia@gmail.com>

Updated to use B_TRANSLATE* macros. relates to #5408.

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


# d90d29fa 27-Feb-2010 Michael Pfeiffer <michael.w.pfeiffer@gmail.com>

Fixed some style violations (max 80 chars per line).


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


# 80dd0243 27-Feb-2010 Michael Pfeiffer <michael.w.pfeiffer@gmail.com>

Localized print_server.
Added German translation. Again feel free to improve it.
Updated copyright year in About dialog.


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


# ced75fc6 10-Jun-2008 Karsten Heimrich <host.haiku@gmx.de>

* in case we do not show the config window,
still distinguish between config page and config job



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


# c749605f 22-May-2008 Karsten Heimrich <host.haiku@gmx.de>

* respect the users choise and don't show the printer panel if he does not wan't to setup a printer



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


# 77258c77 21-Mar-2008 Karsten Heimrich <host.haiku@gmx.de>

* proper check for the what field to show the config window
* if there are printers but no default one, show only the printer panel without the add dialog
* adjusted the alert message accordingly


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


# 85b66932 27-Feb-2008 Karsten Heimrich <host.haiku@gmx.de>

* make sure we show the "Printer Setup" panel in case one calls ConfigJob
without a previous call to ConfigPage, as this would fail without any notice...


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


# 24a0bfcb 01-Feb-2007 Michael Pfeiffer <michael.w.pfeiffer@gmail.com>

Fix bug #1004. The directory B_USER_PRINTERS_DIRECTORY does not exist in
haiku.image. It is now created when print_server or the Printers preflet
is started.
Applied coding style.
"Flattened" some nested if statements.


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


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

Fixed some copyright year entries I accidentally mangled in the header updates. Thanks korli!


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


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

Header updates
Tweaked a couple BAlerts to be a bit more standardized


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


# 7f7f792a 20-Nov-2004 shatty <shatty@nowhere.fake>

address compiler warnings


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


# 87f0c759 26-Nov-2002 Michael Pfeiffer <michael.w.pfeiffer@gmail.com>

Clean up.


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


# 5def1197 25-Oct-2002 Michael Pfeiffer <michael.w.pfeiffer@gmail.com>

Refinement of ConfigWindow.
Some bug fixes.


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


# 7977efcf 22-Oct-2002 Michael Pfeiffer <michael.w.pfeiffer@gmail.com>

Added ability to select printer inside of application.


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


# dfb35556 15-Oct-2002 Michael Pfeiffer <michael.w.pfeiffer@gmail.com>

Added GetDefaultSettings().
Fixed start print_server from terminal only if it is not already running.
Fixed use pointers to BBitmap in application class. To prevent destruction of BBitmap without valid BApplication object, if BApplication constructor has failed.
Clean up.


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


# c6157718 26-Sep-2002 Michael Pfeiffer <michael.w.pfeiffer@gmail.com>

Clean up.


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


# 8f13f87b 21-Sep-2002 Michael Phipps <michaelphipps@nowhere.fake>

For Michael Pfeiffer, ready for beta...


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


# 2c0d45d7 28-Jul-2002 Michael Pfeiffer <michael.w.pfeiffer@gmail.com>

Async. start Page/Printer Config Dialog.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@499 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


# aed35104852941f0f6f3d1dcc5338b5f337d0a3c 05-Aug-2012 Humdinger <humdingerb@gmail.com>

Close alerts with ESCAPE key.

Added SetFlags(B_CLOSE_ON_ESCAPE) or SetShortcut(index, B_ESCAPE) to BAlerts
depending if the result gets used later in the code, or if it's a one-button
BAlert.


# 546208a53940a26c6379c48a7854ade1a8250fc5 16-Apr-2012 Oliver Tappe <zooey@hirschkaefer.de>

More catalog-related cleanup.

* rename B_TRANSLATE_CONTEXT to B_TRANSLATION_CONTEXT and
B_TRANSLATE_WITH_CONTEXT to B_TRANSLATE_CONTEXT, squashing a TODO
* adjust all uses of both macros in Haiku's source tree
* use correct header guard for collecting/Catalog.h

The renamed macros require adjustments to all external applications
using catalogs.


# 5421c7d682a251f1cbcdfa1bf870ca1170584135 20-Jul-2010 Adrien Destugues <pulkomandy@pulkomandy.ath.cx>

* Fix all localized applications, as an include was missing in some of them
* dstcheck : the generated catalog is now 'dstcheck.catkeys' instead of 'en.catkeys', so that it does not conflict with
other localized apps in the bin/ folder.


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


# 9abbe87f8cf1d2b2e5b00c77240c94db52a3c3b7 28-May-2010 Michael Pfeiffer <michael.w.pfeiffer@gmail.com>

* Style changes. No functional changes.


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


# 4eb0cbb044cf538f18c0d252934a5bcaa33bfd34 07-May-2010 Matt Madia <mattmadia@gmail.com>

Updated TR_CONTEXT to be B_TRANSLATE_CONTEXT, relating to #5408.


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


# 913ffd3e69f806923d434328f8f534679977e687 06-May-2010 Matt Madia <mattmadia@gmail.com>

Updated to use B_TRANSLATE* macros. relates to #5408.

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


# d90d29facd62a973d2af1066073b63ff5e2975ef 27-Feb-2010 Michael Pfeiffer <michael.w.pfeiffer@gmail.com>

Fixed some style violations (max 80 chars per line).


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


# 80dd024309bbbb5c58ffcd0d7d96f53d6f491227 27-Feb-2010 Michael Pfeiffer <michael.w.pfeiffer@gmail.com>

Localized print_server.
Added German translation. Again feel free to improve it.
Updated copyright year in About dialog.


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


# ced75fc6b01e7ad89fed009fcb56b8105b8ebf47 10-Jun-2008 Karsten Heimrich <host.haiku@gmx.de>

* in case we do not show the config window,
still distinguish between config page and config job



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


# c749605ff163e74f9344f9f36b2e4b3dd5b1512b 22-May-2008 Karsten Heimrich <host.haiku@gmx.de>

* respect the users choise and don't show the printer panel if he does not wan't to setup a printer



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


# 77258c7702f66bac9906d89c9ee63f46d8a652a6 21-Mar-2008 Karsten Heimrich <host.haiku@gmx.de>

* proper check for the what field to show the config window
* if there are printers but no default one, show only the printer panel without the add dialog
* adjusted the alert message accordingly


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


# 85b669320bf3ff20be2ab67b7ee04330e145be1f 27-Feb-2008 Karsten Heimrich <host.haiku@gmx.de>

* make sure we show the "Printer Setup" panel in case one calls ConfigJob
without a previous call to ConfigPage, as this would fail without any notice...


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


# 24a0bfcb01213f135e54941f144acc997eb8c72b 01-Feb-2007 Michael Pfeiffer <michael.w.pfeiffer@gmail.com>

Fix bug #1004. The directory B_USER_PRINTERS_DIRECTORY does not exist in
haiku.image. It is now created when print_server or the Printers preflet
is started.
Applied coding style.
"Flattened" some nested if statements.


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


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

Fixed some copyright year entries I accidentally mangled in the header updates. Thanks korli!


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


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

Header updates
Tweaked a couple BAlerts to be a bit more standardized


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


# 7f7f792a0e88857b3a896d2c45ba0302f70d6052 20-Nov-2004 shatty <shatty@nowhere.fake>

address compiler warnings


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


# 87f0c75967f90883506f15d03b29f0d67fb69883 26-Nov-2002 Michael Pfeiffer <michael.w.pfeiffer@gmail.com>

Clean up.


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


# 5def119705844a8647a92acb292f1742f640a5d1 25-Oct-2002 Michael Pfeiffer <michael.w.pfeiffer@gmail.com>

Refinement of ConfigWindow.
Some bug fixes.


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


# 7977efcf988c8a92f0d4db6bdf4d4e96106c9e60 22-Oct-2002 Michael Pfeiffer <michael.w.pfeiffer@gmail.com>

Added ability to select printer inside of application.


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


# dfb355568e7789d2c39312a64ee0a2b50ac37f97 15-Oct-2002 Michael Pfeiffer <michael.w.pfeiffer@gmail.com>

Added GetDefaultSettings().
Fixed start print_server from terminal only if it is not already running.
Fixed use pointers to BBitmap in application class. To prevent destruction of BBitmap without valid BApplication object, if BApplication constructor has failed.
Clean up.


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


# c615771892bcd8c480f6ee327ecdbde92081a44f 26-Sep-2002 Michael Pfeiffer <michael.w.pfeiffer@gmail.com>

Clean up.


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


# 8f13f87bf75c293237427b4e09c9648d52b2c398 21-Sep-2002 Michael Phipps <michaelphipps@nowhere.fake>

For Michael Pfeiffer, ready for beta...


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


# 2c0d45d7c12f8bc55c3c57471595641e6794115c 28-Jul-2002 Michael Pfeiffer <michael.w.pfeiffer@gmail.com>

Async. start Page/Printer Config Dialog.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@499 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