haiku/src/apps/terminal
Siarzhuk Zharski d79b659e26 Terminal:Fix printing and windows settings path.
* Fixes #7986 - behavior of Print command fixed to be consistent
  with other application, like StyledEdit. This change
  display the print job settings dialog instead of "Printing
  was cancelled" alert;
* Fixes #6998 - the path to storing windows settings changed from
  ~/config/settings/Terminal_windows to ~/c/s/Terminal/Windows;

  This patch was created during GCI 2011 by doctorkohaku.
  Thanks for the contribution!
2011-12-03 20:00:39 +01:00
..
ActiveProcessInfo.cpp * Removed the shell process ID from ActiveProcessInfo and moved it to new class 2010-11-22 15:30:26 +00:00
ActiveProcessInfo.h * Removed the shell process ID from ActiveProcessInfo and moved it to new class 2010-11-22 15:30:26 +00:00
AppearPrefView.cpp * Applied patch by 'mt' that fixes ticket #6275 - thanks a lot! 2011-10-29 16:48:16 +00:00
AppearPrefView.h Implemented support for dynamic tab and window titles: 2010-11-17 23:46:13 +00:00
Arguments.cpp
Arguments.h
BasicTerminalBuffer.cpp Fix crash in terminal : GetLinecolor was accessing lines with negative offsets. 2010-11-30 20:09:43 +00:00
BasicTerminalBuffer.h Use a better way to store the attributes for end of line. This should also fix some other bugs, as there were occasionalaccess to out-of-range chars. 2010-11-28 16:51:25 +00:00
Changelog
Colors.cpp Applied patch by Disreali, adding colour scheme green on black. Fixes #7977. Thanks. 2011-10-29 22:42:52 +00:00
Colors.h
FindWindow.cpp
FindWindow.h
Globals.cpp
Globals.h
HistoryBuffer.cpp Use a better way to store the attributes for end of line. This should also fix some other bugs, as there were occasionalaccess to out-of-range chars. 2010-11-28 16:51:25 +00:00
HistoryBuffer.h
InlineInput.cpp
InlineInput.h
Jamfile Refactoring of 8-bit encodings support. 2011-11-13 13:17:38 +01:00
PatternEvaluator.cpp Implemented support for dynamic tab and window titles: 2010-11-17 23:46:13 +00:00
PatternEvaluator.h Implemented support for dynamic tab and window titles: 2010-11-17 23:46:13 +00:00
PrefHandler.cpp Refactoring of 8-bit encodings support. 2011-11-13 13:17:38 +01:00
PrefHandler.h Removed unused support for saving/loading binary settings files. 2010-11-17 17:22:37 +00:00
PrefWindow.cpp Use resource definition files instead of DoCatalogs rule. Rename B_TRANSLATE_APP_NAME and related macros to the more generic B_TRANSLATE_SYSTEM_NAME, to also fits add-ons, folders, etc, and make 'System name' its standard context. Change CodyCam and PoorMan's app signatures to match the overall x-vnd.Haiku-App pattern. Some clean-up. Make SlideShowSaver build again. 2011-03-25 22:13:48 +00:00
PrefWindow.h
README.GPL_to_OBOS
SetTitleDialog.cpp * Added SetTitleDialog, a dialog to edit a tab/window title. 2010-11-19 11:49:23 +00:00
SetTitleDialog.h * Added SetTitleDialog, a dialog to edit a tab/window title. 2010-11-19 11:49:23 +00:00
Shell.cpp Patch from diver (bug #7329) with cleanup by myself: remove excessive localization 2011-03-06 09:33:39 +00:00
Shell.h * Removed the shell process ID from ActiveProcessInfo and moved it to new class 2010-11-22 15:30:26 +00:00
ShellInfo.cpp * Removed the shell process ID from ActiveProcessInfo and moved it to new class 2010-11-22 15:30:26 +00:00
ShellInfo.h * Removed the shell process ID from ActiveProcessInfo and moved it to new class 2010-11-22 15:30:26 +00:00
ShellParameters.cpp * Added new class ShellParameters that bundles all parameters passed to the 2010-11-16 20:40:26 +00:00
ShellParameters.h * Added new class ShellParameters that bundles all parameters passed to the 2010-11-16 20:40:26 +00:00
SmartTabView.cpp Added MoveTab() method. 2010-11-19 01:06:02 +00:00
SmartTabView.h Added MoveTab() method. 2010-11-19 01:06:02 +00:00
TermApp.cpp Merged signals-merge branch into trunk with the following changes: 2011-06-12 00:00:23 +00:00
TermApp.h Removal of the About window. 2011-03-27 21:59:49 +00:00
TermConst.cpp Fix a typo spotted by Karvjorm. Thanks. 2010-12-08 20:36:16 +00:00
TermConst.h * Added new class TerminalRoster, which maintains a list of all running 2010-11-21 19:31:19 +00:00
Terminal.rdef Use resource definition files instead of DoCatalogs rule. Rename B_TRANSLATE_APP_NAME and related macros to the more generic B_TRANSLATE_SYSTEM_NAME, to also fits add-ons, folders, etc, and make 'System name' its standard context. Change CodyCam and PoorMan's app signatures to match the overall x-vnd.Haiku-App pattern. Some clean-up. Make SlideShowSaver build again. 2011-03-25 22:13:48 +00:00
TerminalBuffer.cpp Refactoring of 8-bit encodings support. 2011-11-13 13:17:38 +01:00
TerminalBuffer.h
TerminalCharClassifier.cpp
TerminalCharClassifier.h
TerminalLine.h Use a better way to store the attributes for end of line. This should also fix some other bugs, as there were occasionalaccess to out-of-range chars. 2010-11-28 16:51:25 +00:00
TerminalRoster.cpp remove a double free of fOurInfo. CID 10563 2011-03-01 18:00:28 +00:00
TerminalRoster.h * Added new class TerminalRoster, which maintains a list of all running 2010-11-21 19:31:19 +00:00
TermParse.cpp Refactoring of 8-bit encodings support. 2011-11-13 13:17:38 +01:00
TermParse.h Refactoring of 8-bit encodings support. 2011-11-13 13:17:38 +01:00
TermPos.h
TermScrollView.cpp Fixed scrollbars & window resize knob layout issue: 2010-12-01 10:51:21 +00:00
TermScrollView.h
TermView.cpp Refactoring of 8-bit encodings support. 2011-11-13 13:17:38 +01:00
TermView.h Removal of the About window. 2011-03-27 21:59:49 +00:00
TermWindow.cpp Terminal:Fix printing and windows settings path. 2011-12-03 20:00:39 +01:00
TermWindow.h * Added new class TerminalRoster, which maintains a list of all running 2010-11-21 19:31:19 +00:00
TitlePlaceholderMapper.cpp * Removed the shell process ID from ActiveProcessInfo and moved it to new class 2010-11-22 15:30:26 +00:00
TitlePlaceholderMapper.h * Removed the shell process ID from ActiveProcessInfo and moved it to new class 2010-11-22 15:30:26 +00:00
UTF8Char.h
VTkeymap.h
VTKeyTbl.c
VTparse.h
VTPrsTbl.c Refactoring of 8-bit encodings support. 2011-11-13 13:17:38 +01:00

April 21, 2003 - MuTerminal goes from GPL to OBOS!

Thanks to the effort of BiPolar and the generosity of Kazuho Okui and
Takashi Murai we have had donated to OBOS the sources for MuTerminal.
MuTerminal was formerly under the GPL license.  The complete MuTerminal
package as it was originally released on April 2, 2000 (version 2.3) is
preserved in this directory in the original form that I obtained from
bebits.

Andrew Bachmann

------------------------------------------------------------------------

To: kaz@naan.net
From: "BiPolar" <BiPolar@SoftHome.net>
Subject: about MuTerminal
Date: Tue, 22 Apr 2003 00:32:27 -0300 ART

Hello!

I am a (very) happy user of your mighty program: Muterminal 2.0 for
BeOS.
My name is Oscar Lesta. I'm Argentinian (just to inform you, not to
make you feel sorry for me, he he!).

