Searched +hist:47 +hist:dbffcd (Results 1 - 1 of 1) sorted by relevance

/haiku/src/apps/terminal/
H A DTermWindow.cppdiff a6e28397 Sun Aug 21 08:38:47 MDT 2016 Adrien Destugues <pulkomandy@pulkomandy.tk> Terminal: remove limitation to 6 tabs

- This has been bothering me for quite a while. My screen is wide enough
to accomodate more, and even if they don't fit the BTabView, it's still
possible to navigate many more tabs with the keyboard shortcuts.
- We should still remember to fix BTabView to accomodate more tabs than
it can fit with some scrolling support or similar, however.
diff d79b659e Sat Dec 03 11:47:38 MST 2011 Siarzhuk Zharski <zharik@gmx.li> 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!
diff 47dbffcd Fri Nov 19 08:30:09 MST 2010 Ingo Weinhold <ingo_weinhold@gmx.de> Added a "Close other tabs" item to the tab menu.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39515 a95241bf-73f2-0310-859d-f6bbb57e9c96
diff 47dbffcd Fri Nov 19 08:30:09 MST 2010 Ingo Weinhold <ingo_weinhold@gmx.de> Added a "Close other tabs" item to the tab menu.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39515 a95241bf-73f2-0310-859d-f6bbb57e9c96
diff b79c4995 Fri Nov 27 09:49:47 MST 2009 Stefano Ceccherini <stefano.ceccherini@gmail.com> Reverted the preference saving part of r34165 (at least for now).
Moved the AboutRequested code to a static TermView method, called from
everywhere (now TermApp knows about TermView, but no one is perfect).
Reordered and removed includes.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34318 a95241bf-73f2-0310-859d-f6bbb57e9c96
diff 57bd46cc Sun Nov 08 04:47:04 MST 2009 Stefano Ceccherini <stefano.ceccherini@gmail.com> Fix for bug #4489. Terminal wasn't using the saved font style, only the
font family. Moreover, it defaulted to be_plain_font, instead of be_fixed_font.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33945 a95241bf-73f2-0310-859d-f6bbb57e9c96
diff 5dda419a Wed Jan 16 04:33:47 MST 2008 Stefano Ceccherini <stefano.ceccherini@gmail.com> If spawning a shell in a tab failed, the tab wouldn't be removed by the
cleanup thread, since, not being attached to the window, Window()
returned NULL. Now CustomTermView::NotifyQuit() accounts for this, and
sends the message to the first window in the BApplication. Moreover,
RemoveTab() would always remove the currently selected tab, and not the
requested one.
Changed a printf() to fprintf().


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@23558 a95241bf-73f2-0310-859d-f6bbb57e9c96
diff d79b659e2686c66740e0609427b608efbf889238 Sat Dec 03 11:47:38 MST 2011 Siarzhuk Zharski <zharik@gmx.li> 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!
diff 47dbffcd1ec563549f5235c28a7c14320ffcaaed Fri Nov 19 08:30:09 MST 2010 Ingo Weinhold <ingo_weinhold@gmx.de> Added a "Close other tabs" item to the tab menu.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39515 a95241bf-73f2-0310-859d-f6bbb57e9c96
diff b79c499571a5116074f1ee887d2b685eb7e11e20 Fri Nov 27 09:49:47 MST 2009 Stefano Ceccherini <stefano.ceccherini@gmail.com> Reverted the preference saving part of r34165 (at least for now).
Moved the AboutRequested code to a static TermView method, called from
everywhere (now TermApp knows about TermView, but no one is perfect).
Reordered and removed includes.


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

Completed in 172 milliseconds