summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-console/profilemanager.cpp
AgeCommit message (Collapse)AuthorFilesLines
2004-02-01less includesharlekin1-5/+0
2002-10-24Fixed warningszecke1-0/+4
Now we're down to two warning with number conversions Enable Saving Sessions Enable Copy and Paste
2002-10-18added autoconnect support. feel free to revert if i messed something up.hash1-0/+2
2002-10-15Add a Feature Support BitArray to the IOLayerzecke1-11/+4
This way we know what an IOLayer supports Adjust IOSerial and MyPty to that change Fix the after close window the previous session window is empty bug in Mainwindow::remove we had a problem first we removed the currentSession from the tab and then deleted the session The problem is that removePage on OTabWidget does signal currentChanged so we did not delete the session intended but the wrong one because m_curSession got adjusted after a removePage... 3rd fix the close and reopen bug in MyPty
2002-10-15Remove debugging outputzecke1-4/+0
Fix possible crashes in io_bt and io_irda
2002-10-14Make it workzecke1-0/+9
history and other stuff
2002-10-14parity none addedharlekin1-2/+2
2002-10-14The new old TerminalWidget I'm anything but happy about itzecke1-6/+9
2002-10-14What does happen if you store the whole configzecke1-13/+20
inside the conf map? yes on save custom data overwrites fixed data... As a workaround we now do save custom data first and then the fixed stuff
2002-10-13fullscreen for new connectionharlekin1-1/+1
2002-10-11changed references to widget into references to widgetLayer or EmulationWidget.ibotty1-2/+3
2002-10-09PLANS:zecke1-9/+35
move around some stuff to done, open to progress... Default add EmulationLayer stuff (vt102) EmulationLayer tried to use WidgetLayer but this did not work out KeyTrans make sure to load the Q*Dict first before accessing it! ibotty please check if this was correct MainWindow make generation of Sessions possible TabWidget go back to QTabWidget for now... this is much more testedt and I do not have to debug it. Besides that OTabWidget is a kewl widget and we will take it as soon as Sessions are tested enough TabWidget also implement setCurrent for sessions Vt102 make it compile... const QByteArray != const QByteArray&
2002-10-08default I dunnozecke1-2/+7
IOLayerBase the return values for speed()/parity()/flow() added MainWindow debug code :( opie-console.pro addition of serialconfigwidget.* ProfileManager fix removing of Profiles quite rude way of doing it Configure stuff is done and roughly tested The migration is done! TO WAZLAF: you might want to adjust Parity stuff for your needs!
2002-10-08SzModem:zecke1-2/+4
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-02Commit my files so other people can play with themzecke1-1/+14
2002-09-28Add profiles and the profilemanager to the mainwindowzecke1-0/+2
if one would have a ConfigureDialog one could see it....
2002-09-28Profiles, loading and saving completedzecke1-5/+18
2002-09-28make it possible in profileconfigzecke1-1/+4
to iterate over the items in a group
2002-09-28io_layer take Profile instead of Configzecke1-0/+62
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