Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
2002-10-14 | updated version... i personally like the previous one | hash | 1 | -0/+0 |
2002-10-14 | - add modem layer so dialer can be used within Connect | josef | 4 | -5/+13 |
2002-10-14 | Make it work! | zecke | 3 | -7/+20 |
2002-10-14 | add the bridge | zecke | 2 | -0/+103 |
2002-10-14 | The new old TerminalWidget I'm anything but happy about it | zecke | 21 | -48/+5023 |
2002-10-14 | - only allow sessions if all components (layer, widgetstack) are available | josef | 4 | -6/+19 |
- add io_modem to .pro file so it gets compiled - fix io_modem compilation (untested, but better than nothing) | ||||
2002-10-14 | fixed circumflex capital A | hash | 1 | -1/+1 |
2002-10-14 | spanish keymap sent in by hector | hash | 1 | -0/+359 |
2002-10-14 | Some final language fixes | eilers | 3 | -26/+63 |
2002-10-14 | patch hector sent it for accent and back accent support | hash | 2 | -1/+153 |
2002-10-14 | - use OTabDialog::TextStyle (might be done for terminal sessions, too?) | josef | 4 | -10/+15 |
- show only vt100 and vt102 entries - save profiles upon closing profiles manager dialog | ||||
2002-10-14 | Some minor interface updates | eilers | 13 | -140/+74 |
2002-10-14 | What does happen if you store the whole config | zecke | 1 | -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-14 | Redeactivate SQL.. ;) | eilers | 2 | -10/+18 |
2002-10-14 | Hi Murphy! | zecke | 3 | -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-14 | widget should now update properly | ibotty | 2 | -0/+48 |
2002-10-14 | Last patch for language bug. I am not really happy with it, but it should ↵ | eilers | 2 | -38/+53 |
work now. Please use the current release of libopie with this application. Otherwise the app will fail ! | ||||
2002-10-14 | added sizeHint method, hopefully (dont really think so) fixes size problem | ibotty | 4 | -1/+21 |
VS: ---------------------------------------------------------------------- | ||||
2002-10-14 | include fix for ipaq/zaurus compile | sandman | 1 | -0/+1 |
2002-10-14 | added copyright headers | sandman | 5 | -1/+136 |
2002-10-14 | - last login name is saved | sandman | 5 | -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-13 | Should be using arm-linux-gcc, not arm-linux-g++, to link | kergoth | 4 | -8/+8 |
2002-10-13 | Correction to ensure ipk gets built. | kergoth | 2 | -2/+0 |
2002-10-13 | *** empty log message *** | hash | 1 | -0/+2 |
2002-10-13 | minor tweak to allow passing VERSION_CVS via the environment | kergoth | 1 | -1/+1 |
2002-10-13 | default font size should be 10pt .. 12pt is too big for 320x240 | sandman | 1 | -1/+1 |
2002-10-13 | added additional functionality (dont really know what anymore....) | ibotty | 2 | -5/+5 |
2002-10-13 | fixes to modem stuff | harlekin | 6 | -63/+82 |
2002-10-13 | Updates !!! | wudoo | 23 | -261/+294 |
2002-10-13 | usual | harlekin | 1 | -0/+1 |
2002-10-13 | added ocontactaccess | harlekin | 1 | -1/+3 |
2002-10-13 | Implement beaming and adding of todos. Use the vCal resource for that | zecke | 3 | -7/+48 |
2002-10-13 | Add a vCal Resource | zecke | 6 | -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-13 | Fix a Crash when using All Files.. as name and default() returns 0l | zecke | 1 | -7/+7 |
Fix a Crash in reparse when the chooser is not yet initialized | ||||
2002-10-13 | keep track of the current session | zecke | 2 | -5/+14 |
2002-10-13 | key presses should be now visible. | ibotty | 1 | -0/+5 |
2002-10-13 | - let metafactory manage new ReceiveLayer objects | josef | 6 | -11/+90 |
- include Receive::SX, ::SY, ::SZ into default.cpp - use metafactory in transferdialog for receive operations too | ||||
2002-10-13 | fullscreen for new connection | harlekin | 2 | -11/+12 |
2002-10-13 | changed to reflect the qcop interface cleanup of the launcher | sandman | 2 | -2/+2 |
2002-10-13 | - added qcop "QPE/System" "setDisplayState(int)" to toggle the LCD on/off | sandman | 1 | -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-13 | reformated with astyle (this may not be everybodys prefered style, but IMHO | sandman | 1 | -989/+1066 |
it's better than the mess before..) | ||||
2002-10-13 | - make dialer accessible transparently when opening a modem session | josef | 5 | -13/+63 |
- implement sending data (currently written to stdout for debug purpose) | ||||
2002-10-13 | Move some stuff in filetransfer around | zecke | 10 | -15/+292 |
make pid == 0 after a finished process. Introduce the FileReceive class it does not parse progress though | ||||
2002-10-13 | - implement better state machine, with explanation | josef | 2 | -19/+109 |
- command order as used in kppp's connect.cpp | ||||
2002-10-13 | - first stub for modem dialer widget | josef | 2 | -0/+148 |
- this is not yet used in opie-console; to do so, the modem-specific profile part (AT commands [atconfigdialog.cpp] and dial options [dialdialog.cpp]) should be used | ||||
2002-10-13 | Scripting functionality added. What this currently does is catch keys in the ↵ | wazlaf | 7 | -5/+178 |
emulation_layer and store them in a "Script" instance. This can later be saved to a file and on request "replayed" by sending the typed keys to the associated IOLayer | ||||
2002-10-13 | - extend file transfer dialog so it can receive too (without filename argument) | josef | 4 | -40/+79 |
- fix error messages so they match the error code - don't show dialog maximized. It's still modal but we're coming near... - reset status to "ready" after interrupting or finishing operation - bugfix in filetransfer.cpp: don't kill process if pid is not set => before the fix, cancel() killed random processes! | ||||
2002-10-13 | First attempt to fix language translation bug. Comboboxes should now | eilers | 2 | -98/+102 |
work if translation is broken... Some translations should be reenabled in next fix.. | ||||
2002-10-13 | Now returning untranslated field names, too | eilers | 4 | -0/+126 |
2002-10-13 | segfault fix | wazlaf | 1 | -3/+3 |