summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-console
AgeCommit message (Collapse)AuthorFilesLines
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
2004-03-28remove hardcoded build types "debug" and "release". these are set by the ↵mickeyl2-4/+4
build system
2004-03-14Fix up depends on LIBOPIE1zecke3-6/+4
Proper signature for signal and slots and namespaces
2004-03-13Namespace changes for Appszecke16-20/+34
QAshMoney and Reader need to be valgrinded
2004-03-02applied the patch generated by the optimize_connect script fromalwin13-53/+53
TT.
2004-03-01fix includeschicken3-4/+1
2004-02-23Update .cvsignoredrw1-0/+7
2004-02-23Opie Console: libopie->libopie2drw17-322/+318
2004-02-16More control file clean-up...mostly done, except for task-opie-*drw1-3/+2
2004-02-14Clean-up of .cvsignore filesdrw1-0/+2
2004-02-08improve support for BigScreenar3-13/+13
2004-02-01less includesharlekin29-102/+0
2004-01-05Spelling fixes by Michael Opdenacker <zumbi2@netcourrier.com>zecke2-2/+2
2003-10-27merge noncore/apps/* exceptmickeyl1-1/+1
- advancedfm (ljp, please...) - odict (tille, please...)
2003-09-20merge control files with BRANCHmickeyl1-1/+1
2003-08-09Merge from BRANCH_1_0kergoth7-61/+72
2003-06-05sanitizedschurig1-1/+1
2003-06-04sanitizedschurig1-1/+1
2003-04-22Add Package: field to control files. This will facilitate ditching mkipks ↵kergoth1-0/+1
in favor of something with some sanity.
2003-03-23spawn default profile on startupharlekin2-2/+7
2003-03-21even better then poping up an error dialog: make a new profileharlekin1-1/+8
2003-03-21added a button for quicklaunch of a default profileharlekin3-13/+36
2003-03-08use save from inlineharlekin1-99/+1
2003-01-31Moved keytabs in a separate package to avoid conflicts when installing both ↵groucho1-2/+2
packages- opie-console and embeddedkonsole
2003-01-26Remove depends on a specific version.. it should be depending on >= or <= ↵kergoth1-1/+1
depending on what API the app in question is depending on.. given we're still in a development stage, this is unnecessary. Going forward better explicit depends will be necessary on every API change which introduces a new dependency.