summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-console/TEWidget.cpp
AgeCommit message (Collapse)AuthorFilesLines
2005-10-18fixed bug #1647 - Opie-console doesn't respect scroll-bar on left sidehrw1-10/+15
2005-01-21- make opie compilable against qte 2.3.10 snapshotar1-1/+1
check QT_VERSION against 0x030000 instead of 300
2004-10-16-Remove never finished classes by ibotty for the console widgetzecke1-4/+0
-Put setCurrent into ComboboxHelper and remove duplication from the dialogs -Remove old and unneeded debug output -IOBt, IOIrda can share the implementation for sening,recieving and supports with IOSerial
2004-04-04convert to Opie Debugging Frameworkmickeyl1-3/+3
2004-02-01less includesharlekin1-8/+0
2003-01-22Make it compile with Opie/X11zecke1-2/+2
2002-10-28- ugh, showstopper:josef1-11/+15
Display is one character wider than expected. While changing this, also replace 40 with vcolumns - dcolumns, so 120 chars etc. could now also be used (once there is a config option for this)
2002-10-26- one-line fix:josef1-0/+1
+hposition = 0; Initialization should work correctly now
2002-10-26- reduce number of lines correctly (fixes problems with small fonts)josef1-2/+6
- when using fullscreen, move corner widget into lower right corner :)
2002-10-26- handle no vscrollbar and vscrollbar on left side (hopefully)josef1-0/+6
- when changing word wrap, reset widget automatically
2002-10-26- implement horizontal line wrapjosef1-3/+49
If Line Wrap is enabled for the terminal, the traditional behaviour is kept. Otherwise, a horizontal scroll bar is added and 80 columns are assumed. TODO: - handle modes when there's no vertical scroll bar or it's on the left side - initialize correctly (currently, sometimes moving the scrollbar must be done at first)
2002-10-24Fixed warningszecke1-1/+26
Now we're down to two warning with number conversions Enable Saving Sessions Enable Copy and Paste
2002-10-17fullscreen mode readyharlekin1-3/+17
2002-10-14The new old TerminalWidget I'm anything but happy about itzecke1-0/+1264