summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-console/mainwindow.cpp
AgeCommit message (Collapse)AuthorFilesLines
2002-10-08SzModem:zecke1-1/+3
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-07reworked config dialog gui a bit and adapted it to opieharlekin1-5/+5
2002-10-05otabwidget instead of qtabwidgetharlekin1-6/+15
2002-10-02Commit my files so other people can play with themzecke1-1/+12
2002-09-28Add profiles and the profilemanager to the mainwindowzecke1-0/+33
if one would have a ConfigureDialog one could see it....
2002-09-28io_layer take Profile instead of Configzecke1-3/+64
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
2002-09-28indenting, commentswazlaf1-5/+5
2002-09-26main /s/setMainWindow/showMainWindowzecke1-0/+62
First implementation of the gui