summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-console/mainwindow.cpp
AgeCommit message (Collapse)AuthorFilesLines
2002-10-26- Ah! That's how to use the widget stackjosef1-3/+4
2002-10-26only enable tranfer if layer supports itharlekin1-2/+8
2002-10-26- nonmodal file transfer (doesn't work yet!)josef1-7/+17
2002-10-24give new connection a captionharlekin1-0/+1
2002-10-24only use .script files, set DocLnk names correctlywazlaf1-5/+13
2002-10-24more iconsharlekin1-7/+6
2002-10-24added save iconharlekin1-3/+100
2002-10-24scripting changes: scripts are now available in a pop-down menu and are ↵wazlaf1-33/+54
managed using DocLnks
2002-10-24cleanup and icon rearrangementharlekin1-30/+17
2002-10-24i think it loads according to the session properly nowhash1-0/+6
2002-10-24got rid of those warningshash1-1/+1
2002-10-24de- /active script entries rightharlekin1-3/+19
2002-10-24de- /activate file transfer menu entry according to layer capabilitiesharlekin1-18/+11
2002-10-24taken most quickbutton stuff out now and also set the nicer icon again for keysharlekin1-8/+2
2002-10-24Fixed warningszecke1-1/+48
Now we're down to two warning with number conversions Enable Saving Sessions Enable Copy and Paste
2002-10-24commented out the other button bar.hash1-4/+5
2002-10-24still a work in progresshash1-6/+6
2002-10-23right widget size when comming back rom fullscreenharlekin1-5/+2
2002-10-22cant figure out why modifying a private var in FunctionKeyboardConfig causes ↵hash1-3/+3
it to segfault.
2002-10-21one more mimetype for scriptszecke1-0/+2
this makes play nirvana work ;)
2002-10-21Fix scriptiong Open the file before reading from itzecke1-0/+2
Add text/all to the mimetypes this makes recording, saving and running work
2002-10-20- fix focus handling:josef1-0/+6
If a new session is created, it gets the focus. Likewise, if we switch the session. Before the patch, one had to click inside the term window to be able to type.
2002-10-20scripting fixed (moved from emulation_layer to emulation_handler). Scripts ↵wazlaf1-10/+6
now use QByteArray instead of QString
2002-10-20Enable setSize SIGNAL/SLOT conenction in sessionzecke1-1/+4
Add some separators to m_console of mainwindow
2002-10-18i'll fix that icon later, but for now here are some better default valueshash1-1/+1
for the keyboard.
2002-10-18added autoconnect support. feel free to revert if i messed something up.hash1-1/+2
2002-10-18always autoconnect bug fixedhash1-2/+2
2002-10-18back from fullscreen now right reparentedharlekin1-5/+7
2002-10-18- implement proper disconnect for modem connectionsjosef1-1/+2
- let transfer dialog use widgetStack()
2002-10-18- autoconnect after setting default values, otherwise connect/disconnect menujosef1-5/+6
items are overwritten Please review!
2002-10-17buttonbar addedharlekin1-0/+36
2002-10-17function keyboard should work now. here is a sample opie-console-keys.conf filehash1-5/+11
[keys] r0c0 = F1|4144|0 r0c1 = F2|4145|0 r0c2 = F3|4146|0 r0c3 = F4|4147|0 r0c4 = F5|4148|0 r0c5 = F6|4149|0 r0c6 = ESC|4096|0 r0c7 = A|65|65 r0c8 = a|65|97 r0c9 = PgUp|4118|0 r0c10 = PgDn|4119|0
2002-10-17autologin if profiles io layer offers itharlekin1-0/+5
2002-10-17configure profile in connection menu - keep menubar as empty as possible to ↵harlekin1-12/+18
have space for icons and avoid having them in a second row - as much space for terminal as possible
2002-10-17fullscreen mode readyharlekin1-31/+9
2002-10-16docu addedharlekin1-9/+9
2002-10-15- 3 small fixes, please review:josef1-3/+7
- disable all relevant menu items when last session has been closed (but this might not be the correct bugfix, so consider it temporary) - don't set menu status to connected when connection fails - modem sessions: when user cancels connection, close serial connection first again, so we can reconnect (re-dial) later without problems
2002-10-15 next isConnected tryharlekin1-4/+4
2002-10-15added a keyReceive slot so sending key events to the TE widget _might_ be ↵hash1-0/+16
possible (havent figure that out yet...)
2002-10-15Add a Feature Support BitArray to the IOLayerzecke1-4/+6
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-5/+0
Fix possible crashes in io_bt and io_irda
2002-10-15- more menu handling \n - added 2 more color shemesharlekin1-9/+22
2002-10-14 half way fullscreen doneharlekin1-18/+83
2002-10-14enable some entries not before a profile is loadedharlekin1-1/+38
2002-10-14- display warning if connection cannot be establishedjosef1-2/+6
2002-10-14Make it work!zecke1-0/+9
2002-10-14The new old TerminalWidget I'm anything but happy about itzecke1-2/+6
2002-10-14- only allow sessions if all components (layer, widgetstack) are availablejosef1-0/+10
- add io_modem to .pro file so it gets compiled - fix io_modem compilation (untested, but better than nothing)
2002-10-14- use OTabDialog::TextStyle (might be done for terminal sessions, too?)josef1-0/+1
- show only vt100 and vt102 entries - save profiles upon closing profiles manager dialog
2002-10-13fixes to modem stuffharlekin1-3/+3