summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-console/mainwindow.cpp
AgeCommit message (Collapse)AuthorFilesLines
2007-01-29Each file in this commit has an issue where the initial value of a variableerik1-7/+3
is assumed to be something but no initial value is given. This commit changes that by either assigning an initial value or removing the assumption on an initial value (usually the former).
2007-01-22Every file in this commit makes a call to a function which returns a value.erik1-1/+2
Each file also didn't check the return value. This commit changes it so that every single non-checked call in these files is checked.
2005-10-12fixed bug #1686: opie-console lack U I setting for switching scrollbarhrw1-0/+41
2005-05-16Resource -> OResourcedrw1-19/+23
2005-04-10Move to home directory on startup. Fixes bug #1614.skyhusker1-0/+5
2005-01-11possibility to set a default path for the save log dialog and also set the ↵harlekin1-3/+4
initial path into the titelbar
2004-10-16-Disable FSCKED_DISTRIT and EASTzecke1-3/+3
-Use full Opie::Core::OConfig
2004-10-16-Remove never finished classes by ibotty for the console widgetzecke1-7/+0
-Put setCurrent into ComboboxHelper and remove duplication from the dialogs -Remove old and unneeded debug output -IOBt, IOIrda can share the implementation for sening,recieving and supports with IOSerial
2004-10-13add an config option for 10East to deactivate the script menu runtimeharlekin1-3/+15
2004-10-08added a 10east define for some changed builds for them, also added a logging ↵harlekin1-8/+52
mode, also some changes to the "fix broken distros" part, snapshot
2004-09-07remove tiny goofmickeyl1-1/+1
2004-09-07an attempt to fix #1393 - line wrap issues - at least for the default profile.mickeyl1-14/+6
i can't see a connectio from the emulation handler back to the GUI so it's probably still broken for non-default profiles
2004-05-01Convert to quicklaunch. Integrate the Sharp ROM fixlet in c'tor and d'torzecke1-4/+15
of the mainwindow
2004-04-04convert to Opie Debugging Frameworkmickeyl1-18/+21
2004-03-13Namespace changes for Appszecke1-2/+3
QAshMoney and Reader need to be valgrinded
2004-03-02applied the patch generated by the optimize_connect script fromalwin1-4/+4
TT.
2004-03-01fix includeschicken1-1/+0
2004-02-23Opie Console: libopie->libopie2drw1-37/+37
2004-02-08improve support for BigScreenar1-4/+3
2004-02-01less includesharlekin1-10/+0
2003-08-09Merge from BRANCH_1_0kergoth1-2/+3
2003-03-23spawn default profile on startupharlekin1-1/+6
2003-03-21even better then poping up an error dialog: make a new profileharlekin1-1/+8
2003-03-21added a button for quicklaunch of a default profileharlekin1-0/+21
2003-03-08use save from inlineharlekin1-99/+1
2002-11-07Renove Emulationhandler from MetaFactoryzecke1-1/+34
common.h clashed with TECommon.h Implement saving of history!
2002-11-01- allow toggling of line wrap via menu, as requestedjosef1-0/+43
If there was an icon, an entry in the menu bar could be made.
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