summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2002-10-14New users added in OpenZaurus now by default belong to some groups. (video, ↵umopapisdn1-3/+20
audio, time, power, input, sharp, tty)
2002-10-14the BAud Value is called Speed not baudzecke1-1/+2
2002-10-14Make it workzecke4-31/+43
history and other stuff
2002-10-14better this time?hash1-0/+0
2002-10-14parity none addedharlekin9-23/+62
2002-10-14oops, wrong filehash1-0/+0
2002-10-14- display warning if connection cannot be establishedjosef1-2/+6
2002-10-14updated version... i personally like the previous onehash1-0/+0
2002-10-14- add modem layer so dialer can be used within Connectjosef4-5/+13
2002-10-14Make it work!zecke3-7/+20
2002-10-14add the bridgezecke2-0/+103
2002-10-14The new old TerminalWidget I'm anything but happy about itzecke21-48/+5023
2002-10-14- only allow sessions if all components (layer, widgetstack) are availablejosef4-6/+19
- add io_modem to .pro file so it gets compiled - fix io_modem compilation (untested, but better than nothing)
2002-10-14fixed circumflex capital Ahash1-1/+1
2002-10-14spanish keymap sent in by hectorhash1-0/+359
2002-10-14Some final language fixeseilers3-26/+63
2002-10-14patch hector sent it for accent and back accent supporthash2-1/+153
2002-10-14- use OTabDialog::TextStyle (might be done for terminal sessions, too?)josef4-10/+15
- show only vt100 and vt102 entries - save profiles upon closing profiles manager dialog
2002-10-14Some minor interface updateseilers13-140/+74
2002-10-14What does happen if you store the whole configzecke1-13/+20
inside the conf map? yes on save custom data overwrites fixed data... As a workaround we now do save custom data first and then the fixed stuff
2002-10-14Redeactivate SQL.. ;)eilers2-10/+18
2002-10-14Hi Murphy!zecke3-32/+37
One ColorEntry *color_table in the class and one color table at the end of the file Which one does the Compiler pick? Fix crashes! ColorEntry use bitfields
2002-10-14widget should now update properlyibotty2-0/+48
2002-10-14Last patch for language bug. I am not really happy with it, but it should ↵eilers2-38/+53
work now. Please use the current release of libopie with this application. Otherwise the app will fail !
2002-10-14added sizeHint method, hopefully (dont really think so) fixes size problemibotty4-1/+21
VS: ----------------------------------------------------------------------
2002-10-14include fix for ipaq/zaurus compilesandman1-0/+1
2002-10-14added copyright headerssandman5-1/+136
2002-10-14- last login name is savedsandman5-233/+398
- wait image should be displayed right now - the qApp object is destroyed before the launcher is started -- this should prevent some semaphore permission problems - added a (very basic) crash handler - added a simple "respawned too fast" detection in case of qt/e fb problems - if opie-login is started with -a <user> or --autologin <user> it doesn't prompt for a username/password - instead it loads qpe directly using the specified user account So even if you are not running multiuser, you should now start qpe with: opie-login --autologin=root
2002-10-13Should be using arm-linux-gcc, not arm-linux-g++, to linkkergoth4-8/+8
2002-10-13Correction to ensure ipk gets built.kergoth2-2/+0
2002-10-13*** empty log message ***hash1-0/+2
2002-10-13minor tweak to allow passing VERSION_CVS via the environmentkergoth1-1/+1
2002-10-13default font size should be 10pt .. 12pt is too big for 320x240sandman1-1/+1
2002-10-13added additional functionality (dont really know what anymore....)ibotty2-5/+5
2002-10-13fixes to modem stuffharlekin6-63/+82
2002-10-13Updates !!!wudoo23-261/+294
2002-10-13usualharlekin1-0/+1
2002-10-13added ocontactaccessharlekin1-1/+3
2002-10-13Implement beaming and adding of todos. Use the vCal resource for thatzecke3-7/+48
2002-10-13Add a vCal Resourcezecke6-8/+464
Play a bit with cahce sizes The idea is to have the current page and the prior page cached... still looking how to do that
2002-10-13Fix a Crash when using All Files.. as name and default() returns 0lzecke1-7/+7
Fix a Crash in reparse when the chooser is not yet initialized
2002-10-13keep track of the current sessionzecke2-5/+14
2002-10-13key presses should be now visible.ibotty1-0/+5
2002-10-13- let metafactory manage new ReceiveLayer objectsjosef6-11/+90
- include Receive::SX, ::SY, ::SZ into default.cpp - use metafactory in transferdialog for receive operations too
2002-10-13fullscreen for new connectionharlekin2-11/+12
2002-10-13changed to reflect the qcop interface cleanup of the launchersandman2-2/+2
2002-10-13- added qcop "QPE/System" "setDisplayState(int)" to toggle the LCD on/offsandman1-7/+21
- removed qcop "QPE/Desktop" "home()" -- this is now handled via qcop "QPE/Application/qpe" "raise()" - renamed qcop "QPE/Desktop" "suspend()" to qcop "QPE/System" "suspend()"
2002-10-13reformated with astyle (this may not be everybodys prefered style, but IMHOsandman1-989/+1066
it's better than the mess before..)
2002-10-13- make dialer accessible transparently when opening a modem sessionjosef5-13/+63
- implement sending data (currently written to stdout for debug purpose)
2002-10-13Move some stuff in filetransfer aroundzecke10-15/+292
make pid == 0 after a finished process. Introduce the FileReceive class it does not parse progress though