summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-console
AgeCommit message (Collapse)AuthorFilesLines
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.
2003-01-24Sorry about the flood on the cvs ml list, but this uses OPIEDIR to locate ↵kergoth2-2/+2
include.pro rather than a relative path.. then you dont have to alter the .pro when restructuring cvs.
2003-01-23- added weatherplugin, opiemail and odict to the build processgroucho1-2/+2
- adjusted batteryapplet/config.in as it was not reflected when building - embeddedconsole now builds with the right options - opie-console dto.
2003-01-23package naming change.. alter library packages to use debian naming ↵kergoth1-1/+1
convention. also moved bits that didnt belong in lib pakcages elsewhere.
2003-01-22Make it compile with Opie/X11zecke2-3/+3
2003-01-21fixed a lot of errors and sloppyness to make it compile again...mickeyl11-35/+81
2003-01-16i18n for new buildsystem :)kergoth2-0/+8
2003-01-16Move most of config categorization into root config, and consolated core vs ↵kergoth1-5/+1
noncore from a config perspective, as its confusing and unnecessary for users. Also cleaned up a bit, and added some basic descriptions.
2003-01-15 do release build as default, not debugharlekin1-2/+2
2003-01-15make it work on ipaq againharlekin2-1/+2
2002-11-07Renove Emulationhandler from MetaFactoryzecke10-42/+64
common.h clashed with TECommon.h Implement saving of history!
2002-11-06Add X11..kergoth1-1/+1
2002-11-05you know the drillkergoth1-2/+2
2002-11-05you know the drillkergoth1-0/+1
2002-11-05Adding initial config.in fileskergoth1-0/+8
2002-11-01- allow toggling of line wrap via menu, as requestedjosef4-1/+54
If there was an icon, an entry in the menu bar could be made.
2002-11-01- s/dimention/dimension/josef1-1/+1
2002-10-31The if file exists check was wrong..zecke1-4/+2
I limit it to a /bin/bash check...
2002-10-31changed label esc to Eschash1-3/+3
2002-10-31added esc and F12 in default configurationhash1-1/+3
2002-10-31Auto connect on Locale Console again!zecke3-5/+25
MyPty test if cmd is available(exists) and then either use /bin/bash or /bin/sh ConsoleConfigWidget added a comment about the expected behaviour
2002-10-30Console configuration widget done, Environment variables can now be setwazlaf7-17/+162
2002-10-29Make the Modem take custom Ats againzecke8-25/+30
Supply default values set labels to richtext this way we achieve word wrap IO_Layer added a closed(IOLayer*) signal ProfileEditorDialog make Horizontal scrolling on the QScrollView possible. Once the Vertical Scrollbar is there the Modem dialog does not have enough space
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 wrapjosef5-9/+57
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-26- Ah! That's how to use the widget stackjosef1-3/+4
2002-10-26only enable tranfer if layer supports itharlekin1-2/+8
2002-10-26- nonmodal file transfer (doesn't work yet!)josef5-10/+46