summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-console/profile.h
AgeCommit message (Collapse)AuthorFilesLines
2002-10-22set $TERM in MyPty according to the terminal typezecke1-1/+4
emulation_handler set the keyfilter right for the right terminal filetransfer fix warnings profile add Linux, XTerm as Emulation options TerminalWidget add Linux,XTerm
2002-10-18added autoconnect support. feel free to revert if i messed something up.hash1-0/+3
2002-10-15- more menu handling \n - added 2 more color shemesharlekin1-1/+3
2002-10-14- use OTabDialog::TextStyle (might be done for terminal sessions, too?)josef1-1/+1
- show only vt100 and vt102 entries - save profiles upon closing profiles manager dialog
2002-10-08SzModem:zecke1-4/+7
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-05Updatet PLANSzecke1-1/+1
and Profile Documentation
2002-09-28Profiles, loading and saving completedzecke1-1/+2
2002-09-28some more implementation of the Config stuffzecke1-0/+1
2002-09-28io_layer take Profile instead of Configzecke1-0/+66
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