summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-console/opie-console.pro
AgeCommit message (Collapse)AuthorFilesLines
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
2002-09-26main /s/setMainWindow/showMainWindowzecke1-2/+10
First implementation of the gui
2002-09-26fix unused variable warningszecke1-2/+2
Added IOLayer* layer() to file_transfer.h
2002-09-25preliminary skeletonwazlaf1-0/+11