summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-console/mainwindow.h
AgeCommit message (Collapse)AuthorFilesLines
2004-10-08added a 10east define for some changed builds for them, also added a logging ↵harlekin1-0/+4
mode, also some changes to the "fix broken distros" part, snapshot
2004-06-24CLEANUP: synchronize appname and filenamear1-1/+1
2004-05-01Convert to quicklaunch. Integrate the Sharp ROM fixlet in c'tor and d'torzecke1-0/+1
of the mainwindow
2003-03-21added a button for quicklaunch of a default profileharlekin1-0/+2
2002-11-07Renove Emulationhandler from MetaFactoryzecke1-0/+1
common.h clashed with TECommon.h Implement saving of history!
2002-11-01- allow toggling of line wrap via menu, as requestedjosef1-0/+3
If there was an icon, an entry in the menu bar could be made.
2002-10-24scripting changes: scripts are now available in a pop-down menu and are ↵wazlaf1-3/+6
managed using DocLnks
2002-10-24cleanup and icon rearrangementharlekin1-1/+0
2002-10-24taken most quickbutton stuff out now and also set the nicer icon again for keysharlekin1-2/+1
2002-10-24Fixed warningszecke1-0/+7
Now we're down to two warning with number conversions Enable Saving Sessions Enable Copy and Paste
2002-10-24still a work in progresshash1-1/+2
2002-10-22cant figure out why modifying a private var in FunctionKeyboardConfig causes ↵hash1-1/+1
it to segfault.
2002-10-18back from fullscreen now right reparentedharlekin1-0/+2
2002-10-17buttonbar addedharlekin1-0/+6
2002-10-16docu addedharlekin1-1/+1
2002-10-15added a keyReceive slot so sending key events to the TE widget _might_ be ↵hash1-0/+2
possible (havent figure that out yet...)
2002-10-14 half way fullscreen doneharlekin1-2/+5
2002-10-14enable some entries not before a profile is loadedharlekin1-1/+2
2002-10-13keep track of the current sessionzecke1-0/+1
2002-10-13Scripting functionality added. What this currently does is catch keys in the ↵wazlaf1-1/+7
emulation_layer and store them in a "Script" instance. This can later be saved to a file and on request "replayed" by sending the typed keys to the associated IOLayer
2002-10-13added the keyboard open/close buttonhash1-0/+7
2002-10-12- embed transferdialog into menujosef1-0/+2
2002-10-09PLANS:zecke1-1/+3
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-05otabwidget instead of qtabwidgetharlekin1-2/+4
2002-09-28Add profiles and the profilemanager to the mainwindowzecke1-0/+10
if one would have a ConfigureDialog one could see it....
2002-09-28io_layer take Profile instead of Configzecke1-3/+8
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-1/+4
2002-09-26main /s/setMainWindow/showMainWindowzecke1-0/+14
First implementation of the gui
2002-09-26The basic gui outlinezecke1-0/+57
a MainWindow a Session and a Factory