History log of /haiku-fatelf/src/add-ons/print/transports/lpr/LprTransport.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.


# 2044d20e 12-Oct-2009 Michael Pfeiffer <michael.w.pfeiffer@gmail.com>

Hopefully fixed gcc4 build (untested).


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


# 11209c60 12-Oct-2009 Michael Pfeiffer <michael.w.pfeiffer@gmail.com>

* Fixed crash at cancelation.
* Simplified class LprSetupDlg using DialogWindow.


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


# 3d9c7baa 12-Oct-2009 Michael Pfeiffer <michael.w.pfeiffer@gmail.com>

Fixed style issues.


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


# fb3e35fc 22-Jan-2009 Michael Lotz <mmlr@mlotz.ch>

Fixing all headers/namespaces/name lookup problems that hinder a GCC 4.3.2
build. I sure hope that this doesn't break the build for anyone else.


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


# 926f1247 07-Oct-2006 Michael Pfeiffer <michael.w.pfeiffer@gmail.com>

Got rid of WIN32 related source code. Someone, please build.


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


# 8c603fe7 07-Oct-2006 Axel Dörfler <axeld@pinc-software.de>

Build fixes for Haiku - is this WIN32 stuff really needed, or can we get rid of it?


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


# 8f1f3e53 26-Oct-2003 Nathan Whitehorn <nwhitehorn@nowhere.fake>

Fixed PowerPC compilation... though still doesn't work with the Jamfile, owing to the need for a different C++ library (mslcpp_4_0).


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


# 2044d20e91bfd104510e0b2db4cd9e2a4a5af7b5 12-Oct-2009 Michael Pfeiffer <michael.w.pfeiffer@gmail.com>

Hopefully fixed gcc4 build (untested).


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


# 11209c604fd8e0cbb877f5bf4cc70b1c11bb59be 12-Oct-2009 Michael Pfeiffer <michael.w.pfeiffer@gmail.com>

* Fixed crash at cancelation.
* Simplified class LprSetupDlg using DialogWindow.


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


# 3d9c7baae66aae0ea853eee2a3f2177595afa9b0 12-Oct-2009 Michael Pfeiffer <michael.w.pfeiffer@gmail.com>

Fixed style issues.


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


# fb3e35fcec1ef41b413b3b121764509f436dee4d 22-Jan-2009 Michael Lotz <mmlr@mlotz.ch>

Fixing all headers/namespaces/name lookup problems that hinder a GCC 4.3.2
build. I sure hope that this doesn't break the build for anyone else.


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


# 926f124731757477e75b0f5fcb732df60c8fa8cc 07-Oct-2006 Michael Pfeiffer <michael.w.pfeiffer@gmail.com>

Got rid of WIN32 related source code. Someone, please build.


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


# 8c603fe7c66d41e605b6bf122dfcdfa50488defa 07-Oct-2006 Axel Dörfler <axeld@pinc-software.de>

Build fixes for Haiku - is this WIN32 stuff really needed, or can we get rid of it?


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


# 8f1f3e5386adb7cfa8e97353df82245ba120017f 26-Oct-2003 Nathan Whitehorn <nwhitehorn@nowhere.fake>

Fixed PowerPC compilation... though still doesn't work with the Jamfile, owing to the need for a different C++ library (mslcpp_4_0).


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