summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-console/profile.cpp
AgeCommit message (Collapse)AuthorFilesLines
2002-10-09A small testsuitezecke1-0/+2
the stuff from the remote goes to the stdout There is a send button and a multilineedit be sure to hit \n before sending... Some debug code... in some files debugged IOSerial it should be fine now
2002-10-08SzModem:zecke1-7/+14
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-09-28Profiles, loading and saving completedzecke1-0/+6
2002-09-28some more implementation of the Config stuffzecke1-0/+47
2002-09-28io_layer take Profile instead of Configzecke1-0/+59
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