summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-console/profileeditorplugins.h
AgeCommit message (Collapse)AuthorFilesLines
2002-10-12Header file clean upzecke1-2/+1
use <> for global header "" for local 1. system header 2. Qt header 3. QPE Header 4. Opie Header 5. local header 6. the class declaration..
2002-10-08SzModem:zecke1-71/+71
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- first cleanupsjosef1-5/+5
- basic load/save works now, but none of the standard widget options is remembered?
2002-10-07- finish factorization :)josef1-1/+61
- does not work yet, but only minor bugs are left
2002-10-06- more factorization (is nearly complete now ;)josef1-0/+37
- move config plugins into separate file (3 classes and virtual superclass) - first stub for save function