History log of /haiku/src/servers/print/PrintServerApp.Scripting.cpp
Revision Date Author Comments
# 16af9b4c 05-Nov-2017 Humdinger <humdingerb@gmail.com>

Style, no functional changes

Make termination consistant with that last commit hrev51521.
As wished and proof-read by waddlesplash. Hope all's well...


# 5c2781ea 23-Dec-2013 Puck Meerburg <puck@puckipedia.nl>

Fix Coverity bug 992388: Missing break in switch

Signed-off-by: Adrien Destugues <pulkomandy@pulkomandy.tk>

Fixes #10342


# 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.


# 8eff03f5 25-Jul-2010 Oliver Tappe <zooey@hirschkaefer.de>

* fixed all build warnings by collectcatkeys that I found
* automatic whitespace cleanup

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


# be8fa2fb 02-Jul-2010 Adrien Destugues <pulkomandy@pulkomandy.ath.cx>

* Update all applications in tree to use the new localizing system
* Remove the old one from the locale librairy, with some cleanup
Known regressions :
* readonlybootprompt will no longer update the locale settings : the
method used messed with internal undocumented things
* external localized apps (webpositive for example) will not run
anymore.


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


# cc507fa3 28-Jun-2010 Wim van der Meer <wpjvandermeer@gmail.com>

Fixes compiler warnings and coding style. No functional change.

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


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

* Applied slightly modifed patch from ticket #6089 by Karvjorm. Thank you.
- Added translation comment to paper sizes.
- Localized scripting comments.
- Improved localization of job info.
- Localized parts of about dialog text.


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


# 62cb58a8 07-Feb-2008 Ithamar R. Adema <ithamar.adema@team-embedded.nl>

Make print_server track Transport addons too. This is because some of the NewTransportAddOns(tm) can also autodetect devices, e.g. USB printers. For this, the print_server needs to keep those transport addons loaded at all times. This code now also enables dynamic Transport discovery for the Printer prefs, e.g. 'hey print_server GET Transport 0' or 'hey print_server GET Transport 'USB Port'' will now work too ;)

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


# 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


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

Added scripting support to enable/disable configuration window.


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


# 5c2781ea61b20caab02cd8c89c7d4605b5fb5e3c 23-Dec-2013 Puck Meerburg <puck@puckipedia.nl>

Fix Coverity bug 992388: Missing break in switch

Signed-off-by: Adrien Destugues <pulkomandy@pulkomandy.tk>

Fixes #10342


# 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.


# 8eff03f5705966c294c96a4e249bb525069b8e78 25-Jul-2010 Oliver Tappe <zooey@hirschkaefer.de>

* fixed all build warnings by collectcatkeys that I found
* automatic whitespace cleanup

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


# be8fa2fb3088ab1921612b60f352dd9334b40b3d 02-Jul-2010 Adrien Destugues <pulkomandy@pulkomandy.ath.cx>

* Update all applications in tree to use the new localizing system
* Remove the old one from the locale librairy, with some cleanup
Known regressions :
* readonlybootprompt will no longer update the locale settings : the
method used messed with internal undocumented things
* external localized apps (webpositive for example) will not run
anymore.


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


# cc507fa3f3c524441dfcfc7e4f8ddd06101cdcc9 28-Jun-2010 Wim van der Meer <wpjvandermeer@gmail.com>

Fixes compiler warnings and coding style. No functional change.

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


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

* Applied slightly modifed patch from ticket #6089 by Karvjorm. Thank you.
- Added translation comment to paper sizes.
- Localized scripting comments.
- Improved localization of job info.
- Localized parts of about dialog text.


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


# 62cb58a8ef1cf63329b2ab6277655c9a866697cd 07-Feb-2008 Ithamar R. Adema <ithamar.adema@team-embedded.nl>

Make print_server track Transport addons too. This is because some of the NewTransportAddOns(tm) can also autodetect devices, e.g. USB printers. For this, the print_server needs to keep those transport addons loaded at all times. This code now also enables dynamic Transport discovery for the Printer prefs, e.g. 'hey print_server GET Transport 0' or 'hey print_server GET Transport 'USB Port'' will now work too ;)

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


# 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


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

Added scripting support to enable/disable configuration window.


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