summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-console
AgeCommit message (Collapse)AuthorFilesLines
2007-01-29Each file in this commit has an issue where the initial value of a variableerik2-7/+4
is assumed to be something but no initial value is given. This commit changes that by either assigning an initial value or removing the assumption on an initial value (usually the former).
2007-01-29Strictly removal of cruft (commented out old code).erik1-22/+0
2007-01-26Both files in this commit exhibit the wrong way to use temporary files.erik1-3/+24
For TEHistory.cpp, it uses tmpfile() which produces a file which has a name that can be guessed. For vmemo.cpp, it uses tmpname() which only creates a predictable string. Both uses have been switched to using mkstemp() wrapped around umask(). This produces a much less predictable file that also has guaranteed restrictive permissions. I went a little farther in vmemo because it calls out to the shell using system to 'mv' the new file. That is kinda wasteful so I switched it to use rename instead.
2007-01-24Each file in this commit has an instance where a pointer is checked aterik1-1/+4
one point in the code and then not checked in another point in the code. If it needed to be checked once, it needs to be checked the other time. If not the application could segfault.
2007-01-22Every file in this commit makes a call to a function which returns a value.erik5-6/+15
Each file also didn't check the return value. This commit changes it so that every single non-checked call in these files is checked.
2007-01-10All of the files included have instances where an array is new'ed buterik1-2/+2
the corresponding delete does not have the corresponding [] argument.
2006-01-17Opie-console fallback to FixedFont settings from qpe.conf in confighrw1-1/+4
2005-10-18fixed bug #1647 - Opie-console doesn't respect scroll-bar on left sidehrw1-10/+15
2005-10-12fixed bug #1686: opie-console lack U I setting for switching scrollbarhrw4-0/+54
2005-06-11- read default profile fixed font specs from qpe.conf, if profile doesn't existmickeyl1-3/+17
- fix initial background color
2005-05-16Resource -> OResourcedrw3-26/+30
2005-04-10Move to home directory on startup. Fixes bug #1614.skyhusker1-0/+5
2005-03-20#1560 fix opie-console picking up the wrong shell. patch courtesy Paul ↵mickeyl1-3/+3
Eggleton (bluelightning)
2005-01-21- make opie compilable against qte 2.3.10 snapshotar1-1/+1
check QT_VERSION against 0x030000 instead of 300
2005-01-11important change to work arround issues with the real uid handling on sharps ↵harlekin1-5/+6
newer roms
2005-01-11possibility to set a default path for the save log dialog and also set the ↵harlekin1-3/+4
initial path into the titelbar
2005-01-07remove embedix .control and add share to the standard .controlmickeyl2-11/+1
2005-01-04CONTROL files : changed version stringwimpie2-2/+2
NS2 many changes and first release of OT2
2004-12-24Repair damage done by a broken replace program. Note to self: Never use ↵mickeyl2-232/+2
anything other than sed! Merry Christmas!
2004-12-24qmake 1.08a has more rigid syntax checking and chokes on our .pro filesmickeyl2-2/+232
2004-10-16Introduce a 'teneast' scope to build a special Opie-Consolezecke1-2/+5
Max: with echo "CONFIG += teneast" >> $OPIEDIR/gen.pro you can enable this scope
2004-10-16-Disable FSCKED_DISTRIT and EASTzecke2-4/+4
-Use full Opie::Core::OConfig
2004-10-16-Remove never finished classes by ibotty for the console widgetzecke32-3435/+144
-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-10-16Replace QPEApplication::qpeDir() + "/ withzecke1-3/+3
QPEApplication::qpeDir() + " as it is guranteed that qpeDir() will have '/' as the last charachter
2004-10-13add an config option for 10East to deactivate the script menu runtimeharlekin1-3/+15
2004-10-13Remove odebug/owarnzecke1-5/+0
2004-10-13Remove odebug/owarnzecke1-3/+0
2004-10-12upsharlekin1-1/+1
2004-10-12also make 1200 baud connection possibleharlekin6-2/+34
2004-10-10Unbreak for Embeddix casezecke1-2/+2
2004-10-10Do not 'spawn' a shell this way. Use OProcess::setUseShell if you reallyzecke1-7/+3
need to start the command via a shell. These scripts should be marked as executable and have !#/bin/sh in the header, this should be enough for the kernel to launch them via sh.
2004-10-10FixIt doesn't have any signals and slots so don't make it a QObjectzecke4-10/+3
this fixes linking of it. Logger: Add new lines to fix compiler warnings
2004-10-08OPEN_PTY again and link against utilharlekin1-1/+1
2004-10-08OPEN_PTY again and link against utilsharlekin1-2/+2
2004-10-08added a 10east define for some changed builds for them, also added a logging ↵harlekin11-81/+275
mode, also some changes to the "fix broken distros" part, snapshot
2004-09-10-Disable Quick Launching as we need a special QApplicationzecke4-7/+39
to prevent filtering the escape key -Update .pro and .control as we're no longer quicklaunchable -Update PLANS as most of it is already finished
2004-09-07remove tiny goofmickeyl1-1/+1
2004-09-07an attempt to fix #1393 - line wrap issues - at least for the default profile.mickeyl2-15/+7
i can't see a connectio from the emulation handler back to the GUI so it's probably still broken for non-default profiles
2004-07-24- BugFix: #1381 - added missing libopie-console.so*ar1-1/+1
2004-07-16fix control fileharlekin1-1/+1
2004-06-24CLEANUP: synchronize appname and filenamear2-2/+2
2004-06-19- fix targetar1-1/+1
2004-05-10Somehow unstable feed build is confuses of Opie::Ui::OTabWidget and looks in ↵zecke1-2/+4
OTabWidget...
2004-05-01Do not include symbols we don't need normallyzecke1-0/+2
2004-05-01Convert to quicklaunch. Integrate the Sharp ROM fixlet in c'tor and d'torzecke5-111/+107
of the mainwindow
2004-04-30CLEANUP: match binary and .desktop namemickeyl2-2/+2
2004-04-22set fixedharlekin1-1/+4
2004-04-22do not activate support for the broken sharp rom by defaultharlekin1-1/+1
2004-04-222400 and 4800 baud added, also free font selectionharlekin11-41/+128
2004-04-04convert to Opie Debugging Frameworkmickeyl21-93/+135