I've being using MuTerminal for a while (I have even made some small
changes in the GUI, hiding/unhiding of the scrollbar, rearrangement of
menu items, fixed some localization issues and things like that) and I
think that it is a great replacement for Be's original Terminal app.

I really don't know if you are still developing this program, but I
have to ask you:
Is there any chance of that you change the license from GPL to MIT/BSD?

If you do so, then the OpenBeOS Team (http://open-beos.sourceforge.net)
could use your app as a Terminal Replacement in the future release of
their O.S.

In case you aren't developing it anymore: maybe you can "donate" your
code to beunited.org (http://www.beunited.org). They are making
standars for BeOS compatible O.S., and continuing the development of
several applications for BeOS that original authors have donated to the
BeOS Community.

About the license: I understand that part of your code depends on
libconv, which is under GPL, but that part can be replaced with they
counterpart from OpenBeOS, with is under a MIT/BSD like license.

Thanks for your time, and thanks again for MuTerm!

Your,

Oscar.

------------------------------------------------------------------------

To: BiPolar <BiPolar@SoftHome.net>
From: Kazuho Okui <kaz@naan.jp>
Subject: Re: about MuTerminal
Date: Tue, 22 Apr 2003 13:46:47 +0900

Hi,

Now, Muterm's licence is GPL, but, I'm not use other GPL code in Muterm.
So, I can change Muterm`s licence to MIT/BSD/AS IS and other.

If you (and OpenBeOS team) adopt Muterm to default terminal on OpenBeOS,
I will welcome it.

I want you to leave only the credit of me and Takashi Murai in that case.

Please contact me, if some may otherwise be able to be helped. However,
since my work is busy recently, I think that coding is hardly made.

Thanks,
-- 
Kazuho Okui<kaz@naan.jp>