History log of /haiku-fatelf/src/bin/open.cpp
Revision Date Author Comments
# b8092f18 25-Oct-2009 Jérôme Duval <korli@users.berlios.de>

the column argument wasn't taken into account


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


# e56cb275 13-May-2009 Jonas Sundström <jonas@kirilla.com>

Launch URLs via BUrl class. Rearranged header files according to guidelines.

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


# fb2f3ef9 01-Oct-2008 Stephan Aßmus <superstippi@gmx.de>

As pointed out by Ingo, Mime.h is also a Haiku header and includes MimeType.h
for convenience.


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


# 78068f1f 01-Oct-2008 Stephan Aßmus <superstippi@gmx.de>

* MimeType.h is not a BeOS header.
* Honor 80 char/line limit.


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


# d5e76d2b 14-Feb-2008 François Revol <revol@free.fr>

Fix Haiku build, sorry ;)


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


# 608aae69 14-Feb-2008 François Revol <revol@free.fr>

* make sure an url mime type is registered before using it.
* lines and cols are 1-based.


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


# 6261c369 18-Jan-2007 Axel Dörfler <axeld@pinc-software.de>

* Fixed all those style issue mmu_man introduced over the years - thanks, man!
* Some possible errors weren't propagated.


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


# 1d03aaee 18-Jan-2007 François Revol <revol@free.fr>

When an app sig has been given, use it instead of the mime type to open docs.
This way 'open application/x-vnd.Be-NPOS foo.html' would work as expected,
instead of opening NetPos and open the file in the default browser.


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


# 548cead6 22-May-2006 François Revol <revol@free.fr>

- Handle args in the form /pathto/file[:line[:column]][:] so you can double-click
on a gcc error in the terminal, type open and right-click to edit at the buggy line.
Discard last : form gcc errors to avoid having to type backspace.
Works with Pe for the line at least, BeIDE doesn't seem to handle it though the
documentations says it should. Others apps welcome to handle the be:line and be:column
int32s on B_REFS_RECEIVED :)
- Updated copyright.


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


# edeb640a 09-Nov-2005 François Revol <revol@free.fr>

discart "File not found" errors for app sigs; make sure the shell gets any error


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


# 17049c45 18-Mar-2005 Axel Dörfler <axeld@pinc-software.de>

Moved bin/ directory out of apps/.


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


# b8092f18e1fdba3497cf1479409b5ee0f585bfe4 25-Oct-2009 Jérôme Duval <korli@users.berlios.de>

the column argument wasn't taken into account


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


# e56cb275122cdeae11d90a3b21b445a8ccdd369c 13-May-2009 Jonas Sundström <jonas@kirilla.com>

Launch URLs via BUrl class. Rearranged header files according to guidelines.

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


# fb2f3ef96cd89ff4ebcbb6fc16744d43881144b5 01-Oct-2008 Stephan Aßmus <superstippi@gmx.de>

As pointed out by Ingo, Mime.h is also a Haiku header and includes MimeType.h
for convenience.


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


# 78068f1f7663667011fa67c93ad89035010c93ca 01-Oct-2008 Stephan Aßmus <superstippi@gmx.de>

* MimeType.h is not a BeOS header.
* Honor 80 char/line limit.


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


# d5e76d2b5b4965d0b2262781402e281ab46792fa 14-Feb-2008 François Revol <revol@free.fr>

Fix Haiku build, sorry ;)


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


# 608aae69a1b1c9e5dd7d59e65e38088e615281df 14-Feb-2008 François Revol <revol@free.fr>

* make sure an url mime type is registered before using it.
* lines and cols are 1-based.


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


# 6261c369af98de4c502a7b1484dc08f328829fce 18-Jan-2007 Axel Dörfler <axeld@pinc-software.de>

* Fixed all those style issue mmu_man introduced over the years - thanks, man!
* Some possible errors weren't propagated.


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


# 1d03aaeea71aac9f3c4b2e4f879a0a5e572d9ca2 18-Jan-2007 François Revol <revol@free.fr>

When an app sig has been given, use it instead of the mime type to open docs.
This way 'open application/x-vnd.Be-NPOS foo.html' would work as expected,
instead of opening NetPos and open the file in the default browser.


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


# 548cead6a1473d5cb01964bf7df5f45f07e78c1b 22-May-2006 François Revol <revol@free.fr>

- Handle args in the form /pathto/file[:line[:column]][:] so you can double-click
on a gcc error in the terminal, type open and right-click to edit at the buggy line.
Discard last : form gcc errors to avoid having to type backspace.
Works with Pe for the line at least, BeIDE doesn't seem to handle it though the
documentations says it should. Others apps welcome to handle the be:line and be:column
int32s on B_REFS_RECEIVED :)
- Updated copyright.


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


# edeb640ab00e744ad718d9e6f0d588b4f7af3b56 09-Nov-2005 François Revol <revol@free.fr>

discart "File not found" errors for app sigs; make sure the shell gets any error


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


# 17049c451a91f427aec94b944b75876b611103e7 18-Mar-2005 Axel Dörfler <axeld@pinc-software.de>

Moved bin/ directory out of apps/.


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