summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-console/opie-console.pro
AgeCommit message (Collapse)AuthorFilesLines
2004-12-24Repair damage done by a broken replace program. Note to self: Never use ↵mickeyl1-117/+1
anything other than sed! Merry Christmas!
2004-12-24qmake 1.08a has more rigid syntax checking and chokes on our .pro filesmickeyl1-1/+117
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 EASTzecke1-1/+1
-Use full Opie::Core::OConfig
2004-10-16-Remove never finished classes by ibotty for the console widgetzecke1-3/+5
-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-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 ↵harlekin1-7/+7
mode, also some changes to the "fix broken distros" part, snapshot
2004-09-10-Disable Quick Launching as we need a special QApplicationzecke1-1/+3
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-06-19- fix targetar1-1/+1
2004-05-01Convert to quicklaunch. Integrate the Sharp ROM fixlet in c'tor and d'torzecke1-3/+1
of the mainwindow
2004-04-30CLEANUP: match binary and .desktop namemickeyl1-1/+1
2004-04-04convert to Opie Debugging Frameworkmickeyl1-3/+1
2004-03-28remove hardcoded build types "debug" and "release". these are set by the ↵mickeyl1-2/+2
build system
2004-02-23Opie Console: libopie->libopie2drw1-56/+56
2003-08-09Merge from BRANCH_1_0kergoth1-1/+0
2003-01-24Sorry about the flood on the cvs ml list, but this uses OPIEDIR to locate ↵kergoth1-1/+1
include.pro rather than a relative path.. then you dont have to alter the .pro when restructuring cvs.
2003-01-21fixed a lot of errors and sloppyness to make it compile again...mickeyl1-6/+6
2003-01-16i18n for new buildsystem :)kergoth1-0/+4
2003-01-15 do release build as default, not debugharlekin1-2/+2
2003-01-15make it work on ipaq againharlekin1-0/+1
2002-10-30Console configuration widget done, Environment variables can now be setwazlaf1-2/+4
2002-10-24do not build quickbutton anymoreharlekin1-2/+2
2002-10-17buttonbar addedharlekin1-2/+2
2002-10-14A small console emulation layer...zecke1-2/+4
And some configuration stuff fonts are working colors are not fully working BackGround and ForeGround both are black :(
2002-10-14The new old TerminalWidget I'm anything but happy about itzecke1-17/+11
2002-10-14- only allow sessions if all components (layer, widgetstack) are availablejosef1-2/+2
- add io_modem to .pro file so it gets compiled - fix io_modem compilation (untested, but better than nothing)
2002-10-13- make dialer accessible transparently when opening a modem sessionjosef1-2/+4
- implement sending data (currently written to stdout for debug purpose)
2002-10-13Move some stuff in filetransfer aroundzecke1-2/+6
make pid == 0 after a finished process. Introduce the FileReceive class it does not parse progress though
2002-10-13Scripting functionality added. What this currently does is catch keys in the ↵wazlaf1-2/+2
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-13oops, function_keyboard.cpp wasnt righthash1-1/+1
2002-10-13added keyboard_function.*hash1-0/+2
2002-10-12some more stuff - modem config, bluetooth.. -, not finishedharlekin1-9/+11
2002-10-12This is targetted to the people tellingzecke1-2/+2
in computer science classes that I'm toolkit dependant This is a Process Controller which will be used to work around the limit of only beeing able to do one FileTransfer at a Time
2002-10-11suspending connections in rawMode... closeRawIO afterwards pleasezecke1-3/+3
Progress for FileTransfer FileTransferLayer updates. ErrorCodes + Better methods cancel and better progress default switch to FileTransfer TabWidget is a OTabWidget again
2002-10-11added emulation_widgetibotty1-2/+2
removed widget
2002-10-09bluetooth removed from build for now (does not exist yet)wazlaf1-2/+2
2002-10-09flow now has mode none too .-), irda config widget and beginning of layer, ↵harlekin1-4/+5
first sweep, rest later
2002-10-08default I dunnozecke1-2/+4
IOLayerBase the return values for speed()/parity()/flow() added MainWindow debug code :( opie-console.pro addition of serialconfigwidget.* ProfileManager fix removing of Profiles quite rude way of doing it Configure stuff is done and roughly tested The migration is done! TO WAZLAF: you might want to adjust Parity stuff for your needs!
2002-10-08Default added the TerminalEmulation Widgetzecke1-2/+6
MainWindow: do save the profiles on deconstruction MetaFactory Brown Paper bag bug fixed. take care of the right name in terminalWidget.... opie-console.pro add the widgets IOLayerBase a basic widget for speed, parity and flow control settings Terminal Widget a the ported TerminalConfiguration dialog
2002-10-08SzModem:zecke1-7/+9
Make it compile remove = 0 from sendFile Add a Type to Sz so it could cover SX,SY too MetaFactory: take QCString name QString uiString so Carsten will be able to translate and users can switch Language without losing profiles Default It's aware of all Default/BuiltIn Plugins and adds them to the factory Common typedef bool BOOL TT is not using bool because it wasn't available at that time they use uint : 1... maybe we should change UINT_8 to Q_UINT8... MainWindow: give the factory to the config widget use Default IOLayer reload should take Profile not Config ConfigDialog: make use of Factory and do not do new MetaFactory.. i should make the c'tor private and add MainWindow as friend ProfileEditorDialog: Huge clean ups to the architecture. I still need to convert the widgets. Use the factory right
2002-10-07- load profiles correctly when editing themjosef1-2/+4
- save their general values after editing them - fix compilation of widget_layer (temporary workaround?)
2002-10-07added sz_transfer.* to the listhash1-2/+3
2002-10-06wrote first incarnation of widget_layer.cpp.ibotty1-2/+4
edited widget_layer.h accordingly.
2002-10-06- more factorization (is nearly complete now ;)josef1-0/+2
- move config plugins into separate file (3 classes and virtual superclass) - first stub for save function
2002-10-05otabwidget instead of qtabwidgetharlekin1-1/+2
2002-10-05included my new filesibotty1-2/+17
2002-10-04- first stub for configuration dialogjosef1-2/+4
- does not yet use metafactory, this is next on my todo list Doh! got my account right, finally :)
2002-10-02Commit my files so other people can play with themzecke1-3/+5
2002-09-28io_layer take Profile instead of Configzecke1-2/+11
Profile added including some Config like stuff io_serial getBaud -> baud a default for gcc3 later tabdwidget will be our central widget profileconfig I needed groups() and clearAll that's pretty much it